-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathabout.html
More file actions
34 lines (34 loc) · 1.6 KB
/
about.html
File metadata and controls
34 lines (34 loc) · 1.6 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
<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>About Us</h2>
<p>Code clubs are targeted at children between the ages of 9 and 13 and run by teachers and volunteers. Our club runs from 10.00am to 11.00am on Saturday mornings at Croydon Central library in the childrenʼs library section.</p>
<h2>What happens at our club?</h2>
<p>At club sessions, young people follow the project guides specially created by Code Club. Our organisers provide support to help young people progress through the projects, to create games, animations, and web pages using Scratch, Python, or HTML/CSS.</p>
</article>
</section>
<footer></footer>
</body>
</html>
z