<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/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">© arthur taft - 2025</p>
+ </div>
</div>
</body>
</html>