Skip to content

Commit f90cde9

Browse files
committed
2025
1 parent b627310 commit f90cde9

File tree

2 files changed

+90
-0
lines changed

2 files changed

+90
-0
lines changed

Newsletters/20240104.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>Happy New Year code club</h2>
32+
<p>What will you be making in 2025?</p>
33+
<h3>What you have made over the Christmas break</h3>
34+
<p>Yusuf, Christiana, and Haroon have been so busy they made too many games and projects to feature. Here is a big list:</p>
35+
<ul>
36+
<li><a href="https://scratch.mit.edu/projects/1110659841/">Flappy Chicks (Winter Update)</a></li>
37+
<li><a href="https://scratch.mit.edu/projects/1115718545/">Cat cat</a></li>
38+
<li><a href="https://scratch.mit.edu/projects/1107456559/">The end of the world</a></li>
39+
<li><a href="https://scratch.mit.edu/projects/1067856370/">ping pong</a></li>
40+
<li><a href="https://scratch.mit.edu/projects/1094183996/">Google Translate</a></li>
41+
<li><a href="https://scratch.mit.edu/projects/1101161836/">click the buttons</a></li>
42+
<li><a href="https://scratch.mit.edu/projects/1094122189/">my little town</a></li>
43+
<li><a href="https://scratch.mit.edu/projects/1090490037/">cat training</a></li>
44+
<li><a href="https://scratch.mit.edu/projects/1094039458/">windows</a></li>
45+
<li><a href="https://scratch.mit.edu/projects/1068064968/">space</a></li>
46+
<li><a href="https://scratch.mit.edu/projects/1090482405/">baseball game</a></li>
47+
<li><a href="https://scratch.mit.edu/projects/1071040382/">music show</a></li>
48+
<li><a href="https://scratch.mit.edu/projects/1067871150/">flying cat</a></li>
49+
<li><a href="https://scratch.mit.edu/projects/1080462270/">stuck in the brick wall</a></li>
50+
<li><a href="https://scratch.mit.edu/projects/1071043546/">a day in a life</a></li>
51+
<li><a href="https://scratch.mit.edu/projects/1070949599/">basket ball</a></li>
52+
<li><a href="https://scratch.mit.edu/projects/1067849671/">song by robot</a></li>
53+
<li><a href="https://scratch.mit.edu/projects/1030658558/">Catch the bus remix</a></li>
54+
<li><a href="https://scratch.mit.edu/projects/1115760713/">cat on toilet</a></li>
55+
<li><a href="https://scratch.mit.edu/projects/1110671016/">FLAPPY EARTH</a></li>
56+
<li><a href="https://scratch.mit.edu/projects/1110478934/">GOPP Header Redesignes</a></li>
57+
<li><a href="https://scratch.mit.edu/projects/1111472389/">Epic Wubbox on Fearie Island</a></li>
58+
<li><a href="https://scratch.mit.edu/projects/1111963718/">I did it!</a></li>
59+
<li><a href="https://scratch.mit.edu/projects/1112025340/">Some Wublins on fanmade island</a></li>
60+
<li><a href="https://scratch.mit.edu/projects/1113152481/">For secrets of the Garden / spiderbus13</a></li>
61+
<li><a href="https://scratch.mit.edu/projects/1113890466/">Done!! (voiced)</a></li>
62+
<li><a href="https://scratch.mit.edu/projects/1115391180/">Today i just want to Show you this my singing monsters fan island I designed remix</a></li>
63+
</ul>
64+
<p>Play them all! Leave a like and comment!</p>
65+
<h3>Scratch with AI</h3>
66+
<p>We&apos;ve been invited to try out <a href="https://stax.fun/">Stax</a>, an AI powered version of Scratch.</p>
67+
<div class="center-figure">
68+
<figure>
69+
<img src="https://stax.fun/static/assets/scratchgpt_logo.cfad6fa769835955a592.png" alt="Stax" />
70+
<figcaption><em><a href="https://stax.fun/">Stax</a></em></figcaption>
71+
</figure>
72+
</div>
73+
<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>
74+
<h3>Tell your friends</h3>
75+
<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>
76+
<h3>Suggest a challenge</h3>
77+
<p>If you have an idea for a theme, send your suggestion to the email link below.</p>
78+
<h3>Submissions</h3>
79+
<p>Be sure to get your entry in by Thursday and I will include your work in our next newsletter.
80+
Send your first name, age, and project link to <a
81+
href="mailto:[email protected]">[email protected]</a>.</p>
82+
<h3>Unsubscribe</h3>
83+
<p>If you no longer wish to receive these newsletters, please send me an email and I will remove you from my list.</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/20240104.html">04/01/2025</a></li>
2829
<li><a href="Newsletters/20241214.html">14/12/2024</a></li>
2930
<li><a href="Newsletters/20241207.html">07/12/2024</a></li>
3031
<li><a href="Newsletters/20241130.html">30/11/2024</a></li>

0 commit comments

Comments
 (0)