Updated reopening guidelines
parent
dd3934ff9c
commit
e2ff93c722
|
|
@ -45,31 +45,9 @@
|
||||||
<img src="assets/images/home-images/tiny/VBS_small.jpg" style="width:75%; max-width: 350px; position: relative; z-index: 1; box-shadow: 0 0 20px pink;" >
|
<img src="assets/images/home-images/tiny/VBS_small.jpg" style="width:75%; max-width: 350px; position: relative; z-index: 1; box-shadow: 0 0 20px pink;" >
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row" *ngIf="showSpecial" >
|
|
||||||
<div class="row-content">
|
|
||||||
<div class="row-content-col-right align-top center">
|
|
||||||
<p ofbFadeInOnScroll class="row-content-header">Reopening!</p>
|
|
||||||
<p ofbFadeInOnScroll>
|
|
||||||
The Lord has answered our prayers and our church building will be reopening April 26th!
|
|
||||||
It is important that we take extreme precautionary measures to ensure that we keep
|
|
||||||
our congregation safe. Please review and abide by the guidelines below.
|
|
||||||
</p>
|
|
||||||
<br>
|
|
||||||
<p ofbFadeInOnScroll class="action">
|
|
||||||
<i ofbicon>info</i> <a href="/assets/Reopening Church Guidelines.pdf" target="_blank" class="align-top">Click here for guidelines</a>
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
<div class="row-content-col-left">
|
|
||||||
<a routerLink="/covid2" >
|
|
||||||
<img class="w-100pct" ofbFadeInOnScroll src="assets/images/home-images/tiny/covid_header_2.jpg" >
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="row tint" *ngIf="showSpecial" >
|
<div class="row tint" *ngIf="showSpecial" >
|
||||||
<div class="row-content">
|
<div class="row-content">
|
||||||
<div class="row-content-col-left align-top center">
|
<div class="row-content-col-right align-top">
|
||||||
<p ofbFadeInOnScroll class="row-content-header">Watch Online</p>
|
<p ofbFadeInOnScroll class="row-content-header">Watch Online</p>
|
||||||
<p ofbFadeInOnScroll>
|
<p ofbFadeInOnScroll>
|
||||||
If you are unable to attend, please follow the links below to view
|
If you are unable to attend, please follow the links below to view
|
||||||
|
|
@ -82,10 +60,13 @@
|
||||||
<p ofbFadeInOnScroll class="action">
|
<p ofbFadeInOnScroll class="action">
|
||||||
<i ofbicon>headset</i> <a routerLink="/sermons" class="align-top">Click here to listen online</a>
|
<i ofbicon>headset</i> <a routerLink="/sermons" class="align-top">Click here to listen online</a>
|
||||||
</p>
|
</p>
|
||||||
|
<p ofbFadeInOnScroll class="action">
|
||||||
|
<i ofbicon>info</i> <a href="/assets/Reopening Church Guidelines.pdf" target="_blank" class="align-top">Reopening Guidelines</a>
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="row-content-col-right">
|
<div class="row-content-col-left">
|
||||||
<a routerLink="/covid" >
|
<a routerLink="/covid2" >
|
||||||
<img class="w-100pct" ofbFadeInOnScroll src="assets/images/home-images/tiny/covid_header.jpg" >
|
<img class="w-100pct" ofbFadeInOnScroll src="assets/images/home-images/tiny/covid_header_2.jpg" >
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@ export class HomeComponent {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
public get showCallToAction(): boolean {
|
public get showCallToAction(): boolean {
|
||||||
let maxDate = new Date(2020,11,31); // July 8th 2018 -- Set the month one month behind since JavaScript dates are 0 based
|
let maxDate = new Date(2020,4,10); // July 8th 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;
|
||||||
if (now.getFullYear() == maxDate.getFullYear()) {
|
if (now.getFullYear() == maxDate.getFullYear()) {
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -1,12 +1,72 @@
|
||||||
{
|
{
|
||||||
"videos": [
|
"videos": [
|
||||||
|
{
|
||||||
|
"isReady": true,
|
||||||
|
"title": "Sunday Evening",
|
||||||
|
"src": "",
|
||||||
|
"yt": "https://www.youtube.com/embed/wCqhj3HnhKU",
|
||||||
|
"date": "2020-05-10T19:00:00-06:00",
|
||||||
|
"archived": false,
|
||||||
|
"message": "Please check back later for the Sunday Evening Service"
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"isReady": true,
|
||||||
|
"title": "Sunday Morning",
|
||||||
|
"src": "",
|
||||||
|
"yt": "https://www.youtube.com/embed/kTQ9D7-cLOI",
|
||||||
|
"date": "2020-05-10T11:00:00-06:00",
|
||||||
|
"archived": true,
|
||||||
|
"message": "Please check back later for the Sunday Morning Service"
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"isReady": true,
|
||||||
|
"title": "Wednesday Evening",
|
||||||
|
"src": "",
|
||||||
|
"yt": "https://www.youtube.com/embed/NnzoF1TZ6hM",
|
||||||
|
"date": "2020-05-06T19:00:00-06:00",
|
||||||
|
"archived": true,
|
||||||
|
"message": "Please check back later for the Wednesday Evening Service"
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"isReady": true,
|
||||||
|
"title": "Sunday Evening",
|
||||||
|
"src": "",
|
||||||
|
"yt": "https://www.youtube.com/embed/IBztmi6WUEM",
|
||||||
|
"date": "2020-05-03T19:00:00-06:00",
|
||||||
|
"archived": true,
|
||||||
|
"message": "Please check back later for the Sunday Evening Service"
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"isReady": true,
|
||||||
|
"title": "Sunday Morning",
|
||||||
|
"src": "",
|
||||||
|
"yt": "https://www.youtube.com/embed/czA4T0z6QOU",
|
||||||
|
"date": "2020-05-03T11:00:00-06:00",
|
||||||
|
"archived": true,
|
||||||
|
"message": "Please check back later for the Sunday Morning Service"
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"isReady": true,
|
||||||
|
"title": "Wednesday Evening",
|
||||||
|
"src": "",
|
||||||
|
"yt": "https://www.youtube.com/embed/KIoxrDl6L9o",
|
||||||
|
"date": "2020-04-29T19:00:00-06:00",
|
||||||
|
"archived": true,
|
||||||
|
"message": "Please check back later for the Wednesday Evening Service"
|
||||||
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"isReady": true,
|
"isReady": true,
|
||||||
"title": "Sunday Evening",
|
"title": "Sunday Evening",
|
||||||
"src": "https://ofbbutte.com/static/media/video/2020-03-29 1900 Pastor Derek Loewen.mp4",
|
"src": "https://ofbbutte.com/static/media/video/2020-03-29 1900 Pastor Derek Loewen.mp4",
|
||||||
"yt": "https://www.youtube.com/embed/YdePie9pCrM",
|
"yt": "https://www.youtube.com/embed/YdePie9pCrM",
|
||||||
"date": "2020-04-26T11:00:00-06:00",
|
"date": "2020-04-26T11:00:00-06:00",
|
||||||
"archived": false,
|
"archived": true,
|
||||||
"message": "Please check back later for the Sunday Evening Service"
|
"message": "Please check back later for the Sunday Evening Service"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue