Skip to content

Commit 820a767

Browse files
committed
welcome back
1 parent 8958fe3 commit 820a767

File tree

6 files changed

+78
-0
lines changed

6 files changed

+78
-0
lines changed

Gallery/Online/Freddy3.png

305 KB
Loading

Gallery/Online/Haroon3.png

12 KB
Loading

Gallery/Online/Yusuf7.png

10.4 KB
Loading

Gallery/Online/Yusuf8.png

10.3 KB
Loading

Newsletters/20240810.html

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
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>Welcome back code club</h2>
32+
<p>Code club returns at the usual time from 10 am to 11 am on Saturday mornings in the children&apos;s library tomorrow. We hope you all had a relaxing summer break. Now it&apos;s time to get back to some serious coding.</p>
33+
<h3>What you have made</h3>
34+
<p>Here are some projects you have made since our last club.</p>
35+
<p>Haroon started a new game: <a href="https://scratch.mit.edu/projects/1050084598">garden run</a></p>
36+
<div class="center-figure">
37+
<figure>
38+
<img src="../Gallery/Online/Haroon3.png" alt="garden run" />
39+
<figcaption><em><a href="https://scratch.mit.edu/projects/1050084598/">garden run</a></em> by Haroon, 10</figcaption>
40+
</figure>
41+
</div>
42+
<p>Freddy made: <a href="https://scratch.mit.edu/projects/1048497970">crystal clicker</a></p>
43+
<div class="center-figure">
44+
<figure>
45+
<img src="../Gallery/Online/Freddy3.png" alt="crystal clicker" />
46+
<figcaption><em><a href="https://scratch.mit.edu/projects/1048497970/">crystal clicker</a></em> by Freddy, 9</figcaption>
47+
</figure>
48+
</div>
49+
<p>And Yusuf made: <a href="https://scratch.mit.edu/projects/1048943664">Game Over Clicker</a></p>
50+
<div class="center-figure">
51+
<figure>
52+
<img src="../Gallery/Online/Yusuf7.png" alt="Game Over Clicker" />
53+
<figcaption><em><a href="https://scratch.mit.edu/projects/1048943664/">Game Over Clicker</a></em> by Yusuf, 11</figcaption>
54+
</figure>
55+
</div>
56+
<p>And started: <a href="https://scratch.mit.edu/projects/1051020861">DRIVE, DRIVE, DRIVE!!</a></p>
57+
<div class="center-figure">
58+
<figure>
59+
<img src="../Gallery/Online/Yusuf8.png" alt="DRIVE, DRIVE, DRIVE!!" />
60+
<figcaption><em><a href="https://scratch.mit.edu/projects/1051020861/">DRIVE, DRIVE, DRIVE!!</a></em> by Yusuf, 11</figcaption>
61+
</figure>
62+
</div>
63+
<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>
64+
<h3>Tell your friends</h3>
65+
<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>
66+
<h3>Suggest a challenge</h3>
67+
<p>If you have an idea for a theme, send your suggestion to the email link below.</p>
68+
<h3>Submissions</h3>
69+
<p>Be sure to get your entry in by Thursday and I will include your work in our next newsletter.
70+
Send your first name, age, and project link to <a
71+
href="mailto:[email protected]">[email protected]</a>.</p>
72+
</article>
73+
</section>
74+
<footer></footer>
75+
</body>
76+
77+
</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/20240810.html">10/08/2024</a></li>
2829
<li><a href="Newsletters/20240720.html">20/07/2024</a></li>
2930
<li><a href="Newsletters/20240713.html">13/07/2024</a></li>
3031
<li><a href="Newsletters/20240706.html">06/07/2024</a></li>

0 commit comments

Comments
 (0)