[tor-commits] [tpo/staging] add thank-you page

hiro at torproject.org hiro at torproject.org
Mon Feb 11 11:40:13 UTC 2019


commit 65f399605445092093894f8e6e2524529b0b6c3d
Author: Antonela <hola at antonela.me>
Date:   Sat Feb 9 18:02:12 2019 +0100

    add thank-you page
---
 content/thank-you/contents.lr | 15 +++++++++++++++
 templates/thank-you.html      | 21 +++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/content/thank-you/contents.lr b/content/thank-you/contents.lr
new file mode 100644
index 0000000..8fca5b5
--- /dev/null
+++ b/content/thank-you/contents.lr
@@ -0,0 +1,15 @@
+_template: thank-you.html
+---
+section: the tor project
+---
+section_id: the_tor_project
+---
+html: thank-you.html
+---
+color: primary
+---
+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.
diff --git a/templates/thank-you.html b/templates/thank-you.html
new file mode 100644
index 0000000..f87f80f
--- /dev/null
+++ b/templates/thank-you.html
@@ -0,0 +1,21 @@
+<div class="container py-3">
+  <div class="row border-bottom border-light"><p></p></div>
+</div>
+<div class="container py-3">
+  <div class="row p-3">
+    <h3 class="text-primary">{{ _('Want to join our community? Getting involved with Tor is easy.') }}</h3>
+  </div>
+</div>
+<div class="container">
+  <div class="row">
+    <div class="col-md-4">
+      <h4>{ _('Sign up for Tor News and get updates and opportunities from across the organization and community.') }}</h4>
+    </div>
+    <div class="col-md-4">
+      <h4>{{ _('Run a relay to make the network faster and more decentralized.') }}</h4>
+    </div>
+    <div class="col-md-4">
+      <h4>{{ _('Use your skills to volunteer.') }}</h4>
+    </div>
+  </div>
+</div>





More information about the tor-commits mailing list