-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (47 loc) · 1.43 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
<html>
<head>
<base target="_blank" />
<link rel="stylesheet" type="text/css" href="/style.css">
<link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'>
<title>SDMS Hour of Code</title>
</head>
<body>
<div id="header">
<h1>SDMS Hour of Code</h1>
CSEdWeek 2014
</div>
<div class="content">
Start here:<br>
<div class="button" id="angrybirds">
<a href="http://studio.code.org/hoc/1">Angry Birds</a>
</div>
<div class="button" id="frozen">
<a href="http://studio.code.org/s/frozen/stage/1/puzzle/1">Frozen</a>
</div>
<div class="button" id="lightbot">
<a href="http://lightbot.com/hocflash2014.html">Light Bot</a>
</div>
</div>
<div class="content">
Explore More:<br>
<div class="button" id="codecademy">
<a href="http://www.codecademy.com/courses/hour-of-code/0/1">Codecademy</a>
</div>
<div class="button" id="holiday">
<a href="https://holidays.madewithcode.com/project/lights">Holiday</a>
</div>
<div class="button" id="website">
<a href="http://www.codecademy.com/skills/make-a-website">Website</a>
</div>
<div class="button" id="sphero">
<a href="/sphero.html">Sphero</a>
</div>
<div class="button" id="hopscotch">
<a href="/hopscotch.html">Hopscotch</a>
</div>
<div class="button" id="flappybird">
<a href="http://hoc.makeschool.com/build-flappy-bird-in-your-browser/">Flappy Bird</a>
</div>
</div>
</body>
</html>