commit 6e6112d6deb03f1cf0cb3b152002a7b0b725bd58 Author: antonela antonela@torproject.org Date: Fri Jul 24 13:21:33 2020 -0300
Add background and highlights --- assets/static/images/membership/header.png | Bin 0 -> 334841 bytes templates/membership.html | 8 +++++--- 2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/assets/static/images/membership/header.png b/assets/static/images/membership/header.png new file mode 100644 index 00000000..08917a7e Binary files /dev/null and b/assets/static/images/membership/header.png differ diff --git a/templates/membership.html b/templates/membership.html index c1d0982c..9aa1b949 100644 --- a/templates/membership.html +++ b/templates/membership.html @@ -1,7 +1,7 @@ <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 giving@torproject.org.</p> + If you are interested in becoming a member, please reach out to us at <mark>giving@torproject.org.</mark></p> </div> <div class="container py-3"> <h3 class="text-primary display-5">Membership Tiers</h3> @@ -145,7 +145,9 @@ </div> </div> </div> -<div class="row col-sm-8 py-5 text-center mx-auto bg-membership" style="background-image:url('static/images/membership/shallot.png')"/> +<div class="col-12 bg-membership" style="background-image: url('../../static/images/membership/header.png'); background-size:cover;"> +<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 giving@torproject.org to get started.</p> + <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 <mark>giving@torproject.org.</mark> to get started.</p> +</div> </div>
tor-commits@lists.torproject.org