-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (30 loc) · 1.5 KB
/
index.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
37
<!DOCTYPE html>
<html lang="en">
<head>
<title>Cobs and Robbers Camp</title>
<link rel="stylesheet" href="css/flier.css">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="A Boys Brigade and ICONZ camp for boys aged 8 to 10 in Canterbury! This years theme is Cops and Robbers! Hosted at Waipara Adveture Center">
<meta name="author" content="Toby Strange (StrangeOne101)">
</head>
<body>
<h3 id="header">BOYS' BRIGADE AND ICONZ PRESENTS</h3>
<img id="title" src="img/title.png" alt="Cops and Robbers Camp"/>
<h2>16 - 18 AUGUST 2019</h2>
<h3 style="">Registrations open soon!</h3>
<h4>TEAM SECTION AND ICONZ ADVENTURE</h4>
<div id="footer" class="bottom-container">
<div class="bottom">
<div id="logos">
<a href="http://site.bb.org.nz/"><img src="img/logo-bb.png" alt="Boys Brigade Logo"/></a>
<a href="http://www.briscoes.co.nz/"><img src="img/logo-morgan-and-morgan2.png" alt="Morgan and Morgan Logo"/></a>
<a href=""><img src="img/logo-police-dp.png" alt="Police Department Logo"/></a>
<a href="https://www.blacklightgroup.co.nz/"><img src="img/logo-blacklight2.png" alt="Blacklight Logo"/></a>
<a href="http://site.iconz.org.nz/"><img src="img/logo-iconz.png" alt="ICONZ Logo"/></a>
</div>
</div>
</div>
</body>
</html>