spyhoodle.me/index.html
2023-11-26 14:59:11 +00:00

44 lines
1.4 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>spyhoodle.me</title>
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Lato:300" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="assets/lambda.png">
</head>
<body>
<div class="centred">
<img src="assets/lambda.svg" alt="Lambda Logo" class="lambda">
<h1>Maddie</h1>
<a href="https://matrix.to/#/@maddie:spyhoodle.me">
@maddie:spyhoodle.me
</a>
</div>
<div class="socials">
<a href="https://keyoxide.org/FA50688B9EB6D8AA070C8241C296DE8C9053683F">
<img src="assets/keyoxide.svg" alt="Keyoxide">
</a>
<a href="https://matrix.to/#/@maddie:spyhoodle.me">
<img src="assets/matrix.svg" alt="Matrix">
</a>
<a href="https://git.spyhoodle.me">
<img src="assets/git.svg" alt="Git">
</a>
<a href="https://github.com/SpyHoodle">
<img src="assets/github.svg" alt="GitHub">
</a>
<a href="https://tech.lgbt/@madeleine">
<img src="assets/mastodon.svg" alt="Mastodon">
</a>
</div>
<div class="links">
<a href="https://blog.spyhoodle.me">articles</a>
<a href="https://spyhoodle.me/projects">projects</a>
<a href="https://spyhoodle.me/about">about</a>
</div>
<div class="footer">
<p>🏳️‍⚧️ spyhoodle.me | v5.0.0</p>
</div>
</body>
</html>