diff options
Diffstat (limited to 'htdocs')
-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> |