-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
69 lines (65 loc) · 3.68 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
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="UTF-8">
<title>Bitbooks | Teaching the world, open-source style.</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link href='http://fonts.googleapis.com/css?family=Merriweather:400,700' rel='stylesheet' type='text/css'>
</head>
<body>
<header class="masthead">
<div class="inside">
<a href="http://bitbooks.cc"><img src="images/bitbooks-logo-long-sm.png" /></a>
</div>
</header>
<section class="jumbotron">
<div class="inside">
<h1>Online books should be easy to write and free to read.</h1>
<p class="subtext">Bitbooks turns a repo full of markdown files into a fully fledged, hosted, online book. For free.</p>
<p class="form-text">…or at least it will soon. To stay in the loop, subscribe to receive updates (you can always unsubscribe later).</p>
<!-- Begin MailChimp Signup Form -->
<!-- <link href="//cdn-images.mailchimp.com/embedcode/slim-081711.css" rel="stylesheet" type="text/css"> -->
<style type="text/css">
/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
</style>
<div id="mc_embed_signup">
<form action="http://Bitbooks.us7.list-manage.com/subscribe/post?u=2a35d9b83024bf99be808858d&id=150e89a81b" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<label for="mce-EMAIL">Subscribe to receive updates.</label><br />
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required>
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button">
</form>
</div>
<!--End mc_embed_signup-->
</div>
</section>
<section class="explainer explainer-0">
<div class="inside">
<img class="bb-diff" src="images/bitbooks-diff-sm.png" />
<h2>What kind of books?</h2>
<p>Creative-commons books for developer communities, like <a href="http://git-scm.com/book" target="_blank">Scott Chacon's Pro Git</a>, or <a href="http://diveintohtml5.info/" target="_blank">Mark Pilgram's Dive into HTML5</a>. Those guys are generous rockstars. Our mission is to pave the way for even more rockstars like them.</p>
</div>
</section>
<section class="explainer explainer-1">
<div class="inside">
<img class="bb-octocat" src="images/octocat_sm.png" />
<h2>If you can use Github, you can use Bitbooks.</h2>
<p>From edits to pull requests, you manage all your content on Github, just the way you're used to. Commits to your public repo will automagically update your book behind the scenes.</p>
</div>
</section>
<section class="explainer explainer-2">
<div class="inside">
<h2>Open source or bust.</h2>
<p>We're <a href="http://tom.preston-werner.com/2011/11/22/open-source-everything.html" target="_blank">sharing our code</a> (<a href="https://github.com/bryanbraun/bitbooks-launch">starting with this page</a>) and whatever we learn along the way. </p>
</div>
</section>
<footer class="site-footer">
<div class="inside">
<p>A project by <a href="http://bryanbraun.com">this guy</a>. Questions? <a href="http://bryanbraun.com/contact">Just ask</a>.</p>
</div>
</footer>
</body>
</html>