Finish Camp Page
parent
45d66936da
commit
7ad46af00a
|
|
@ -36,4 +36,14 @@ a:visited{
|
||||||
|
|
||||||
.width100 {
|
.width100 {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.width75 {
|
||||||
|
width: 75%;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.image-container {
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
@ -13,7 +13,11 @@
|
||||||
<p><strong>Cost:</strong> $40 per camper</p>
|
<p><strong>Cost:</strong> $40 per camper</p>
|
||||||
<br>
|
<br>
|
||||||
For more information contact us at
|
For more information contact us at
|
||||||
<strong><a href="tel:+1-406-491-5548" class="align-top">406-491-5548</a></strong>
|
<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>
|
</div>
|
||||||
|
|
||||||
<br><br>
|
<br><br>
|
||||||
|
|
@ -21,7 +25,7 @@
|
||||||
<div ofbFadeInOnScroll class="section-paragraph">
|
<div ofbFadeInOnScroll class="section-paragraph">
|
||||||
The cost per camper is $40 and must be submitted with a completed registration form.
|
The cost per camper is $40 and must be submitted with a completed registration form.
|
||||||
<br>
|
<br>
|
||||||
<strong><a href="">Click here to download the registration form</a></strong>
|
<strong><a href="/assets/images/tiny/campregistration.pdf" target="_blank">Click here to download the registration form</a></strong>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<br><br>
|
<br><br>
|
||||||
|
|
@ -116,11 +120,11 @@
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<br>
|
<br>
|
||||||
If found these items will be confiscated until after camp!
|
<strong>If found these items will be confiscated until after camp!</strong>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div sideBar class="side-bar">
|
<div sideBar class="side-bar">
|
||||||
<img src="assets/images/home-images/tiny/church.jpg" class="width100" /> <br>
|
<img src="assets/images/tiny/campcover.jpg" class="width100" /> <br>
|
||||||
</div>
|
</div>
|
||||||
</secondary-page-component>
|
</secondary-page-component>
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
<div id="filler">
|
<div id="filler">
|
||||||
<div id="call-to-action-container" *ngIf="showCallToAction">
|
<div id="call-to-action-container" *ngIf="showCallToAction">
|
||||||
<button id="action-button" routerLink="/camp" mat-raised-button color="accent"><i ofbicon class="mr-10">play_arrow</i>2019 Youth Camp</button>
|
<button id="action-button" routerLink="/camp" mat-raised-button color="accent"><i ofbicon class="mr-10">info_outline</i>2019 Youth Camp</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,6 @@ export class HomeComponent {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
public get showCallToAction(): boolean {
|
public get showCallToAction(): boolean {
|
||||||
return false;
|
|
||||||
let maxDate = new Date(2019,6,8); // September 6th 2018 -- Set the month one month behind since JavaScript dates are 0 based
|
let maxDate = new Date(2019,6,8); // September 6th 2018 -- Set the month one month behind since JavaScript dates are 0 based
|
||||||
let now = new Date();
|
let now = new Date();
|
||||||
if (now.getFullYear() > maxDate.getFullYear()) return false;
|
if (now.getFullYear() > maxDate.getFullYear()) return false;
|
||||||
|
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 59 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 481 KiB |
Binary file not shown.
Loading…
Reference in New Issue