|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<title>Hello!</title>
|
|
|
|
<meta name="description" content="xenua's website"/>
|
|
|
|
<meta name="author" content="xenua" />
|
|
|
|
<link rel="stylesheet" href="/static/main.css" type="text/css" />
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<meta name="robots" content="noindex" />
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<header>
|
|
|
|
<nav>
|
|
|
|
<ul>
|
|
|
|
<li>
|
|
|
|
<a href="/">
|
|
|
|
<img src="static/xenua.svg" alt="stylized formatting of 'xenua'">
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li><a href="/about">about</a></li>
|
|
|
|
<li><a href="/contact">contact</a></li>
|
|
|
|
<li><a href="/projects">projects</a></li>
|
|
|
|
</ul>
|
|
|
|
</nav>
|
|
|
|
</header>
|
|
|
|
<main>
|
|
|
|
<h1>hi! i'm xenua.</h1>
|
|
|
|
<div class="listing">
|
|
|
|
<span>my</span>
|
|
|
|
<ul>
|
|
|
|
<li>name is spelled either all lower or upper case, no mixed case (Xenua is wrong.)</li>
|
|
|
|
<li>pronouns are
|
|
|
|
<ul>
|
|
|
|
<li>they/them</li>
|
|
|
|
<li>fae/faer</li>
|
|
|
|
<li>xe/xem</li>
|
|
|
|
</ul>
|
|
|
|
</li>
|
|
|
|
<li>code probably runs on your servers :)</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<div class="listing">
|
|
|
|
<span>I'm</span>
|
|
|
|
<ul>
|
|
|
|
<li>nonbinary, if you haven't noticed yet</li>
|
|
|
|
<li>usually spending my time working on various projects, for fun and or money (<a href="/contact#Reaching-out-for-business">pay me?</a>)</li>
|
|
|
|
<li>a train enjoyer, in fact this webbed site was written on one.</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<div class="listing">
|
|
|
|
<span>I</span>
|
|
|
|
<ul>
|
|
|
|
<li>build stuff, using:<br>
|
|
|
|
<ul>
|
|
|
|
<li>software</li>
|
|
|
|
<li>electronics hardware</li>
|
|
|
|
<li>selfmade PCBs</li>
|
|
|
|
<li>wood</li>
|
|
|
|
<li>3d printing</li>
|
|
|
|
</ul>
|
|
|
|
</li>
|
|
|
|
<li>kinda like writing software (unfortunately)</li>
|
|
|
|
<li>play piano</li>
|
|
|
|
<li>like doing creative things, such as:<br>
|
|
|
|
<ul>
|
|
|
|
<li>aesthetic pcb designs</li>
|
|
|
|
<li>this website (ok, "like" is a stretch, I don't enjoy html much)</li>
|
|
|
|
<li>3D models</li>
|
|
|
|
</ul>
|
|
|
|
</li>
|
|
|
|
<li>like creating functional things:<br>
|
|
|
|
<ul>
|
|
|
|
<li>a DC power distribution board</li>
|
|
|
|
<li>keyboards</li>
|
|
|
|
<li>little 3D prints that make existence just a little more bearable</li>
|
|
|
|
</ul>
|
|
|
|
</li>
|
|
|
|
<li>am working on a (longer term) game dev project, more details once there's stuff to show ^^</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</main>
|
|
|
|
<footer>
|
|
|
|
<span>this site is made out of distilled coffee</span>
|
|
|
|
</footer>
|
|
|
|
</body>
|
|
|
|
</html>
|