ideas for donation page
Sebastian Hahn authored 9 years ago
|
1) ## translation metadata
2) # Revision: $Revision$
3) # Translation-Priority: 3-low
4)
5) #include "head.wmi" TITLE="Tor Project: Donate to Tor" CHARSET="UTF-8"
6) <div id="content" class="clearfix">
7) <div id="breadcrumbs">
8) <a href="<page index>">Home » </a>
9) <a href="<page donate/donate>">Donate</a>
10) </div>
11) <div id="maincol">
12) <h1>Make A Donation</h1>
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 research,
15) development, and education about 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. Our tax ID number is 20-8096820. We are listed on
19) <a href="http://www2.guidestar.org/organizations/20-8096820/tor-project.aspx">GuideStar</a>.</p>
20)
21) <p>We're happy to have you shop and indirectly support us via
22) <a href="http://smile.amazon.com/ch/20-8096820">Amazon Smile</a>. A
23) portion of your purchase is donated to help keep us working.</p>
24)
25) We're happy to accept direct donations via:</p>
26) <ul class="hlist">
27) <li><a href="<page donate/donate>">Paypal</a></li>
|
apparently amazon is busted...
Sebastian Hahn authored 9 years ago
|
28) <!-- <li><a href="#amazon">Amazon Payments</a></li> -->
|
ideas for donation page
Sebastian Hahn authored 9 years ago
|
29) <li><a href="#dwolla">Dwolla</a></li>
30) <li><a href="#bitcoin">Bitcoins</a></li>
31) <li class="last"><a href="#cash">checks, money orders, or bank transfers</a></li>
32) </ul>
33) <p>Contact us at donations@torproject.org for more donation details.</p>
34) <div class="hundred toptwenty">
35) <!-- BEGIN AMAZON -->
|
apparently amazon is busted...
Sebastian Hahn authored 9 years ago
|
36) <!-- <a name="amazon"></a>
|
ideas for donation page
Sebastian Hahn authored 9 years ago
|
37) <div class="dbox dsmall">
38) <h3>Donate via Amazon Payments</h3>
39) <form action="https://authorize.payments.amazon.com/pba/paypipeline" method="post">
40) <div class="drow toppad">
41) <div>
42) <label for="amazon">$</label>
43) <input type="text" name="amount" size="6" value="20">
44) <input class="donate-btn" type="image" src="$(IMGROOT)/golden_small_donate_withmsg_whitebg.gif">
45) </div>
46) <input type="hidden" name="immediateReturn" value="1">
47) <input type="hidden" name="collectShippingAddress" value="0">
48) <input type="hidden" name="minimumDonationAmount" value="USD 5">
49) <input type="hidden" name="isDonationWidget" value="1">
50) <input type="hidden" name="description" value="Supporting Online Anonymity & Privacy">
51) <input type="hidden" name="amazonPaymentsAccountId" value="XGSROLNTXRNC3N1P4TXKMNK14LN1D6SZUD8SN1">
52) <input type="hidden" name="returnUrl" value="https://www.torproject.org/donate/thankyou.html">
53) <input type="hidden" name="processImmediate" value="1">
54) <input type="hidden" name="cobrandingStyle" value="logo">
55) <input type="hidden" name="abandonUrl" value="https://www.torproject.org/donate/donate.html">
56) </div>
57) </form>
58) <small>Requires an Amazon Account</small>
|
apparently amazon is busted...
Sebastian Hahn authored 9 years ago
|
59) </div> -->
|