diff --git a/src/app/components/contact/contact.component.html b/src/app/components/contact/contact.component.html index abe67c9..10f20e3 100644 --- a/src/app/components/contact/contact.component.html +++ b/src/app/components/contact/contact.component.html @@ -1,4 +1,7 @@
+
+ Coming Soon: This feature is under development +
Name @@ -28,7 +31,7 @@ Send me a copy
- +
diff --git a/src/app/components/contact/contact.component.ts b/src/app/components/contact/contact.component.ts index 56d7bc0..b1fc672 100644 --- a/src/app/components/contact/contact.component.ts +++ b/src/app/components/contact/contact.component.ts @@ -4,4 +4,6 @@ import {Component} from '@angular/core'; selector: 'app-contact', templateUrl: './contact.component.html' }) -export class ContactComponent { } +export class ContactComponent { + error = false; +} diff --git a/src/app/view/home/home.component.html b/src/app/view/home/home.component.html index a11b0ab..b74c1a3 100644 --- a/src/app/view/home/home.component.html +++ b/src/app/view/home/home.component.html @@ -64,7 +64,57 @@ -
+
+
+
+

Resources

+
+
+
+ Border icon +
+
+

Crossing Border

+

Learn about crossing the USA/Canadian border

+ Canada / USA +
+
+
+
+ Canadian leaf +
+
+

Border Declarations

+

Declare firearms & cross faster using ArriveCan

+ ArriveCan / + Firearms +
+
+
+
+ Regulations +
+
+

Local Regulations

+

Learn the local hunting and fishing laws

+ Hunting / + Fishing +
+
+
+
+ Regulations +
+
+

Weather

+

Stay informed and check the local weather forecast

+ Morson / + Marine +
+
+
+
+
@@ -76,7 +126,7 @@
-
+

Contact Us

diff --git a/src/assets/border.png b/src/assets/border.png new file mode 100644 index 0000000..7f696f7 Binary files /dev/null and b/src/assets/border.png differ diff --git a/src/assets/leaf.png b/src/assets/leaf.png new file mode 100644 index 0000000..117fd6b Binary files /dev/null and b/src/assets/leaf.png differ diff --git a/src/assets/map.png b/src/assets/map.png deleted file mode 100644 index e3481fd..0000000 Binary files a/src/assets/map.png and /dev/null differ diff --git a/src/assets/regulations.png b/src/assets/regulations.png new file mode 100644 index 0000000..f25daed Binary files /dev/null and b/src/assets/regulations.png differ diff --git a/src/assets/resturant.png b/src/assets/resturant.png index 2602f81..0372cb5 100644 Binary files a/src/assets/resturant.png and b/src/assets/resturant.png differ diff --git a/src/assets/weather.png b/src/assets/weather.png new file mode 100644 index 0000000..346f41b Binary files /dev/null and b/src/assets/weather.png differ