<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../main.css?nocache=1756421554668">
<link rel="stylesheet" href="./blog.css?nocache=1756421554667">
<link rel="icon" type="image/x-icon" href="../assets/icons/favicon.ico">
<title>Hello, World!</title>
</head>
<body>
<header>
<a href="../home.html" class="title"><img src="../assets/title.png" alt="mewizard"></a>
</header>
<div class="grid">
<div class="sidebar">
<nav>
<ul>
<a href="/home.html" class="navlink"><li class="navtext navtext--first ">home</li></a>
<a class="navlink dropdown__btn"><li class="navtext">about</li></a>
<div class="dropdown__menu">
<a href="/about/me.html" class="navlink "><li class="navtext">me</li></a>
<a href="/about/site.html" class="navlink "><li class="navtext">the site</li></a>
</div>
<a href="/work.html" class="navlink"><li class="navtext ">my work</li></a>
<a href="/blog.html" class="navlink"><li class="navtext navtext--current">blog</li></a>
<a href="/links.html" class="navlink"><li class="navtext ">links</li></a>
<a href="/guestbook.html" class="navlink"><li class="navtext ">guestbook</li></a>
</ul>
<script src="/scripts/toggleDropdown.js"></script>
</nav>
</div>
<div class="content">
<div class="section">
<div class="post">
<time>06-13-25</time>
<h2>Hello, World!</h2>
<hr>
<div class="post__content">
<p>Here goes nothing! My first blog post. I’ve been building this website over the past week,
with the intention of fostering what I used to love about the internet: creativity, connection,
and exploration. I’ve felt jaded by social media and corporate design in recent years. It’s time
for me to return to my values and build something uniquely human (even if it involves a nauseating
amount of blinkies).</p>
<p>As a developer, I also chose to simplify my approach to coding this project. For now, it’s plain
HTML/CSS. No React, no frameworks, not even JavaScript. I may switch to a static site generator
down the road, but I decided to prioritize having <em>something</em> over having something perfect. </p>
<p>I hope you enjoy my little slice of the internet!</p>
</div>
</div>
</div>
<a href="../blog.html"><img src="../assets/icons/arrow-left.png" class="icon" alt="Back arrow">back</a>
</div>
</body>
</html>