This repository has been archived by the owner on Nov 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
knights.php
46 lines (44 loc) · 2.92 KB
/
knights.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<?php include '_inc/html_head.php'; ?>
<meta name="description" content="Get ready for camping along with the Knights of the Bushkill!" />
<title>Summer 2021: Knights of the Bushkill <?php include '_inc/var/site_name.php'; ?></title>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-5R8JMMS');</script>
<!-- End Google Tag Manager -->
</head>
<body>
<?php include '_inc/header.php'; ?>
<?php include '_inc/nav.php'; ?>
<div class="container content">
<div class="row">
<div class="col">
<h4>TRAVEL BACK IN TIME FOR THE WONDER AND MYSTERY</h4>
<h1>Summer 2021: Knights of the Bushkill</h1>
</div>
</div>
<div class="row">
<div class="col-md-7">
<p>Resica Falls is back and better than ever! After a summer of Virtual Camp, we are prepared for the adventure that awaits in 2021 as we return to traditional summer camp. Our 2021 theme, “Knights of the Bushkill” will take us back to a nobler time when knights and dragons roamed the land.</p>
<h4>Program Highlights for 2021</h4>
<ul>
<li>This summer at Resica Falls, we’re rethinking how we do campwide program. Wander around the Faire on Monday evening, participating in competitions like jousting, watching some performers, and snacking on your favorite medieval treats.</li>
<li>Lunch Clubs, Action Areas, and the weekly Scavenger Hunt are all being reworked to meet the wants of our campers.</li>
<li>Get your awesome costumes ready to take on exciting quests with the staff throughout the week!</li>
</ul>
<h4>A Note on COVID-19</h4>
<ul>
<li>As we begin to prepare for traditional summer camp in 2021 at Resica Falls, there are many new challenges that will undoubtedly present themselves to us. Know that at all times, the safety of our Scouts, leaders, and camp staff is our primary concern. We will do everything in our power to ensure that your stay at Resica in 2021 is not only filled with the adventure and the wonder of the outdoors, but is a safe experience for all.</li>
</ul>
</div>
<div class="col-md-5">
<img class="img-fluid mb-4" src="_img/KnightsOfTheBushkill.jpg" alt="">
<a class="btn btn-block btn-success mb-2" href="dates-and-rates">See Dates & Rates</a>
</div>
</div>
</div>
<?php include '_inc/footer.php'; ?>
<?php include '_inc/html_foot.php'; ?>
</body>
</html>