You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tempest.dev/about.html

60 lines
1.4 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>About</title>
<link rel="stylesheet" href="/resources/style.css"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<nav>
<a href="/">Home</a>
<a href="/about.html">About</a>
<a href="/changelog.html">Changelog</a>
<a href="/posts/">Posts</a>
</nav>
<h1>
Who are you?
</h1>
<h3>Name</h3>
<p>Ashelyn, but I usually go by Ashe, Dawn, or Tempest</p>
<h3>Interests</h3>
<p>
Coding, VR, 3D modeling, cryptography (encryption + privacy, not shitcoin),
photography, hiking, reading, writing, and locksport
</p>
<h3>Games</h3>
<p>
Currently a lot of VRChat, other favorites include Hades, Celeste,
and Titanfall 2
</p>
<h3>Occupation</h3>
<p>
Web dev, primarily Javascript but also featuring Rust, .NET, Java,
and an obscene amount of bash
</p>
<h3>Family</h3>
<p>
I am married to my lovely wife Em, and we have two kids together. I also
have recently started dating my amazing girlfriend
<a target="_blank" href="https://loveshock.xyz/">Amber</a>
</p>
<h3>Other Projects</h3>
<ul>
<li><a target="_blank" href="https://tilde.club/~ashe/">My homepage</a></li>
<li><a target="_blank" href="https://ashe.gay/">My personal blog</a></li>
</ul>
</body>
</html>