]> Arthur Taft Gitweb - website.git/blobdiff - static/about.html
finalize mobile design
[website.git] / static / about.html
index bc48cfb1752c5990bb76e4fc12c934d4a5fb6edc..5c0ad1f2437705aa701849d6d751b89a39dbf6e0 100644 (file)
@@ -9,8 +9,9 @@
     <head>
         <title>about | arthurtaft.net</title>
         <meta charset="UTF-8">
+        <meta name="viewport" content="width=device-width">
         <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">
                 <h3 class="main-subheading">Hobbies</h3>
                 <p class="main-text">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.</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>
 </html>