Updated reopening guidelines

test
dan 2020-05-11 20:27:29 -06:00
parent dd3934ff9c
commit e2ff93c722
4 changed files with 70 additions and 29 deletions

View File

@ -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;" >
</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-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>
If you are unable to attend, please follow the links below to view
@ -81,11 +59,14 @@
</p>
<p ofbFadeInOnScroll class="action">
<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 class="row-content-col-right">
<a routerLink="/covid" >
<img class="w-100pct" ofbFadeInOnScroll src="assets/images/home-images/tiny/covid_header.jpg" >
<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>

View File

@ -28,7 +28,7 @@ export class HomeComponent {
return true;
}
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();
if (now.getFullYear() > maxDate.getFullYear()) return false;
if (now.getFullYear() == maxDate.getFullYear()) {

View File

@ -1,12 +1,72 @@
{
"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,
"title": "Sunday Evening",
"src": "https://ofbbutte.com/static/media/video/2020-03-29 1900 Pastor Derek Loewen.mp4",
"yt": "https://www.youtube.com/embed/YdePie9pCrM",
"date": "2020-04-26T11:00:00-06:00",
"archived": false,
"archived": true,
"message": "Please check back later for the Sunday Evening Service"
},
{