commit 2b81bffd3b69f9bd89ccbdee6e1c8035f4f6d228 Author: hiro hiro@torproject.org Date: Mon Feb 11 18:28:11 2019 +0100
Update thankyou page --- templates/thank-you.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/templates/thank-you.html b/templates/thank-you.html index a34f292..745cc2b 100644 --- a/templates/thank-you.html +++ b/templates/thank-you.html @@ -10,15 +10,15 @@ <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> + <h4><a href="https://newsletter.torproject.org">{{ _('Sign up') }}</a>{{ _(' 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> + <i class="fas fa-cube text-primary pr-2"></i> + <h4><a href="https://trac.torproject.org/projects/tor/wiki/TorRelayGuide">{{ _('Run a relay') }}</a>{{ _(' 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> + <h4>{{ _('Use your skills to') }}<a href="https://torproject.org/volunteer">{{ _(' volunteer.') }}</a></h4> </div> </div> </div>