donate.html: key strings into en.yml

This commit is contained in:
djoate
2019-11-02 21:15:20 -04:00
committed by Jonah Aragon
parent d96680f821
commit 28c9dfae03
2 changed files with 14 additions and 9 deletions

View File

@ -11,18 +11,18 @@ permalink: /donate/
</div>
<div class="card border-success mt-5 mb-5">
<div class="card-header text-success"><i class="fas fa-donate fa-fw"></i> Donate via OpenCollective</div>
<div class="card-header text-success"><i class="fas fa-donate fa-fw"></i> {% t donate.opencollective_card_title %}</div>
<div class="card-body text-success">
<p class="card-text">If you are able, please consider contributing to our development and outreach programs. <strong>Contributions via OpenCollective to privacytools.io are tax deductible for US taxpayers.</strong> These funds are transparently and primarily used to cover server costs.</p>
<a href="https://opencollective.com/privacytoolsio#section-contribute" class="btn btn-success">Contribute</a>
<a href="https://blog.privacytools.io/privacytools-io-joins-the-open-collective-foundation" class="btn btn-outline-success">More Info</a>
<p class="card-text">{% t donate.opencollective_card_text %}</p>
<a href="https://opencollective.com/privacytoolsio#section-contribute" class="btn btn-success">{% t donate.opencollective_card_contribute %}</a>
<a href="https://blog.privacytools.io/privacytools-io-joins-the-open-collective-foundation" class="btn btn-outline-success">{% t donate.opencollective_card_moreinfo %}</a>
</div>
</div>
<h1>Please Donate</h1>
<h1>{% t donate.cta %}</h1>
<p>Our website is free of advertisements and not affiliated with any listed providers.<br>Your donation will cover our costs for servers, domains, coffee, beer, and pizza.</p>
<p>You may also contribute via the cryptocurrencies below, however we will not be able to provide a receipt for your contribution.<br>Your contribution will be considered an anonymous, unrestricted contribution and paid to our Fiscal Host at OpenCollective when we convert to currency.</p>
<p>{% t donate.ad_free %}<br>{% t donate.costs %}</p>
<p>{% t donate.other_crypto_no_receipt %}<br>{% t donate.convert_opencollective %}</p>
</div>
</div>