-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
190 lines (172 loc) · 7.74 KB
/
index.html
File metadata and controls
190 lines (172 loc) · 7.74 KB
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>Pro Arduino: Examples and Erratta</title>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
<![endif]-->
<link rel="shortcut icon" href="./favicon.ico" />
<link rel="stylesheet" type="text/css" href="./components/bootstrap/css/bootstrap.min.css"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="./components/bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
<style type="text/css">
/* Sticky footer styles*/
/* -------------------------------------------------- */
html,
body {
height: 100%;
/* The html and body elements cannot have any padding or margin. */
padding-top: 60px;
}
/* Wrapper for page content to push down footer */
#wrap {
min-height: 100%;
height: auto !important;
height: 100%;
/* Negative indent footer by it's height */
margin: 0 auto -60px;
}
/* Set the fixed height of the footer here */
#push,
.footer {
background-color: #252525;
color: #ffcc00;
}
/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
.footer {
margin-left: -20px;
margin-right: -20px;
padding-left: 20px;
padding-right: 20px;
}
}
</style>
</head>
<body>
<!-- Twitter Bootstrap navbar -->
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="brand" href="http://www.apress.com/9781430239390">Pro Arduino: Examples and Errata</a>
<div class="nav-collapse">
<ul class="nav">
<li>
<a href="index.html">Home</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="container">
<!-- Main content area -->
<div class="container-fluid">
<div class="row-fluid thumbnails">
<div class="span4 well thumbnail">
<!-- <img data-src="./components/holderjs/holder.js/300x200" alt="">-->
<a href="http://www.apress.com/9781430239390"><img alt="Pro Arduino" src="./assets/img/proarduino.jpg" class="img-polaroid" width="25%" height="25%" /></a>
<p>
<a href="https://github.com/ricklon">Rick Anderson</a>
</p>
<p><a href="http://madfellows.com/fellows.html#Daniel.Cervo">Dan Cervo</a></p>
</div>
<div class="span4 well" >
<p>Chapter 2</p>
<p>Social Coding and Contributing to Arduino</p>
<p>Chapter 2: Repositories in project.</p>
<ul>
<li>
<a href="https://github.com/ProArd/HelloGithub">HelloGithub</a>
</li>
<li>
<a href="https://github.com/ProArd/HelloFork">HelloFork</a>
</li>
</ul>
</div>
<div class="span4 well">
<div class="container">
<p>Chapter 7: PID Controllers</p>
<p>Repositories in project.</p>
<ul>
<li>
<a href="https://github.com/ProArd/pidtuner">PID Tuner</a>
</li>
</ul>
</div>
</div>
</div>
<div class="row-fluid">
<div class="span4 well">
<p>Chapter 9: Arduino libraries: How to help others use your code</p>
<p>Repositories in project.</p>
<ul>
<li>
<a href=" https://github.com/ProArd/chapter9">Chapter 9 Code</a>
</li>
</ul>
</div>
<div class="span4 well">
<p>Chapter 12: Arduino libraries: How to help others use your code</p>
<p>Repositories in project.</p>
<ul>
<li>
<a href=" https://github.com/ProArd/chapter12">Chapter 12 Code</a>
</li>
<li>
<a href=" https://github.com/ProArd/ds1631">DS1631 i2c Temperature Sensor Library</a>
</li>
</ul>
</div>
<div class="span4 well">
<p>Chapter 13: Arduino Test Suite</p>
<p>Repositories in project.</p>
<ul>
<li>
<a href=" https://github.com/ProArd/chapter13">Chapter 13 Code</a>
</li>
</ul>
</div>
<div class="span4 well">
<p>Chapter 14</p>
<p>Virtual World Objects and Arduino Devices with Unity 4.0</p>
<p>Chapter 14: Repositories in project.</p>
<ul>
<li>
<a href="https://github.com/ProArd/node-osc-unity">Node OSC Unity</a>
</li>
<li>
<a href="https://github.com/ProArd/UnityOSC">Unity OSC</a>
</li>
<li>Box Bomber Example</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<article class="markdown-body entry-content ">
<!--<h2>Intro Video</h2>-->
</article>
</div>
<footer class=" footer ">
<div class="container ">
<h3>Pro Arduino: Examples and Code</h3>
<ul class="footer-links ">
<li>
<a href="https://github.com/ProArd/proard.github.io/issues">Submit Site Issues</a>
</li>
</ul>
</div>
</footer>
<script src="./components/jquery/jquery.min.js "></script>
<script src="./components/bootstrap/js/bootstrap.min.js " type="text/javascript"></script>
</body>
</html>