From cb42cbdf16dfd44ffa39cc451d53125bc14805ed Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 12 Mar 2024 11:50:04 -0400 Subject: Increase information in welcome message and add a link feature to the down arrow. --- index.html | 9 ++++++--- static/style.css | 9 ++++++++- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index c529d86..6735ec4 100644 --- a/index.html +++ b/index.html @@ -37,15 +37,18 @@ Make. Tinker. - +
-
+

Scerba.org

-

The personal website of Alex Scerba.

+

The personal website of Alex Scerba.

+

Check out my blog where I write about various projects, adventures, and life updates.

+

You can see an overview collection of every image in the blog on the gallery page and learn more about me and the site through the about and FAQ pages.

+

Thanks for stopping by!

diff --git a/static/style.css b/static/style.css index bdd0db2..7358a7f 100644 --- a/static/style.css +++ b/static/style.css @@ -94,9 +94,12 @@ main { font-weight: bolder; } -.down-arrow { +.arrow-container { position: absolute; bottom: 4rem; +} + +.down-arrow { border: solid black; border-width: 0 3px 3px 0; display: block; @@ -181,6 +184,10 @@ figcaption { margin-top: 0.3rem; } +i { + color: rgb(177, 177, 177); +} + img, video { max-width: 100%; height: auto; -- cgit v1.2.3