-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdonate.html
executable file
·50 lines (47 loc) · 1.71 KB
/
donate.html
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
---
layout: default
title: Donate to Hypatia
---
<div class="container">
<div class="col-xs-12">
<div class="page-header">
<h1>Want to donate? Here's how.</h1>
</div>
</div>
</div>
<div class="container">
<div class="col-xs-12 col-md-4">
<div class="thumbnail donate-type">
<a href="https://hypatia.leadpages.co/donate-landing-page/">
<img src="{{ site.baseurl }}/assets/patreon.png">
<h3>Patreon</h3>
</a>
<p>You can make monthly donations through Patreon.</p>
</div>
<div class="thumbnail donate-type donate-pad">
<a href="https://www.bountysource.com/teams/hypatia-software-org">
<img src="{{ site.baseurl }}/assets/bountysource.png">
<h3>Bountysource</h3>
</a>
<p>You can donate, or demand features in exchange for cash, through Bountysource.</p>
</div>
</div>
<div class="col-xs-12 col-md-4">
<div class="thumbnail donate-type donate-pad">
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZU5EVKVY2DX2S">
<img src="{{ site.baseurl }}/assets/paypal.svg">
<h3>PayPal</h3>
</a>
<p>Donate once or recurring via PayPal.</p>
</div>
</div>
<div class="col-xs-12 col-md-4">
<div class="thumbnail donate-type donate-pad">
<a href="https://gratipay.com/hypatia-software-organization/">
<img src="{{ site.baseurl }}/assets/gratipay.svg">
<h3>Gratipay</h3>
</a>
<p>You can make monthly donations via Gratipay.</p>
</div>
</div>
</div>