-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path01lights_slides.html
88 lines (87 loc) · 3.36 KB
/
01lights_slides.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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="generator" content="pandoc" />
<title></title>
<style type="text/css">code{white-space: pre;}</style>
<link rel="stylesheet" type="text/css" media="screen, projection, print"
href="http://www.w3.org/Talks/Tools/Slidy2/styles/slidy.css" />
<script src="http://www.w3.org/Talks/Tools/Slidy2/scripts/slidy.js"
charset="utf-8" type="text/javascript"></script>
</head>
<body>
<div class="slide cover">
<img src="img/cover.jpg"
alt="Cover page images (stars)" class="cover" width="100%"/>
<br clear="all" />
<h1>Introduction to Arduino: Let There Be Lights</h1>
<p><a href="http://domhnallohanlon.github.io">Domhnall O'Hanlon,</a>
<a href="mailto:[email protected]">Email Me</a></p>
</div>
<div id="lecture-1-let-there-be-lights" class="slide section level3">
<h1>Lecture 1: Let There Be Lights</h1>
<div class="figure">
<img src="img/uno.svg" title="Arduino Uno" alt="Arduino Uno" />
<p class="caption">Arduino Uno</p>
</div>
</div>
<div id="plan-of-action" class="slide section level3">
<h1>Plan of Action</h1>
<ul class="incremental">
<li>Origin and History of Arduino</li>
<li>Getting Acquainted with the IDE</li>
<li>"Hello World" sketch</li>
<li>Traffic Lights</li>
</ul>
</div>
<div id="development-of-the-arduino" class="slide section level3">
<h1>Development of the Arduino</h1>
<p>Irevea, Design-centric approach to creating interactive projects</p>
</div>
<div id="arduino-philosophy" class="slide section level3">
<h1>Arduino Philosophy</h1>
<table>
<tr>
<td>
<img src="img/opensource_logo.svg" alt="OSI Logo" width="40%">
</td>
<td>
<img src="img/oshw_logo.svg" alt="OSHW Logo" width="40%">
</td>
</tr>
</table>
</div>
<div id="two-pictures" class="slide section level3">
<h1>Two Pictures</h1>
<object data="img/opensource_logo.svg" type="image/svg+xml" width="40%" title="OSI logo">
</object>
<object data="img/oshw_logo.svg" type="image/svg+xml" width="40%" title="OSHW logo">
</object>
</div>
<div id="bs3-cols" class="slide section level3">
<h1>BS3 Cols</h1>
<div class="container">
<div class="col-md-6">
<p><img src="img/opensource_logo.svg" alt="OSI Logo"></p>
</div>
<div class="col-md-6">
<p><img src="img/oshw_logo.svg" alt="OSHW Logo"></p>
</div>
</div>
</div>
<div id="some-text" class="slide section level3">
<h1>Some Text</h1>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Praesentium voluptates, non officiis. Sed, ratione maxime. Explicabo nam, aut sit atque labore fugit. Eius quos laborum distinctio voluptatem doloremque aliquid at.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt repudiandae earum atque cum, temporibus ullam, a aliquam vel minima ratione quis nostrum rem, enim architecto, dolorem neque. Tenetur repellat, cum.</p>
</div>
<div id="where-to" class="slide section level3">
<h1>Where to?</h1>
<p><a href="https://domhnallohanlon.github.io" class="btn btn-lg btn-primary"> Domhnall's Projects</a></p>
<p><a href="https://domhnallohanlon.github.io/arduinonotes" class="btn btn-lg btn-primary"> Arduino Resources</a></p>
</div>
</body>
</html>