diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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>
|