develop #47

Manually merged
samuel-p merged 3 commits from develop into main 2021-02-20 23:25:43 +00:00
3 changed files with 10 additions and 2 deletions
Showing only changes of commit 16c0faba9d - Show all commits

View file

@ -1,6 +1,6 @@
{ {
"banktransfer": { "banktransfer": {
"number": 2, "number": 3,
"color": "success" "color": "success"
}, },
"cash": { "cash": {

View file

@ -39,7 +39,7 @@ eleventyNavigation:
href="/{{locale}}/imprint">Impressum</a> senden. href="/{{locale}}/imprint">Impressum</a> senden.
<div class="mt-3 text-center"> <div class="mt-3 text-center">
<img alt="Bargeld {{ strings.supporters[locale] }}" <img alt="Bargeld {{ strings.supporters[locale] }}"
src="https://shields.sp-codes.de/badge/{{ strings.supporters[locale] }}-{{ donations.cash.number }}-{{ donations.cash.color }}"> src="https://shields.sp-codes.de/badge/{{ strings.supporters[locale] }}-{{ donations.cash.number }}-{{ donations.cash.color }}">
</div> </div>
</div> </div>
</div> </div>
@ -72,6 +72,10 @@ eleventyNavigation:
</div> </div>
</div> </div>
<div class="mt-4">
<p>Eine aktuelle Liste aller eingegangenen Spenden pflege ich <a target="_blank" href="https://git.sp-codes.de/sp-codes/expenses-donations/src/branch/master/donations.md">hier</a>.</p>
</div>
<div class="border-top mt-5 pt-2"> <div class="border-top mt-5 pt-2">
<p><small><sup>1</sup> Bei den geleisteten Zahlungen handelt sich um Schenkungen im Sinne von § 516 BGB, <p><small><sup>1</sup> Bei den geleisteten Zahlungen handelt sich um Schenkungen im Sinne von § 516 BGB,
nicht um steuerlich absetzbare Spenden im Sinne des Steuerrechts.</small></p> nicht um steuerlich absetzbare Spenden im Sinne des Steuerrechts.</small></p>

View file

@ -70,6 +70,10 @@ eleventyNavigation:
</div> </div>
</div> </div>
<div class="mt-4">
<p>I maintain a list of all received donations <a target="_blank" href="https://git.sp-codes.de/sp-codes/expenses-donations/src/branch/master/donations.md">here</a>.</p>
</div>
<div class="border-top mt-5 pt-2"> <div class="border-top mt-5 pt-2">
<p><small><sup>1</sup> The payments made are donations in terms of § 516 BGB, not tax-deductible donations in terms <p><small><sup>1</sup> The payments made are donations in terms of § 516 BGB, not tax-deductible donations in terms
of tax law.</small></p> of tax law.</small></p>