diff --git a/Client/src/app/components/home/home.component.html b/Client/src/app/components/home/home.component.html index 37819ab..ac80499 100644 --- a/Client/src/app/components/home/home.component.html +++ b/Client/src/app/components/home/home.component.html @@ -45,31 +45,9 @@ -
-
-
-

Reopening!

-

- 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. -

-
-

- info Click here for guidelines -

-
-
- - - -
-
-
-
-
+

Watch Online

If you are unable to attend, please follow the links below to view @@ -81,11 +59,14 @@

headset Click here to listen online -

+

+

+ info Reopening Guidelines +

- diff --git a/Client/src/app/components/home/home.component.ts b/Client/src/app/components/home/home.component.ts index 94ce2f6..41cd65c 100644 --- a/Client/src/app/components/home/home.component.ts +++ b/Client/src/app/components/home/home.component.ts @@ -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()) { diff --git a/Client/src/assets/Reopening Church Guidelines.pdf b/Client/src/assets/Reopening Church Guidelines.pdf index fa49a02..8ff4731 100644 Binary files a/Client/src/assets/Reopening Church Guidelines.pdf and b/Client/src/assets/Reopening Church Guidelines.pdf differ diff --git a/Client/src/assets/json/videoServices.json b/Client/src/assets/json/videoServices.json index 41706ff..34a7035 100644 --- a/Client/src/assets/json/videoServices.json +++ b/Client/src/assets/json/videoServices.json @@ -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" }, {