<!DOCTYPE html>
<html lang="en">
<head>
+ <meta charset="UTF-8">
<title>Skullheadx</title>
- <link rel="canonical" href="https://skullheadx.com">
+ <meta name="description" content="Skullheadx's webpage with thoughts on philosophy and tech.">
<link rel="stylesheet" type="text/css" href="/style.css">
<link rel="icon" href="/favicon.ico">
- <meta name="description" content="Skullheadx's webpage with thoughts on philosophy and tech.">
- <meta charset="utf-8">
</head>
<body>
- <main>
+ <header>
<a href="/">
- <header>
- <h1>Skullheadx</h1>
- </header>
+ <h1>Skullheadx</h1>
</a>
+ </header>
+ <nav>
+ <section>
+ <h2>General</h2>
+ <ol>
+ <li><a href="index.html">Index</a></li>
+ <li><a href="about.html">About</a></li>
+ <li><a href="now.html">Now</a></li>
+ <li><a href="links.html">Links</a></li>
+ </ol>
+ </section>
+ <section>
+ <h2>Blog</h2>
+ <ol>
+ <li><a href="tech/index.html">/tech/</a></li>
+ <li><a href="phil/index.html">/phil/</a></li>
+ <li><a href="life/index.html">/life/</a></li>
+ <li><a href="music/index.html">/music/</a></li>
+ </ol>
+ </section>
+ <section>
+ <h2>Projects</h2>
+ <ol>
+ <li><a href="projects/dotfiles.html">Nixos Config</a></li>
+ <li><a href="projects/suckless.html">Suckless</a></li>
+ </ol>
+ </section>
+ <section>
+ <a href="mailto:skull@skullheadx.com">Email</a>
+ </section>
+ </nav>
+ <aside>
+ <section>
+ <h2>Bio</h2>
+ <ol>
+ <li><img src="pfp.jpg"></li>
+ <li><p>Skullheadx</p></li>
+ <li><a href="about.html">About Me</a></li>
+ <li><a href="now.html">Now</a></li>
+ </ol>
+ </section>
+ <section>
+ <h2>Status</h2>
+ <p>Working on my website</p>
+ <footer><time datetime="2026-05-05">May 5, 2026</time></footer>
+ </section>
+ </aside>
+ <main>
<article>
- <p>hi</p>
+ <h1>Welcome to my webpage</h1>
+ <p>This is my site where I share my projects, and my thoughts on philosophy and tech.</p>
+ <p>I'm interested in Orthodox Christianity, computing, electrical engineering and reading, so a lot of the content of my site will focus on these topics.</p>
+ <p>Send me an email if you'd like to talk about any topic I discuss on my site:
+ <a href="mailto:skull@skullheadx.com">skull@skullheadx.com</a></p>
</article>
</main>
<footer>