-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (46 loc) · 1.73 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
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title>Computer Science Camp</title>
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="styles.css">
<script src="processing.js"></script>
</head>
<body>
<header>
<h1>Computer Science Camp</h1>
<h3>Java, Processing, GitHub and Arduinos</h3>
</header>
<section id="content">
<canvas id="RotatingEllipse/RotatingEllipse" data-processing-sources="RotatingEllipse/RotatingEllipse.pde">
</canvas>
<h3>Day One</h3>
<ul>
<li><a href="CSCamp.pptx">Powerpoint</a></li>
<li><a href="https://github.com/CSCamp/OlympicRings">Olympic Rings</a></li>
<li><a href="https://github.com/CSCamp/Penguin">Penguin</a></li>
<li><a href="https://github.com/CSCamp/Animation">Animation</a></li></ul>
<h3>Day Two</h3>
<ul>
<li><a href="https://github.com/CSCamp/UserInput">User Input</a></li>
<li><a href="https://github.com/CSCamp/TicklishPenguin">Ticklish Penguin</a></li>
<li><a href="https://github.com/CSCamp/EtchASketch">Etch A Sketch</a></li>
<li><a href="https://github.com/CSCamp/Tron">Tron</a></li>
</ul>
<h3>Day Three</h3><ul>
<li>Arduinos:</li>
<ul><li>Blinking LED</li>
<li>SOS LED pattern using functions and loops</li>
<li>Servo</li>
<li>High 5 Robotic arm</li></ul></ul>
<h3>Day Four</h3><ul>
<li><a href="http://www.roguemaking.com/">Rogue Making!</a></li></ul>
</section>
<footer>
<a href="mailto:[email protected]">Art Simon</a><br>
Computer Science and Robotics instructor<br>
Lowell High School <br>
San Francisco, CA
</footer>
</body>
</html>