-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
46 lines (43 loc) · 1.51 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Badoss</title>
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen">
</head>
<body>
<div class="container">
<div class="hero-unit">
<h1>Badoss</h1>
<p>Blind Auctions Delivering Open-Source Software</p>
<p>Pay what you want, support open-source, get something back.</p>
<p><span id="bid-counter">1,234</span> bids made.</p>
</div>
<div class="row">
<div class="span4">
<h2>1. Bid on Bugs</h2>
<p><strong>Find a frustrating bug? Need an important feature?</strong>
Chip some cash in towards the solution. Badoss will add your bid to others'
and alert you when the work is done.</p>
</div>
<div class="span4">
<h2>2. Bid on Fixing</h2>
<p><strong>How much would it take you to fix it yourself?</strong>
Before you code around it, tell Badoss how much you would want to fix the
issue yourself. Badoss will alert you if bidders are willing to pay it.</p>
</div>
<div class="span4">
<h2>3. (Non-)Profit</h2>
<p><strong>More open-source software for everyone!</strong>
Badoss is run by a non-profit to support open-source software.</p>
</div>
</div>
<hr/>
<footer>
<p>Tulsa Web Devs Badoss™</p>
<p><a href="#">How it works</a></p>
</footer>
</div>
<script src="bootstrap/js/bootstrap.min.js"></script>
</body>
</html>