summary refs log tree commit diff
path: root/about.html
blob: b4122b191b3fa2cee45125720c55e83245074831 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!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="/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 two other amazing partners, <a target="_blank" href="https://loveshock.xyz/">Amber</a>
      and Irisha
    </p>

    <h3>Find me Elsewhere</h3>

    <ul>
      <li><a target="_blank" rel="me" href="https://social.treehouse.systems/@ashe">Mastodon</a></li>
      <li><a target="_blank" href="https://git.tempest.dev/">Git</a></li>
      <li><a target="_blank" href="https://web.libera.chat/">IRC</a> (my common nicks are tempest or dawn)</li>
    </ul>
  </body>
</html>