diff options
author | Minteck <minteck@phoenixnet.tech> | 2021-11-03 11:48:38 +0100 |
---|---|---|
committer | Minteck <minteck@phoenixnet.tech> | 2021-11-03 11:48:38 +0100 |
commit | 066723dc81ea8437ae5ed98e408163c669d1f96b (patch) | |
tree | 339f98b409edfdfe5a40fa758472f5d909cbc368 /htdocs/public/index.ejs | |
parent | b2cc2c82edee1666bf5708a0ec49e4b1e00543b5 (diff) | |
download | rainbow-066723dc81ea8437ae5ed98e408163c669d1f96b.tar.gz rainbow-066723dc81ea8437ae5ed98e408163c669d1f96b.tar.bz2 rainbow-066723dc81ea8437ae5ed98e408163c669d1f96b.zip |
Starting Gitea integration
Diffstat (limited to 'htdocs/public/index.ejs')
-rw-r--r-- | htdocs/public/index.ejs | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/htdocs/public/index.ejs b/htdocs/public/index.ejs index b26fad6..e4bdcb2 100644 --- a/htdocs/public/index.ejs +++ b/htdocs/public/index.ejs @@ -49,7 +49,7 @@ </div> <div style="height: 41px;text-align: center;"> - <a href="#" class="big-button">View list →</a> + <a href="/projects" class="big-button">View list →</a> </div> <div style="text-align: center;"> <a href="#/contact" class="big-button">Contact Info ↓</a> @@ -229,6 +229,11 @@ <h2>Who?!</h2> <h3>I am a non binary (sometimes genderfluid too) otherkin/transspecies furry.</h3> </div> + <div style="text-align: center;"> + <h2>We've come a long way</h2> + <h3>I've been doing techy stuff for the last <%- new Date().getFullYear() - 2013 %> years now, that's + loooong!</h3> + </div> </div> </div> |