]> Skullheadx's Git Forge - skullheadx.com.git/commitdiff
contact + updated to about page
authorSkullheadx <admonty1@protonmail.com>
Thu, 7 May 2026 01:20:53 +0000 (21:20 -0400)
committerSkullheadx <admonty1@protonmail.com>
Thu, 7 May 2026 01:20:59 +0000 (21:20 -0400)
about.html
style.css

index 692eb105c4d141dd079655aaf1bc5981f22af54f..dbac5938a3f152ca25b1145e652385dc8d29a74e 100644 (file)
@@ -7,8 +7,6 @@
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
         <link rel="stylesheet" type="text/css" href="/style.css">
         <link rel="icon" href="/favicon.ico">
-        <link rel="preload" as="image" href="banner.webp">
-        <link rel="preload" as="image" href="pfp.webp">
     </head>
     <body>
         <div class = "content-wrapper">
                 <p>I enjoy coding because I can channel all the things that I enjoy into a single project that others can enjoy. I find that operating within limited conditions to compute meaningful results deeply satisfies me, which is part of the reason why I chose to study Electrical Engineering. I know how to code in C, C++, Python, Go, HTML, CSS, SQL, Nix, Zig, Lua, and RISC-V ASM. I usually edit text in Neovim, and my preferred operating system is NixOS, but I also like OpenBSD and use it to host this website.</p>
             </article>
             <article>
-                <h2>Things I enjoy</h2>
+                <h2>Things I Enjoy</h2>
                 <ul>
                     <li><details><summary>Reading</summary>I enjoy reading about religion, philosophy, politics, economics and tech. I would like to have my own library one day.</details></li>
                     <li><details><summary>Playing Piano</summary>I started self learning the piano in 2023. I usually play songs from movies and games that I enjoy. I used to play the trumpet, trombone and tuba.</details></li>
                     <li><details><summary>Game Dev</summary>When I was 13, I wanted to play a game I didn't have, so I thought it would be easier to code it than buy it. Classic programmer mistake, but that's my coding origin story.</details></li>
                 </ul>
             </article>
-            
+            <article>
+                <h2>Contact</h2>
+                <p>Feel free to ask me any questions you like: <a href="mailto:skull@skullheadx.com">skull@skullheadx.com</a></p>
+            </article>
+            <footer><p>Updated: <time datetime="2026-05-06">May 6, 2026</time></p></footer>
         </main>
         <footer class="main-footer">
             <a href="https://skullheadx.com">https://skullheadx.com</a>
index d333361ee480f5edc09c85fc0ef3482d9785516f..c5916acb2e786347f11f830499a8d0475c74a419 100644 (file)
--- a/style.css
+++ b/style.css
@@ -170,19 +170,22 @@ main {
     padding: 1em;
 }
 
-main article {
+main article, main footer {
     clear: both;
     display: block;
     width: 100%;
 }
 
-nav section, aside section, main article {
+nav section, aside section, main article, main footer {
     margin-bottom: 5px; 
     h2 {
         display: block;
     }
 }
 
+main footer p {
+    margin: 0 0;
+}
 
 /* nav */
 nav ul, aside ul{