]> Arthur Taft Gitweb - website.git/blobdiff - static/about.html
add footer
[website.git] / static / about.html
index e85642ee7f27b6133bf36020abf1b28ac010d649..b289ee36f9a2ee7d57e528604d4ccfec51640c66 100644 (file)
@@ -9,8 +9,8 @@
     <head>
         <title>about | arthurtaft.net</title>
         <meta charset="UTF-8">
-        <link rel="stylesheet" href="styles.css">
-        <link rel="icon" href="shell-icon.ico" />
+        <link rel="stylesheet" href="/static/styles.css">
+        <link rel="icon" href="/static/shell-icon.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>