-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
456 lines (394 loc) · 18.4 KB
/
index.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
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
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
<!DOCTYPE html>
<html lang="zxx" class="no-js">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="shortcut icon" href="img/download-removebg-preview.png">
<meta name="author" content="colorlib">
<meta name="description" content="">
<meta name="keywords" content="">
<meta charset="UTF-8">
<title>Adventure</title>
<link href="https://fonts.googleapis.com/css?family=Poppins:100,200,400,300,500,600,700" rel="stylesheet">
<link rel="stylesheet" href="css/linearicons.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/animate.min.css">
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/main.css">
<script nonce="657008d7-c2a9-401a-a677-962808b9a133">(function(w,d){!function(eK,eL,eM,eN){eK.zarazData=eK.zarazData||{};eK.zarazData.executed=[];eK.zaraz={deferred:[],listeners:[]};eK.zaraz.q=[];eK.zaraz._f=function(eO){return function(){var eP=Array.prototype.slice.call(arguments);eK.zaraz.q.push({m:eO,a:eP})}};for(const eQ of["track","set","debug"])eK.zaraz[eQ]=eK.zaraz._f(eQ);eK.zaraz.init=()=>{var eR=eL.getElementsByTagName(eN)[0],eS=eL.createElement(eN),eT=eL.getElementsByTagName("title")[0];eT&&(eK.zarazData.t=eL.getElementsByTagName("title")[0].text);eK.zarazData.x=Math.random();eK.zarazData.w=eK.screen.width;eK.zarazData.h=eK.screen.height;eK.zarazData.j=eK.innerHeight;eK.zarazData.e=eK.innerWidth;eK.zarazData.l=eK.location.href;eK.zarazData.r=eL.referrer;eK.zarazData.k=eK.screen.colorDepth;eK.zarazData.n=eL.characterSet;eK.zarazData.o=(new Date).getTimezoneOffset();if(eK.dataLayer)for(const eX of Object.entries(Object.entries(dataLayer).reduce(((eY,eZ)=>({...eY[1],...eZ[1]})))))zaraz.set(eX[0],eX[1],{scope:"page"});eK.zarazData.q=[];for(;eK.zaraz.q.length;){const e_=eK.zaraz.q.shift();eK.zarazData.q.push(e_)}eS.defer=!0;for(const fa of[localStorage,sessionStorage])Object.keys(fa||{}).filter((fc=>fc.startsWith("_zaraz_"))).forEach((fb=>{try{eK.zarazData["z_"+fb.slice(7)]=JSON.parse(fa.getItem(fb))}catch{eK.zarazData["z_"+fb.slice(7)]=fa.getItem(fb)}}));eS.referrerPolicy="origin";eS.src="/cdn-cgi/zaraz/s.js?z="+btoa(encodeURIComponent(JSON.stringify(eK.zarazData)));eR.parentNode.insertBefore(eS,eR)};["complete","interactive"].includes(eL.readyState)?zaraz.init():eK.addEventListener("DOMContentLoaded",zaraz.init)}(w,d,0,"script");})(window,document);</script></head>
<body>
<section class="banner-area" id="home">
<!-- start banner Area -->
<section class="banner-area" id="home">
<!-- Start Header Area -->
<header class="default-header">
<nav class="navbar navbar-expand-lg navbar-light">
<div class="container">
<a class="navbar-brand" href="index.html">
<img src="img/Untitlgffgfgfgghed(1).png" width="280px" alt="">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="text-white lnr lnr-menu"></span>
</button>
<div class="collapse navbar-collapse justify-content-end align-items-center" id="navbarSupportedContent">
<ul class="navbar-nav">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#faq">Faq</a></li>
<li><a href="#contact">Contact</a></li>
<!-- Dropdown -->
<li class="dropdown">
<a class="dropdown-toggle" href="#" id="navbardrop" data-toggle="dropdown">
Images
</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="ISR2022.html">international scout rally </a>
<a class="dropdown-item" href="OL2020.html">Oleson Island 2020 </a>
<a class="dropdown-item" href="OL2022.html">Oleson Island 2022 </a>
<a class="dropdown-item" href="Kestrel-houses.html">Kestrel Houses </a>
<a class="dropdown-item" href="Elv82022.html">Elv8 2022</a>
</div>
</li>
</ul>
</div>
</div>
</nav>
</header>
<!-- End Header Area -->
</section>
<section class="default-banner active-blog-slider">
<div class="item-slider relative" style="background: url('img/DSC_0059.jpg') center center / cover no-repeat;">
<div class="overlay" style="background: rgba(0,0,0,.3)"></div>
<div class="container">
<div class="row fullscreen justify-content-center align-items-center">
<div class="col-md-10 col-12">
<div class="banner-content text-center">
<h4 class="text-white mb-20 text-uppercase">Discover Scouting</h4>
<h1 class="text-uppercase text-white">New Adventures.</h1>
<p class="text-white">Join Scouting and undergo adventures you will never forget.</p>
<a href="https://beascout.scouting.org/list/?zip=49686&program%5B0%5D=scoutsBSA&scoutsBSAFilter=all&miles=10&unitID=138289" class="text-uppercase header-btn">Discover Now</a>
</div>
</div>
</div>
</div>
</div>
<div class="item-slider relative" style="background: url(img/IMG_20220213_100542469_HDR.jpg) center center / cover no-repeat;">
<div class="overlay" style="background: rgba(0,0,0,.3)"></div>
<div class="container">
<div class="row fullscreen justify-content-center align-items-center">
<div class="col-md-10 col-12">
<div class="banner-content text-center">
<h4 class="text-white mb-20 text-uppercase">Discover Scouting</h4>
<h1 class="text-uppercase text-white">New Experience</h1>
<p class="text-white">Find new experiences that will change you.</p>
<a href="https://beascout.scouting.org/list/?zip=49686&program%5B0%5D=scoutsBSA&scoutsBSAFilter=all&miles=10&unitID=138289" class="text-uppercase header-btn">Discover Now</a>
</div>
</div>
</div>
</div>
</div>
<div class="item-slider relative" style="background: url(img/DSC_0557.JPG) center center / cover no-repeat;">
<div class="overlay" style="background: rgba(0,0,0,.3)"></div>
<div class="container">
<div class="row fullscreen justify-content-center align-items-center">
<div class="col-md-10 col-12">
<div class="banner-content text-center">
<h4 class="text-white mb-20 text-uppercase">Discover Scouting</h4>
<h1 class="text-uppercase text-white">New Trip</h1>
<p class="text-white">Find yourself on a new trip that will change your life.</p>
<a href="https://beascout.scouting.org/list/?zip=49686&program%5B0%5D=scoutsBSA&scoutsBSAFilter=all&miles=10&unitID=138289" class="text-uppercase header-btn">Discover Now</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section-gap info-area" id="about">
<div class="container">
<div class="row d-flex justify-content-center">
<div class="menu-content pb-40 col-lg-8">
<div class="title text-center">
<h1 class="mb-10">Why Choose Scouting of America</h1>
<p>Who we are and what we do.</p>
</div>
</div>
</div>
<div class="single-info row mt-40">
<div class="col-lg-6 col-md-12 mt-120 text-center no-padding info-left">
<div class="info-thumb">
<img src="img/aboutpng.png
" class="img-fluid" alt="">
</div>
</div>
<div class="col-lg-6 col-md-12 no-padding info-rigth">
<div class="info-content">
<h2 class="pb-30">BSA mission
<br></h2>
<div><p>The mission of the Boy Scouts of America (BSA) is to prepare young people to make ethical and moral choices over their lifetimes by instilling in them the values of the Scout Oath and Law.</div></p>
<div><p class="big">The Scout Oath is: </div></P>
<div><b>On my honor, I will do my best</div>
<div>To do my duty to God and my country</div>
<div>and to obey the Scout Law;</div>
<div>To help other people at all times;</div>
<div>To keep myself physically strong,</div>
<div>mentally awake, and morally straight.</b></div>
<div>
</div>
<div><p class="big">The Scout Law is:</P></div>
<div>
</div>
<div><p class="big"><b>A Scout is trustworthy, loyal, helpful, friendly,
courteous, kind, obedient, cheerful, thrifty,
brave, clean, and reverent.</b></p></div>
The BSA aims to achieve this mission by providing a program for young people that builds character, trains them in the responsibilities of participating citizenship, and develops personal fitness. The BSA program includes Cub Scouts (for boys in grades K-5), Scouts BSA (for boys and girls in grades 6-12), and Venturers (for young men and women in grades 9-12).</p>
</div>
</div>
</div>
</div>
</section>
<section class="project-area section-gap" id="project">
<div class="container">
<div class="row d-flex justify-content-center">
<div class="menu-content pb-30 col-lg-8">
<div class="title text-center">
<h1 class="mb-10">About us</h1>
<div><p>Troop 34 of Traverse City, Michigan has a long history of providing young men with the opportunity to learn valuable life skills, serve their community, and experience the great outdoors.</p></Div>
<div><p> Founded in the 1920s, Troop 34 has been an integral part of the Traverse City community for nearly 100 years. Over the years, the troop has helped countless young men develop leadership skills, build self-confidence, and learn the value of hard work and teamwork. </p> <div>
<div><p> One of the main activities of Troop 34 is camping. The troop goes on regular camping trips to state parks and other wilderness areas, providing boys with the opportunity to experience the beauty of nature and learn outdoor skills such as camping, hiking, and wilderness survival. </p> <div>
<div><p> In addition to camping, Troop 34 also participates in community service projects. The boys have helped with beach clean-ups, assisted with local food drives, and volunteered at community events. This not only helps the community, but also teaches the boys the importance of giving back and being responsible members of society.
</p> <div>
<div> <p> Troop 34 is led by a dedicated group of adult volunteers, including the Scoutmaster and Assistant Scoutmasters. These leaders provide guidance and support to the boys, helping them to develop the skills and confidence they need to succeed in life.
</p><div>
<div> <p> If you are in the Traverse City area and are interested in joining Troop 34, or if you are an adult who is interested in volunteering with the troop, please contact the Scoutmaster for more information. Troop 34 is always looking for new members and leaders to join the ranks and continue its tradition of excellence.
</p><div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="feature-area section-gap" id="service">
<div class="container">
<div class="row d-flex justify-content-center">
<div class="menu-content pb-60 col-lg-8">
<div class="title text-center">
<h1 class="mb-10">Some Features that Made us forever</h1>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 ">
<div class="single-feature mb-30">
<div class="title d-flex flex-row pb-20">
<span class="lnr lnr-user"></span>
<h4><a href="#">Life Skills</a></h4>
</div>
<p>
Learning practical skills like first aid, outdoor survival, cooking, and navigation.</p>
</div>
</div>
<div class="col-lg-4 col-md-6 ">
<div class="single-feature mb-30">
<div class="title d-flex flex-row pb-20">
<span class="lnr lnr-license"></span>
<h4><a href="#">Character Development</a></h4>
</div>
<p>
Fostering traits like leadership, teamwork, responsibility, and perseverance.
</p>
</div>
</div>
<div class="col-lg-4 col-md-6 ">
<div class="single-feature mb-30">
<div class="title d-flex flex-row pb-20">
<span class="lnr lnr-phone"></span>
<h4><a href="#">Community Service</a></h4>
</div>
<p>
Encouraging involvement in community projects and service to others.
</p>
</div>
</div>
<div class="col-lg-4 col-md-6 ">
<div class="single-feature">
<div class="title d-flex flex-row pb-20">
<span class="lnr lnr-rocket"></span>
<h4><a href="#">Personal Growth</h4>
</div>
<p>
Usage of the Internet is becoming more common due to rapid advancement of technology and power.
</p>
</div>
</div>
<div class="col-lg-4 col-md-6 ">
<div class="single-feature">
<div class="title d-flex flex-row pb-20">
<span class="lnr lnr-diamond"></span>
<h4><a href="#">Life Time Friendships</a></h4>
</div>
<p>
Forming bonds with peers and mentors in a supportive environment.
</p>
</div>
</div>
<div class="col-lg-4 col-md-6 ">
<div class="single-feature">
<div class="title d-flex flex-row pb-20">
<span class="lnr lnr-bubble"></span>
<h4><a href="#">Career Preparation</a></h4>
</div>
<p>
Developing skills that can be valuable in various careers, such as communication and problem-solving.
</p>
</div>
</div>
</div>
</div>
</section>
<section class="gallery-area" id="gallery">
<div class="container-fluid">
<div class="row no-padding">
<div class="active-gallery">
<div class="item single-gallery">
<img src="/img/indexgallery/DSC_0001.jpg" alt>
</div>
<div class="item single-gallery">
<img src="/img/indexgallery/DSC_0049.jpg" alt>
</div>
<div class="item single-gallery">
<img src="/img/indexgallery/DSC_0557.jpg" alt>
</div>
<div class="item single-gallery">
<img src="/img/indexgallery/DSC_0685.jpg" alt>
</div>
<div class="item single-gallery">
<img src="/img/indexgallery/IMG_20220320_152323058_HDR.jpg" alt>
</div>
<div class="item single-gallery">
<img src="/img/indexgallery/IMG_20220917_113432035.jpg" alt>
</div>
</div>
</div>
</div>
</section>
<section class="faq-area section-gap" id="faq">
<div class="container">
<div class="row d-flex justify-content-center">
<div class="menu-content pb-60 col-lg-8">
<div class="title text-center">
<h1 class="mb-10">Frequently Asked Questions</h1>
<p>Who are in extremely love with eco friendly system.</p>
</div>
</div>
</div>
<div class="row d-flex align-items-center">
<div class="counter-left col-lg-3 col-md-3">
<div class="single-facts">
<div class="single-facts">
<h2 class="counter">1000</h2>
<p>People Helped</p>
</div>
<div class="single-facts">
<h2 class="counter">1000</h2>
<p>friends made</p>
</div>
<h2 class="counter">100</h2>
<p>Eagle Scouts from our troop</p>
</div>
<div class="single-facts">
<h2 class="counter">30</h2>
<p>Scouts in the troop</p>
</div>
</div>
<div class="faq-content col-lg-9 col-md-9">
<div class="single-faq">
<h2 class="text-uppercase">
Why do scouting?
</h2>
<div><p>Boy Scouting is a youth program that aims to teach young boys valuable life skills, promote character development, and encourage physical and mental fitness. It is designed to help boys develop into responsible, well-rounded individuals who are capable of making positive contributions to their communities. </div></p>
<div><p>Through participation in Boy Scouting, boys have the opportunity to learn a wide range of skills, including outdoor skills such as camping, hiking, and wilderness survival, as well as leadership skills, teamwork, and citizenship. They also have the chance to participate in a variety of activities and adventures, such as camping trips, community service projects, and recreational activities, which help to promote physical fitness and mental well-being.</div></p>
<div><p>Additionally, Boy Scouting provides boys with a sense of belonging and camaraderie, as they are part of a larger group of boys working towards common goals. It also helps boys to develop friendships and build relationships with their peers and adult leaders.</div></p>
<div><p>Overall, Boy Scouting offers boys a unique and rewarding experience that helps them to grow and develop into responsible, well-rounded individuals who are prepared to meet the challenges of the future.</div></p>
</p>
</div>
<div class="single-faq">
<h2 class="text-uppercase">
Where? When?
</h2>
<p>Our meeting are at the First Congregational Church "6105 Center Rd, Traverse City, MI 49686" at 6:30 PM every tuesday</p>
</div>
<div class="single-faq">
<h2 class="text-uppercase">
does it cost anything?
</h2>
<p>
Yes it does There is a yearly charge, And for certin events with the troop (or some of the troop) There is a charge. (HINT it's well worth it)
</p>
</div>
</div>
</div>
</div>
</section>
<!--
<section class="video-area pt-40 pb-40">
<div class="overlay overlay-bg"></div>
<div class="container">
<div class="video-content">
<a href="https://www.youtube.com/watch?v=0O2aH4XLbto" class="play-btn"><img src="img/play-btn.png" alt=""></a>
<div class="video-desc">
<h3 class="h2 text-white text-uppercase">Being unique is the preference</h3>
<h4 class="text-white">Youtube video will appear in popover</h4>
</div>
</div>
</div>
</section>
-->
<section class="logo-area">
<div class="container">
<div class="row">
</div>
</div>
</section>
<!-- start contact Area -->
<section id="contact">
<script type="text/javascript" src="https://form.jotform.com/jsform/222956759573069"></script>
</section>
<!-- end contact Area -->
<footer class="footer-area section-gap">
<div class="container">
<div class="row">
<div class="col-lg-5 col-md-6 col-sm-6">
<div class="single-footer-widget">
<h6>About Us</h6>
<p>
We are a Boy Scout Troop baced out of Traverse city. We also have been merged with multiple other BSA troops. And is TC's BSA troop
</p>
<p class="footer-text">Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | This template is made by <a href="https://colorlib.com" target="_blank">Colorlib</a></p> <p class="footer-text"> Edited by Andrew Schrader
</div>
</div>
</footer>
<script src="js/vendor/jquery-2.2.4.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script>
<script src="js/vendor/bootstrap.min.js"></script>
<script src="js/jquery.ajaxchimp.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.sticky.js"></script>
<script src="js/slick.js"></script>
<script src="js/jquery.counterup.min.js"></script>
<script src="js/waypoints.min.js"></script>
<script src="js/main.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-23581568-13"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-23581568-13');
</script>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/vaafb692b2aea4879b33c060e79fe94621666317369993" integrity="sha512-0ahDYl866UMhKuYcW078ScMalXqtFJggm7TmlUtp0UlD4eQk0Ixfnm5ykXKvGJNFjLMoortdseTfsRT8oCfgGA==" data-cf-beacon='{"rayId":"77aad3a60b95230b","token":"cd0b4b3a733644fc843ef0b185f98241","version":"2022.11.3","si":100}' crossorigin="anonymous"></script>
</body>
</html>