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
/
facilities-and-rentals.php
368 lines (367 loc) · 12.1 KB
/
facilities-and-rentals.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
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
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
<!DOCTYPE html>
<html lang="en">
<head>
<?php include '_inc/html_head.php'; ?>
<meta name="description" content="Resica Falls offers a variety of accomodations throughout the year." />
<title>Weekend Camping <?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">
<h1>Weekend Camping</h1>
<div class="row">
<div class="col-md-8">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3006.067916240707!2d-75.09713168415983!3d41.11120777929046!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c484e0c4004cf5%3A0xa6a105ee2d4750e0!2sResica+Falls+Scout+Reservation!5e0!3m2!1sen!2sus!4v1520542742548" width="100%" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
<a href="_files/general/ResicaFalls_Directions.pdf" download>Download directions from I-476</a>
</div>
<div class="col-md-4">
<div class="card">
<img class="card-img-top img-fluid" src="_img/generic/unami.jpg" alt="">
<div class="card-block">
<h5 class="card-title">Book a Stay</h5>
<p class="card-text">Campsites, lodges and backpacking sites available year-round for weekend camping.</p>
<a href="https://colbsa.doubleknot.com/facilitysearch/2849" class="btn btn-primary">Check Availability</a>
</div>
</div>
</div>
</div>
<h2>Costs</h2>
<p>All costs are on a per weekend basis except for family cabins which can be rented per night. All campsites are $50, and lodges are listed below. All lodges excluding family cabins have a $25 discount for in-council units. Some additional costs may be associated with <a href="weekend-activities">weekend activities</a>. We encourage campers to bring spending money for the trading post where snacks, memorabilia, and some camping essentials are sold.</p>
<div class="row">
<div class="col-xl-5">
<h2>Campsites</h2>
<div class="table-responsive">
<table class="table table-sm text-center">
<thead class="thead-inverse">
<tr>
<th class="text-left">Name</th>
<th class="text-center">Tent Platforms</th>
<th class="text-center">Adirondacks</th>
<th class="text-center">Pavilion</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row" colspan="4" class="table-active text-center">Big Springs</th>
</tr>
<tr>
<th scope="row" class="text-nowrap">Bear Paw</th>
<td><i class="fa fa-check"></td>
<td></td>
<td><i class="fa fa-check"></td>
</tr>
<tr>
<th scope="row" class="text-nowrap">Cayuga</th>
<td><i class="fa fa-check"></td>
<td></td>
<td></td>
</tr>
<tr>
<th scope="row" class="text-nowrap">Cherokee</th>
<td><i class="fa fa-check"></td>
<td></td>
<td></td>
</tr>
<tr>
<th scope="row" class="text-nowrap">Cheyenne</th>
<td><i class="fa fa-check"></td>
<td></td>
<td></td>
</tr>
<tr>
<th scope="row" class="text-nowrap">Chinook</th>
<td><i class="fa fa-check"></td>
<td></td>
<td></td>
</tr>
<tr>
<th scope="row" class="text-nowrap">Chippewa</th>
<td><i class="fa fa-check"></td>
<td></td>
<td></td>
</tr>
<tr>
<th scope="row" class="text-nowrap">Comanche</th>
<td><i class="fa fa-check"></td>
<td></td>
<td></td>
</tr>
<tr>
<th scope="row" class="text-nowrap">Deer Run</th>
<td><i class="fa fa-check"></td>
<td></td>
<td><i class="fa fa-check"></td>
</tr>
<tr>
<th scope="row" class="text-nowrap">Mohawk</th>
<td><i class="fa fa-check"></td>
<td></td>
<td></td>
</tr>
<tr>
<th scope="row" class="text-nowrap">Navajo</th>
<td><i class="fa fa-check"></td>
<td></td>
<td></td>
</tr>
<tr>
<th scope="row" class="text-nowrap">North Wind</th>
<td><i class="fa fa-check"></td>
<td></td>
<td></td>
</tr>
<tr>
<th scope="row" class="text-nowrap">Pueblo</th>
<td><i class="fa fa-check"></td>
<td></td>
<td></td>
</tr>
<tr>
<th scope="row" class="text-nowrap">Running Fox</th>
<td><i class="fa fa-check"></td>
<td></td>
<td></td>
</tr>
<tr>
<th scope="row" class="text-nowrap">Shenandoah</th>
<td><i class="fa fa-check"></td>
<td></td>
<td></td>
</tr>
<tr>
<th scope="row" class="text-nowrap">Shoshone</th>
<td><i class="fa fa-check"></td>
<td></td>
<td></td>
</tr>
<tr>
<th scope="row" class="text-nowrap">Twin Hill 1</th>
<td><i class="fa fa-check"></td>
<td></td>
<td></td>
</tr>
<tr>
<th scope="row" class="text-nowrap">Twin Hill 2</th>
<td><i class="fa fa-check"></td>
<td></td>
<td></td>
</tr>
<tr>
<th scope="row" class="text-nowrap">Two Feathers</th>
<td><i class="fa fa-check"></td>
<td></td>
<td></td>
</tr>
<tr>
<th scope="row" colspan="4" class="table-active text-center">Firestone</th>
</tr>
<tr>
<th scope="row" class="text-nowrap">Bear Hollow</th>
<td></td>
<td><i class="fa fa-check"></td>
<td><i class="fa fa-check"></td>
</tr>
<tr>
<th scope="row" class="text-nowrap">Eagle's Crest</th>
<td></td>
<td><i class="fa fa-check"></td>
<td><i class="fa fa-check"></td>
</tr>
<tr>
<th scope="row" class="text-nowrap">Falcons Roost</th>
<td></td>
<td><i class="fa fa-check"></td>
<td><i class="fa fa-check"></td>
</tr>
<tr>
<th scope="row" class="text-nowrap">Hillside</th>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<th scope="row" class="text-nowrap">Porcupine Ridge</th>
<td></td>
<td><i class="fa fa-check"></td>
<td><i class="fa fa-check"></td>
</tr>
<tr>
<th scope="row" class="text-nowrap">Ruffed Grouse</th>
<td></td>
<td><i class="fa fa-check"></td>
<td><i class="fa fa-check"></td>
</tr>
<tr>
<th scope="row" class="text-nowrap">Staff Area</th>
<td></td>
<td><i class="fa fa-check"></td>
<td><i class="fa fa-check"></td>
</tr>
</tbody>
</table>
</div>
<p>All campsites comfortably hold 35 campers, have a fire ring and latrine in-site as well as water in close proximity.</p>
</div>
<div class="col-xl-7">
<h2>Lodges</h2>
<div class="table-responsive">
<table class="table table-sm text-center">
<thead class="thead-inverse">
<tr>
<th>Name</th>
<th class="text-center">Capacity</th>
<th class="text-center">Cost</th>
<th class="text-center">Heat</th>
<th class="text-center">Water</th>
<th class="text-center">Fireplace</th>
<th class="text-center">Wood Stove</th>
<th class="text-center">Fire Ring</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">Bear</th>
<td>22</td>
<td>$300</td>
<td><i class="fa fa-check"></td>
<td><i class="fa fa-check"></td>
<td><i class="fa fa-check"></td>
<td></td>
<td><i class="fa fa-check"></td>
</tr>
<tr>
<th scope="row">Brooks</th>
<td>14</td>
<td>$100</td>
<td></td>
<td></td>
<td><i class="fa fa-check"></td>
<td><i class="fa fa-check"></td>
<td><i class="fa fa-check"></td>
</tr>
<tr>
<th scope="row">Bushkill</th>
<td>32</td>
<td>$325</td>
<td><i class="fa fa-check"></td>
<td><i class="fa fa-check"></td>
<td><i class="fa fa-check"></td>
<td></td>
<td></td>
</tr>
<tr>
<th scope="row">Cox</th>
<td>14</td>
<td>$100</td>
<td></td>
<td></td>
<td><i class="fa fa-check"></td>
<td><i class="fa fa-check"></td>
<td><i class="fa fa-check"></td>
</tr>
<tr>
<th scope="row">Family Cabin</th>
<td>4</td>
<td>$50*</td>
<td><i class="fa fa-check"></td>
<td><i class="fa fa-check"></td>
<td></td>
<td></td>
<td><i class="fa fa-check"></td>
</tr>
<tr>
<th scope="row">Firestone</th>
<td>40</td>
<td>$325</td>
<td><i class="fa fa-check"></td>
<td><i class="fa fa-check"></td>
<td><i class="fa fa-check"></td>
<td></td>
<td><i class="fa fa-check"></td>
</tr>
<tr>
<th scope="row">Nuneville</th>
<td>24</td>
<td>$125</td>
<td><i class="fa fa-check"></td>
<td></td>
<td></td>
<td></td>
<td><i class="fa fa-check"></td>
</tr>
<tr>
<th scope="row">Trooper</th>
<td>20</td>
<td>$125</td>
<td></td>
<td></td>
<td></td>
<td><i class="fa fa-check"></td>
<td></td>
</tr>
<tr>
<th scope="row">Unami</th>
<td>26</td>
<td>$325</td>
<td><i class="fa fa-check"></td>
<td><i class="fa fa-check"></td>
<td><i class="fa fa-check"></td>
<td></td>
<td><i class="fa fa-check"></td>
</tr>
</tbody>
</table>
</div>
<p>All lodges have electricity, refrigerators and stoves. Lodges with water have kitchen sinks and full bathrooms.</p>
<h2>Backpacking Sites</h2>
<div class="table-responsive">
<table class="table table-sm">
<thead class="thead-inverse">
<tr>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row" class="text-nowrap">Big Trout</th>
<td>On the shore of Bushkill Creek near Chapel Pool.</td>
</tr>
<tr>
<th scope="row" class="text-nowrap">Blueberry Point</th>
<td>On shore of Lake Roger.</td>
</tr>
<tr>
<th scope="row" class="text-nowrap">Lake Roger</th>
<td>Across the lake from the boathouse and latrine.</td>
</tr>
<tr>
<th scope="row" class="text-nowrap">Little Falls - North</th>
<td>Near Little Falls and Cool Dip, two of Resica's most popular swimming holes.</td>
</tr>
<tr>
<th scope="row" class="text-nowrap">Little Falls - South</th>
<td>Near Little Falls and Cool Dip, two of Resica's most popular swimming holes.</td>
</tr>
<tr>
<th scope="row" class="text-nowrap">Pine Grove</th>
<td>On the shore of Bushkill Creek near Piano Pool</td>
</tr>
<tr>
<th scope="row" class="text-nowrap">Sportsman Field</th>
<td>Near Camp Firestone and Bushkill Creek.</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<?php include '_inc/footer.php'; ?>
<?php include '_inc/html_foot.php'; ?>
</body>
</html>