summary refs log tree commit diff
path: root/about.html
diff options
context:
space:
mode:
authorTempest <pawnstar4@gmail.com>2022-06-02 22:20:44 -0600
committerTempest <pawnstar4@gmail.com>2022-06-02 22:20:44 -0600
commit5758d32edab2e37b9e88130181ca87b9d5db4e73 (patch)
tree69d0d0b576fe6d02cf2d758a2e5751e504da4cf2 /about.html
parent799937c8a1ac130dd26e73a8c35a3e627334ad51 (diff)
Add about page, nav
Diffstat (limited to 'about.html')
-rw-r--r--about.html55
1 files changed, 55 insertions, 0 deletions
diff --git a/about.html b/about.html
new file mode 100644
index 0000000..cd762ce
--- /dev/null
+++ b/about.html
@@ -0,0 +1,55 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <title>About</title>
+    <link rel="stylesheet" href="/resources/style.css"/>
+  </head>
+  <body>
+    <nav>
+      <a href="/">Home</a>
+      <a href="/about.html">About</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, photography, hiking, reading,
+      writing, and locksport
+    </p>
+
+    <h3>Games</h3>
+
+    <p>
+      Currently a lot of VR Chat, 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, and we have two kids together
+    </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://tempest.dev/">My dev blog</a></li>
+      <li><a target="_blank" href="https://ashe.gay/">My personal blog</a></li>
+    </ul>
+  </body>
+</html>