diff options
author | Ashelyn Rose <git@tempest.dev> | 2023-05-08 02:17:40 -0600 |
---|---|---|
committer | Ashelyn Rose <git@tempest.dev> | 2023-05-08 02:17:40 -0600 |
commit | 880cfbeb74546056feab63ed6e92a10c0dbaf2c3 (patch) | |
tree | 33c7429bd5b1b968d74c74a4b7fbf0aa072111f7 /about.html | |
parent | 885d95d889633e312567d891831d74d9e120e5b8 (diff) |
New layout, uses nextjs
Diffstat (limited to 'about.html')
-rw-r--r-- | about.html | 62 |
1 files changed, 0 insertions, 62 deletions
diff --git a/about.html b/about.html deleted file mode 100644 index 25ac669..0000000 --- a/about.html +++ /dev/null @@ -1,62 +0,0 @@ -<!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 coin), - 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 Python, Rust, .NET, - Java, and an obscene amount of bash - </p> - - <h3>Family</h3> - - <p> - I am married to my lovely wife Emily, and we have two kids together. I also - have two other amazing partners. - </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> - <footer> - <a href="https://git.tempest.dev/ashe/tempest.dev">Site Source</a> - <a href="/pay-transparency.html">Pay Transparency</a> - </footer> - </body> -</html> |