From: Arthur Taft Date: Mon, 24 Nov 2025 04:23:42 +0000 (-0700) Subject: add footer X-Git-Url: https://gitweb.arthurtaft.net/website.git/commitdiff_plain/e7b0fb0f42a7de18e2eb1871d8391d055a57931b?ds=sidebyside add footer --- diff --git a/static/about.html b/static/about.html index bc48cfb..b289ee3 100644 --- a/static/about.html +++ b/static/about.html @@ -36,6 +36,10 @@

Hobbies

In my spare time I like to work on developing my homelab and learning about self-hosting different services. I'm currently working on building my own mailserver with postfix and dovecot, as well as building a NAS based on FreeNAS. I enjoy learning about operating systems, with an emphasis on Gentoo Linux, FreeBSD, and other Linux's. In addition to my technology interests, I also enjoy playing the trombone, and have been a member of the SUU Marching Band, Basketball Band, and Symphonic Band.

+ diff --git a/static/blog.html b/static/blog.html index 5fe7fc5..ed26f5f 100644 --- a/static/blog.html +++ b/static/blog.html @@ -31,6 +31,10 @@

Still working on this... Come back later!

+ diff --git a/static/contact.html b/static/contact.html index 8f83f68..d1c2c06 100644 --- a/static/contact.html +++ b/static/contact.html @@ -33,6 +33,10 @@

My Email: arthurtaft656@gmail.com

OpenPGP key ID: 0x54FECC82771058F0

+ diff --git a/static/index.html b/static/index.html index 46ce3e4..e418f1f 100644 --- a/static/index.html +++ b/static/index.html @@ -27,7 +27,12 @@

arthurtaft.net

-

I love Gentoo Linux

+

Home

+

I love Gentoo Linux

+
+ diff --git a/static/resume.html b/static/resume.html index 620872e..80b7c8c 100644 --- a/static/resume.html +++ b/static/resume.html @@ -92,6 +92,10 @@
  • Actively assisted walk-in patrons, and strove to resolve user issues in under 10 minutes when possible. All other issues were resolved in under 1 hour.
  • + diff --git a/static/styles.css b/static/styles.css index a02cc4d..c1364e7 100644 --- a/static/styles.css +++ b/static/styles.css @@ -121,6 +121,7 @@ body { display: flex; flex-direction: column; align-items: center; + width: 100%; } #container .main-header { @@ -147,6 +148,24 @@ body { font-size: 1rem; } +#footer { + margin-top: 3%; + margin-bottom: 1%; +} + +#footer .footer-text { + color: var(--subtext-0); +} + +#footer .footer-link { + font-size: 1rem; + padding: 0.15rem 0.25rem; +} + +#footer .footer-link:hover { + background-color: var(--surface-1); +} + /* Link rules that enforce theme */ a { font-size: 1.25rem;