]> Arthur Taft Gitweb - website.git/blobdiff - static/contact.html
add mobile design rules
[website.git] / static / contact.html
index 8f83f680a5d301b3f297055fcbfdbfc3b3c0f53c..dd9982564c8d0fe2ddd61f8bef611cfa65765e40 100644 (file)
@@ -10,7 +10,7 @@
         <title>contact | arthurtaft.net</title>
         <meta charset="UTF-8">
         <link rel="stylesheet" href="/static/styles.css">
-        <link rel="icon" href="/static/shell-icon.ico" />
+        <link rel="icon" href="/favicon.ico" />
     </head>
     <body>
         <div id="main-cont">
@@ -24,6 +24,7 @@
                 </ul>
             </div>
             <div id="title-div">
+                <h1 class="logo">>_</h1>
                 <h1 class="page-title">arthurtaft.net</h1>
             </div>
             <div id="container">
                 <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>
+                <p class="main-text">OpenPGP key ID: <a class="pgp-link" href="https://keys.openpgp.org/search?q=0x54FECC82771058F0" target="_blank">0x54FECC82771058F0</a></p>
+            </div>
+            <div id="footer">
+                <p class="footer-text">source: <a class="footer-link" href="https://github.com/arthur-taft/website" target="_blank">github.com/arthur-taft/website</a></p>
+                <p class="footer-text">&copy; arthur taft - 2025</p>
             </div>
         </div>
     </body>