You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
67 lines
2.3 KiB
67 lines
2.3 KiB
<!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></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 they/them and fae/faer and xe/xem</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, like:<br> |
|
<ul> |
|
<li>software</li> |
|
<li>electronic devices</li> |
|
<li>things made from wood</li> |
|
<li>3d printers and things with 3d printers</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>a DC power distribution board</li> |
|
<li>this website (ok, "like" is a stretch, I don't enjoy html much)</li> |
|
</ul> |
|
</li> |
|
<li>am working on a (longer term) game dev project, more details once there's stuff to show ^^</li> |
|
<li>have a <a href="https://blog.xenua.me">blog with long form content on my projects and whatever I feel like writing about</a> (currently under construction)</li> |
|
</ul> |
|
</div> |
|
</main> |
|
<footer> |
|
|
|
</footer> |
|
</body> |
|
</html>
|
|
|