-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
70 lines (63 loc) · 3.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<section id="web">
<h1>HTML/CSS Projects</h1>
<p>
<a href="Ireland-website">Website about Ireland</a>
– created using <a href="http://kata.coderdojo.com/wiki/Beginner_HTML_%26_CSS_Sushi">these Sushi Cards</a>
</p>
<p>
<a href="https://dillons32chpchallenge.github.io/progress/index.html">Website made by a CoderDojo Ninja</a>
</p>
<p>
<a href="HTML-Tito-Website">Tito's website</a>
– created using <a href="http://kata.coderdojo.com/wiki/Intermediate_HTML_CSS_Sushi">these Sushi Cards</a>
</p>
<p>
<a href="HTML-Ireland-website-advanced">Fancier website about Ireland</a>
– created using <a href="http://kata.coderdojo.com/wiki/Advanced_HTML_CSS_Sushi">these Sushi Cards</a>
</p>
<h1>JavaScript Projects</h1>
<p>
<a href="JS-music-player">Simple music player for a website</a>
– created using <a href="http://kata.coderdojo.com/wiki/Beginner_JavaScript_Sushi">these Sushi Cards</a>
</p>
<p>
<a href="JS-to-do-list">Interactive to-do list</a>
– created using <a href="http://kata.coderdojo.com/wiki/Intermediate_JavaScript_Sushi">these Sushi Cards</a>
</p>
<p>
<a href="JS-pokedex">A searchable index of the popular monsters!</a>
– created using <a href="http://kata.coderdojo.com/wiki/Advanced_JavaScript_Sushi">these Sushi Cards</a>
</p>
</section>
<section id="python">
<h1>Python Projects</h1>
<h2>Number Guessing Game</h2>
<iframe src="https://trinket.io/embed/python/9e104001e7?outputOnly=true&start=result"
width="600px" height="400px" frameborder="0" marginwidth="0" marginheight="0" allowfullscreen></iframe>
<p>Learn how to code this game yourself in the <a href="http://kata.coderdojo.com/wiki/Beginner_Python">Beginner Python Sushi Cards</a>. No previous programming experience required!</p>
<h2>Monster Generator</h2>
<iframe src="https://trinket.io/embed/python/cc711fc17c?outputOnly=true&start=result"
width="600px" height="400px" frameborder="0" marginwidth="0" marginheight="0" allowfullscreen></iframe>
</section>
<section id="scratch">
<h1>Scratch Projects</h1>
<h2>Shark game</h2>
<iframe allowtransparency="true" width="485" height="402"
src="//scratch.mit.edu/projects/embed/205355052/?autostart=false" frameborder="0" allowfullscreen></iframe>
<p>Learn how to make the shark game <a href="http://kata.coderdojo.com/wiki/Beginner_Scratch">here</a></p>
<h2>Drawing patterns</h2>
<iframe allowtransparency="true" width="485" height="402"
src="//scratch.mit.edu/projects/embed/205355399/?autostart=false" frameborder="0" allowfullscreen></iframe>
<p>Learn how to create patterns like these <a href="http://kata.coderdojo.com/wiki/Intermediate_Scratch">here</a></p>
<h2>Platformer game</h2>
<iframe allowtransparency="true" width="485" height="402"
src="https://scratch.mit.edu/projects/embed/147653659/?autostart=false" frameborder="0" allowfullscreen></iframe>
<p>Create your own version of this game by following <a href="http://kata.coderdojo.com/wiki/Advanced_Scratch">this resource</a></p>
</section>
</body>
</html>