Author: phobos Date: 2011-05-10 02:14:44 +0000 (Tue, 10 May 2011) New Revision: 24739
Modified: website/trunk/donate/en/donate.wml Log: move the anchors inside the div tags to match the right sections.
Modified: website/trunk/donate/en/donate.wml =================================================================== --- website/trunk/donate/en/donate.wml 2011-05-10 02:09:51 UTC (rev 24738) +++ website/trunk/donate/en/donate.wml 2011-05-10 02:14:44 UTC (rev 24739) @@ -29,11 +29,11 @@ </ul></p> <p>If you want to make an anonymous donation, please do so in an anonymous way. Contact us at donations@torproject.org for more details.</p> <!-- BEGIN PAYPAL SUBSCRIPTION --> - <a id="paypal"></a> - <a class="anchor" href="#paypal"> </a> <div class="title toptwenty">Tor Project Subscription via PayPal</div> <div class="left hundred"> <div class="paypal focus"> + <a id="paypal"></a> + <a class="anchor" href="#paypal"></a> <h4>Monthly Subscription to The Tor Project</h4> <table> <form id="subscribe" action="https://www.paypal.com/cgi-bin/webscr" method="post"> @@ -125,11 +125,11 @@ </div> <!-- END PAYPAL ONE-TIME --> <!-- BEGIN AMAZON --> - <a id="amazon"></a> - <a class="anchor" href="#amazon"> </a> <div class="title topforty">Single Donation via Amazon Payments</div> <div class="hundred left"> <div class="paypal focus"> + <a id="amazon"></a> + <a class="anchor" href="#amazon"></a> <h4>Make a single donation.</h4> <form action="https://authorize.payments.amazon.com/pba/paypipeline" method="post"> <table> @@ -157,11 +157,11 @@ </div> <!-- END AMAZON --> <!-- BEGIN GOOGLE --> - <a id="google"></a> - <a class="anchor" href="#google"> </a> <div class="title topforty">Single Donation via Google Checkout</div> <div class="hundred left"> <div class="paypal focus"> + <a id="google"></a> + <a class="anchor" href="#google"></a> <h4>Make a single donation.</h4>
<script type="text/javascript"> @@ -201,20 +201,20 @@ </div> <!-- END GOOGLE --> <!-- BEGIN GIVV --> - <a id="givv"></a> - <a class="anchor" href="#givv"> </a> <div class="title topforty">Donate via Givv.org</div> <div class="hundred left"> + <a id="givv"></a> + <a class="anchor" href="#givv"></a> <p>Givv.org is a new way to think about making your impact. Make one monthly donation. To as many nonprofits as you like. Automatic, one-click giving. You stay anonymous and stay in control! <strong><a href="http://givv.org/recipients/the-tor-project">Continue to Givv.org »</a></strong></p> </div> <!-- END GIVV --> <!-- BEGIN CHECK --> - <a id="cash"></a> - <a class="anchor" href="#cash"> </a> <div class="title toptwenty">Donate via Check, Cash, or Money Order</div> <div class="left hundred"> + <a id="cash"></a> + <a class="anchor" href="#cash"></a> <p>You can send checks or money orders to:</p> <p>The Tor Project, Inc<br> 969 Main Street, Suite 206<br>
tor-commits@lists.torproject.org