diff --git a/Client/src/app/components/app/app.component.html b/Client/src/app/components/app/app.component.html index dd0ee60..2d36b6e 100644 --- a/Client/src/app/components/app/app.component.html +++ b/Client/src/app/components/app/app.component.html @@ -26,8 +26,7 @@

Butte, MT 59701

(406) 494 - 5028

-

Pastor Derek Loewen

-

Pastor Emeritus Ron Derksen

+

Pastor Derek Loewen

-
+
+
+
+ +
+
+

Cowboy Carnival

+

+ Come join us for Ranger Walkers Wild West Cowboy Carnival! +

+
+

+ Family Fun +

+
+

+ Games +

+
+

+ Rides +

+
+

+ Inflatables +

+
+

+ Sunday, September 18 @ 11:00 AM +

+
+

+ phone 406-494-5028 +

+
+
+
+ +

Listen Online

@@ -63,41 +101,7 @@
-
- -
-
-
- -
-
-

Champ the Smiling Trick Horse

-

- Come join us for this special event happening September 5th and 6th at Old Fashion Baptist! -

-
-

- Wednesday, September 5 @ 7 PM -
- Bible Preaching & Bluegrass Gospel Music -

-
-

- Thursday, September 6 @ 5:30 PM -
- Food, Games, Music & Preaching -

-
-

- Click here to download the flyer -

-
-

- phone 406-494-5028 -

-
-
-
+
diff --git a/Client/src/app/components/home/home.component.ts b/Client/src/app/components/home/home.component.ts index 41cd65c..c82e009 100644 --- a/Client/src/app/components/home/home.component.ts +++ b/Client/src/app/components/home/home.component.ts @@ -14,15 +14,17 @@ import { VideoServices } from './video-services'; export class HomeComponent { backgroundTop: string = "0px"; public get showSpecial() : boolean { - return true; //COVID-19 - let maxDate = new Date(2018,8,6); // September 6th 2018 -- Set the month one month behind since JavaScript dates are 0 based + let maxDate = new Date(2022,8,18,11); // September 18th 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()) { if (now.getMonth() > maxDate.getMonth()) return false; if (now.getMonth() == maxDate.getMonth()) { if (now.getDate() > maxDate.getDate()) return false; + if (now.getDate() == maxDate.getDate()) { + if (now.getHours() > maxDate.getHours()) return false; + } } } return true; diff --git a/Client/src/assets/images/home-images/original/Cowboy Carnival.jpg b/Client/src/assets/images/home-images/original/Cowboy Carnival.jpg new file mode 100644 index 0000000..3de6bb8 Binary files /dev/null and b/Client/src/assets/images/home-images/original/Cowboy Carnival.jpg differ diff --git a/Client/src/assets/images/home-images/tiny/Cowboy Carnival.jpg b/Client/src/assets/images/home-images/tiny/Cowboy Carnival.jpg new file mode 100644 index 0000000..f25bc4e Binary files /dev/null and b/Client/src/assets/images/home-images/tiny/Cowboy Carnival.jpg differ diff --git a/Client/src/assets/images/original/family.jpg b/Client/src/assets/images/original/family.jpg new file mode 100644 index 0000000..444870e Binary files /dev/null and b/Client/src/assets/images/original/family.jpg differ diff --git a/Client/src/assets/images/tiny/pstr2.jpg b/Client/src/assets/images/tiny/pstr2.jpg index 7d7d990..1a2ca25 100644 Binary files a/Client/src/assets/images/tiny/pstr2.jpg and b/Client/src/assets/images/tiny/pstr2.jpg differ diff --git a/Client/src/assets/images/tiny/sign.png b/Client/src/assets/images/tiny/sign.png index e30bea2..88b9b5a 100644 Binary files a/Client/src/assets/images/tiny/sign.png and b/Client/src/assets/images/tiny/sign.png differ