drgnz.club/donate.html

110 lines
3.5 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Drgnz Club | Donate </title>
<meta charset="utf-8">
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/x-icon" href="assets/favicon.ico">
<meta name="description" content="Drgnz donation page.">
<meta name="keywords" content="drgnz, club, donate, liberapay, monero, moeny">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
</head>
<body>
<div class="c-main">
<div class="cm-navbar flex">
<a href="index.html">~Drgnz</a>
</div>
<div class="cm-main flex">
<div class="cmm-content">
<h2 id="register">Donate</h2>
<p>If you like our community, you can consider donating using these three options.</p>
<div class="flex" style="width: 100%;">
<div class="donate-box">
<center>
<h2>Monero</h2>
<a href="monero:89JSUJ3oiRqGQsQz3GwcX6azAxyXZaousYsHs414w85JVSWyvHoNNS4fPCxVEMd6eWBnLHT13AfrEJs8SMrVHMMr3hv6Zgm"> <img width="200px" src="assets/donate/xmr-qr.svg"></a>
<p style="overflow-wrap: anywhere;">
89JSUJ3oiRqGQsQz3GwcX6azAxyXZaousYsHs414w85JVSWyvHoNNS4fPCxVEMd6eWBnLHT13AfrEJs8SMrVHMMr3hv6Zgm
</p>
</center>
</div>
<div class="donate-box">
<center>
<h2>Liberapay</h2>
<a href="https://liberapay.com/waffelo"> <img width="200px" src="assets/donate/liberapay-qr.svg"></a>
<p style="overflow-wrap: anywhere;">
https://liberapay.com/waffelo
</p>
</center>
</div>
<div class="donate-box">
<center>
<h2>Paypal</h2>
<a href="https://www.paypal.me/WaffeloDerg"> <img width="200px" src="assets/donate/paypal-qr.svg"></a>
<p style="overflow-wrap: anywhere;">
https://www.paypal.me/WaffeloDerg
</p>
</center>
</div>
</div>
<table style="width: 100%;">
<tbody>
<tr>
<th><u>Date</u></td>
<th><u>Amount</u></td>
<th><u>Method</u></td>
<th><u>From</u></td>
<th><u>Comment</u></td>
</tr>
<tr>
<td>12/12/2023</td>
<td>30€</td>
<td>Paypal</td>
<td>Cyberstian</td>
<td></td>
</tr>
</tbody>
</table>
</div> <!-- CM CONTENT END--->
<div class="cmm-sidebar">
<h2>FAQ</h2>
<ul>
<li>
<strong>Q:</strong> How is the money donated being used? <br>
<strong>A:</strong> Currently it is being used to contribute to energy and internet bills and some of our basic needs.
</li>
<br>
<li>
<strong>Q:</strong> Do I have to publicly reveal my name?<br>
<strong>A:</strong> No, it is optional. If you don't want your username displayed in the donation list, we won't add it.
</li>
<br>
</ul>
</div> <!-- END SIDEBAR -->
</div> <!-- CM MAIN END -->
</div> <!-- C MAIN END -->
</body>
</html>