vampysite/source/index.html

38 lines
1.1 KiB
HTML
Raw Normal View History

2022-07-14 10:12:30 +00:00
---
---
2022-03-04 15:29:02 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
2022-07-14 10:12:30 +00:00
{% include header.html %}
2022-03-04 15:29:02 +00:00
<link rel="stylesheet" href="/css/index.css">
<title>Agatha V. Lovelace</title>
</head>
<body>
<div class="centered">
<picture>
2022-07-14 10:12:30 +00:00
<source srcset="/assets/agatha-light.png"
media="(prefers-color-scheme: light)">
2022-03-04 15:29:02 +00:00
<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>
2022-07-14 10:12:30 +00:00
<a href="/pages/Links/">Contact</a>
<a href="/pages/">Posts</a>
2022-03-04 15:29:02 +00:00
<a href="/cv.pdf">Hire Me</a>
</details>
</div>
</div>
2022-03-04 19:01:01 +00:00
<!-- Hidden link to verify the mastodon account -->
<a style="display:none;" rel="me" href="https://eldritch.cafe/@AgathaSorceress">Mastodon</a>
2022-03-04 15:29:02 +00:00
</body>
2022-03-04 19:01:01 +00:00
</html>