vampysite/source/index.html

43 lines
1.5 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/css/common.css">
<link rel="stylesheet" href="/css/index.css">
<link rel="shortcut icon" href="/assets/favicon.png" type="image/x-icon">
<meta name="author" content="Agatha">
<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>
<!-- TODO: replace the links once the rest of the site is ready -->
<summary>Links</summary>
<a href="https://agatharose.dev/pages/Links">Contact</a>
<!-- <a href="#">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>
</body>
</html>