Compare commits
No commits in common. "71bfb135a6853c9e108b10a9759f8b26aecaac19" and "34e02cffa8a4d90a091c334e339644a6a923b0dc" have entirely different histories.
71bfb135a6
...
34e02cffa8
6 changed files with 30 additions and 20 deletions
|
@ -22,13 +22,13 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@11ty/eleventy": "^1.0.2",
|
"@11ty/eleventy": "^1.0.2",
|
||||||
"@11ty/eleventy-navigation": "^0.3.5",
|
"@11ty/eleventy-navigation": "^0.3.5",
|
||||||
"@node-minify/core": "^7.1.0",
|
"@node-minify/core": "^7.0.0",
|
||||||
"@node-minify/crass": "^7.1.0",
|
"@node-minify/crass": "^7.0.0",
|
||||||
"@node-minify/html-minifier": "^7.1.0",
|
"@node-minify/html-minifier": "^7.0.0",
|
||||||
"cpx": "^1.5.0",
|
"cpx": "^1.5.0",
|
||||||
"glob": "^8.0.3",
|
"glob": "^8.0.3",
|
||||||
"minify": "^9.1.0",
|
"minify": "^9.1.0",
|
||||||
"node-sass": "^8.0.0",
|
"node-sass": "^7.0.3",
|
||||||
"node-sass-tilde-importer": "^1.0.2",
|
"node-sass-tilde-importer": "^1.0.2",
|
||||||
"npm-run-all": "^4.1.5",
|
"npm-run-all": "^4.1.5",
|
||||||
"uncss": "^0.17.3"
|
"uncss": "^0.17.3"
|
||||||
|
|
|
@ -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,
|
||||||
|
|
|
@ -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 %}
|
||||||
|
|
|
@ -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 %}
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue