Skip to content

Commit 2d7605d

Browse files
committed
Update donate options
1 parent f65fe28 commit 2d7605d

File tree

3 files changed

+14
-90
lines changed

3 files changed

+14
-90
lines changed

css/style.css

Lines changed: 4 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ ul#donate, ul#sponsors {
3434
margin-left: .5em;
3535
}
3636

37+
ul#donate li {
38+
margin-bottom: 1em;
39+
}
40+
3741
p { padding-left:1.5em;}
3842

3943
h1 {
@@ -84,27 +88,6 @@ h1 {
8488
margin-right:1em;
8589
}
8690

87-
input:invalid,textarea:invalid {
88-
border-radius: 1px;
89-
-moz-box-shadow: 0px 0px 5px red;
90-
-webkit-box-shadow: 0px 0px 5px red;
91-
box-shadow: 0px 0px 5px red;
92-
}
93-
94-
input,textarea {
95-
width: 15em;
96-
margin-top: 1em;
97-
margin-bottom: 1em;
98-
background-color: white;
99-
color: #666;
100-
border: 1px solid #C4C4C4;
101-
border-right: 1px solid #E9E9E9;
102-
border-bottom: 1px solid #E9E9E9;
103-
-webkit-border-radius: 3px;
104-
-moz-border-radius: 3px;
105-
border-radius: 3px;
106-
}
107-
10891
#submitbutton {
10992
background-color: #333;
11093
color: #fff;

donated.html

Lines changed: 0 additions & 37 deletions
This file was deleted.

index.html

Lines changed: 10 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -59,27 +59,23 @@ <h3>Donate code</h3>
5959
<br>
6060
<h3>Donate money</h3>
6161
<ul id="donate" style="padding-left:1em">
62-
<li><a href="https://gum.co/openpgpjs"><img src="images/icon_gumroad.png" alt="gumroad" title="Support OpenPGP.js"/></a></li>
6362
<li>
64-
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" style='margin: 0; padding: 0; display:inline!important;'>
65-
<input type="hidden" name="cmd" value="_xclick">
66-
<input type="hidden" name="business" value="[email protected]">
67-
<input type="hidden" name="lc" value="US">
68-
<input type="hidden" name="item_name" value="OpenPGP.js">
69-
<input type="hidden" name="item_number" value="openpgpjs">
70-
<input type="hidden" name="no_note" value="0">
71-
<input type="hidden" name="currency_code" value="EUR">
72-
<input type="hidden" name="bn" value="PP-DonationsBF:btn_donate_LG.gif:NonHostedGuest">
73-
<input type="image" src="images/icon_paypal.png" name="submit" alt="PayPal - The safer, easier way to pay online!" style="height:26px; width:43px; border:0px; display:inline;" >
74-
<img alt="" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" style="border:0px;">
63+
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
64+
<input type="hidden" name="cmd" value="_s-xclick">
65+
<input type="hidden" name="hosted_button_id" value="4Z6RK8W6UEJUG">
66+
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
67+
<img alt="" border="0" src="https://www.paypalobjects.com/de_DE/i/scr/pixel.gif" width="1" height="1">
7568
</form>
7669
</li>
70+
<li>
71+
<label>Bitcoin wallet address:</label>
72+
<strong>1CWYFEFySZKFSrCctfRJru8JaPY8RsxCtv</strong>
73+
</li>
7774
</ul>
7875
</section>
7976

8077
<section class="block">
81-
<h2>Supporters</h2>
82-
<h3>Gold</h3>
78+
<h2>Gold Members / Supporters</h2>
8379
<div class="logo-list" style="margin-top:0">
8480
<a href="https://www.globaleaks.org" title="Globaleaks" target="_blank">
8581
<img style="width:5em; margin-bottom:0.25em; margin-right:1em;" id="logo-globaleaks" alt="globaleaks logo" title="Globaleaks" src="./images/logo_globaleaks.png">
@@ -94,22 +90,6 @@ <h3>Gold</h3>
9490
<img style="width:7em; margin-bottom:-1em; margin-right:1em; " id="logo-protonmail" alt="protonmail logo" title="ProtonMail" src="./images/logo_protonmail.png">
9591
</a>
9692
</div>
97-
98-
<h3 style="padding-bottom:0.5em">Silver (donations)</h3>
99-
<div>
100-
<ul id="sponsors">
101-
<li>Darren Leno
102-
<li>Paul M. Furley
103-
<li>James Morgan
104-
<li>Jack Glazko
105-
<li>Tropical Health Foods, LLC
106-
<li>Dominik Wujastyk
107-
<li>Lasse Lukkari
108-
<li>Fernando Muñoz
109-
<li>Michael Morisy
110-
<li>Patrick Schütz
111-
</ul>
112-
</div>
11393
</section>
11494

11595
<section class="block">
@@ -140,7 +120,5 @@ <h2>Who else is using OpenPGP.js</h2>
140120
<h2>Architecture</h2>
141121
<p><img style="width:90%; max-width:70em;" src="images/overview.png" alt="OpenPGP.js overview" /></p>
142122
</section>
143-
144-
<script type="text/javascript" src="https://gumroad.com/js/gumroad.js"></script>
145123
</body>
146124
</html>

0 commit comments

Comments
 (0)