-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbeavers.html
More file actions
168 lines (151 loc) · 8.22 KB
/
beavers.html
File metadata and controls
168 lines (151 loc) · 8.22 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
<!DOCTYPE html>
<!-- Developed For Long Eaton Scout District -->
<!-- By Matthew Micklewright -->
<!-- Last Updated January 2020 -->
<html lang="en-GB">
<head>
<link href="https://fonts.googleapis.com/css?family=Nunito+Sans&display=swap" rel="stylesheet">
<!--Get Font 'Nunito Sans'-->
<link rel="stylesheet" type="text/css" href="CSS/siteWideStyle.css">
<link rel="stylesheet" type="text/css" href="CSS/beavers.css">
<link rel="stylesheet" type="text/css" href="CSS/maps.css">
<link rel='icon' href='Assets/favicon.ico' type='image/x-icon' />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<!-- <meta name="google-site-verification" content=""/> -->
<meta name="keywords" content="Long Eaton, Long Eaton District, Beavers, Long Eaton District Beavers, Sawley, Breaston, Sandiacre">
<meta name="robots" content="index, follow">
<title>Beavers</title>
</head>
<body>
<div id="page-container">
<div id="content-wrap">
<header class="header">
<a href="index.html">
<img width="250" alt="Scouts Logo" src="Assets/logo-generator-linear-purple-png.png" id="logoImage" />
</a>
<input type="image" src="Assets/BurgerMenuPurple.svg" id="BurgerMenuButton" onclick="displayMenu()" />
<br>
<div class="navbar">
<div class="dropdown">
<a href="index.html" class="purple menuItem">Home</a>
</div>
<!-- <div class="dropdown">
<a href="events.html" class="purple menuItem">Events</a>
</div> -->
<div class="dropdown">
<button class="dropbtn"><a href="join.html" class="purple menuItem">Join</a></button>
<div class="dropdown-content">
<a class="black" href="squirrels.html">Squirrels <b class="dropdownAgeRanges">4-6</b></a>
<a class="black" href="beavers.html">Beavers <b class="dropdownAgeRanges">6-8</b></a>
<a class="black" href="cubs.html">Cubs <b class="dropdownAgeRanges">8-10½</b></a>
<a class="black" href="scouts.html">Scouts <b class="dropdownAgeRanges">10½-14</b></a>
<a class="black" href="explorers.html">Explorers <b class="dropdownAgeRanges">14-18</b></a>
<a class="black" href="network.html">Network <b class="dropdownAgeRanges">18-25</b></a>
<a class="black" href="volunteer.html">Volunteers</a>
</div>
</div>
<div class="dropdown">
<a href="contact.html" class="purple menuItem">Contact</a>
</div>
<div class="dropdown">
<button class="dropbtn"><a href="http://www.trentlock.org/" class="purple menuItem">Trent Lock</a></button>
</div>
</div>
</header>
<script type="text/javascript">
function displayMenu() {
var items = document.getElementsByClassName("navbar");
for (i = 0; i < items.length; i++) {
if (items[i].style.display === "block") {
items[i].style.display = "none";
} else {
items[i].style.display = "block";
}
}
}
</script>
<section>
<img class="titleImage" src="Assets/beavers-logo-multi-colour-jpg.jpg" />
</section>
<section class="backGroundImage">
<div class="imageTextBig">
<h1>Try New Things,</h1>
<h1>Make Friends</h1>
</div>
</section>
<section class="largeText">
<p class="black">Beavers are young people aged 6 to 8 who:</p>
<ul>
<li>Master new skills and try new things</li>
<li>Have fun and go on adventures</li>
<li>Make Friends</li>
<li>Are curious abou the world around them</li>
<li>Help others and make a difference, on thier own doorsteps and beyond</li>
</ul>
<p>Every week, they gather in groups called <strong>Beaver Colonies</strong> to hop, skip and jump their way through lots of different games and activities - achieving anything they set their minds to, and having lots of fun along the way.</p>
<p>If you'd like to learn more about joining a Beaver colony, get in touch by emailing <a class="black inText" href="mailto:info@erewashscouts.org.uk">info@erewashscouts.org.uk</a></p>
</section>
<section>
<section class="centerText purple">
<h1>Find a group near you</h1>
</section>
<div id="map" style="font-family: monospace;">Your Browser does not support this element</div>
<script src="JS/map.js"></script>
<script async defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyD4UWX6vUm7l4k6po5zoEmSTHZu_4ysyL8&libraries=places&callback=beaverMap">
</script>
</section>
</div>
<footer id="footer" class="footer">
<div class="footerTop">
<div class="socialMedia">
<a href="https://www.facebook.com/groups/593319990694475/" class="socialMediaLink">
<img src="Assets/facebook.svg" />
</a>
<a href="https://www.youtube.com/user/UKScoutAssociation" class="socialMediaLink">
<img src="Assets/youtube.svg" />
</a>
<a href="https://www.instagram.com/scouts/" class="socialMediaLink">
<img src="Assets/instagram.svg" />
</a>
</div>
</div>
<div class="footerBottom">
<img width="110" height="80" class="logo" alt="Scouts Logo" style="float: center" src="Assets/Scouts_Logo_Stack_White.png" />
<br>
<section id="footerLinks">
<div id="contactFooter">
<p class="white">
<p class="white">
<p class="white"><a class="white" href="mailto:info@erewashscouts.org.uk">Email:</a> secretary@<wbr>erewash<wbr>scouts.org.uk</p>
</p>
<p>
<a href="privacy.html" class="white">Privacy Policy</a>
</p>
</p>
</div>
<div id="websitesFooter">
<p class="white">Some Handy Links:</p>
<a class="white" href="https://www.scouts.org.uk/">The Scouts</a> <br>
<a class="white" href="https://www.derbyshirescouts.org/">Derbyshire Scouts</a><br>
<a class="white" href="https://www.drumhill.org.uk/">Drum Hill Scout Campsite</a><br>
<a class="white" href="http://www.trentlock.org/">Trent Lock Scout Activity Centre</a><br>
<a class="white" href="https://shop.scouts.org.uk/">Scout Store</a>
</div>
</section>
<br>
<div id="safeguarding">
<p class="white">If you have safeguarding concerns, contact Scouting's safeguarding team:
<a href="mailto:safeguarding@scouts.org.uk" class="white">
safeguarding@scouts.org.uk
</a>
</p>
<br>
<a href="https://www.ceop.police.uk/safety-centre/"><img style="height: 50px; width: 144px;" src="Assets/CEOP.png" /></a>
<br>
</div>
</div>
</footer>
</div>
</body>
</html>