pages/donate/index.html
2023-10-31 15:38:43 -04:00

65 lines
3.2 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>donate - aria blue</title>
<meta charset="UTF-8">
<script defer data-domain="tacohitbox.com" src="https://a.fuckgov.org/js/script.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Azeret+Mono:ital,wght@0,200;0,300;0,700;0,900;1,400&display=swap" rel="stylesheet">
<link href="/assets/main.css" rel="stylesheet">
</head>
<body>
<div class="top">
<div class="top-content">
<div class="left">
<img class="pfp" alt="" src="/assets/pfp.jpg" title="Profile picture art by @camrymel on Twitter.">
<h1>tacohitbox</h1>
</div>
<div class="right">
<p class="nav">
<a href="/">home</a> -
<a href="/projects">projects</a> -
<a href="/contact">contact</a> -
<a href="/donate">donate</a> -
<a href="/etc">etc</a>
</p>
</div>
</div>
</div>
<div class="content">
<div class="chunk">
<h1>dislike having money?</h1>
<p>look no further!</p>
<hr>
<p>
every month i spend around $43.99 on hosting alone (domains and storage not included) to run public services. don't ever feel
obligated to donate, but some help every now and then is nice and very much appreciated.
</p>
<h2>debit/credit cards</h2>
<ul>
<li><a href="https://buymeacoffee.com/ariablue">buymeacoffee</a> - stripe</li>
<li><a href="https://github.com/sponsors/tacohitbox">github sponsors</a> - stripe</li>
<li><a href="https://liberapay.com/tacohitbox">liberapay</a> - stripe / paypal</li>
<li><a href="https://cash.app/$0xBlue">cashapp</a> - square cash</li>
<li><a href="https://venmo.com/whytwokay">venmo</a> - paypal</li>
</ul>
<p>if you prefer to donate via gift card to amazon/ebay/steam or something similar, <a href="/contact">let me know</a>!</p>
<h2>crypto</h2>
<p>i'm not a crypto bro but if this is your only means of donating reasonably, be my guest.</p>
<p>monero: <code>46hVgK3NNw7MDUREEJ9quibNXjEEdvgTDhr6qathA1NF568JB9cNqExWTrcDVD3MdC2Pfz4ckFDARYNEqQXXKXMz4ynsQZS</code></p>
<p>any donations of any amount is much, much appreciated.</p>
<div class="footer">
<hr>
<a href="https://moth.zone/notice/AIq0OeeSL2SIcg6FZQ"><img src="/assets/buttons/bob.gif" alt="A purple cat spinning, with text reading 'Powered by Bob.'"></a>
<img src="/assets/buttons/trans.png" alt="A trans flag.">
<img src="/assets/buttons/drpepper.gif" alt="Powered by Doctor Pepper.">
<a href="https://old.reddit.com/r/FREEMEDIAHECKYEAH/wiki/index"><img src="/assets/buttons/piracy.gif" alt="A pirate flag with the text 'Piracy Now!'"></a>
<a href="https://besties.house/"><img src="/assets/buttons/besties.gif" alt="Besties.house button"></a>
<p class="copyleft">🄯 copyleft 2023 aria blue</p>
</div>
</div>
</div>
</body>
</html>