diff --git a/src/app/components/carousel/carousel.component.ts b/src/app/components/carousel/carousel.component.ts index 61e2219..07e3558 100644 --- a/src/app/components/carousel/carousel.component.ts +++ b/src/app/components/carousel/carousel.component.ts @@ -10,7 +10,6 @@ export class CarouselComponent implements OnDestroy, AfterViewInit { background = true; gallery: string[] = [ - '/assets/gallery/sign.jpg', '/assets/gallery/0e2343c77df8a7a889ac415c8e7a7e21.jpg', '/assets/gallery/2a291f871aa431321815427bd0da7b47.jpg', '/assets/gallery/3daf84c720d7cc1a1cee552ed8aaa950.png', diff --git a/src/app/components/toolbar/toolbar.component.html b/src/app/components/toolbar/toolbar.component.html index 116c9cc..eab7847 100644 --- a/src/app/components/toolbar/toolbar.component.html +++ b/src/app/components/toolbar/toolbar.component.html @@ -1,4 +1,4 @@ - + Logo @@ -7,7 +7,6 @@ - diff --git a/src/app/view/home/home.component.html b/src/app/view/home/home.component.html index 85d7e1c..6cf50d1 100644 --- a/src/app/view/home/home.component.html +++ b/src/app/view/home/home.component.html @@ -1,36 +1,30 @@ -
- Banner -

+
+
-
-

About Us

-

Pelican Landing is a family run year-round hunting & fishing lodge. It's located on the beautiful southern shores of Lake of Woods and offers the outdoors-man a tailor made experience. With both road and water access this resort can meet the needs of the angler, hunter, or nature enthusiast. Our goal at Pelican Landing is to make your stay with us a memorable, relaxing experience that you will want to repeat.

- -
-
+

Services

-
+
restaurant

Restaurant

Our on site restaurant is the best around. Open 11am - 8pm


Menu keyboard_double_arrow_right
-
+
gps_fixed

Hunting

We offer guided tours to hunt black bear, white tail dear, birds & small game


More keyboard_double_arrow_right
-
+
phishing

Fishing

We offer guided tours to fish for walleye, pike, crappie, bass, trout, sturgeon & muskie

More keyboard_double_arrow_right
-
+
cottage

Lodging

Reserve a cottage or RV parking spot. Package with a hunting/fishing trip for more savings

@@ -38,12 +32,18 @@
-
+ +
+

About Us

+

Pelican Landing is a family run, year-round, hunting & fishing lodge. It's located on the beautiful southern shores of Lake of Woods and offers the outdoorsman a tailor made experience. With both road and water access this resort can meet the needs of the angler, hunter, or nature enthusiast. Our goal at Pelican Landing is to make your stay with us a memorable & relaxing experience that you will want to repeat.

+ +
+

Contact Us

- +
diff --git a/src/assets/gallery/cabin-1.jpg b/src/assets/cabin-1.jpg similarity index 100% rename from src/assets/gallery/cabin-1.jpg rename to src/assets/cabin-1.jpg diff --git a/src/assets/gallery/cabin-4.jpg b/src/assets/cabin-4.jpg similarity index 100% rename from src/assets/gallery/cabin-4.jpg rename to src/assets/cabin-4.jpg diff --git a/src/assets/fall.png b/src/assets/fall.png new file mode 100644 index 0000000..df38806 Binary files /dev/null and b/src/assets/fall.png differ diff --git a/src/assets/islands.png b/src/assets/islands.png new file mode 100644 index 0000000..ca404b8 Binary files /dev/null and b/src/assets/islands.png differ diff --git a/src/assets/gallery/sign.jpg b/src/assets/sign.jpg similarity index 100% rename from src/assets/gallery/sign.jpg rename to src/assets/sign.jpg diff --git a/src/assets/spring.png b/src/assets/spring.png new file mode 100644 index 0000000..992ad34 Binary files /dev/null and b/src/assets/spring.png differ diff --git a/src/assets/summer.png b/src/assets/summer.png new file mode 100644 index 0000000..10789a5 Binary files /dev/null and b/src/assets/summer.png differ diff --git a/src/assets/texture.png b/src/assets/texture.png new file mode 100644 index 0000000..28128a4 Binary files /dev/null and b/src/assets/texture.png differ diff --git a/src/assets/winter.png b/src/assets/winter.png new file mode 100644 index 0000000..c93d036 Binary files /dev/null and b/src/assets/winter.png differ diff --git a/src/styles.scss b/src/styles.scss index b5dd993..0c8e99d 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -6,14 +6,16 @@ @include mat.core(); $my-theme: mat.define-light-theme(( color: ( - primary: mat.define-palette(mat.$blue-palette), - accent: mat.define-palette(mat.$pink-palette, A200), + primary: mat.define-palette(mat.$green-palette, 700), + accent: mat.define-palette(mat.$teal-palette, 600), ), typography: mat.define-typography-config(), density: 0, )); @include mat.all-component-themes($my-theme); +.bg-primary { background: #6da043 !important; } + // Globals ============================================================== html, body {