2484455f7f6fedc532106fdd6c9693291aae5e24
Sebastian Hahn ideas for donation page

Sebastian Hahn authored 8 years ago

1) ## translation metadata
2) # Revision: $Revision$
3) # Translation-Priority: 3-low
4) 
Mike Perry Improve the horribly ugly s...

Mike Perry authored 8 years ago

5) #include "donatehead.wmi" TITLE="Tor Project: Donate to Tor" CHARSET="UTF-8"
6) 
7) <style>
Arthur Edelstein Bug 20677: Update alternati...

Arthur Edelstein authored 7 years ago

8) form#makeDonation {
9)     max-width: 500px;
Mike Perry Improve the horribly ugly s...

Mike Perry authored 8 years ago

10) }
11) </style>
Sebastian Hahn ideas for donation page

Sebastian Hahn authored 8 years ago

12) 
Sebastian Hahn Try and show the donate-opt...

Sebastian Hahn authored 8 years ago

13) <div id="content" class="container" style="padding-bottom: 85px">
Mike Perry Improve the horribly ugly s...

Mike Perry authored 8 years ago

14) <div id="maincol">
Arthur Edelstein Bug 20677: Update alternati...

Arthur Edelstein authored 7 years ago

15)   <h1>More Ways to Donate to Tor</h1>
Arthur Edelstein Bug 20734: Fix links and re...

Arthur Edelstein authored 7 years ago

16)   <p><b>Note: if you wish to donate to The Tor Project by <a href="<page donate/donate>">credit card or PayPal, please click here</a>.</b></p>
Arthur Edelstein Bug 20677: Update alternati...

Arthur Edelstein authored 7 years ago

17)   <p>The Tor Project also offers the following alternative donation methods (If you would like to receive a Thank-You Gift after making a donation with one of the methods below, please email giving@torproject.org.):</p>
Sebastian Hahn ideas for donation page

Sebastian Hahn authored 8 years ago

18)   <ul class="hlist">
Arthur Edelstein Bug 20677: Update alternati...

Arthur Edelstein authored 7 years ago

19)     <li><a href="#bitcoin">Bitcoin</a></li>
Mike Perry Improve the horribly ugly s...

Mike Perry authored 8 years ago

20)     <li><a href="<page donate/donate-amazon>">Amazon Payments</a></li>
21)     <li><a href="https://smile.amazon.com/ch/20-8096820">Amazon Smile</a></li>
Mike Perry Add EU bank transfer info.

Mike Perry authored 8 years ago

22)     <li><a href="#eubanks">EU Bank Transfer</a></li>
Arthur Edelstein Bug 21523: Add Donate Stock...

Arthur Edelstein authored 7 years ago

23)     <li><a href="#cash">Checks or Money Orders</a></li>
24)     <li><a href="#stock">Donate Stock</a></li>
Sebastian Hahn ideas for donation page

Sebastian Hahn authored 8 years ago

25)   </ul>
26)   <div class="hundred toptwenty">
27) <!-- END AMAZON -->
28) <!-- BEGIN BITCOIN -->
29)    <a id="bitcoin"></a>
30)    <div class="hundred toptwenty">
31)     <div class="dbox donate">
Arthur Edelstein Bug 20677: Update alternati...

Arthur Edelstein authored 7 years ago

32)     <h3>Donate Bitcoin</h3>
33) <p>To donate Bitcoin to The Tor Project, please complete the form below. If you would like an acknowledgment from the Tor Project, please provide your email address.</p>
Sebastian Hahn ideas for donation page

Sebastian Hahn authored 8 years ago

34)   <form id="makeDonation" action="https://bitpay.com/checkout" method="post" onsubmit="return bp.validateMobileCheckoutForm($('#makeDonation'));">
35)         <input name="action" type="hidden" value="checkout">
36)         <fieldset class="phone-form well form-horizontal" style="margin-top: 5px;">
37)           <ul>
38)             <li id="orderID" class="control-group">
39)               <label class="control-label" style="width: 40px">Email:</label>
40)               <div class="controls" style="margin-left: 60px">
41)                 <input name="orderID" type="email" class="input input-xlarge" placeholder="Email address (optional)" maxlength=50 autocapitalize=off autocorrect=off><br>
42)               </div>
43)             </li>
44)             <li id="price" class="control-group">
45)               <label class="control-label" style="width: 40px">Amount:</label>
46)               <div class="controls" style="margin-left: 60px">
Arthur Edelstein Bug 20677: Update alternati...

Arthur Edelstein authored 7 years ago

47)                 <input name="price" type="number" class="noscroll" value="10.00" placeholder="Amount" maxlength="10" min="0.01" step="0.01" />
48)                 <select name="currency" value="" >
Sebastian Hahn ideas for donation page

Sebastian Hahn authored 8 years ago

49)                   <option value="USD" selected="selected">USD</option>
50)                   <option value="BTC">BTC</option>
51)                   <option value="EUR">EUR</option>
52)                   <option value="GBP">GBP</option>
53)                   <option value="AUD">AUD</option>
54)                   <option value="BGN">BGN</option>
55)                   <option value="BRL">BRL</option>
56)                   <option value="CAD">CAD</option>
57)                   <option value="CHF">CHF</option>
58)                   <option value="CNY">CNY</option>
59)                   <option value="CZK">CZK</option>
60)                   <option value="DKK">DKK</option>
61)                   <option value="HKD">HKD</option>
62)                   <option value="HRK">HRK</option>
63)                   <option value="HUF">HUF</option>
64)                   <option value="IDR">IDR</option>
65)                   <option value="ILS">ILS</option>
66)                   <option value="INR">INR</option>
67)                   <option value="JPY">JPY</option>
68)                   <option value="KRW">KRW</option>
69)                   <option value="LTL">LTL</option>
70)                   <option value="LVL">LVL</option>
71)                   <option value="MXN">MXN</option>
72)                   <option value="MYR">MYR</option>
73)                   <option value="NOK">NOK</option>
74)                   <option value="NZD">NZD</option>
75)                   <option value="PHP">PHP</option>
76)                   <option value="PLN">PLN</option>
77)                   <option value="RON">RON</option>
78)                   <option value="RUB">RUB</option>
79)                   <option value="SEK">SEK</option>
80)                   <option value="SGD">SGD</option>
81)                   <option value="THB">THB</option>
82)                   <option value="TRY">TRY</option>
83)                   <option value="ZAR">ZAR</option>
84)                 </select/>
85)               </div>
86)             </li>
87)           </ul>
88)           <br>
89)           <input type="hidden" name="data" value="iH+sCoKQo5J52hkEzWcMi8+PRt78/89lcSU9GnapWfWL6thyubtDCahTUqa2JTlj6RQrQySkZAoFvK05yifMwfx5V87JJuoaDlHUsZR9ppzkklmzHpKJ4TG5M0zNVcKfNBfyopdfTFbzpOXM2FDppqmU7njsRUF1EZPa0K7SIxpv4lNKSPn1PyjVKVxjnpFE0AZ1Qa75VwZnS+rBNNfwxPsgSz+Oa2Twe226FmJJrLtPuBteFfHAIWh6QS5JnpOn4ScMFph0zjixutmunMAjKw==">
90)           <div style="margin: auto; width: 100%; text-align: center">
91)             <input name="submit" src="$(IMGROOT)/bitpay-donate-md.png" type="image" style="width: auto" alt="BitPay" border="0">
92)           </div>
93)         </fieldset>
94)       </form>
95)     </div>
96)    </div>
97) <!-- END BITCOIN -->
Mike Perry Improve the horribly ugly s...

Mike Perry authored 8 years ago

98) <!-- BEGIN AMAZON -->
99)    <div class="hundred toptwenty">
100)     <div class="dbox dsmall dwolla">
101)       <h3>Donate via Amazon</h3>
Arthur Edelstein Bug 20677: Update alternati...

Arthur Edelstein authored 7 years ago

102)       <p>You can donate to Tor through your Amazon account.</p>
Mike Perry Improve the horribly ugly s...

Mike Perry authored 8 years ago

103)       <p style="text-align:center;"><strong><a
104) href="<page donate/donate-amazon>">Donate via Amazon Payments
105) &raquo;</a></strong></p>
106)     </div>
107)     <div class="dbox dsmall dwolla">
108)       <h3>Donate via Amazon Smile</h3>
Arthur Edelstein Bug 20677: Update alternati...

Arthur Edelstein authored 7 years ago

109)       <p>AmazonSmile is a website operated by Amazon with the same products, prices, and shopping features as Amazon.com. The difference is that when you shop on AmazonSmile, the AmazonSmile Foundation will donate 0.5% of the purchase price of eligible products to the charitable organization of your choice.</p>
110)       <p style="text-align:center;"><strong><a href="https://smile.amazon.com/ch/20-8096820">Set up the Tor Project on Amazon Smile
Mike Perry Improve the horribly ugly s...

Mike Perry authored 8 years ago

111) &raquo;</a></strong></p>
112)     </div>
113) <!-- END AMAZON -->
Mike Perry Add EU bank transfer info.

Mike Perry authored 8 years ago

114) <!-- BEGIN TRANSFER -->
115)     <a id="eubanks"></a>
116)     <div class="">
117)        <h3 style="margin-top:20px;">Donate via European Bank Transfer</h3>
118)        <p>For European bank transfers, we have an arrangement with
Roger Dingledine add links for RFF option

Roger Dingledine authored 8 years ago

119)         the Renewable Freedom Foundation to provide
120) <a href="http://www.solicitorsjournal.com/news/private-client/charities/gifts-foreign-charities-are-tax-deductible-ecj-rules">tax-deductible</a>
Arthur Edelstein Bug 20677: Update alternati...

Arthur Edelstein authored 7 years ago

121)         donations for Europeans. They will issue a donation receipt <a
Roger Dingledine add links for RFF option

Roger Dingledine authored 8 years ago

122)         href="https://renewablefreedom.org/contact/">upon request</a>. The
123)         account information is as follows:</p>
Mike Perry Add EU bank transfer info.

Mike Perry authored 8 years ago

124) 
125)   <p>Renewable Freedom Foundation<br>
126)      IBAN: DE17721500000053693701<br>
127)      BIC:  BYLADEM1ING<br>
128)      Sparkasse Ingolstadt<br>
129)      Rathausplatz 6<br>
Mike Perry Fix a typo.

Mike Perry authored 8 years ago

130)      85049 Ingolstadt<br>
Mike Perry Add EU bank transfer info.

Mike Perry authored 8 years ago

131) 
132)      </div>
Mike Perry Improve the horribly ugly s...

Mike Perry authored 8 years ago

133)    </div>
Mike Perry Add EU bank transfer info.

Mike Perry authored 8 years ago

134) <!-- END TRANSFER -->
Sebastian Hahn ideas for donation page

Sebastian Hahn authored 8 years ago

135) <!-- BEGIN CHECK -->
136)    <a id="cash"></a>
137)    <div class="hundred toptwenty">
138)      <div class="dbox donate">
Mike Perry Improve the horribly ugly s...

Mike Perry authored 8 years ago

139)        <h3>Donate via Check or Money Order</h3>
Sebastian Hahn ideas for donation page

Sebastian Hahn authored 8 years ago

140)        <h4>You can send checks or money orders to:</h4>
Arthur Edelstein Bug 20677: Update alternati...

Arthur Edelstein authored 7 years ago

141)        <p>The Tor Project, Inc.<br>
142)         P.O. Box 4903<br>
Roger Dingledine change our postal address i...

Roger Dingledine authored 7 years ago

143)         Seattle, WA 98194 USA</p>
Mike Perry Add EU bank transfer info.

Mike Perry authored 8 years ago

144)     </div>
145)   </div>
Mike Perry Improve the horribly ugly s...

Mike Perry authored 8 years ago

146) 
Mike Perry Add EU bank transfer info.

Mike Perry authored 8 years ago

147) <!-- END CHECK -->
Arthur Edelstein Bug 21523: Add Donate Stock...

Arthur Edelstein authored 7 years ago

148) 
149) <!-- BEGIN STOCK -->
150)   <a id="stock"></a>
151)   <div class="hundred toptwenty">
152)       <div class="dbox donate">
153)           <h3>Donate Stock</h3>
154)           <p>
155)               You can donate stock to the Tor Project. Please let us know in advance if you are transmitting securities via DTC by contacting us at  <a href="mailto:giving@torproject.org">giving@torproject.org</a>.
156)               <p>
157)                   Brokerage Firm: Merrill Lynch, Pierce, Fenner & Smith, Inc.<br>
158)                   Account Name: The Tor Project<br>
159)                   Contact: Jeffrey K. Miller: 206.464.3564 or 855.288.8433<br>
160)                   E-mail: <a href="mailto:jeffrey.k.miller@ml.com">jeffrey.k.miller@ml.com</a><br>
161)                   FAX: 206.388.4456<br>
162)                   The Tor Project Account #: 335-03016<br>
163)                   DTC #: 5198<br>
164)                   Tax ID #: 20-8096820<br>
165)               </p>
166)               <p>The Tor Project, Inc.<br>
167)                   P.O. Box 4903<br>
168)                   Seattle, WA 98194 USA</p>
169)           </p>
170)       </div>
171)   </div>
172) 
173) <!-- END STOCK -->
174) <h2>Questions?</h2>
175)   <p>Contact us at <a href="mailto:giving@torproject.org">giving@torproject.org</a> for more details on how to donate.</p>
Mike Perry Improve the horribly ugly s...

Mike Perry authored 8 years ago

176)  </div>
Sebastian Hahn ideas for donation page

Sebastian Hahn authored 8 years ago

177) <!-- END CONTENT -->
178) </div>
Mike Perry Improve the horribly ugly s...

Mike Perry authored 8 years ago

179) </div>
180) #include <donatefoot.wmi>