summaryrefslogtreecommitdiff
path: root/pages/about-us/donate
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2015-02-18 23:44:14 -0800
committerelijah <elijah@riseup.net>2015-02-18 23:44:14 -0800
commite53e113dcde3e3686095c3661307efccc5c7e64e (patch)
tree2d5219d73587750ec478811c65499325a95a04db /pages/about-us/donate
initial conversation from leap_doc and leap_website
Diffstat (limited to 'pages/about-us/donate')
-rw-r--r--pages/about-us/donate/en.haml61
1 files changed, 61 insertions, 0 deletions
diff --git a/pages/about-us/donate/en.haml b/pages/about-us/donate/en.haml
new file mode 100644
index 0000000..e1e5976
--- /dev/null
+++ b/pages/about-us/donate/en.haml
@@ -0,0 +1,61 @@
+- @title = 'Donate'
+
+%p LEAP depends on donations and grants to keep doing the work we do. Please donate today if you value secure communication that is easy for both the end-user and the service provider.
+
+%p LEAP is a non-profit incorporated in Washington State, USA. However, you contributions are not tax deductable.
+
+%h3 By Mail
+
+%pre
+ LEAP Encryption Access Project
+ PO Box 4422
+ Seattle, WA 98194-0422 USA
+
+%h3 Bitcoin
+
+%p Send bitcoins to this address: <code>127hMYMQj2Rc6zcDjnA1yerUNts3iM2sC8</code>.
+
+%h3 Paypal
+
+:plain
+ Recurring Donation<br>
+ <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top" style="margin:0">
+ <input type="hidden" name="cmd" value="_xclick-subscriptions">
+ <input type="hidden" name="t3" value="M">
+ <input type="hidden" name="src" value="1">
+ <input type="hidden" name="sra" value="1">
+ <input type="hidden" name="no_note" value="1">
+ <input type="hidden" name="modify" value="1">
+ <input type="hidden" name="business" value="JPSDB662ZEMJY">
+ <input type="hidden" name="item_name" value="LEAP donation">
+ <div class="donation">
+ <select name="currency_code" style="width: 8em">
+ <option value="USD">USD $</option>
+ <option value="CAD">CAD $</option>
+ <option value="GBP">GBP £</option>
+ <option value="EUR">EUR €</option>
+ </select>
+ <input type="input" name="a3" value="10" size="6" style="width: 8em">
+ <select name="p3" style="width: 8em">
+ <option value="1">Monthly</option>
+ <option value="3">Quarterly</option>
+ </select>
+ <input type="submit" name="submit" value="Subscribe">
+ </div>
+ </form>
+ One Time Donation<br>
+ <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
+ <input type="hidden" name="cmd" value="_donations">
+ <input type="hidden" name="item_name" value="LEAP donation">
+ <input type="hidden" name="business" value="JPSDB662ZEMJY">
+ <div class="donation">
+ <select name="currency_code" style="width: 8em">
+ <option value="USD">USD $</option>
+ <option value="CAD">CAD $</option>
+ <option value="GBP">GBP £</option>
+ <option value="EUR">EUR €</option>
+ </select>
+ <input type="input" name="amount" value="25" size="6" style="width: 8em">
+ <input type="submit" name="submit" value="Donate">
+ </div>
+ </form>