95c8884384966a0badaa7fe962d61fc21f66239a
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1) ## translation metadata
2) # Revision: $Revision: 0 $
3) # Translation-Priority: 3-low
4) 
5) #include "head.wmi" TITLE="Tor Project: Donate to Tor" CHARSET="UTF-8" ANNOUNCE_RSS="yes"
6) <div id="content" class="clearfix">
7) 	<div id="breadcrumbs">
Andrew Lewman change all of the breadcrum...

Andrew Lewman authored 13 years ago

8)     <a href="<page index>">Home &raquo; </a>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

9)     <a href="<page donate/donate>">Donate</a>
10)   </div>
11) 	<div id="maincol">
12)   	<h1>Monetary Donations</h1>
Andrew Lewman start to fix up the donate...

Andrew Lewman authored 13 years ago

13)     <p><strong>Your support is critical to our success.</strong> The
14)     Tor Project is a US 501[c][3] non-profit dedicated to the research,
15)     development, and education of online anonymity and privacy. Donations
16)     to The Tor Project may be tax deductible to persons who are in the
17)     US; or who pay taxes in countries with reciprocity with the US on
18)     charitable donations. We're happy to accept donations via paypal,
19)     checks, money orders, stock grants or other more sophisticated
20)     transactions.</p>
21)     <p>If you want to make an anonymous donation, please do so in an
22)     anonymous way.  Contact us at donations@torproject.org for more
23)     details.</p>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

24)     <div class="title toptwenty">Donate via PayPal</div>
25)     <div class="left hundred">
26)     	<div class="paypal focus">
27)       	<h4>Make a recurring donation</h4>
28)         <form>
29)         	<div class="toppad">
30)             <input class="textfield" type="text" value="Amount" />
31)             <br />
32)             <select>
33)               <option selected="selected">$</option>
34)               <option>&euro;</option>
35)               <option>&pound;</option>
36)               <option>&yen;</option>
37)             </select>
38)             <select>
39)               <option selected="selected">How often?</option>
40)               <option>Weeks</option>
41)               <option>Months</option>
42)               <option>Years</option>
43)             </select>
44)           </div>
45)           <br />
46)       		<input class="donate-btn" type="submit" name="donate" value="Donate" />
47)         </form>
48)       </div>
49)       <div class="or left">OR</div>
50)       <div class="paypal focus">
51)       	<h4>Make a one-time donation</h4>
52)         <form>
53)         	<table>
54)           	<tr>
55)         			<td><input type="radio" value="10" /> $10</td>
56)               <td><input type="radio" value="20" /> $20</td>
57)               <td><input type="radio" value="50" /> $50</td>
58)               <td><input type="radio" value="100" /> $100</td>
59)             </tr>
60)             <tr>
61)               <td><input type="radio" value="250" /> $250</td>
62)               <td><input type="radio" value="500" /> $500</td>
63)               <td><input type="radio" value="1000" /> $1000</td>
64)               <td><input type="radio" value="other" /> Other</td>
65)             </tr>
66)           </table>
67)           <br />
68)           <input class="donate-btn right" type="submit" name="donate" value="Donate" />
69)           <div class="right">
70)             <img class="icon" src="$(IMGROOT)/icon-visa.gif" alt="Visa" />
71)             <img class="icon" src="$(IMGROOT)/icon-mc.gif" alt="Master Card" />
72)             <img class="icon" src="$(IMGROOT)/icon-ae.gif" alt="American Express" />
73)           </div>
74)         </form>
75)       </div>
76)     </div>
77)     <!-- END PAYPAL -->
Andrew Lewman start to fix up the donate...

Andrew Lewman authored 13 years ago

78)     <!-- BEGIN AMAZON -->
79)     <div class="title topforty">Donate via Amazon Payments</div>
80)     	<div class="hundred left">
Andrew Lewman hack in the amazon stuff.

Andrew Lewman authored 13 years ago

81)     <div style="width:20em;padding-left:10px;padding-top:10px;padding-right:10px;padding-bottom:10px;">
82) 	<table class="table" border="0" cellpadding="0" cellspacing="0" width="100%">
83) 	<tr>
84) 	<form action="https://authorize.payments.amazon.com/pba/paypipeline" method="post">
85) 	  <input type="hidden" name="immediateReturn" value="1" />
86) 	  <input type="hidden" name="collectShippingAddress" value="0" />
87) 	  <input type="hidden" name="signatureVersion" value="2" />
88) 	  <input type="hidden" name="signatureMethod" value="HmacSHA256" />
89) 	  <input type="hidden" name="minimumDonationAmount" value="USD 10" />
90) 	  <input type="hidden" name="accessKey" value="11SEM03K88SD016FS1G2" />
91) 	  <input type="hidden" name="signature" value="Q+R9ErF8Kcz7GFQ/CYw8aSEYlWa/otVLgxVACPvHcJM=" />
92) 	  <input type="hidden" name="isDonationWidget" value="1" />
93) 	  <input type="hidden" name="description" value="Supporting Online Anonymity &amp; Privacy" />
94) 	  <input type="hidden" name="amazonPaymentsAccountId" value="XGSROLNTXRNC3N1P4TXKMNK14LN1D6SZUD8SN1" />
95) 	  <input type="hidden" name="returnUrl" value="https://www.torproject.org/donate.html.en#outcome" />
96) 	  <input type="hidden" name="processImmediate" value="1" />
97) 	  <input type="hidden" name="cobrandingStyle" value="logo" />
98) 	  <input type="hidden" name="abandonUrl" value="https://www.torproject.org/donate.html.en#outcome" />
99) 	  <td>&nbsp;</td>
100) 	  <td><input type="text" name="amount" size="8" value="10" /></td>
101) 	  <td>&nbsp;</td>
102) 	  <td><input type="image" src="http://g-ecx.images-amazon.com/images/G/01/asp/golden_small_donate_withmsg_whitebg.gif" border="0" /></td>
103) 	</form>
104) 	</tr>
105) 	</table>
106)     </div>
Andrew Lewman start to fix up the donate...

Andrew Lewman authored 13 years ago

107)       </div>
108)     <! -- END AMAZON -->
109)     <!-- BEGIN GIVV -->
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

110)     <div class="title topforty">Donate via Givv.org</div>
111)     	<div class="hundred left">
112)         <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="#">Continue to Givv.org &raquo;</a></strong></p>
113)       </div>
114) 			<!-- END GIVV -->
Andrew Lewman start to fix up the donate...

Andrew Lewman authored 13 years ago

115)     <! -- BEGIN CHECK -->
Andrew Lewman strip the US banking info f...

Andrew Lewman authored 13 years ago

116)     <div class="title toptwenty">Donate via Check, Cash, or Money Order</div>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

117)     	<div class="left hundred">
118)       	<p>You can send checks or money orders to:</p>
Andrew Lewman start to fix up the donate...

Andrew Lewman authored 13 years ago

119) 	    <p>The Tor Project, Inc<br />
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

120)         969 Main Street, Suite 206<br />
Andrew Lewman strip the US banking info f...

Andrew Lewman authored 13 years ago

121)         Walpole, MA 02081-2972 USA</p>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

122)       </div>
Andrew Lewman start to fix up the donate...

Andrew Lewman authored 13 years ago

123) 	<!-- END CHECK -->
Andrew Lewman strip the US banking info f...

Andrew Lewman authored 13 years ago

124)     <div class="title toptwenty">Donate via Wire or Bank Transfer</div>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

125)     <div class="left hundred">
126)       <div class="left forty">
Andrew Lewman strip the US banking info f...

Andrew Lewman authored 13 years ago

127)         <h3>US Transfers</h3>
128)         <p>For US donations via wire or ACH transfer, please contact us for the relevant information.</p>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

129)       </div>
130)       <div class="left sixty">
Andrew Lewman strip the US banking info f...

Andrew Lewman authored 13 years ago

131)         <h3>European Transfers</h3>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

132)         <p>Wau Holland Stiftung<br />
133)         IBAN DE57 5204 0021 0277 281202<br />
134)         SWIFT BIC COBADEFFXXX</p>
135)         <p><strong>Classic style German account information is:</strong><br />
136)         Konto: 2772812-02<br />
137)         Inhaber: Wau Holland Stiftung<br />
138)         Bank: Commerzbank Kassel<br />
139)         BLZ: 52040021</p>
Andrew Lewman strip the US banking info f...

Andrew Lewman authored 13 years ago

140)         <p><em>For European bank transfers, we have an arrangement with <a href="http://ccc.de">CCC in Germany</a> to provide tax-deductible donations for Europeans:</em></p>