summaryrefslogtreecommitdiff
path: root/htdocs/public/index.ejs
diff options
context:
space:
mode:
authorMinteck <minteck@phoenixnet.tech>2021-11-03 17:52:37 +0100
committerMinteck <minteck@phoenixnet.tech>2021-11-03 17:52:37 +0100
commit08f6889a89e338e3d96efb9fb0d7e389e3e3431a (patch)
treef71e22c5b876f60077ced2477baf5b4835b85f35 /htdocs/public/index.ejs
parent49602a22a57ac892ef30019b67133e73756a78c8 (diff)
downloadrainbow-08f6889a89e338e3d96efb9fb0d7e389e3e3431a.tar.gz
rainbow-08f6889a89e338e3d96efb9fb0d7e389e3e3431a.tar.bz2
rainbow-08f6889a89e338e3d96efb9fb0d7e389e3e3431a.zip
Fix
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>