-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (37 loc) · 1.58 KB
/
index.html
File metadata and controls
40 lines (37 loc) · 1.58 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
<DOCTYPE! html>
<html>
<head>
<title>Croydon Central Library Code Club</title>
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg">
<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>Come to Code Club</h2>
<p>Do you have a favourite computer game? Would you like to learn how to make your own?</p>
<p>At our Code Club, you can learn how to make cool games, animations, and websites too!</p>
<p>Our club takes place on Saturday mornings between 10.00am and 11.00am in the Children's library in Croydon Central Library.</p>
<p><a href="join.html">Click here to join</a>.</p>
</article>
</section>
<footer></footer>
</body>
</html>