summaryrefslogtreecommitdiff
path: root/htdocs/public/index.ejs
diff options
context:
space:
mode:
authorMinteck <minteck@phoenixnet.tech>2021-11-03 15:19:32 +0100
committerMinteck <minteck@phoenixnet.tech>2021-11-03 15:19:32 +0100
commit92f889fe2e8662b8f66329ec1d32961942812605 (patch)
tree104e00069998406208b835664002b69daa55c81a /htdocs/public/index.ejs
parent6b0d3fec160ae88aede4c53ca39ed37570838703 (diff)
downloadrainbow-92f889fe2e8662b8f66329ec1d32961942812605.tar.gz
rainbow-92f889fe2e8662b8f66329ec1d32961942812605.tar.bz2
rainbow-92f889fe2e8662b8f66329ec1d32961942812605.zip
Finally fix Gitea
Diffstat (limited to 'htdocs/public/index.ejs')
-rw-r--r--htdocs/public/index.ejs14
1 files changed, 11 insertions, 3 deletions
diff --git a/htdocs/public/index.ejs b/htdocs/public/index.ejs
index e4bdcb2..b5a8c25 100644
--- a/htdocs/public/index.ejs
+++ b/htdocs/public/index.ejs
@@ -36,15 +36,18 @@
<div class="grid-3 stand dont-break-me" id="/main">
<div style="text-align: center;">
- <h2>Projects</h2>
+ <img src="/assets/icons/projects.svg" class="main-icon">
+ <h2 class="main-icon-sub">Projects</h2>
<h3>The kind of weird stuff I do on my free time</h3>
</div>
<div style="text-align: center;">
- <h2>Contact Me</h2>
+ <img src="/assets/icons/contact.svg" class="main-icon">
+ <h2 class="main-icon-sub">Contact Me</h2>
<h3>So, you want to have a chat? With me? Nice! Come say hi.</h3>
</div>
<div style="text-align: center;">
- <h2>About Me</h2>
+ <img src="/assets/icons/about.svg" class="main-icon">
+ <h2 class="main-icon-sub">About Me</h2>
<h3>Oh no, you don't know me! Don't worry, we can solve that!</h3>
</div>
@@ -234,6 +237,11 @@
<h3>I've been doing techy stuff for the last <%- new Date().getFullYear() - 2013 %> years now, that's
loooong!</h3>
</div>
+ <div style="text-align: center;">
+ <h2>Privacy is a right!</h2>
+ <h3>I strive to respect people's privacy, and try not to use services or applications that violate your
+ privacy.</h3>
+ </div>
</div>
</div>