-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathchallenges.html
More file actions
43 lines (40 loc) · 2.09 KB
/
challenges.html
File metadata and controls
43 lines (40 loc) · 2.09 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
43
<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>Weekly code challenges</h2>
<p>Each week we set coding challenges for our club members. Click on <a href="newsletters.html">Newsletters</a> to see our current challenge.</p>
<h2>What can I use?</h2>
<p>You can complete these challenges using Scratch, HTML, Python, or other programming language as long as you are able to share your results with us.</p>
<h2>When is the deadline?</h2>
<p>You must submit your entry by the following Thursday</p>
<h2>How do I submit?</h2>
<p>Please get a parent to send your first name, age, and project link to <a href="mailto:paul.sinnett@gmail.com">paul.sinnett@gmail.com</a></p>
<p>If you are using Scratch, make sure you have shared your project and then send us the link.</p>
<p>If you are using HTML or Python with Trinket, publish your page and send us the link.</p>
<p>If you are using another language or system, you will need to find your own way to share your code with us.</p>
</article>
</section>
<footer></footer>
</body>
</html>