anna.lgbt/donate.html

50 lines
1.5 KiB
HTML

<!doctype html>
<html lang="en" data-theme="dark">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Donate to Anna</title>
<link rel="stylesheet" href="/css/pico.min.css"/>
<link rel="stylesheet" href="/css/custom.css"/>
<link rel="stylesheet" href="/css/donate.css"/>
</head>
<body>
<main class="container">
<article>
<header>
<hgroup>
<h2>Donate to Anna</h2>
<h3>Help me out by sending me a little something.</h3>
</hgroup>
</header>
<div class="grid">
<article class="donate-location">
<img src="/img/donate/github.svg" alt="github octocat logo"/>
<hgroup>
<h4><a href="https://github.com/sponsors/anna-is-cute">GitHub Sponsors</a></h4>
<h5>@anna-is-cute</h5>
</hgroup>
</article>
<article class="donate-location">
<img src="/img/donate/kofi.svg" alt="ko-fi logo"/>
<hgroup>
<h4><a href="https://ko-fi.com/lojewalo">Ko-fi</a></h4>
<h5>lojewalo</h5>
</hgroup>
</article>
<article class="donate-location">
<img src="/img/donate/patreon.svg" alt="patreon logo"/>
<hgroup>
<h4><a href="https://www.patreon.com/lojewalo">Patreon</a></h4>
<h5>lojewalo</h5>
</hgroup>
</article>
</div>
</article>
</main>
</body>
</html>