-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathjoin.html
More file actions
42 lines (39 loc) · 2.22 KB
/
join.html
File metadata and controls
42 lines (39 loc) · 2.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<DOCTYPE! html>
<html>
<head>
<title>Join 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>Join</h2>
<p>To join send an email to: <a href="mailto:paul.sinnett@gmail.com">paul.sinnett@gmail.com</a></p>
<h3>Suitability</h3>
<p>Our Code Club is targeted at children between the ages of 9 and 13. If your children are younger or older, they are welcome to join, but our project materials might not be as engaging to younger or older children.</p>
<h3>Weekly newsletters</h3>
<p>Once you have joined our club, you will receive a weekly newsletter every Saturday morning. This newsletter will contain the weekly challenge and showcase club member projects from the previous week. <a href="newsletters.html">Click here to see our earlier newsletters.</a></p>
<h3>Scratch and Trinket</h3>
<p>To join in the coding challenges, each child will need an <a href="scratch.html">account for programming in Scratch</a> and / or a <a href="trinket.html">Trinket account</a> for programming in HTML or Python.</p>
<h3>Live sessions</h3>
<p>We normally run our club on Saturdays from 10.00am to 11.00am at Croydon Central library in the childrenʼs library section.</p>
</article>
</section>
<footer></footer>
</body>
</html>