UIAngular/Client/src/app/components/camp-page/camp-page.component.html

130 lines
5.1 KiB
HTML

<secondary-page-component [hideSideBarOnMobile]="true">
<div mainContent>
<p ofbFadeInOnScroll class="section-header">The Next Level Bible Youth Camp</p>
<div ofbFadeInOnScroll class="section-paragraph">
This years theme for Bible youth camp is <strong>The Next Level!</strong>
<div class="verse">
“And Caleb stilled the people before Moses, and said, Let us go up at once, and possess it; for we are well able to overcome it.”
<a href="https://www.kingjamesbibleonline.org/Numbers-13-30/">Numbers 13:30</a>
</div>
<br>
<p><strong>Dates:</strong> July 8 - 12, 2019</p>
<p><strong>Ages:</strong> 10 - 17</p>
<p><strong>Cost:</strong> $40 per camper</p>
<br>
For more information contact us at
<strong><a href="tel:+1-406-491-5548" class="align-top">406-491-5548</a></strong>
<br><br>
<div ofbFadeInOnScroll class="image-container">
<img class="image width75" src="assets/images/tiny/campphotos.jpg" alt="Church Image" />
</div>
</div>
<br><br>
<p ofbFadeInOnScroll class="section-header">Registration</p>
<div ofbFadeInOnScroll class="section-paragraph">
The cost per camper is $40 and must be submitted with a completed registration form.
<br>
<strong><a href="/assets/images/tiny/campregistration.pdf" target="_blank">Click here to download the registration form</a></strong>
</div>
<br><br>
<p ofbFadeInOnScroll class="section-header">Camp Rules</p>
<div ofbFadeInOnScroll class="section-paragraph">
<ol>
<li>I will bring a good attitude to camp</li>
<li>I will help to keep a clean camp</li>
<li>I will be careful what I say in any language</li>
<li>I will not destroy property</li>
<li>I will consider the safety of people</li>
<li>I will honor all camp staff at all times by my obedience</li>
<li>I will not bother the other campers' property</li>
<li>I will stay in the camp boundaries set up by the camp staff</li>
<li>I will not use or possess any forms of alcoholic beverages, drugs or tabacco</li>
<li>I will not use curse words</li>
</ol>
<br>
All campers will be expected to participate in camp activities. Any camper who causes discipline
problems will be taken to Butte, either to their home or to wait for the arrival of a parent
or guardian. No refunds of camp fees.
</div>
<br><br>
<p ofbFadeInOnScroll class="section-header">What to Bring</p>
<div ofbFadeInOnScroll class="section-paragraph">
<table class="width100">
<tr>
<td><input type="checkbox"/> KJV Bible</td>
<td><input type="checkbox"/> Hiking Shoes</td>
</tr>
<tr>
<td><input type="checkbox"/> Sleeping Bag & Pillow</td>
<td><input type="checkbox"/> Soap, Towel, & Wash Cloth</td>
</tr>
<tr>
<td><input type="checkbox"/> Clothes for 1 week</td>
<td><input type="checkbox"/> Toothbrush & Tooth Paste</td>
</tr>
<tr>
<td><input type="checkbox"/> Flashlight</td>
<td><input type="checkbox"/> Sunscreen & Bug Repellent</td>
</tr>
<tr>
<td><input type="checkbox"/> Jacket/Hat</td>
</tr>
</table>
</div>
<br><br>
<p ofbFadeInOnScroll class="section-header">What NOT to Bring</p>
<div ofbFadeInOnScroll class="section-paragraph">
<table class="width100">
<tbody>
<tr>
<td>Music or Game Devices</td>
<td>Knives or Weapons</td>
</tr>
<tr>
<td>Radios</td>
<td>DVD Players</td>
</tr>
<tr>
<td>Cell Phones</td>
<td>Playing Cards</td>
</tr>
<tr>
<td>Money</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td class="text-underline"><strong>Men/Boys</strong></td>
<td class="text-underline"><strong>Women/Girls</strong></td>
</tr>
<tr>
<td>Shorts/Cut-Offs</td>
<td>Shorts/Cut-Offs</td>
</tr>
<tr>
<td>T-shirts with printing</td>
<td>T-shirts with printing</td>
</tr>
<tr>
<td>Tank Tops</td>
<td>Tank Tops</td>
</tr>
<tr>
<td>Necklaces/Earrings</td>
<td>Low-cut/See thru tops</td>
</tr>
</tbody>
</table>
<br>
<strong>If found these items will be confiscated until after camp!</strong>
</div>
</div>
<div sideBar class="side-bar">
<img src="assets/images/tiny/campcover.jpg" class="width100" /> <br>
</div>
</secondary-page-component>