39 lines
1.2 KiB
HTML
39 lines
1.2 KiB
HTML
---
|
|
---
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
{% include header.html %}
|
|
<link rel="stylesheet" href="/css/index.css">
|
|
|
|
<title>Agatha V. Lovelace</title>
|
|
</head>
|
|
<body>
|
|
<div class="centered">
|
|
<picture>
|
|
<source srcset="/assets/agatha-light.png"
|
|
media="(prefers-color-scheme: light)">
|
|
<img src="/assets/agatha-dark.png"
|
|
alt="A picture of Agatha wearing glasses and a tank top. The edges fade out">
|
|
</picture>
|
|
<div class="text">
|
|
<h1><span>A</span>gatha <span>L</span>ovelace</h1>
|
|
<h3>She/They</h3>
|
|
|
|
<p>Programmer, <abbr title="Electric Guitar, Synths, Violin, Graphic Design">Artist</abbr>,<br> Trans Woman</p>
|
|
|
|
<details>
|
|
<summary>Links</summary>
|
|
<a href="/pages/Links/">Contact</a>
|
|
<a href="/pages/">Posts</a>
|
|
<a href="/cv.pdf">Hire Me</a>
|
|
</details>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Hidden link to verify the mastodon account -->
|
|
<a style="display:none;" rel="me" href="https://eldritch.cafe/@AgathaSorceress">Mastodon</a>
|
|
<a style="display:none;" rel="me" href="https://fv.technogothic.net/@AgathaSorceress">Mastodon</a>
|
|
</body>
|
|
</html>
|