Add "open Collective"
This commit is contained in:
parent
0ca726e499
commit
0599752276
|
@ -99,7 +99,8 @@ LocalCDN is free and open-source. If you like LocalCDN you can support continued
|
||||||
* Bitcoin: `1C4GRNyuUFkp9dMDjUkV4TwDwdfxdgLzde`
|
* Bitcoin: `1C4GRNyuUFkp9dMDjUkV4TwDwdfxdgLzde`
|
||||||
* Ether: `0x2df49c1186f8b615c2059f29c3ed7f9f86d49552`
|
* Ether: `0x2df49c1186f8b615c2059f29c3ed7f9f86d49552`
|
||||||
* Monero: `46j26ggSZNT9rN7VeFYXp2PsKEMyJSSYneBVKXY4xeemdfZfCpNg6tQEXQZpWiTTuGX3SbnDPwuh3167cCoYSrqN72H9jPk`
|
* Monero: `46j26ggSZNT9rN7VeFYXp2PsKEMyJSSYneBVKXY4xeemdfZfCpNg6tQEXQZpWiTTuGX3SbnDPwuh3167cCoYSrqN72H9jPk`
|
||||||
* [Buy Me a Coffee](https://www.buymeacoffee.com/LocalCDN)
|
|
||||||
|
[<img src="https://codeberg.org/nobody/LocalCDN/raw/branch/develop/pages/images/buymeacoffee.png" alt="Buy me a coffee" width="214"/>](https://www.buymeacoffee.com/LocalCDN) [<img src="https://codeberg.org/nobody/LocalCDN/raw/branch/develop/pages/images/opencollective.png" alt="Open Collective" width="214"/>](https://opencollective.com/LocalCDN)
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|
|
@ -10,10 +10,6 @@ h3 {
|
||||||
font-family: 'monospace', 'Consolas', Arial, sans-serif;
|
font-family: 'monospace', 'Consolas', Arial, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
#table-bank-transfer > tbody > tr > td:nth-of-type(1) {
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
.div-donations {
|
.div-donations {
|
||||||
border: 1px solid lightgrey;
|
border: 1px solid lightgrey;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
|
|
@ -21,19 +21,10 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="subtle-hint div-donations">
|
<div class="subtle-hint div-donations">
|
||||||
<h3>SEPA Bank Transfer</h3>
|
<h3>SEPA Bank Transfer</h3>
|
||||||
<div id="div-bank-transfer">
|
<p class="mono-block">
|
||||||
<table id="table-bank-transfer">
|
<span>IBAN: DE22 5003 1000 1069 4660 16</span><br/>
|
||||||
<tr>
|
<span>BIC: TRODDEF1XXX</span>
|
||||||
<td></td><td>LocalCDN</td>
|
</p>
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>IBAN:</td><td>DE22 5003 1000 1069 4660 16</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>BIC:</td><td>TRODDEF1XXX</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="subtle-hint div-donations">
|
<div class="subtle-hint div-donations">
|
||||||
<h3>Bitcoin</h3>
|
<h3>Bitcoin</h3>
|
||||||
|
@ -60,6 +51,15 @@
|
||||||
<img src="../images/buymeacoffee.png" alt="Buy Me A Coffee">
|
<img src="../images/buymeacoffee.png" alt="Buy Me A Coffee">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="subtle-hint div-donations">
|
||||||
|
<h3>Open Collective</h3>
|
||||||
|
<p>
|
||||||
|
<a href="https://opencollective.com/LocalCDN" target="_blank">www.opencollective.com/LocalCDN</a>
|
||||||
|
</p>
|
||||||
|
<a href="https://www.buymeacoffee.com/LocalCDN" class="no-icon" target="_blank">
|
||||||
|
<img src="../images/opencollective.png" alt="Open Collective">
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
<p>
|
<p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><strong>Why no PayPal?</strong> I hope this question is not serious. 🙂 If it does: PayPal shares the data collected from customers with over 600 other companies.</li>
|
<li><strong>Why no PayPal?</strong> I hope this question is not serious. 🙂 If it does: PayPal shares the data collected from customers with over 600 other companies.</li>
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
Loading…
Reference in New Issue