blob: d970afde55c31cb9022323068b7cf15fe3053251 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
- @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 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>
|