-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathscratch.html
35 lines (32 loc) · 1.56 KB
/
scratch.html
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
<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://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>Get Your Scratch Account</h2>
<p>If you donʼt yet have a Scratch account you can get one by <a href="https://scratch.mit.edu/join">clicking this link.</a> Once you have filled out the details, it will ask you to confirm you email address, which you will need to do before you can share any projects.</p>
<p>Hereʼs a quick video showing how to do it:</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/gk_IsztkiwU" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</article>
</section>
<footer></footer>
</body>
</html>