]> Arthur Taft Gitweb - website.git/commitdiff
add footer
authorArthur Taft <[email protected]>
Mon, 24 Nov 2025 04:23:42 +0000 (21:23 -0700)
committerArthur Taft <[email protected]>
Mon, 24 Nov 2025 04:23:42 +0000 (21:23 -0700)
static/about.html
static/blog.html
static/contact.html
static/index.html
static/resume.html
static/styles.css

index bc48cfb1752c5990bb76e4fc12c934d4a5fb6edc..b289ee36f9a2ee7d57e528604d4ccfec51640c66 100644 (file)
                 <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>
                 <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>
         </div>
     </body>
 </html>
index 5fe7fc5b776d022c47fe583681be30b6a07a4c6a..ed26f5f826bedf3a48ac098bc3919d29c9f97ba2 100644 (file)
                 <p class="main-text">Still working on this... Come back later!</p>
                 <img src="/static/in-progress.gif">
             </div>
                 <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">&copy; arthur taft - 2025</p>
+            </div>
         </div>
     </body>
 </html>
         </div>
     </body>
 </html>
index 8f83f680a5d301b3f297055fcbfdbfc3b3c0f53c..d1c2c0677e1fb3364b4595ff3e90fc9e30794001 100644 (file)
                 <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>
             </div>
                 <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>
             </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>
         </div>
     </body>
 </html>
index 46ce3e48270be9eba2716db379c2bee1515b3741..e418f1f3508352fdac69fc9a4d46b8f95e07fda2 100644 (file)
                 <h1 class="page-title">arthurtaft.net</h1>
             </div>
             <div id="container">
                 <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">&copy; arthur taft - 2025</p>
             </div>
         </div>
     </body>
             </div>
         </div>
     </body>
index 620872e68f34719b9527357c61a559194b443a03..80b7c8c49941a7d12b7ae20ae839e54a7c7abd1f 100644 (file)
                         <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>
                         <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">&copy; arthur taft - 2025</p>
+            </div>
         </div>
     </body>
 </html>
         </div>
     </body>
 </html>
index a02cc4d3f4e56899aed26713666cd78acd05d93b..c1364e715f2b0879332fbb338dd8448b779cd5f6 100644 (file)
@@ -121,6 +121,7 @@ body {
     display: flex;
     flex-direction: column;
     align-items: center;
     display: flex;
     flex-direction: column;
     align-items: center;
+    width: 100%;
 }
 
 #container .main-header {
 }
 
 #container .main-header {
@@ -147,6 +148,24 @@ body {
     font-size: 1rem;
 }
 
     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;
 /* Link rules that enforce theme */
 a {
     font-size: 1.25rem;