<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>
<p class="main-text">Still working on this... Come back later!</p>
<img src="/static/in-progress.gif">
</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>
<p class="main-text">OpenPGP key ID: 0x54FECC82771058F0</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>
<h1 class="page-title">arthurtaft.net</h1>
</div>
<div id="container">
- <h2 class="main-header">I love Gentoo Linux</h1>
+ <h2 class="main-header">Home</h1>
+ <h3 class="main-subheading">I love Gentoo Linux</h3>
+ </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>
<li class="experience-list-item">Actively assisted walk-in patrons, and strove to resolve user issues in under 10 minutes when possible. All other issues were resolved in under 1 hour.</li>
</ul>
</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>
display: flex;
flex-direction: column;
align-items: center;
+ width: 100%;
}
#container .main-header {
font-size: 1rem;
}
+#footer {
+ margin-top: 3%;
+ margin-bottom: 1%;
+}
+
+#footer .footer-text {
+ color: var(--subtext-0);
+}
+
+#footer .footer-link {
+ font-size: 1rem;
+ padding: 0.15rem 0.25rem;
+}
+
+#footer .footer-link:hover {
+ background-color: var(--surface-1);
+}
+
/* Link rules that enforce theme */
a {
font-size: 1.25rem;