This repository has been archived by the owner on Mar 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
380 lines (377 loc) · 15.7 KB
/
index.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
369
370
371
372
373
374
375
376
377
378
379
380
<?php
require_once 'vendor/autoload.php';
use ICal\ICal;
try {
$ical = new ICal('ICal.ics', array(
'defaultSpan' => 2, // Default value
'defaultTimeZone' => 'UTC',
'defaultWeekStart' => 'MO', // Default value
'skipRecurrence' => false, // Default value
'useTimeZoneWithRRules' => false, // Default value
));
// $ical->initFile('ICal.ics');
$ical->initUrl('http://www.scoutbook.com/ics/16509.92DC2.ics');
} catch (\Exception $e) {
die($e);
}
$forceTimeZone = false;
?>
<!DOCTYPE HTML>
<html>
<!--
Website designed and developed by Orange Flame Design
___ _
___ ___ ___ ___ ___ ___| _| |___ _____ ___
| . | _| .'| | . | -_| _| | .'|_| | -_|
|___|_| |__,|_|_|_ |___|_| |_|__,|_|_|_|_|___|
|___|
https://orangefla.me
-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Welcome to Pack 247 • Kansas City, MO • Chartered by Good Shepherd United Methodist Church</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous">
<link rel="stylesheet" href="css/main.css">
<script src="https://use.typekit.net/bbl8eix.js"></script>
<script>
try {
Typekit.load({
async: true
});
} catch (e) {}
</script>
</head>
<body>
<main>
<div class="container">
<header class="row header">
<div class="col-sm-12">
<img class="img-fluid" src="images/pack-247-header.jpg" alt="Pack 247">
</div>
</header>
<div class="row info">
<div class="pack-calendar col-sm-6 col-lg-3">
<h2>2017-2018 Calendar</h2>
<p>The following is our calendar for the school year (subject to change).</p>
<p>You can keep up with the Pack calendar either in our Facebook group, or by subscribing to the Pack calendar on
your smartphone, tablet, or computer.</p>
<a class="btn-join btn-scoutbook" href="http://www.scoutbook.com/ics/16509.92DC2.ics" target="_blank">
<i class="fa fa-calendar" aria-hidden="true"></i> Subscribe to our Calendar</a>
<hr>
<ul class="list-unstyled list-calendar">
<?php
$events = $ical->eventsFromRange(date('d-m-Y H:i:s'), '2018-06-01 17:00:00');
foreach ($events as $event) :
$dtstart = $ical->iCalDateToDateTime($event->dtstart_array[3], $forceTimeZone);
?>
<li>
<div class="calendar-date">
<h6>
<i class="fa fa-calendar" aria-hidden="true"></i>
<?php echo $event->summary; ?>
</h6>
</div>
<?php echo $dtstart->format('F j, Y - g:i a'); ?>
</li>
<?php endforeach ?>
</ul>
</div>
<div class="den-meetings col-sm-6 col-lg-3">
<h2>Den Meetings</h2>
<blockquote>
”When does our grade meet?”
</blockquote>
<p>That's the number one question we receive.</p>
<p>Our dens mostly meet on Tuesdays. To see what evenings your den meets, see below:</p>
<h4>All meetings begin at 7:00 pm</h4>
<figure class="den-meetings--rank lion">
<img src="images/lion.svg" alt="Lion">
<figcaption>
<h5>Kindergarten - Lion</h5>
<h6 class="den-strip">Den 6</h6>
<ul class="list-unstyled">
<li>
<strong>Lion Coordinator:
<br>Susanne Thompson-Wright</strong>
</li>
<li>4
<sup>th</sup> Tuesdays</li>
</ul>
</figcaption>
</figure>
<figure class="den-meetings--rank tiger">
<img src="images/tiger.svg" alt="Tiger">
<figcaption>
<h5>1
<sup>st</sup> Grade - Tiger</h5>
<h6 class="den-strip">Den 1</h6>
<ul class="list-unstyled">
<li>
<strong>Den Leader:
<a href="mailto:[email protected]">Jad Callahan</a>
</strong>
</li>
<li>2
<sup>nd</sup> and 4
<sup>th</sup> Tuesdays</li>
</ul>
</figcaption>
</figure>
<figure class="den-meetings--rank wolf">
<img src="images/wolf.svg" alt="Wolf">
<figcaption>
<h5>2
<sup>nd</sup> Grade - Wolf</h5>
<h6 class="den-strip">Den 2</h6>
<ul class="list-unstyled">
<li>
<strong>Den Leader:
<a href="mailto:[email protected]">Joe Lewis</a>
</strong>
</li>
<li>1
<sup>st</sup> and 3
<sup>rd</sup> Tuesdays</li>
</ul>
<h6 class="den-strip">Den 7</h6>
<ul class="list-unstyled">
<li>
<strong>Den Leader:
<a href="mailto:[email protected]">Paul Pearson</a>
</strong>
</li>
<li>2
<sup>nd</sup> and 4
<sup>th</sup> Tuesdays</li>
</ul>
</figcaption>
</figure>
<figure class="den-meetings--rank bear">
<img src="images/bear.svg" alt="Bear">
<figcaption>
<h5>3
<sup>rd</sup> Grade - Bear</h5>
<h6 class="den-strip">Den 5</h6>
<ul class="list-unstyled">
<li>
<strong>Den Leader:
<a href="mailto:[email protected]">Stacey Thompson</a>
</strong>
</li>
<li>1
<sup>st</sup> and 3
<sup>rd</sup> Tuesdays</li>
</ul>
</figcaption>
</figure>
<figure class="den-meetings--rank webelos">
<img src="images/webelos.svg" alt="Webelos">
<figcaption>
<h5>4
<sup>th</sup> Grade - Webelos I</h5>
<h6>Doge Patrol</h6>
<ul class="list-unstyled">
<li>
<strong>Den Leader:
<a href="mailto:[email protected]">Jeremy Fuksa</a>
</strong>
</li>
<li>1
<sup>st</sup> and 3
<sup>rd</sup> Tuesdays</li>
</ul>
<h6>Voodoo Dragon Patrol</h6>
<ul class="list-unstyled">
<li>
<strong>Den Leader:
<a href="mailto:[email protected]">Tyson Robinett</a>
</strong>
</li>
<li>
<strong>Meets:</strong> 2
<sup>nd</sup> and 4
<sup>th</sup> Mondays</li>
</ul>
</figcaption>
</figure>
<figure class="den-meetings--rank webelos">
<img src="images/aol.svg" alt="Arrow of Light">
<figcaption>
<h5>5
<sup>th</sup> Grade - Webelos II</h5>
<h6>Scorpion Patrol</h6>
<ul class="list-unstyled">
<li>
<strong>Den Leader:
<a href="mailto@[email protected]">Todd Dolato</a>
</strong>
</li>
<li>
<strong>Meets:</strong> 1
<sup>st</sup> and 3
<sup>rd</sup> Mondays</li>
</ul>
</figcaption>
</figure>
</div>
<div class="resources col-sm-6 col-lg-3">
<h2>Resources</h2>
<a href="https://my.bsa.us/307paa4247mb" target="_blank">
<img class="join-cta" src="images/btn-join.jpg" alt="Join our Pack online - Click here">
</a>
<h5>Pack Communications</h5>
<h6>Facebook</h6>
<p>The
<a href="https://facebook.com/groups/pack.247.families/" target="_blank">Families of Pack 247</a> Facebook Group gives everyone a way to interact, keep up-to-date on Pack events, give
valuable feedback, and share photos and videos of our Scouts.</p>
<a class="btn-join btn-facebook" href="https://www.facebook.com/groups/pack.247.families/" target="_blank">
<i class="fab fa-facebook-square" aria-hidden="true"></i> Join our Facebook Group</a>
<h6>Scoutbook</h6>
<p>We use Scoutbook to keep track of all advancement. If your Scout completes requirements on his own, you are highly
encouraged to enter them on his Scoutbook profile for approval.</p>
<a class="btn-join btn-scoutbook" href="http://scoutbook.com/mobile" target="_blank">
<i class="fa fa-compass" aria-hidden="true"></i> Log in to Scoutbook</a>
<h6>Slack</h6>
<p>Pack 247 uses Slack to plan all Pack events. All Pack families are encouraged to join the Pack's Slack team so
that we can build a great program together.</p>
<a class="btn-join btn-slack" href="http://pack247.org/slack">
<i class="fab fa-slack" aria-hidden="true"></i> Join our Slack Team</a>
<h5>Frequently Used Links</h5>
<ul class="list-unstyled link-list">
<li>
<a href="pdf/4247-bylaws-and-guidelines.pdf" target="_blank">
<i class="far fa-file-pdf" aria-hidden="true"></i> Pack 247 Bylaws and Guidelines</a>
</li>
<li>
<a href="https://www.hoac-bsa.org/Data/Sites/1/media/membership/recruitment/cub-scouts/HOAC-Parent-Guide.pdf"
target="_blank">
<i class="far fa-file-pdf" aria-hidden="true"></i> Parent Orientation Guide</a>
</li>
<li>
<a href="http://www.scouting.org/filestore/HealthSafety/pdf/680-001_ABC.pdf" target="_blank">
<i class="far fa-file-pdf" aria-hidden="true"></i> BSA Annual Health and Medical Record</a>
</li>
<li>
<a href="http://scouting.org" target="_blank">
<i class="fa fa-link" aria-hidden="true"></i> Boy Scouts of America website</a>
</li>
<li>
<a href="http://hoac-bsa.org" target="_blank">
<i class="fa fa-link" aria-hidden="true"></i> Heart of America Council, BSA website</a>
</li>
<li>
<a href="http://scoutstuff.org" target="_blank">
<i class="fa fa-link" aria-hidden="true"></i> ScoutStuff.org</a>
</li>
</ul>
</div>
<div class="pack-organization col-sm-6 col-lg-3">
<h2>Pack Organization</h2>
<figure class="organization--leader">
<img src="images/joe-lewis.jpg" alt="Joe Lewis">
<figcaption>
<h5>Committee Chairman</h5>
<ul class="list-unstyled">
<li>
<strong>Joe Lewis</strong>
</li>
<li>
<a href="mailto:[email protected]">[email protected]</a>
</li>
<li>(816) 308-7971</li>
</ul>
</figcaption>
</figure>
<figure class="organization--leader">
<img src="images/jeremy-fuksa.jpg" alt="Jeremy Fuksa">
<figcaption>
<h5>Cubmaster</h5>
<ul class="list-unstyled">
<li>
<strong>Jeremy Fuksa</strong>
</li>
<li>
<a href="mailto:[email protected]">[email protected]</a>
</li>
<li>(816) 852-0668</li>
</ul>
</figcaption>
</figure>
<figure class="organization--leader">
<img src="images/jeff-young.jpg" alt="Jeff Young">
<figcaption>
<h5>Assistant Cubmaster</h5>
<ul class="list-unstyled">
<li>
<strong>Jeff Young</strong>
</li>
<li>
<a href="mailto:[email protected]">[email protected]</a>
</li>
<li>(816) 555-5555</li>
</ul>
</figcaption>
</figure>
<h4>Pack Committee</h4>
<h5>We need your help!</h5>
<p>Several of our committee positions are currently vacant. We rely on our Pack families to share responsibilities
to make this Pack great. If you are interested in one of our vacant positions,
<a href="mailto:[email protected]">contact our Committee Chairman</a>.</p>
<hr>
<h6>Administration</h6>
<ul class="list-unstyled list-committee">
<li>
<strong>Secretary: </strong>Dan Buchholz</li>
<li>
<strong>Treasurer: </strong>Tiffany Young</li>
<li>
<strong>Registrar: </strong>Adrienne Lewis</li>
<li>
<strong>Fundraising: </strong>Abby Pearson</li>
<li>
<strong>Advancement: </strong>Robin Fuksa</li>
<li>
<strong>New Member Coordinator: </strong>Susanne Thompson-Wright</li>
</ul>
<h6>Activities</h6>
<ul class="list-unstyled list-committee">
<li>
<strong>Pinewood Derby: </strong>Jeff Young</li>
<li class="open-position">
<strong>Blue and Gold: VACANT</strong>
</li>
<li>
<strong>Public Service: </strong>Jennifer Stricherz</li>
<li>
<strong>Summer Activities: </strong>Susan Wallen</li>
</ul>
<h6>Camping</h6>
<ul class="list-unstyled list-committee">
<li class="open-position">
<strong>Camping Chair: VACANT</strong>
</li>
<li class="open-position">
<strong>Day Camp: VACANT</strong>
</li>
<li class="open-position">
<strong>Bear Camp: VACANT</strong>
</li>
<li class="open-position">
<strong>Webelos Camp: VACANT</strong>
</li>
</ul>
<h6>Advisory</h6>
<ul class="list-unstyled list-committee">
<li>
<strong>Chartered Org. Rep.: </strong>Denise Nance</li>
<li>
<strong>Unit Commissioner: </strong>John Head</li>
</ul>
</div>
</div>
</div>
</main>
</body>
</html>