This repository has been archived on 2023-05-28. You can view files and clone it, but cannot push or open issues or pull requests.
old-website/views/donate.ejs

34 lines
1.9 KiB
Text

<!DOCTYPE html>
<html lang="en">
<head>
<%- include("pieces/html-head.ejs") %>
</head>
<body>
<div class="main">
<%- include("pieces/header.ejs") %>
<div class="tll small-margin-inside">
<h2>donate to me</h2>
<p>you can donate to me by a few means as listed below:</p>
<details>
<summary>cashapp</summary>
<p class="no-margin">you can donate to my cashapp: <code>$0xBlue</code></p>
<p class="no-margin">here's a QR code for your convenience!</p><br>
<a class="no-fancy" href="https://cash.app/$0xBlue"><img style="width: 235px;" alt="QR code that links to my Cash App cashtag, 0xBlue." src="/static/img/donate/cashapp.png"></a>
</details>
<details>
<summary>monero (i'm not a crypto bro)</summary>
<p class="no-margin">you can donate to my monero wallet here: <code>46hVgK3NNw7MDUREEJ9quibNXjEEdvgTDhr6qathA1NF568JB9cNqExWTrcDVD3MdC2Pfz4ckFDARYNEqQXXKXMz4ynsQZS</code></p>
<p class="no-margin">i'm not a crypto bro this just helps certain expenses i have be a little more convenient for me.</p>
<p class="no-margin">speaking of convenience, here's a qr code to make donating easier for you :3</p><br>
<a class="no-fancy" href="monero:46hVgK3NNw7MDUREEJ9quibNXjEEdvgTDhr6qathA1NF568JB9cNqExWTrcDVD3MdC2Pfz4ckFDARYNEqQXXKXMz4ynsQZS"><img style="width: 235px;" alt="QR code that links to my Monero address." src="/static/img/donate/monero.png"></a>
</details>
<details>
<summary>other options (paypal, amazon/steam, etc.)</summary>
<p class="no-margin">i accept donations of paypal, amazon or steam gift cards, and other means.</p>
<p class="no-margin">i keep these private simply for my own privacy. you can <a href="/contact">reach out</a> if you would like to still donate.</p>
</details>
</div>
<%- include("pieces/footer.ejs") %>
</div>
</body>
</html>