-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathevents.html
102 lines (93 loc) · 5.34 KB
/
events.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
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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Contact us</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="/assets/css/base.css">
<script src="/assets/js/vendor/modernizr-2.6.2-respond-1.1.0.min.js"></script>
<script src="/assets/js/wfl.js"></script>
</head>
<body>
<header role="banner">
<div class="menu-bar">
<div class="wrapper">
<a class="logo" href="/index.html">
<span class="logo-img primary">
<img class="" src="/assets/img/content/scout-badge.png" alt="Scout Badge" />
</span>
<span class="logo-img secondary">
<img src="/assets/img/content/guide-badge.png" alt="Guide Badge" />
</span>
<span class="logo-text">
<b>Woodchurch Scout & Guide</b> <br>Community Centre
</span>
</a>
<nav class="list-inline list-unstyled">
<li class="active"><a href="/events.html">Events</a></li>
<li><a href="/woodchurch-village.html">Location</a></li>
<li><a href="/contact.html">Contact</a></li>
<li class="pull-right">
<a href="http://hallhirekent.co.uk" class="btn pull-right"><b>Hall <span class="hidden-xs">for </span>Hire</b></a>
</li>
</nav>
</div>
</div>
</header>
<main class="wrapper">
<h1>Events</h1>
<p class="lead">Calendar of events – taking place at the Community Centre.</p>
<p>If you would like more information about an event, or interested in holding an event at the community centre, <a href="/contact.html">please get in touch</a>.</p>
<hr>
<div id="calendar">
<noscript>
<p>Calendar unavailable. Please continue to step 2</p>
</noscript>
<iframe
src="https://www.google.com/calendar/embed?showTitle=0&showPrint=0&showTabs=0&showCalendars=0&showTz=0&height=600&wkst=2&bgcolor=%23FFFFFF&src=hallhirekent.co.uk_8c5cbghvvau7ac0rbe7tvdkuvs@group.calendar.google.com&color=%23691426&src=hallhirekent.co.uk_nknnvt5itgrprqfr8ibtlsla0s@group.calendar.google.com&color=%23711616&ctz=Europe%2FLondon"
style=" border-width:0 "
width="800"
height="600"
frameborder="0"
scrolling="no">
</iframe>
</div>
</main>
<footer class="footer cf">
<div class="wrapper">
<h5>Woodchurch Scout & Guide Community Centre</h5>
<div class="row">
<div class="col-sm-6">
<h6>Location</h6>
<p>Lower Road, <br>Woodchurch Nr. Ashford, <br>Kent, TN26 3SQ</p>
<p><a class="btn btn-default" href="https://www.google.co.uk/maps/@51.078082,0.776947,3a,75y,134.66h,87.71t/data=!3m4!1e1!3m2!1s6NWBqxTyqlD1Lv9LdXpc1w!2e0" target="_blank">Map & Directions</a></p>
</div>
<div class="col-sm-6">
<h6>Contact</h6>
<p>Please get in touch for more information about the community centre.</p>
<p><a class="btn btn-default" href="mailto:info@woodchurchcommunitycentre.co.uk">Email us</a></p>
</div>
</div>
<hr>
<p><small>©2020 – Woodchurch Scout & Guide Community Centre – <a href="http://www.charitycommission.gov.uk/find-charities/" target="_blank">Registered Charity: 1085525</a> | <a href="/privacy.html">Privacy Policy</a></small></p>
</div>
</footer>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.10.1.min.js"><\/script>')</script>
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyASm3CwaK9qtcZEWYa-iQwHaGi3gcosAJc&sensor=false"></script>
<script src="assets/js/base.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-55041746-2', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>