pages/me.html
2024-11-15 12:32:30 -05:00

47 lines
1.7 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/assets/css/main.css">
<title>Zaydsite NOW!</title>
</head>
<body>
<nav class="navbar">
<li><h1 class="title"><a href="/">wanderlost</a></h1></li>
<li><a href="/me.html">me</a></li>
<li><a href="/links.html">links</a></li>
<li><a href="/contact.html">contact</a></li>
<li><a href="/blog.html">blog</a></li>
</nav>
<main>
<hr>
<h2>me</h2>
<p>
I'm Zayd, though I also go by a few different names in some
places. I'm a hobbyist archivist (usually working with optical
mediums, specifically CDDA). I also write code when I'm not
feeling lazy. I very much believe in privacy and user rights
in technology.
</p>
<p>
I listen to a lot of different genres, but I tend to go for nu
metal the most and listen to a lot of artists in that genre that
few have heard of. Some of them are End7, Missile Girl Scoot,
Flofactor, Spyndakit, and more.
</p>
<h3>interests</h3>
<ul>
<li>archival</li>
<li>data preservation</li>
<li>music</li>
<li>open source</li>
<li>privacy</li>
<li>programming</li>
<li>unix</li>
</ul>
</main>
<footer>
<p><a href="/credits.html">Credits</a></p>
</footer>
</body>
</html>