]> Arthur Taft Gitweb - website.git/commitdiff
add contact info
authorArthur Taft <[email protected]>
Mon, 24 Nov 2025 01:29:05 +0000 (18:29 -0700)
committerArthur Taft <[email protected]>
Mon, 24 Nov 2025 01:29:05 +0000 (18:29 -0700)
static/contact.html
static/styles.css

index 117d3e0bd07d87c979bf6b0a601c1c602f8a93eb..52736c74dd2f4b59011485e7d045701018011bfd 100644 (file)
                 <h1 class="page-title">arthurtaft.net</h1>
             </div>
             <div id="container">
-                <h2 class="main-header">I love Gentoo Linux</h1>
+                <h2 class="main-header">Contact Me</h1>
+                <h3 class="main-subheading">Email</h1>
+                <p class="main-text">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.</p>
+                <p class="main-text">My Email: <a class="link" href="mailto:[email protected]">[email protected]</a></p>
+                <p class="main-text">OpenPGP key ID: 0x54FECC82771058F0</p>
             </div>
         </div>
     </body>
index e81c86212e007ce7e6b1bb9448c3fe7180329eb5..a02cc4d3f4e56899aed26713666cd78acd05d93b 100644 (file)
@@ -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;