-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
253 lines (230 loc) · 10.9 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
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
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Arduino</title>
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-60993769-1', 'auto');
ga('send', 'pageview');
</script>
<!-- Mobile support -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
<!-- Twitter Bootstrap -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.2/css/bootstrap.min.css" rel="stylesheet">
<!-- Material Design for Bootstrap -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-material-design/0.2.2/css/material-wfont.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-material-design/0.2.2/css/ripples.min.css" rel="stylesheet">
<!-- Dropdown.js -->
<link href="https://cdn.rawgit.com/FezVrasta/dropdown.js/master/jquery.dropdown.css" rel="stylesheet">
<!-- font awesome -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<!-- material design colours -->
<!-- production link
https://cdn.rawgit.com/domhnallohanlon/colours/master/colours.css
-->
<link rel="stylesheet" type="text/css" href="https://rawgit.com/domhnallohanlon/colours/master/colours.css">
<!-- local copy
<link rel="stylesheet" href="../colours/colours.css"> -->
<!-- toggle menu -->
<link rel="stylesheet" href="https://cdn.rawgit.com/domhnallohanlon/css/master/navstyle.css">
<style>
.media-object{
width:64px;
}
</style>
</head>
<body data-spy="scroll" data-target="#myLittleEye">
<div class="navbar navbar-default navbar-fixed-top">
<div class="navbar-header tealBG">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-responsive-collapse" aria-expanded="false" aria-controls="navbar">
<span class="icon-bar top-bar"></span>
<span class="icon-bar middle-bar"></span>
<span class="icon-bar bottom-bar"></span>
</button>
<a class="navbar-brand" href="https://domhnallohanlon.github.io">Domhnall's Projects</a>
</div>
<div class="navbar-collapse collapse navbar-responsive-collapse tealBG">
<ul class="nav navbar-nav">
<li><a href="https://twitter.com/domhnallohanlon" target="_blank">
<i class="fa fa-twitter"></i>
Twitter</a></li>
<li><a href="https://ie.linkedin.com/in/domhnallohanlon" target="_blank">
<i class="fa fa-linkedin-square"></i>
LinkedIn</a></li>
<li><a href="https://github.com/domhnallohanlon" target="_blank">
<i class="fa fa-github"></i>
Github</a></li>
</ul>
<!-- <form class="navbar-form navbar-left">
<input type="text" class="form-control col-lg-8" placeholder="Search">
</form> -->
</div>
</div> <!-- navbar -->
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="panel panel-primary">
<div class="panel-heading">
<h3 class="panel-title">Chapter 0: Set Up</h3>
</div>
<div class="panel-body">
<div class="media">
<a class="pull-left" href="mdwiki.html#!setup.md">
<img class="media-object" src="img/logo.gif" alt="Image">
</a>
<div class="media-body">
<h4 class="media-heading">What You'll Need</h4>
<p>
Your new Arduino explained. This chapter looks at the main parts on the board, the software that you need to program it and walks-through some sample code to get you started. <a href="mdwiki.html#!setup.md" class="btn btn-primary pull-right">Learn More!</a>
</p>
</div>
</div>
</div>
</div>
</div> <!-- end of col 1 -->
<div class="col-md-4">
<div class="panel panel-primary">
<div class="panel-heading">
<h3 class="panel-title">Chapter 1: Blinking</h3>
</div>
<div class="panel-body">
<div class="media">
<a class="pull-left" href="#">
<img class="media-object" src="img/leds.png" alt="LEDs" width="64px">
</a>
<div class="media-body">
<h4 class="media-heading">Writing Your First Sketch</h4>
<p>
Once your computer is set up you're ready to start writing your fisrt Arduino sketches. What do they look like and what does all this code mean?<br><br>
<a href="mdwiki.html#!lights.md" class="btn btn-primary pull-right">Learn More!</a>
</p>
</div>
</div>
</div>
</div>
</div> <!-- end of col 2 -->
<div class="col-md-4">
<div class="panel panel-primary">
<div class="panel-heading">
<h3 class="panel-title">Chapter 2: Sounds Like...</h3>
</div>
<div class="panel-body">
<div class="media">
<a class="pull-left" href="#">
<img class="media-object" src="img/speaker.png" alt="Image of a Speaker">
</a>
<div class="media-body">
<h4 class="media-heading">Introducing Loops</h4>
<p>
Attach a speaker to your Arduino and start creating simple melodies. Add some sensors to your projects and you've got the makings of a Theremin.
<br><br>
<a href="mdwiki.html#!sounds.md" class="btn btn-primary pull-right">Learn More!</a>
</p>
</div>
</div>
</div>
</div>
</div> <!-- end of col 3 -->
</div>
<div class="row">
<div class="col-md-4">
<div class="panel panel-primary">
<div class="panel-heading">
<h3 class="panel-title">Chapter 3: Transistors</h3>
</div>
<div class="panel-body">
<div class="media">
<a class="pull-left" href="#">
<img class="media-object" src="img/transistors.png" alt="Image of a Transistors">
</a>
<div class="media-body">
<h4 class="media-heading">Introducing Switching</h4>
<p>
Arguably the most important electronic component, the humble transistor makes our digital lives possible. Discover how they work, and how they can be used in your Arduino projects.
<br><br>
<a href="mdwiki.html#!transistors.md" class="btn btn-primary pull-right">Learn More!</a>
</p>
</div>
</div>
</div>
</div>
</div> <!-- end of col 4 -->
<div class="col-md-4">
<div class="panel panel-primary">
<div class="panel-heading">
<h3 class="panel-title">Chapter 4: Motors</h3>
</div>
<div class="panel-body">
<div class="media">
<a class="pull-left" href="#">
<img class="media-object" src="img/motor.png" alt="Image of a Motor">
</a>
<div class="media-body">
<h4 class="media-heading">Introducing EMF</h4>
<p>
Learn about how to add inductive loads, such as DC motors, servo motors, or stepper motors to your projects and how to use functions from Arduino libraries.<br><br><br>
<a href="mdwiki.html#!motors.md" class="btn btn-primary pull-right">Learn More!</a>
</p>
</div>
</div>
</div>
</div>
</div><!-- end of col 4 -->
<div class="col-md-4">
<div class="panel panel-primary">
<div class="panel-heading">
<h3 class="panel-title">Chapter 5: Integrated Circuits</h3>
</div>
<div class="panel-body">
<div class="media">
<a class="pull-left" href="#">
<img class="media-object" src="img/hbridge.png" alt="Image of an IC">
</a>
<div class="media-body">
<h4 class="media-heading">Introducing The H-Bridge</h4>
<p>
Integrated circuits have revolutionised computing. While the ATMega contians thousands of minaturised components we'll start by looking something simpler - the H Bridge motor controller. <br><br>
<a href="mdwiki.html#!hbridge.md" class="btn btn-primary pull-right">Learn More!</a>
</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="panel panel-warning">
<div class="panel-heading">
<h3 class="panel-title">NEW MATERIAL: Arduino Simulations</h3>
</div>
<div class="panel-body">
<div class="media">
<a class="pull-left" href="#">
<span class="fa fa-stack fa-3x">
<i class="fa fa-stack-2x fa-circle text-warning"></i>
<i class="fa fa-stack-1x fa-laptop fa-inverse"></i>
</span>
</a>
<div class="media-body">
<h4 class="media-heading">Simulating with circuits.io</h4>
<p>
It turns out that now you don't even need to buy an Arduino to learn how to use an Arduino (though it does kind of defeat the purpose of "physical" computing) <br><br>
<a href="foo.html" class="btn btn-warning pull-right" target="_blank">Let's Go!</a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="//code.jquery.com/jquery.js"></script>
<script src="//netdna.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
</div> <!-- container -->
</body>
</html>