Skip to content

Commit

Permalink
moonhack
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsinnett committed Jul 12, 2024
1 parent a8e1b8b commit ddc00be
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 1 deletion.
54 changes: 54 additions & 0 deletions Newsletters/20240713.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
<DOCTYPE! html>
<html>

<head>
<title>
Croydon Central Library Code Club
</title>
<link rel="stylesheet" type="text/css" href="../style.css">
</head>

<body>
<header>
<h1>
Croydon Central Library Code Club
</h1>
</header>
<section>
<nav>
<ul>
<li><a href="../index.html">Home</a></li>
<li><a href="https://codeclub.org/en">HQ</a></li>
<li><a href="https://projects.raspberrypi.org/en/codeclub">Projects</a></li>
<li><a href="../about.html">About</a></li>
<li><a href="../join.html">Join</a></li>
<li><a href="../gallery.html">Gallery</a></li>
<li><a href="../challenges.html">Challenges</a></li>
<li><a href="../newsletters.html">Newsletters</a></li>
</ul>
</nav>
<article>
<h2>Good morning code club</h2>
<h3>Moonhack</h3>
<p>Moonhack gets kids together to learn how to code. Moonhack 2024 will run for 2 weeks, with project submissions open for a further 4 weeks after that. Registrations will open in September.</p>
<div class="center-figure">
<figure>
<img src="https://moonhack.com/wp-content/uploads/2023/07/Copy-of-081_DSC_16151-1.png" alt="Moonhack" />
<figcaption><em><a href="https://moonhack.com/">Moonhack</a></em></figcaption>
</figure>
</div>
<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>
<h3>Tell your friends</h3>
<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>
<h3>Suggest a challenge</h3>
<p>If you have an idea for a theme, send your suggestion to the email link below.</p>
<h3>Submissions</h3>
<p>Be sure to get your entry in by Thursday and I will include your work in our next newsletter.
Send your first name, age, and project link to <a
href="mailto:[email protected]">[email protected]</a>.</p>
</article>
</section>
<footer></footer>
</body>

</html>
3 changes: 2 additions & 1 deletion newsletters.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ <h1>Croydon Central Library Code Club</h1>
<h2>Newsletters</h2>
<p>Each week we set coding challenges for our club members. Here are our previous newsletters:</p>
<ul>
<li><a href="Newsletters/20240713.html">13/07/2024</a></li>
<li><a href="Newsletters/20240706.html">06/07/2024</a></li>
<li><a href="Newsletters/20240629.html">29/06/2024</a></li>
<li><a href="Newsletters/20240622.html">22/06/2024</a></li>
Expand Down Expand Up @@ -107,5 +108,5 @@ <h2>Newsletters</h2>
</body>



</html>

0 comments on commit ddc00be

Please sign in to comment.