commit 694f44c5cdb02eb29a32d4dacd550e7d830114cd
Author: antonela <[email protected]>
Date: Fri Jul 24 12:06:41 2020 -0300
Removed l10n tags from the template. It is not needed now.
---
templates/membership.html | 37 ++++++++++++++++++-------------------
1 file changed, 18 insertions(+), 19 deletions(-)
diff --git a/templates/membership.html b/templates/membership.html
index 6fc3cbd0..58a98ed2 100644
--- a/templates/membership.html
+++ b/templates/membership.html
@@ -1,11 +1,11 @@
<div class="container py-3">
- <h3 class="text-primary display-5">{{ _('Show your support for privacy
online') }}</h3>
- <p>{{ _('When your organization joins the Tor Projectâs Membership
Program, you are demonstrating your commitment to privacy online and supporting
Torâs agility and development. In return, you become a closer part of our
community with three specific benefits: access to our Onion Advisors group to
help you integrate Tor into your product, inclusion in conversations and
exclusive meetings with the Tor Project team to learn about what we are cooking
at Tor, and public promotion of your membership.
- If you are interested in becoming a member, please reach out to us at
[email protected].') }}</p>
+ <h3 class="text-primary display-5">Show your support for privacy online</h3>
+ <p>When your organization joins the Tor Projectâs Membership Program, you
are demonstrating your commitment to privacy online and supporting Torâs
agility and development. In return, you become a closer part of our community
with three specific benefits: access to our Onion Advisors group to help you
integrate Tor into your product, inclusion in conversations and exclusive
meetings with the Tor Project team to learn about what we are cooking at Tor,
and public promotion of your membership.
+ If you are interested in becoming a member, please reach out to us at
[email protected].</p>
</div>
<div class="container py-3">
- <h3 class="text-primary display-5">{{ _('Membership Tiers') }}</h3>
- <p>{{ _('Membership tiers differ in their level of public promotion. No
matter the level of your contribution, members receive the same community
benefits: access to our Onion Advisors group to help integrate Tor into your
project and inclusion in conversations and exclusive meetings with the Tor
Project team. At Tor, we love all of the onions, but shallots are the
tastiest!') }}</p>
+ <h3 class="text-primary display-5">Membership Tiers</h3>
+ <p>Membership tiers differ in their level of public promotion. No matter
the level of your contribution, members receive the same community benefits:
access to our Onion Advisors group to help integrate Tor into your project and
inclusion in conversations and exclusive meetings with the Tor Project team. At
Tor, we love all of the onions, but shallots are the tastiest!</p>
</div>
<div class="container">
<div class="row py-3">
@@ -13,9 +13,9 @@
<img class="img-fluid p-3 align-self-center float-right" width="200px"
src="{{ '/static/images/membership/green.png' }}" />
</div>
<div class="col-sm-8">
- <h4 class="h2 col-12 text-primary p-0">{{ _('Green Onion Member')
}}</h4>
- <p class="nick">{{ _('$10,000 - $49,999 per year') }}</p>
- <p>{{ _('Your organizationâs name, linking back to your website,
is featured on our Membership Program page.') }}</p>
+ <h4 class="h2 col-12 text-primary p-0">Green Onion Member</h4>
+ <p class="nick">$10,000 - $49,999 per year</p>
+ <p>Your organizationâs name, linking back to your website, is
featured on our Membership Program page.</p>
</div>
</div>
<div class="row py-3">
@@ -23,9 +23,9 @@
<img class="img-fluid p-3 align-self-center float-right" width="200px"
src="{{ '/static/images/membership/vidalia.png' }}" />
</div>
<div class="col-sm-8">
- <h4 class="h2 col-12 text-primary p-0">{{ _('Vidalia Onion Member')
}}</h4>
- <p class="nick">{{ _('$50,000 - $99,999 per year') }}</p>
- <p>{{ _('Your organizationâs logo, linking back to your website,
is featured on our Membership Program page. We will also engage in social media
promotion.') }}</p>
+ <h4 class="h2 col-12 text-primary p-0">Vidalia Onion Member</h4>
+ <p class="nick">$50,000 - $99,999 per year</p>
+ <p>Your organizationâs logo, linking back to your website, is
featured on our Membership Program page. We will also engage in social media
promotion.</p>
</div>
</div>
<div class="row py-3">
@@ -33,15 +33,15 @@
<img class="img-fluid p-3 align-self-center float-right" width="200px"
src="{{ '/static/images/membership/shallot.png' }}" />
</div>
<div class="col-sm-8">
- <h4 class="h2 col-12 text-primary p-0">{{ _('Shallot Onion Member')
}}</h4>
- <p class="nick">{{ _('⥠$100,000 per year year') }}</p>
- <p>{{ _('Your organizationâs logo, linking back to your website,
along with a quote from your organization about your motivation for joining the
Membership Program, is featured on our Membership Program page. We will also
engage in social media, events, and other promotional mechanisms.') }}</p>
+ <h4 class="h2 col-12 text-primary p-0">Shallot Onion Member</h4>
+ <p class="nick">⥠$100,000 per year year</p>
+ <p>Your organizationâs logo, linking back to your website, along
with a quote from your organization about your motivation for joining the
Membership Program, is featured on our Membership Program page. We will also
engage in social media, events, and other promotional mechanisms.</p>
</div>
</div>
</div>
<div class="container">
<div class="row py-5">
- <h3 class="col-12 text-primary display-4">{{ _('Shallot Onion Members')
}}</h3>
+ <h3 class="col-12 text-primary display-4">Shallot Onion Members</h3>
<div class="col-md-4 col-xl-4 my-2">
<div class="card border-1 h-100">
<img class="card-img-top" src="#" alt="Card image cap">
@@ -73,7 +73,7 @@
</div>
<div class="container">
<div class="row py-5">
- <h3 class="col-12 text-primary display-4">{{ _('Vidalia Onion Members')
}}</h3>
+ <h3 class="col-12 text-primary display-4">Vidalia Onion Members</h3>
<div class="col-md-3 col-xl-3 my-2">
<div class="card border-1 h-100">
<img class="card-img-top" src="#" alt="Card image cap">
@@ -146,7 +146,6 @@
</div>
</div>
<div class="row col-sm-8 py-5 text-center mx-auto">
- <h2 class="text-primary text-center mx-auto">{{ _('Become a Member') }}</h2>
- <p class="text-center">
- {{ _('Join the Tor Project Membership Program and demonstrate your
commitment to privacy online and become more deeply involved in the Tor
community. Email us at [email protected] to get started.') }}</p>
+ <h2 class="text-primary text-center mx-auto">Become a Member</h2>
+ <p class="text-center">Join the Tor Project Membership Program and
demonstrate your commitment to privacy online and become more deeply involved
in the Tor community. Email us at [email protected] to get started.</p>
</div>
_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits