commit cd42e3b93ad91901cfe4cfa04365df567bfbf974 Author: Antonela hola@antonela.me Date: Mon Feb 11 13:58:34 2019 -0300
content update thank-you --- content/thank-you/contents.lr | 2 +- templates/thank-you.html | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/content/thank-you/contents.lr b/content/thank-you/contents.lr index 031b254..9a2f869 100644 --- a/content/thank-you/contents.lr +++ b/content/thank-you/contents.lr @@ -12,4 +12,4 @@ title: success --- 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. +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 ff84afe..a34f292 100644 --- a/templates/thank-you.html +++ b/templates/thank-you.html @@ -9,12 +9,15 @@ <div class="container"> <div class="row"> <div class="col-md-4"> + <i class="fas fa-paper-plane text-primary pr-2"></i> <h4>{{ _('Sign up for Tor News and get updates and opportunities from across the organization and community.') }}</h4> </div> <div class="col-md-4"> + <i class="fas fa-chart-network text-primary pr-2"></i> <h4>{{ _('Run a relay to make the network faster and more decentralized.') }}</h4> </div> <div class="col-md-4"> + <i class="fas fa-hands-helping text-primary pr-2"></i> <h4>{{ _('Use your skills to volunteer.') }}</h4> </div> </div>