Add donate.html to en.yml

This commit is contained in:
Jonah 2019-08-06 10:56:48 -05:00
parent df38bc4da6
commit 0def00c9f9
No known key found for this signature in database
GPG Key ID: B9D1C611859E0649
2 changed files with 18 additions and 7 deletions

View File

@ -26,7 +26,6 @@ quotes:
header: "Privacy? I don't have anything to hide." header: "Privacy? I don't have anything to hide."
quotes: "Quotes" quotes: "Quotes"
privacy_resources: privacy_resources:
note: "Note: Just being open source does not make software secure!"
header: "More Privacy Resources" header: "More Privacy Resources"
guides: "Guides" guides: "Guides"
guide1: "Surveillance Self-Defense by EFF" guide1: "Surveillance Self-Defense by EFF"
@ -77,6 +76,7 @@ privacy_resources:
tool9_d: "A directory to help you find open source alternatives to proprietary tools." tool9_d: "A directory to help you find open source alternatives to proprietary tools."
tool10: "AlternativeTo" tool10: "AlternativeTo"
tool10_d: "A directory to help find alternatives to other software, with the option to only show open source software." tool10_d: "A directory to help find alternatives to other software, with the option to only show open source software."
note: "Note: Just being open source does not make software secure!"
participate: participate:
participate: "Participate with suggestions and constructive criticism" participate: "Participate with suggestions and constructive criticism"
up_to_date: "It's important for a website like privacytools.io to stay up-to-date." up_to_date: "It's important for a website like privacytools.io to stay up-to-date."
@ -96,3 +96,14 @@ participate:
github_d: "The complete website source code is available on GitHub. Join our developer team!" github_d: "The complete website source code is available on GitHub. Join our developer team!"
contributors: "Contributor List" contributors: "Contributor List"
thanks: "This is a community project aiming to deliver the best information available to improve privacy online. Thank you for participating. This project needs you." thanks: "This is a community project aiming to deliver the best information available to improve privacy online. Thank you for participating. This project needs you."
donate:
cta: "Please Donate"
ad_free: "Our website is free of advertisements and not affiliated with any listed providers."
costs: "Your donation will cover our costs for servers, domains, coffee, beer, and pizza."
bitcoin: "We prefer Bitcoin donations to be above $5 due to the state of the network's transaction fees."
bitcoin2: "You are welcome to donate any smaller or larger amount on any other cryptocurrency, such as Bitcoin Cash, Ethereum, or Stellar."
more: "More Cryptocurrencies"
the: "The"
team: "privacytools.io team"
endorse: "does not necessarily endorse all of the cryptocurrencies listed on this page. Please conduct your own research before purchasing any cryptocurrencies."
thanks: "Thanks for your support. You are awesome!"

View File

@ -9,8 +9,8 @@ permalink: /donate/
<div class="mt-4 mb-4"> <div class="mt-4 mb-4">
<a href="https://www.privacytools.io/"><img src="/assets/img/layout/logo.png" class="img-fluid" alt="privacytools.io"></a> <a href="https://www.privacytools.io/"><img src="/assets/img/layout/logo.png" class="img-fluid" alt="privacytools.io"></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>{% t donate.ad_free %}<br>{% t donate.costs %}</p>
<p> <p>
<a class="btn btn-warning mb-1" href="https://liberapay.com/privacytools.io/donate"><i class="fas fa-donate fa-lg fa-fw"></i> Liberapay</a> <a class="btn btn-warning mb-1" href="https://liberapay.com/privacytools.io/donate"><i class="fas fa-donate fa-lg fa-fw"></i> Liberapay</a>
@ -73,9 +73,9 @@ permalink: /donate/
</div> </div>
<div class="text-center"> <div class="text-center">
<p>We prefer Bitcoin donations to be above $5 due to the state of the network's transaction fees. You are welcome to donate any smaller or larger amount on any other cryptocurrency, such as Bitcoin Cash, Ethereum, or Stellar.</p> <p>{% t donate.bitcoin %} {% t donate.bitcoin2 %}</p>
<h2>More Cryptocurrencies</h2> <h2>{% t donate.more %}</h2>
</div> </div>
@ -277,8 +277,8 @@ permalink: /donate/
</div> </div>
<div class="text-center"> <div class="text-center">
<p>The <a href="/contact/">privacytools.io team</a> does not necessarily endorse all of the cryptocurrencies listed on this page. Please conduct your own research before purchasing any cryptocurrencies.</p> <p>{% t donate.the %} <a href="/contact/">{% t donate.team %}</a> {% t donate.endorse %}</p>
<h3>Thanks for your support. You are awesome!</h3> <h3>{% t donate.thanks %}</h3>
<p> <p>
<img src="/assets/img/misc/smile.png" class="img-fluid" alt="Smile"> <img src="/assets/img/misc/smile.png" class="img-fluid" alt="Smile">
</p> </p>