aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorAlex <alex@scerba.org>2024-03-12 11:50:04 -0400
committerAlex <alex@scerba.org>2024-03-12 11:50:04 -0400
commitcb42cbdf16dfd44ffa39cc451d53125bc14805ed (patch)
tree7019f8af2235e26d96428de2ddff0b8e6ddc03ac /index.html
parent1fd67d6135f0a71c314bffe41958d02bda0e3e01 (diff)
Increase information in welcome message and add a link feature to the down arrow.
Diffstat (limited to 'index.html')
-rw-r--r--index.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/index.html b/index.html
index c529d86..6735ec4 100644
--- a/index.html
+++ b/index.html
@@ -37,15 +37,18 @@
<span>Make.</span>
<span>Tinker.</span>
</div>
- <span class="down-arrow"></span>
+ <a href="#intro" style="display: block;" class="arrow-container"><span class="down-arrow"></span></a>
</div>
</header>
<main style="padding-top: 0;">
- <section>
+ <section id="intro">
<hr style="margin-top: 0;">
<h1 style="font-size: 2rem; margin-top: 3rem;">Scerba.org</h1>
- <p>The personal website of Alex Scerba.</p>
+ <p><i style="color: black;">The personal website of Alex Scerba.</i></p>
+ <p>Check out my <a href="./blog.html">blog</a> where I write about various projects, adventures, and life updates.</p>
+ <p>You can see an overview collection of every image in the blog on the <a href="./gallery.html">gallery</a> page and learn more about me and the site through the <a href="./about.html">about</a> and <a href="./faq.html">FAQ</a> pages.</p>
+ <p>Thanks for stopping by!</p>
</section>
</main>