forked from samuel-p/sp-codes.de
added donation badges
updated plausible script
This commit is contained in:
parent
8076d5fa0e
commit
3f4b9a49fe
4 changed files with 27 additions and 1 deletions
|
@ -25,12 +25,20 @@ eleventyNavigation:
|
|||
<h2><i class="fas fa-credit-card fa-fw m-2"></i>Bank transfer</h2>
|
||||
<div>If you want to transfer some money to me, just write me a short <a href="/en/imprint">message</a>. I
|
||||
will then send you my bank details as soon as possible. I am especially happy about a standing order.
|
||||
<div class="mt-3 text-center">
|
||||
<img alt="Bank transfer {{ strings.supporters[locale] }}"
|
||||
src="https://shields.sp-codes.de/badge/{{ strings.supporters[locale] }}-{{ donations.banktransfer.number }}-{{ donations.banktransfer.color }}">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card mb-3">
|
||||
<h2><i class="fas fa-money-bill fa-fw m-2"></i>Cash</h2>
|
||||
<div>If you want to send me some cash, feel free to send it to the address provided in the <a
|
||||
href="/en/imprint">imprint</a>.
|
||||
<div class="mt-3 text-center">
|
||||
<img alt="Cash {{ strings.supporters[locale] }}"
|
||||
src="https://shields.sp-codes.de/badge/{{ strings.supporters[locale] }}-{{ donations.cash.number }}-{{ donations.cash.color }}">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card mb-3">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue