1f7b39197ad30aa87b36eeb45a5a9f1d98bdd704
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">
Andrew Lewman commit my div hacking for n...

Andrew Lewman authored 13 years ago

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>
Andrew Lewman commit my div hacking for n...

Andrew Lewman authored 13 years ago

11)   <div id="maincol">
12)   <h1>Monetary Donations</h1>
13)    <p><strong>Your support is critical to our success.</strong> The Tor Project is a US 501[c][3] non-profit dedicated to the research, development, and education of online anonymity and privacy. Donations
14)     to The Tor Project may be tax deductible to persons who are in the US; or who pay taxes in countries with reciprocity with the US on charitable donations. We're happy to accept donations via paypal,
15)     checks, money orders, stock grants or other more sophisticated transactions.</p>
16)     <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>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

17)     <div class="title toptwenty">Donate via PayPal</div>
Andrew Lewman commit my div hacking for n...

Andrew Lewman authored 13 years ago

18)       <div class="left hundred">
19) 	<div class="paypal focus">
20) 	  <h4>Make a recurring donation</h4>
Andrew Lewman increase max img width, lin...

Andrew Lewman authored 13 years ago

21) 	    <table>
Andrew Lewman commit my div hacking for n...

Andrew Lewman authored 13 years ago

22) 	    <form id="subscribe" action="https://www.paypal.com/cgi-bin/webscr" method="post">
23) 	      <div class="toppad">
Andrew Lewman increase max img width, lin...

Andrew Lewman authored 13 years ago

24) 		<tr>
Andrew Lewman commit my div hacking for n...

Andrew Lewman authored 13 years ago

25) 		    <td>Choose your currency:</td>
26) 		      <td>
27) 			<select name="currency_code">
28) 			  <option value="USD" selected="selected">$</option>
29) 			  <option value="EUR">&euro;</option>
30) 			  <option value="GBP">&pound;</option>
31) 			  <option value="YEN">&yen;</option>
32) 			</select>
33) 		      </td>
34) 		  </tr>
35) 		  <tr>
36) 		    <td><input type="radio" name="a3" value="250.00" />250/month</td>
37) 		    <td><input type="radio" name="a3" value="100.00" />100/month</td>
38) 		    <td><input type="radio" name="a3" value="50.00" />50/month</td>
39) 		    <td><input type="radio" name="a3" value="20.00" checked="checked" />20/month</td>
40) 		    <td><input type="radio" name="a3" value="10.00" />10/month</td>
41) 		    <td><input type="radio" name="a3" value="5.00" />5/month</td>
42) 		      <input type="hidden" name="p3" value="1" />
43) 		      <input type="hidden" name="t3" value="M" />
44) 		      <input type="hidden" name="sra" value="1" />
45) 		      <input type="hidden" name="src" value="1" />
46) 		      <input type="hidden" name="no_shipping" value="1" />
47) 		      <input type="hidden" name="no_note" value="1" />
48) 		      <input type="image" src="images/btn_donateCC_LG.gif" name="submit" alt="Make payments with PayPal - it's fast, free and secure!"/>
49) 		      <input type="hidden" name="cmd" value="_xclick-subscriptions" />
50) 		      <input type="hidden" name="business" value="donations@torproject.org" />
51) 		      <input type="hidden" name="item_name" value="Tor Project Membership" />
52) 		      <input type="hidden" name="return" value="https://www.torproject.org/donate"/>
53) 		      <input type="hidden" name="cancel_return" value="https://www.torproject.org/donate"/>
54) 		  </tr>
55) 		  <tr>
56) 		    <input class="donate-btn" type="submit" name="donate" value="Donate" />
57) 		  </tr>
58) 		</table>
59) 	      </div>
Andrew Lewman increase max img width, lin...

Andrew Lewman authored 13 years ago

60) 	     </form>
Andrew Lewman fix up div tags.

Andrew Lewman authored 13 years ago

61) 	    </table>
Andrew Lewman commit my div hacking for n...

Andrew Lewman authored 13 years ago

62) 	  </div>
63) 	<div class="or left">OR</div>
64) 	<div class="paypal focus">
65) 	  <h4>Make a one-time donation</h4>
66) 	    <form id="donate" action="https://www.paypal.com/cgi-bin/webscr" method="post">
67) 	      <table>
68) 		<tr>
69) 		    <td>Choose your currency:</td>
70) 		      <td>
71) 			<select name="currency_code">
72) 			  <option value="USD" selected="selected">$</option>
73) 			  <option value="EUR">&euro;</option>
74) 			  <option value="GBP">&pound;</option>
75) 			  <option value="YEN">&yen;</option>
76) 			</select>
77) 		      </td>
78) 		<input type="hidden" name="no_shipping" value="1" />
79) 		<input type="image" src="images/btn_donateCC_LG.gif" name="submit" alt="Make payments with PayPal - it's fast, free and secure!"/>
80) 		<input type="hidden" name="cmd" value="_xclick" />
81) 		<input type="hidden" name="business" value="donations@torproject.org" />
82) 		<input type="hidden" name="item_name" value="Tor" />
83) 		<input type="hidden" name="return" value="https://www.torproject.org/donate#funds"/>
84) 		<input type="hidden" name="cancel_return" value="https://www.torproject.org/donate"/>
85) 	      </tr>
86) 	      <tr>
87) 		<td><input type="radio" value="10.00" /> 10</td>
88) 		<td><input type="radio" value="20.00" checked="checked" /> 20</td>
89) 		<td><input type="radio" value="50.00" /> 50</td>
90) 		<td><input type="radio" value="100.00" /> 100</td>
91) 	      </tr>
92) 	      <tr>
93) 		<td><input type="radio" value="250.00" /> 250</td>
94) 		<td><input type="radio" value="500.00" /> 500</td>
95) 		<td><input type="radio" value="1000.00" /> 1000</td>
96) 		<td><input type="radio" value="" /> Other</td>
97) 	      </tr>
98) 	    </table>
99)           </form>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

100)       </div>
101)     </div>
Andrew Lewman fix up div tags.

Andrew Lewman authored 13 years ago

102)     </div>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

103)     <!-- END PAYPAL -->
Andrew Lewman start to fix up the donate...

Andrew Lewman authored 13 years ago

104)     <!-- BEGIN AMAZON -->
105)     <div class="title topforty">Donate via Amazon Payments</div>
Andrew Lewman well, it is pretty if compl...

Andrew Lewman authored 13 years ago

106)     <div class="hundred left">
Andrew Lewman changes to text, needs more...

Andrew Lewman authored 13 years ago

107)       <div class="paypal focus">
108)       	<h4>Make a one-time donation</h4>
Andrew Lewman increase max img width, lin...

Andrew Lewman authored 13 years ago

109) 	<form action="https://authorize.payments.amazon.com/pba/paypipeline" method="post">
110) 	<table>
111) 	<tr>
Andrew Lewman commit my div hacking for n...

Andrew Lewman authored 13 years ago

112) 	    <input type="hidden" name="immediateReturn" value="1" />
113) 	    <input type="hidden" name="collectShippingAddress" value="0" />
114) 	    <input type="hidden" name="signatureVersion" value="2" />
115) 	    <input type="hidden" name="signatureMethod" value="HmacSHA256" />
116) 	    <input type="hidden" name="minimumDonationAmount" value="USD 10" />
117) 	    <input type="hidden" name="accessKey" value="11SEM03K88SD016FS1G2" />
118) 	    <input type="hidden" name="signature" value="Q+R9ErF8Kcz7GFQ/CYw8aSEYlWa/otVLgxVACPvHcJM=" />
119) 	    <input type="hidden" name="isDonationWidget" value="1" />
120) 	    <input type="hidden" name="description" value="Supporting Online Anonymity &amp; Privacy" />
121) 	    <input type="hidden" name="amazonPaymentsAccountId" value="XGSROLNTXRNC3N1P4TXKMNK14LN1D6SZUD8SN1" />
122) 	    <input type="hidden" name="returnUrl" value="https://www.torproject.org/donate" />
123) 	    <input type="hidden" name="processImmediate" value="1" />
124) 	    <input type="hidden" name="cobrandingStyle" value="logo" />
125) 	    <input type="hidden" name="abandonUrl" value="https://www.torproject.org/donate" />
Andrew Lewman well, it is pretty if compl...

Andrew Lewman authored 13 years ago

126)         <td><input type="radio" value="10" /> $10</td>
127)         <td><input type="radio" value="20" /> $20</td>
128)         <td><input type="radio" value="50" /> $50</td>
129)         <td><input type="radio" value="100" /> $100</td>
130)       </tr>
131)       <tr>
132)         <td><input type="radio" value="250" /> $250</td>
133)         <td><input type="radio" value="500" /> $500</td>
134)         <td><input type="radio" value="1000" /> $1000</td>
135)         <td><input type="radio" value="other" /> Other</td>
136)       </tr>
137)       <tr>
Andrew Lewman commit my div hacking for n...

Andrew Lewman authored 13 years ago

138) 	  <td colspan="3"><input type="image" src="http://g-ecx.images-amazon.com/images/G/01/asp/golden_small_donate_withmsg_whitebg.gif" border="0" /></td>
Andrew Lewman well, it is pretty if compl...

Andrew Lewman authored 13 years ago

139)       </tr>
140)       </table>
Andrew Lewman increase max img width, lin...

Andrew Lewman authored 13 years ago

141)       </form>
142)     </div>
Andrew Lewman hack in the amazon stuff.

Andrew Lewman authored 13 years ago

143)     </div>
Andrew Lewman well, it is pretty if compl...

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

145)     <! -- END AMAZON -->
146)     <!-- BEGIN GIVV -->
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

147)     <div class="title topforty">Donate via Givv.org</div>
148)     	<div class="hundred left">
149)         <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>
150)       </div>
151) 			<!-- END GIVV -->
Andrew Lewman start to fix up the donate...

Andrew Lewman authored 13 years ago

152)     <! -- BEGIN CHECK -->
Andrew Lewman fix up div tags.

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

161) 	<!-- END CHECK -->
Andrew Lewman fix up div tags.

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

166)         <h3>US Transfers</h3>
167)         <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

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

171)         <p>Wau Holland Stiftung<br />
172)         IBAN DE57 5204 0021 0277 281202<br />
173)         SWIFT BIC COBADEFFXXX</p>
174)         <p><strong>Classic style German account information is:</strong><br />
175)         Konto: 2772812-02<br />
176)         Inhaber: Wau Holland Stiftung<br />
177)         Bank: Commerzbank Kassel<br />
178)         BLZ: 52040021</p>
Andrew Lewman strip the US banking info f...

Andrew Lewman authored 13 years ago

179)         <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>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

180)         <ul>
181)           <li>Residents from any of the 31 SEPA[0] member states can wire up to 50.000 Euro at the cost of a domestic transaction (ie, usually free if submitted electronically).</li>
182)           <li>German citizens can make a charitable contribution that is tax-deductible to a certain degree (max 5% of total income, up to 1.650 Euro per annum). A new law has recently come into effect which changed this to 20% without a fixed ceiling.</li>
183)           <li>Corporate entities can deduct donations up to 4/1000 of their combined turnovers, wages and salaries. WHS issues a donation receipt upon request (if provided with address information).</li>
184)         </ul>
185)       </div>
186)     </div>
187)     <!-- END TRANSFER -->
188)   </div>
189)   <!-- END MAINCOL -->
190)   <div id = "sidecol">
191) #include "side.wmi"
192) #include "info.wmi"
193)   </div>
194)   <!-- END SIDECOL -->
195) <!-- END CONTENT -->