-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.html
94 lines (87 loc) · 3.93 KB
/
index.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!doctype html>
<html>
<head>
<title>Gratipay or Bountysource?</title>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic'
rel='stylesheet' type='text/css'>
<style>
* {margin: 0; padding: 0; box-sizing: border-box;}
body {padding: 10px;}
body, table { font-family: "Open Sans", sans-serif;}
div.content {max-width: 600px; margin: 0 auto;}
p, footer {line-height: 160%;}
h1 {margin: 40px 0 20px;}
table {margin: 40px auto 40px; border-collapse: collapse;}
th {text-align: left; vertical-align: middle; padding: 0 20px;}
th:first-child {padding: 0 0 12px;}
th a {display: block; padding: 6px 12px;}
img.gratipay {height: 36px;}
img.bountysource {height: 24px;}
td {padding: 12px 0; border: 1px solid #CCC; border-style: solid none; text-align: center;}
td.label {text-align: left;}
td.check {font-size: 20px;}
td.check.yes {color: green;}
td.check.no {color: red;}
.choose td {border-bottom: none; padding: 0;}
.choose td a {display: block; padding: 12px; line-height: 140%;}
.choose td a:hover {background: #FFC;}
footer {font-style: italic; text-indent: -13px; padding-left: 13px;}
</style>
</head>
<body><div class="content">
<h1>Gratipay or Bountysource?</h1>
<p>With the launch of <a href="https://salt.bountysource.com">Bountysource
Salt</a> and the <a
href="https://medium.com/gratipay-blog/gratipay-2-0-2453d3c53077">relaunch</a>
of <a href="https://gratipay.com/">Gratipay</a>, there are now two great
options for crowdfunding your open-source project! This website is an
opinionated* guide to help you decide which is right for you. :-)</p>
<table>
<tr>
<th></th>
<th><img class="gratipay" src="gratipay.svg" alt="Gratipay"></td>
<th><img class="bountysource" src="bountysource.png" alt="Bountysource"></td>
</tr>
<tr>
<td class="label">crowdfunding for open-source</td>
<td class="check yes">✔</td>
<td class="check yes">✔</td>
</tr>
<tr>
<td class="label">is open-source</td>
<td class="check yes">✔</td>
<td class="check yes">✔</td>
</tr>
<tr>
<td class="label">is an open company</td>
<td class="check yes">✔</td>
<td class="check no">✘</td>
</tr>
<tr>
<td class="label">is funded on itself</td>
<td class="check yes">✔</td>
<td class="check no">✘</td>
</tr>
<tr>
<td class="label">fee</td>
<td>you decide</td>
<td>10%</td>
</tr>
<tr class="choose">
<td></td>
<td><a href="https://gratipay.com/new">choose<br>
<b>Gratipay</b></a></td>
<td><a href="https://www.bountysource.com/signin">choose<br>
<b>Bountysource</b></a></td>
</tr>
</table>
<footer>* <b>Disclaimer:</b> This website is published by Gratipay, in a
transparent bid to <a
href="https://github.com/gratipay/inside.gratipay.com/issues/316">stay
competitive</a>. We have a fuller feature comparison <a
href="http://inside.gratipay.com/appendices/see-also/bountysource">on our
intranet</a>.</footer>
</div>
<a href="https://github.com/gratipay/gratipay-or-bountysource.guide"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/a6677b08c955af8400f44c6298f40e7d19cc5b2d/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677261795f3664366436642e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png"></a>
</body>
</html>