-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdiscord.html
More file actions
40 lines (37 loc) · 1.99 KB
/
discord.html
File metadata and controls
40 lines (37 loc) · 1.99 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="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 Discord Account</h2>
<p>If you donʼt yet have a Discord account you can get one by <a href="https://discordapp.com/register">clicking this link.</a></p>
<p>After registering you will need to verify your email address.</p>
<p>You can use Discord by either <a href="http://discordapp.com/app">opening it in your browser</a>, or <a href="https://discordapp.com/download">downloading the client software</a> for your computer.</p>
<p>Once you have an account you can join our Discord server by clicking on the link in the newsletter that we send out every Saturday morning.</p>
<h3>Register with Discord</h3>
<p>Hereʼs a quick video showing how to do it:</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/yp0RMrrpIww" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</article>
</section>
<footer></footer>
</body>
</html>