Skip to content

Commit 8958fe3

Browse files
committed
holiday
1 parent f7ff3e7 commit 8958fe3

File tree

4 files changed

+61
-0
lines changed

4 files changed

+61
-0
lines changed

Gallery/Online/Haroon2.png

89.2 KB
Loading

Gallery/Pong/Freddy.png

139 KB
Loading

Newsletters/20240720.html

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
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+
<p>Freddy made a new game: <a href="https://scratch.mit.edu/projects/1046941552">food pong</a></p>
33+
<div class="center-figure">
34+
<figure>
35+
<img src="../Gallery/Pong/Freddy.png" alt="food pong" />
36+
<figcaption><em><a href="https://scratch.mit.edu/projects/1046941552/">food pong</a></em> by Freddy, 9</figcaption>
37+
</figure>
38+
</div>
39+
<p>And Haroon has made: <a href="https://scratch.mit.edu/projects/1047629406">The Amazing and incredible Big anouncement</p>
40+
<div class="center-figure">
41+
<figure>
42+
<img src="../Gallery/Online/Haroon2.png" alt="The Amazing and incredible Big anouncement" />
43+
<figcaption><em><a href="https://scratch.mit.edu/projects/1047629406">The Amazing and incredible Big anouncement</a></em> by Haroon, 10</figcaption>
44+
</figure>
45+
</div>
46+
<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>
47+
<h3>Tell your friends</h3>
48+
<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>
49+
<h3>Suggest a challenge</h3>
50+
<p>If you have an idea for a theme, send your suggestion to the email link below.</p>
51+
<h3>Submissions</h3>
52+
<p>Be sure to get your entry in by Thursday and I will include your work in our next newsletter.
53+
Send your first name, age, and project link to <a
54+
href="mailto:[email protected]">[email protected]</a>.</p>
55+
</article>
56+
</section>
57+
<footer></footer>
58+
</body>
59+
60+
</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/20240720.html">20/07/2024</a></li>
2829
<li><a href="Newsletters/20240713.html">13/07/2024</a></li>
2930
<li><a href="Newsletters/20240706.html">06/07/2024</a></li>
3031
<li><a href="Newsletters/20240629.html">29/06/2024</a></li>

0 commit comments

Comments
 (0)