Compare commits

..

No commits in common. "79cba70bf0b1387958f92705baa30ebdc33d6b47" and "73b65526f0cd05c370989526039ec37bae4cbad9" have entirely different histories.

5 changed files with 26 additions and 16 deletions

View file

@ -2,20 +2,6 @@
{ {
"year": 2022, "year": 2022,
"donations": [ "donations": [
{
"date": "16.11.2021",
"amount": 25,
"via": "banktransfer",
"from": null,
"first": false
},
{
"date": "02.11.2021",
"amount": 30,
"via": "banktransfer",
"from": null,
"first": false
},
{ {
"date": "11.08.2022", "date": "11.08.2022",
"amount": 10, "amount": 10,

View file

@ -13,7 +13,7 @@
<tr> <tr>
<td>{{donation.date}}</td> <td>{{donation.date}}</td>
{% if donation.via == 'opencollective' %} {% if donation.via == 'opencollective' %}
<td>Open Collective</td> <td><a href="https://opencollective.com/sp-codes" rel="nofollow">Open Collective</a></td>
{% else %} {% else %}
<td>{{strings[donation.via][locale]}}</td> <td>{{strings[donation.via][locale]}}</td>
{% endif %} {% endif %}

View file

@ -16,7 +16,7 @@
<tr> <tr>
<td>{{donation.date}}</td> <td>{{donation.date}}</td>
{% if donation.via == 'opencollective' %} {% if donation.via == 'opencollective' %}
<td>Open Collective</td> <td><a href="https://opencollective.com/sp-codes" rel="nofollow">Open Collective</a></td>
{% else %} {% else %}
<td>{{strings[donation.via][locale]}}</td> <td>{{strings[donation.via][locale]}}</td>
{% endif %} {% endif %}

View file

@ -43,6 +43,18 @@ eleventyNavigation:
</div> </div>
</div> </div>
</div> </div>
<div class="card mb-3">
<h2><i class="i-opencollective m-2"></i>Open Collective</h2>
<div>Gerne kannst du mir auch über <a href="https://opencollective.com/sp-codes" target="_blank">Open
Collective</a> einen kleinen Betrag zukommen lassen. Wenn du willst, kannst du mich dort auch mit einer
regelmäßigen Spende unterstützen.
<div class="mt-3 text-center">
<a href="https://opencollective.com/sp-codes" target="_blank"><img
alt="Open Collective {{ strings.supporters[locale] }}"
src="https://shields.sp-codes.de/opencollective/all/sp-codes?label={{ strings.supporters[locale] }}&logo=open-collective"></a>
</div>
</div>
</div>
<div class="card mb-3"> <div class="card mb-3">
<h2><i class="i-network-wired i-fw m-2"></i>netcup</h2> <h2><i class="i-network-wired i-fw m-2"></i>netcup</h2>
<div>Einige meiner Dienste hoste ich bei <a href="https://www.netcup.de/" target="_blank">netcup</a>. Wenn <div>Einige meiner Dienste hoste ich bei <a href="https://www.netcup.de/" target="_blank">netcup</a>. Wenn

View file

@ -41,6 +41,18 @@ eleventyNavigation:
</div> </div>
</div> </div>
</div> </div>
<div class="card mb-3">
<h2><i class="i-opencollective m-2"></i>Open Collective</h2>
<div>You are also welcome to send me a small amount via <a href="https://opencollective.com/sp-codes"
target="_blank">Open Collective</a>. If you like
you can also support me with a regular donation.
<div class="mt-3 text-center">
<a href="https://opencollective.com/sp-codes" target="_blank"><img
alt="Open Collective {{ strings.supporters[locale] }}"
src="https://shields.sp-codes.de/opencollective/all/sp-codes?label={{ strings.supporters[locale] }}&logo=open-collective"></a>
</div>
</div>
</div>
<div class="card mb-3"> <div class="card mb-3">
<h2><i class="i-network-wired i-fw m-2"></i>netcup</h2> <h2><i class="i-network-wired i-fw m-2"></i>netcup</h2>
<div>Some of my services are hosted at netcup. If you want to run your own server or website at <a <div>Some of my services are hosted at netcup. If you want to run your own server or website at <a