1
1
Fork 0
linkery/site/index.html
2025-04-08 22:44:51 -06:00

98 lines
3.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Gaiety's Linkery</title>
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="description" content="Gaiety's Links including BlueSky, Portfolio, and more" />
<meta property="og:type" content="website">
<meta property="og:url" content="https://linkery.gaiety.me/">
<meta property="og:image" content="https://linkery.gaiety.me/assets/preview.png">
<link href="/reset.css" rel="stylesheet">
<link href="/styles.css" rel="stylesheet">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicons/favicon-16x16.png">
<link rel="manifest" href="/assets/favicons/site.webmanifest">
</head>
<body>
<div id="container">
<header>
<div id="pfp">
<img src="/assets/pfp.jpg" alt="" class="static" />
<img src="/assets/pfp.gif" alt="" class="animated" />
</div>
<div>
<div class="headline">
<h1>Gaiety's <small>Linkery</small></h1>
<h2>
making the internet gay
</h2>
</div>
</div>
</header>
<main>
<nav class="links">
<a href="https://gaiety.me/">
<img src="https://gaiety.me/img/site/avatar.gif" class="full" alt="" />
<span>Portfolio</span>
</a>
<a href="https://git.gay/gaiety">
<img src="/assets/links/gitgay.svg" alt="" />
<span>git.gay</span>
</a>
<a href="https://git.gay/gaiety">
<img src="/assets/links/notist.svg" alt="" />
<span>Notist</span>
</a>
<a href="https://codestats.net/users/gaiety">
<img src="/assets/links/codestats.svg" alt="" />
<span>codestats</span>
</a>
<a href="https://listenbrainz.org/user/gaiety/">
<img src="/assets/links/listenbrainz.svg" alt="" />
<span>ListenBrainZ</span>
</a>
<a href="https://app.thestorygraph.com/profile/gaiety">
<img src="/assets/links/storygraph.png" alt="" />
<span>StoryGraph</span>
</a>
<a href="https://keyoxide.org/aspe%3Akeyoxide.org%3AZ6MOGEJXNNWE6HGUCAKSENZMQA">
<img src="/assets/links/keyoxide.svg" class="full" alt="" />
<span>Keyoxide</span>
</a>
</nav>
<nav class="icons-only">
<a href="https://bsky.app/profile/basking.monster">
<img src="/assets/links/bluesky.svg" alt="BlueSky" />
</a>
<a href="https://fur.lgbt/@hergaiety">
<img src="/assets/links/mastodon.svg" alt="Mastodon" />
</a>
</nav>
<footer>
<a href="https://git.gay/gaiety/linkery">
🍴 Fork Linkery Here
</a>
</footer>
</main>
</div>
<svg width="0" height="0" aria-hidden="true">
<filter id="dither" primitiveUnits="objectBoundingBox">
<feTurbulence type="fractalNoise" baseFrequency="4.5"></feTurbulence>
<feDisplacementMap in="SourceGraphic" scale=".2"></feDisplacementMap>
</filter>
</svg>
</body>
</html>