<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>
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{