This is an automated email from the git hooks/post-receive script.
meskio pushed a commit to branch main in repository bridgedb.
commit a6972605ba27c69cdd17ecb8c8b89c6f22295383 Author: kez kez@torproject.org AuthorDate: Tue Jan 18 14:21:02 2022 -0800
Add the `/howto` page to the new frontend --- frontend/content/howto/contents.lr | 27 +++++++++++++++++++++++++++ frontend/templates/hero-howto.html | 9 +++++++++ 2 files changed, 36 insertions(+)
diff --git a/frontend/content/howto/contents.lr b/frontend/content/howto/contents.lr new file mode 100644 index 0000000..60a0c4b --- /dev/null +++ b/frontend/content/howto/contents.lr @@ -0,0 +1,27 @@ +section: home +--- +section_id: home +--- +color: primary +--- +_template: bridges.html +--- +title: BridgeDB +--- +path_bar: Get Bridges! +--- +html: hero-howto.html +--- +body: + +### What are bridges? + +[Bridges](https://tb-manual.torproject.org/bridges/) are Tor relays that help you circumvent censorship. + +### I need an alternative way of getting bridges! + +Another way to get bridges is to send an email to [bridges@torproject.org](mailto:bridges@torproject.org). Leave the email subject empty and write "get transport obfs4" in the email's message body. Please note that you must send the email using an address from one of the following email providers: [Riseup](https://riseup.net/) or [Gmail](https://mail.google.com/). + +###My bridges don't work! I need help! + +If your Tor Browser cannot connect, please take a look at the [Tor Browser Manual](https://tb-manual.torproject.org/circumvention/) and our [Support Portal](https://support.torproject.org/#censorship). diff --git a/frontend/templates/hero-howto.html b/frontend/templates/hero-howto.html new file mode 100644 index 0000000..afaf381 --- /dev/null +++ b/frontend/templates/hero-howto.html @@ -0,0 +1,9 @@ +<section> + <div class="card"> + <div> + <div class="mt-3 mx-3"> + <p>First, you need to <a href="https://www.torproject.org/download/">download Tor Browser</a>. Our Tor Browser User Manual explains how you can add your bridges to Tor Browser. If you are using Windows, Linux, or OS X, <a href="https://tb-manual.torproject.org/bridges/#entering-bridge-addresses">click here</a> to learn more. If you are using Android, <a href="https://tb-manual.torproject.org/mobile-tor/#circumvention">click here</a>.</p> + </div> + </div> + </div> +</section>