59 lines
3.2 KiB
HTML
59 lines
3.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>LocalCDN | Donate</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta charset="utf-8">
|
|
<link rel="stylesheet" type="text/css" href="../style.css">
|
|
<link rel="stylesheet" type="text/css" href="donate.css">
|
|
<link rel="shortcut icon" href="../images/favicon.ico" type="image/x-icon">
|
|
<link rel="icon" href="../images/favicon.ico" type="image/x-icon">
|
|
</head>
|
|
<body>
|
|
<img src="../images/logo.svg" alt="Decentraleyes" class="logo"/>
|
|
<div class="container">
|
|
<h1>Donation Methods</h1>
|
|
<div class="notice">
|
|
<div class="subtle-hint">
|
|
<p>LocalCDN is free and open-source. If you like LocalCDN you can support continued development by making a donation. Any help would be greatly appreciated!</p>
|
|
<p><b>Question:</b> <i>Why are the donation options only displayed here and no longer on the website?</i><br/><b>Answer:</b> I think it is better if your public IP address is rarely listed in any server log files.</p>
|
|
</div>
|
|
<div class="subtle-hint div-donations">
|
|
<h3>SEPA Bank Transfer</h3>
|
|
<div id="div-bank-transfer">
|
|
<table id="table-bank-transfer">
|
|
<tbody>
|
|
<tr>
|
|
<td></td><td>LocalCDN</td>
|
|
</tr>
|
|
<tr>
|
|
<td>IBAN:</td><td>DE44 5003 1000 1069 4660 08</td>
|
|
</tr>
|
|
<tr>
|
|
<td>BIC:</td><td>TRODDEF1XXX</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div class="subtle-hint div-donations">
|
|
<h3>Bitcoin</h3>
|
|
<p class="mono-block">1C4GRNyuUFkp9dMDjUkV4TwDwdfxdgLzde</p>
|
|
</div>
|
|
<div class="subtle-hint div-donations">
|
|
<h3>Ether</h3>
|
|
<p class="mono-block">0x2df49c1186f8b615c2059f29c3ed7f9f86d49552</p>
|
|
</div>
|
|
<p>
|
|
<ul>
|
|
<li><b>Why no PayPal?</b> I hope this question is not serious. 🙂 If it does: PayPal shares the data collected from customers with over 600 other companies.</li>
|
|
<li><b>Why no Patreon?</b> Have you ever analyzed the website with Webbkoll? The trackers/cookies from Facebook, Twitter and Google integrated there do not harmonise with LocalCDN.</li>
|
|
<li><b>Why no Liberapay?</b> Liberapay only offers Stripe and PalPal as a payout method. I don't have a PayPal account (and don't want one). The website of Stripe is also full of third party providers.</li>
|
|
<li><b>You know of a donation option that is privacy friendly?</b> Then send me an e-mail please.</li>
|
|
</ul>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|