added hetzner
All checks were successful
continuous-integration/drone/push Build is passing

updated expenses and donations
This commit is contained in:
Samuel Philipp 2021-08-29 02:06:44 +02:00
parent b66fdc7d35
commit 551be68e69
Signed by: samuel-p
GPG key ID: 2AD495D17760CB4E
4 changed files with 32 additions and 1 deletions

View file

@ -2,6 +2,13 @@
{
"year": 2021,
"donations": [
{
"date": "26.08.2021",
"amount": 18.27,
"via": "opencollective",
"from": "Skoop",
"first": true
},
{
"date": "18.08.2021",
"amount": 30,

View file

@ -42,7 +42,7 @@
"name": "Backup",
"type": "Storage Box",
"provider": "Hetzner",
"amount": 3.45
"amount": 5.83
},
{
"name": {

View file

@ -69,6 +69,18 @@ eleventyNavigation:
</a>
</div>
</div>
<div class="card mb-3">
<h2><i class="i-network-wired i-fw m-2"></i>Hetzner</h2>
<div>Einige meiner Dienste hoste ich auch bei <a href="https://www.hetzner.com/" target="_blank">Hetzner</a>. Wenn
du einen eigenen Server in der Hetzner-Cloud betreiben willst, kannst du gerne den folgenden
Link nutzen. Dadurch erhalte ich bei deiner Bestellung eine kleine Provision. Falls du
ein Neukunde bist, erhältst du 20 € Startguthaben bei deiner Bestellung.
</div>
<div class="mt-3 text-center">
<a href="https://hetzner.cloud/?ref=5zWtNOF3q8i8"
target="_blank">Gutschein einlösen</a>
</div>
</div>
</div>
</div>

View file

@ -67,6 +67,18 @@ eleventyNavigation:
</a>
</div>
</div>
<div class="card mb-3">
<h2><i class="i-network-wired i-fw m-2"></i>Hetzner</h2>
<div>I also host some of my services at <a href="https://www.hetzner.com/" target="_blank">Hetzner</a>. If
you want to run your own server in the Hetzner cloud, you
are welcome to use the following link. This way I get a small commission for your order. If you are a
new customer, you will get 20 € starting balance with your order.
</div>
<div class="mt-3 text-center">
<a href="https://hetzner.cloud/?ref=5zWtNOF3q8i8"
target="_blank">Use voucher</a>
</div>
</div>
</div>
</div>