Donation methods updated

This commit is contained in:
nobody 2020-06-04 09:51:27 +02:00
parent 7842f85990
commit 84f8643f24
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
3 changed files with 34 additions and 20 deletions

View File

@ -2,10 +2,10 @@
* Donations
*/
#table-bank-transfer {
font-family: 'monospace', 'Consolas', Arial, sans-serif;
padding: 16px;
}
#table-bank-transfer > tbody > tr > td:nth-of-type(1) {
font-weight: bold;
}
#table-bank-transfer, .mono-block {
font-family: 'monospace', 'Consolas', Arial, sans-serif;
}
#table-bank-transfer > tbody > tr > td:nth-of-type(1) {
font-weight: bold;
}

View File

@ -13,25 +13,38 @@
<body>
<img src="../images/logo.svg" alt="Decentraleyes" class="logo"/>
<div class="container">
<h1>Donation</h1>
<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">
<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&nbsp;5003&nbsp;1000&nbsp;1069&nbsp;4660&nbsp;08</td>
</tr>
<tr>
<td>BIC:</td><td>TRODDEF1XXX</td>
</tr>
</tbody></table>
<p>(Currently only SEPA bank transfers)</p>
<table id="table-bank-transfer">
<tbody>
<tr>
<td></td><td>LocalCDN</td>
</tr>
<tr>
<td>IBAN:</td><td>DE44&nbsp;5003&nbsp;1000&nbsp;1069&nbsp;4660&nbsp;08</td>
</tr>
<tr>
<td>BIC:</td><td>TRODDEF1XXX</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="subtle-hint">
<h3>Bitcoin</h3>
<p class="mono-block">1C4GRNyuUFkp9dMDjUkV4TwDwdfxdgLzde</p>
</div>
<div class="subtle-hint">
<h3>Ether</h3>
<p class="mono-block">0x2df49c1186f8b615c2059f29c3ed7f9f86d49552</p>
</div>
</div>
</div>
</body>

View File

@ -30,6 +30,7 @@
<li>Updated URL for missing translation in option page</li>
<li>Added note about missing translation in popup</li>
<li>Toggle for manipulate DOM removed for Chromium (not supported by Chromium)</li>
<li>Donation methods updated (+Bitcoin, +Ether)</li>
</ul>
<div class="topic-label">
Please update your uBlock/uMatrix rules