-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
20 lines (19 loc) · 1.3 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
<head>
<title>Coding Brum</title>
<link rel="stylesheet" type="text/css" href="styles.css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans|Roboto+Condensed' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="bodyText">
<h1>Coding Brum</h1>
<h2>About Us</h2>
<p>Coding Brum is a coding club for young people under 18, which takes place in the public space at the BBC in the Mailbox in Birmingham city centre on the last Saturday of most months.</p>
<p>We cater for coders of all abilities from beginners to experts, and we welcome anybody who wishes to learn how to code to come along!</p>
<p>Coding Brum is free for all to attend, however participants will have to bring their own hardware or software which they wish to use.</p>
<p>If you want to come along to Coding Brum, please email us at <a href="mailto:[email protected]" alt="Email Coding Brum">[email protected]</a> so we can provide enough power and chairs.</p>
<h2>Social Media</h2>
<a href="https://github.com/jimjohnsonrollings/codingbrum" target="_blank"><img src="Octocat.png" class="socialMedia" alt="CodingBrum website on GitHub"></a>
<a href= "https://twitter.com/codingbrum" target="_blank"><img src="twitter.png" class="socialMedia" alt="CodingBrum Twitter account"></a>
</div>
</html>