-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtrinket.html
36 lines (33 loc) · 1.49 KB
/
trinket.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
36
<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>Get Your Trinket Account</h2>
<p>If you donʼt yet have a Trinket account you can get one by <a href="https://trinket.io/sign-up">clicking this link.</a></p>
<p>Hereʼs a quick video showing how to do it:</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/GWrVb1qFnts" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</article>
</section>
<footer></footer>
</body>
</html>