summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2015-02-06 01:01:08 -0800
committerelijah <elijah@riseup.net>2015-02-06 01:01:08 -0800
commita0f77970d61954a04e5d6afe2b7ae294afeca5a7 (patch)
tree580f1d24d0da98ee63991ae7150d4ffd180fb90a
parent12102b3a3750f6211e213de838d74073dbc2ff65 (diff)
added donate page
-rw-r--r--pages/about-us/donate/en.haml54
-rw-r--r--pages/menu.txt3
2 files changed, 56 insertions, 1 deletions
diff --git a/pages/about-us/donate/en.haml b/pages/about-us/donate/en.haml
new file mode 100644
index 0000000..6288b42
--- /dev/null
+++ b/pages/about-us/donate/en.haml
@@ -0,0 +1,54 @@
+- @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 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>
diff --git a/pages/menu.txt b/pages/menu.txt
index 7c9e4ef..566451e 100644
--- a/pages/menu.txt
+++ b/pages/menu.txt
@@ -4,8 +4,9 @@ services
email
chat
about-us
+ donate
vision
- jobs
+# jobs
# people
contact
news