diff options
author | Ashelyn Dawn <git@tempest.dev> | 2023-01-19 18:44:15 -0700 |
---|---|---|
committer | Ashelyn Dawn <git@tempest.dev> | 2023-01-19 18:44:15 -0700 |
commit | 7bb1f23be82ca40512fbc920245e23de7dedd9a2 (patch) | |
tree | b0889e6e3a139660a160a2e263ddf2ef4f71571e /about.html | |
parent | f954b7ad22e799d676b0dcc0055fba4abb236f4d (diff) |
Update styles, add footer, add pay transparency
Diffstat (limited to 'about.html')
-rw-r--r-- | about.html | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/about.html b/about.html index b4122b1..e05eb82 100644 --- a/about.html +++ b/about.html @@ -22,7 +22,7 @@ <h3>Interests</h3> <p> - Coding, VR, 3D modeling, cryptography (encryption + privacy, not shitcoin), + Coding, VR, 3D modeling, cryptography (encryption + privacy, not coin), photography, hiking, reading, writing, and locksport </p> @@ -36,14 +36,14 @@ <h3>Occupation</h3> <p> - Web dev, primarily Javascript but also featuring Rust, .NET, Java, - and an obscene amount of bash + 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 Em, and we have two kids together. I also + I am married to my lovely wife Emily, 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> @@ -55,5 +55,9 @@ <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> |