summaryrefslogtreecommitdiff
path: root/htdocs/public/index.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/public/index.ejs')
-rw-r--r--htdocs/public/index.ejs9
1 files changed, 6 insertions, 3 deletions
diff --git a/htdocs/public/index.ejs b/htdocs/public/index.ejs
index 4e261cd..c11f225 100644
--- a/htdocs/public/index.ejs
+++ b/htdocs/public/index.ejs
@@ -39,26 +39,29 @@
<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>
+ <a href="/projects" class="big-button bb-main-mobile">View list →</a>
</div>
<div style="text-align: center;">
<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>
+ <a href="#/contact" class="big-button bb-main-mobile">Contact Info ↓</a>
</div>
<div style="text-align: center;">
<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>
+ <a href="#/about" class="big-button bb-main-mobile">View Info ↓</a>
</div>
<div style="height: 41px;text-align: center;">
- <a href="/projects" class="big-button">View list →</a>
+ <a href="/projects" class="big-button bb-main-desktop">View list →</a>
</div>
<div style="text-align: center;">
- <a href="#/contact" class="big-button">Contact Info ↓</a>
+ <a href="#/contact" class="big-button bb-main-desktop">Contact Info ↓</a>
</div>
<div style="text-align: center;">
- <a href="#/about" class="big-button">View Info ↓</a>
+ <a href="#/about" class="big-button bb-main-desktop">View Info ↓</a>
</div>
</div>