From: Arthur Taft Date: Mon, 24 Nov 2025 01:29:05 +0000 (-0700) Subject: add contact info X-Git-Url: https://gitweb.arthurtaft.net/website.git/commitdiff_plain/a0dba5d6dcf4b28f361b0f60b0452d6c1832882b?hp=a320d3db72b4b1248213e6acd318c537ed83c9b3 add contact info --- diff --git a/static/contact.html b/static/contact.html index 117d3e0..52736c7 100644 --- a/static/contact.html +++ b/static/contact.html @@ -26,7 +26,11 @@

arthurtaft.net

-

I love Gentoo Linux

+

Contact Me

+

Email

+

Email is the best way to get in contact with me. I'll usually try to reach out to you within 24 hours of your email being sent.

+

My Email: arthurtaft656@gmail.com

+

OpenPGP key ID: 0x54FECC82771058F0

diff --git a/static/styles.css b/static/styles.css index e81c862..a02cc4d 100644 --- a/static/styles.css +++ b/static/styles.css @@ -137,11 +137,16 @@ body { #container .main-text { color: var(--subtext-1); + align-self: start; margin-left: 25%; margin-right: 25%; margin-bottom: 1%; } +#container .link { + font-size: 1rem; +} + /* Link rules that enforce theme */ a { font-size: 1.25rem;