-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
48 lines (37 loc) · 2.3 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Make: Bluetooth by MakeBluetooth</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-light.css">
<meta name="viewport" content="width=device-width">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1><font color="red">Make:</font> <font color="#58d2ff">Bluetooth</font></h1>
<p>Bluetooth LE Projects for Arduino, Raspberry Pi, and Smartphones</p>
<p class="view"><font size="+1"></font><a href="https://github.com/MakeBluetooth">GitHub Repository</a><br/>
<a href="http://bit.ly/make-bluetooth">Buy the Book</a></font></p>
<p>"I've been looking forward to this book for a long time. I've been hounding them all the way for a print date." <em>— <a href="https://twitter.com/tigoe">Tom Igoe</a>, co-creator of the Arduino</em><br/> <br/>
"Make:Bluetooth is a 'must have' addition to your NodeBots book collection." <em>— <a href="https://twitter.com/rwaldron">Rick Waldron</a>, creator of Johnny-Five, the JavaScript Robotics Programming framework for Node.js</em></p>
</header>
<section>
<table><tr><td colspan="3"><img src="/images/BluetoothBook_Cover.png" alt="Cover Image"></td></tr>
<tr><td align="left"><a href="http://bit.ly/make-bluetooth"><img src="/images/buy_button.png" alt="Buy Now"></a></td>
<td><a rel="nofollow" href="http://www.amazon.com/gp/product/1457187094/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1457187094&linkCode=as2&tag=thedailyack-20&linkId=F3RI53MMXP6A7CWU"><img src="/images/buy-from-amazon.png" alt="But at Amazon.com"></a></td>
<td><a rel="nofollow" href="http://www.amazon.co.uk/gp/product/1457187094/ref=as_li_tl?ie=UTF8&camp=1634&creative=6738&creativeASIN=1457187094&linkCode=as2&tag=babilim-21"><img src="/images/buy-from-amazon-uk.png" alt="Buy at Amazon.co.uk"></a></td>
</tr></table>
</section>
<footer>
<p><small>Hosted on GitHub Pages</small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>