commit 7a1dc2b447641d3eed12ce051e010b78bc8fd5a1 Author: Antonela hola@antonela.me Date: Mon Mar 2 13:23:01 2020 -0300
Update donate string in the download flow
asked by sstevenson on Feb 26th --- content/thank-you/contents.lr | 1 - templates/thank-you.html | 14 +++++++++----- 2 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/content/thank-you/contents.lr b/content/thank-you/contents.lr index c0e40582..6360e6d1 100644 --- a/content/thank-you/contents.lr +++ b/content/thank-you/contents.lr @@ -15,4 +15,3 @@ body: You're equipped to browse freely. Tor is the strongest tool for privacy and freedom online. It is free and open source software maintained by the Tor Project and a community of volunteers worldwide. -We need your help to keep Tor secure and safe for millions across the globe. [Donate Now](https://donate.torproject.org/) diff --git a/templates/thank-you.html b/templates/thank-you.html index aea0dc86..56d08356 100644 --- a/templates/thank-you.html +++ b/templates/thank-you.html @@ -1,5 +1,9 @@ -<div class="container py-3"> - <div class="row border-bottom border-light"><p></p></div> +<div class="container"> + <div class="row border-bottom border-light"> + <div class="badge content bg-warning p-3 mb-5 mx-auto text-lowercase"> + {{ _('We need your help to keep Tor secure and safe for millions across the globe.') }} + <a href="/donate">{{ _('Donate Now') }}</a> + </div> </div> <div class="container py-3"> <div class="row p-3"> @@ -9,15 +13,15 @@ <div class="container"> <div class="row"> <div class="col-md-4"> - <i class="text-primary pr-2 fas fa-paper-plane-png"></i> + <i class="h3 py-3 fas fa-paper-plane-png"></i> <h4><a href="https://newsletter.torproject.org">{{ _('Sign up for Tor News and get updates and opportunities from across the organization and community.') }}</a></h4> </div> <div class="col-md-4"> - <i class="text-primary pr-2 fas fa-cube-png"></i> + <i class="h3 py-3 fas fa-cube-png"></i> <h4><a href="https://trac.torproject.org/projects/tor/wiki/TorRelayGuide">{{ _('Run a relay to make the network faster and more decentralized.') }}</a></h4> </div> <div class="col-md-4"> - <i class="text-primary pr-2 fas fa-hands-helping-png"></i> + <i class="h3 py-3 fas fa-hands-helping-png"></i> <h4><a href="https://torproject.org/volunteer">{{ _('Use your skills to volunteer.') }}</a></h4> </div> </div>
tor-commits@lists.torproject.org