Skip to content

Commit 1e75b2e

Browse files
committed
new tutorial
1 parent 9ac311b commit 1e75b2e

File tree

7 files changed

+90
-0
lines changed

7 files changed

+90
-0
lines changed

Gallery/Online/Anu7.png

155 KB
Loading

Gallery/Online/Azaan12.png

19.6 KB
Loading

Gallery/Online/Haroon7.png

30.8 KB
Loading

Gallery/Online/Yusuf12.png

14.3 KB
Loading

Gallery/Online/Yusuf13.png

39.3 KB
Loading

Newsletters/20241012.html

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
<DOCTYPE! html>
2+
<html>
3+
4+
<head>
5+
<title>
6+
Croydon Central Library Code Club
7+
</title>
8+
<link rel="stylesheet" type="text/css" href="../style.css">
9+
</head>
10+
11+
<body>
12+
<header>
13+
<h1>
14+
Croydon Central Library Code Club
15+
</h1>
16+
</header>
17+
<section>
18+
<nav>
19+
<ul>
20+
<li><a href="../index.html">Home</a></li>
21+
<li><a href="https://codeclub.org/en">HQ</a></li>
22+
<li><a href="https://projects.raspberrypi.org/en/codeclub">Projects</a></li>
23+
<li><a href="../about.html">About</a></li>
24+
<li><a href="../join.html">Join</a></li>
25+
<li><a href="../gallery.html">Gallery</a></li>
26+
<li><a href="../challenges.html">Challenges</a></li>
27+
<li><a href="../newsletters.html">Newsletters</a></li>
28+
</ul>
29+
</nav>
30+
<article>
31+
<h2>Good morning code club</h2>
32+
<h3>New tutorial</h3>
33+
<p>Zinnea has made the third part of her platform game tutorial: <a href="https://youtu.be/ieaVbcfmUgs">How to Make a Wall-Jumping Platformer with Lava</a>. The previous parts are <a href="https://youtu.be/LTzgUCmgNHE">here</a> and <a href="https://youtu.be/IbhLyRRH-4Q">here</a>.</p>
34+
<div class="center-figure">
35+
<figure>
36+
<iframe width="560" height="315" src="https://www.youtube.com/embed/ieaVbcfmUgs" title="How to Make a Wall-Jumping Platformer with Lava" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
37+
</figure>
38+
</div>
39+
<h3>What you have made</h3>
40+
<p>Azaan has made a snake game: <a href="https://scratch.mit.edu/projects/1075980004">Snake game (Scratch version)</a>.</p>
41+
<div class="center-figure">
42+
<figure>
43+
<img src="../Gallery/Online/Azaan12.png" alt="Snake game (Scratch version)" />
44+
<figcaption><em><a href="https://scratch.mit.edu/projects/1075980004">Snake game (Scratch version)</a></em> by Azaan, 10</figcaption>
45+
</figure>
46+
</div>
47+
<p>Haroon made a new Camp of Lonlon project: <a href="https://scratch.mit.edu/projects/1076958005/">Camp of Lonlon 2 leaked</a>.</p>
48+
<div class="center-figure">
49+
<figure>
50+
<img src="../Gallery/Online/Haroon7.png" alt="Camp of Lonlon 2 leaked" />
51+
<figcaption><em><a href="https://scratch.mit.edu/projects/1076958005/">Camp of Lonlon 2 leaked</a></em> by Haroon, 10</figcaption>
52+
</figure>
53+
</div>
54+
<p>Anu made a game: <a href="https://scratch.mit.edu/projects/1077199517/">catch the apple</a>.</p>
55+
<div class="center-figure">
56+
<figure>
57+
<img src="../Gallery/Online/Anu7.png" alt="catch the apple" />
58+
<figcaption><em><a href="https://scratch.mit.edu/projects/1077199517/">catch the apple</a></em> by Anu, 10</figcaption>
59+
</figure>
60+
</div>
61+
<p>And Yusuf remixed a project: <a href="https://scratch.mit.edu/projects/1077460440/">add yourself having no shame remix yusufone</a>.</p>
62+
<div class="center-figure">
63+
<figure>
64+
<img src="../Gallery/Online/Yusuf12.png" alt="add yourself having no shame remix yusufone" />
65+
<figcaption><em><a href="https://scratch.mit.edu/projects/1077460440/">add yourself having no shame remix yusufone</a></em> by Yusuf, 11</figcaption>
66+
</figure>
67+
</div>
68+
<p>And started a new game: <a href="https://scratch.mit.edu/projects/1077534996/">CLASH! demo</a>.</p>
69+
<div class="center-figure">
70+
<figure>
71+
<img src="../Gallery/Online/Yusuf13.png" alt="CLASH! demo" />
72+
<figcaption><em><a href="https://scratch.mit.edu/projects/1077534996/">CLASH! demo</a></em> by Yusuf, 11</figcaption>
73+
</figure>
74+
</div>
75+
<p>Have you made us a project? If you want us to feature your projects in our newsletter, press the share button and send the project url to us by email at the address below.</p>
76+
<h3>Tell your friends</h3>
77+
<p>If you have friends you think might like to join our club, get them to ask their parents to email us and we will sign them up!</p>
78+
<h3>Suggest a challenge</h3>
79+
<p>If you have an idea for a theme, send your suggestion to the email link below.</p>
80+
<h3>Submissions</h3>
81+
<p>Be sure to get your entry in by Thursday and I will include your work in our next newsletter.
82+
Send your first name, age, and project link to <a
83+
href="mailto:[email protected]">[email protected]</a>.</p>
84+
</article>
85+
</section>
86+
<footer></footer>
87+
</body>
88+
89+
</html>

newsletters.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ <h1>Croydon Central Library Code Club</h1>
2525
<h2>Newsletters</h2>
2626
<p>Each week we set coding challenges for our club members. Here are our previous newsletters:</p>
2727
<ul>
28+
<li><a href="Newsletters/20241012.html">12/10/2024</a></li>
2829
<li><a href="Newsletters/20241005.html">05/10/2024</a></li>
2930
<li><a href="Newsletters/20240928.html">28/09/2024</a></li>
3031
<li><a href="Newsletters/20240921.html">21/09/2024</a></li>

0 commit comments

Comments
 (0)