pogmomme/links/index.html
2025-03-27 00:59:52 -07:00

88 lines
3.3 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Penelope Gwen</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="/style/css/style.css">
</head>
<body>
<h1>Penelope Gwen</h1>
<h2>Social & Other Links</h2>
<hr>
<div class="pagelayout">
<div class="pagecontent">
<a href="https://pogmom.me" class="sociallist">
<div class="bubble flexrow button">
<img alt="" src="/assets/img/icons/social/home.svg">
<h2>Homepage</h2>
</div>
</a>
<a href="https://masto.pogmom.me/@pogmommy" class="sociallist">
<div class="bubble flexrow button">
<img alt="Mastodon Icon" src="/assets/img/icons/social/mastodon.svg"></img>
<h2>Mastodon</h2>
</div>
</a>
<a href="https://pixel.pogmom.me/pogmommy" class="sociallist">
<div class="bubble flexrow button">
<img alt="Pixelfed Icon" src="/assets/img/icons/social/pixelfed.svg"></img>
<h2>Pixelfed</h2>
</div>
</a>
<a href="https://peertube.pogmom.me/a/pogmommy" class="sociallist">
<div class="bubble flexrow button">
<img alt="Peertube Icon" src="/assets/img/icons/social/peertube.svg"></img>
<h2>Peertube</h2>
</div>
</a>
<a href="https://matrix.to/#/@pogmommy:matrix.pogmom.me" class="sociallist">
<div class="bubble flexrow button">
<img alt="Matrix Icon" src="/assets/img/icons/social/matrix.svg"></img>
<h2>Matrix</h2>
</div>
</a>
<a href="https://git.pogmom.me/pogmommy" class="sociallist">
<div class="bubble flexrow button">
<img alt="Forgejo Icon" src="/assets/img/icons/social/forgejo.svg"></img>
<h2>Forgejo</h2>
</div>
</a>
<a href="mailto:penelope@pogmom.me" class="sociallist">
<div class="bubble flexrow button">
<img alt="Email Icon" src="/assets/img/icons/social/email.svg"></img>
<h2>Email</h2>
</div>
</a>
<a href="https://books.theunseen.city/user/pogmommy" class="sociallist">
<div class="bubble flexrow button">
<img alt="BookWyrm Icon" src="/assets/img/icons/social/bookwyrm.svg"></img>
<h2>BookWyrm</h2>
</div>
</a>
<a href="https://trakt.tv/users/pogmommy" class="sociallist">
<div class="bubble flexrow button">
<img alt="Trakt Icon" src="/assets/img/icons/social/trakt.svg"></img>
<h2>Trakt</h2>
</div>
</a>
<a href="https://listenbrainz.org/user/pogmommy/" class="sociallist">
<div class="bubble flexrow button">
<img alt="ListenBrainz Icon" src="/assets/img/icons/social/listenbrainz.svg"></img>
<h2>ListenBrainz</h2>
</div>
</a>
<a href="https://merch.pogmom.me" class="sociallist">
<div class="bubble flexrow button">
<img alt="Merch Store Icon" src="/assets/img/icons/social/shop.svg"></img>
<h2>Merch Store</h2>
</div>
</a>
</div>
</div>
<hr>
<div id="footer"><p>Click <a href="https://pogmom.me/links.html">here</a> or enable javascript to view my social links</p></div>
<script src="/style/js/views.js"></script>
</body>
</html>