diff --git a/assets/css/style.css b/assets/css/style.css index 6ba2756..8e40565 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -1,64 +1,49 @@ -@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap'); +@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap"); html, body { - font-family: "Inter", sans-serif; - font-optical-sizing: auto; - font-weight: 400; - font-style: normal; - font-variation-settings: "slnt" 0; + font-family: "Inter", sans-serif; + font-optical-sizing: auto; + font-weight: 400; + font-style: normal; + font-variation-settings: "slnt" 0; } @media (min-width: 40em) { - /* Bump up size of carousel content */ - .banner-caption p { - margin-bottom: 1.25rem; - font-size: 1.25rem; - line-height: 1.4; - } + /* Bump up size of carousel content */ + .banner-caption p { + margin-bottom: 1.25rem; + font-size: 1.25rem; + line-height: 1.4; + } } -.bg-primary, .text-bg-primary { - background-color: #2f3448 !important; +.bg-primary, +.text-bg-primary { + background-color: #2f3448 !important; } .bi { - margin-left: 10px; - margin-right: 10px; - text-decoration: none; + margin-left: 10px; + margin-right: 10px; + text-decoration: none; } #socialMediaSection a { - text-decoration: none; + text-decoration: none; } -#banner-1 { - background: rgba(0, 0, 0, 0.3) url("../images/banners/1.webp"); - background-blend-mode: darken; - background-position: center; - background-size: cover; -} - -#banner-2 { - background: rgba(0, 0, 0, 0.3) url("../images/banners/2.webp"); - background-blend-mode: darken; - background-position: center; - background-size: cover; -} - -#banner-3 { - background: rgba(0, 0, 0, 0.3) url("../images/banners/3.webp"); - background-blend-mode: darken; - background-position: center; - background-size: cover; +#mainBanner { + max-width: 100%; + height: auto; } #mainLogo { - max-width: 100%; - height: 40px; + max-width: 100%; + height: 40px; } #companyLogo { - max-width: 100%; - height: 100px; -} \ No newline at end of file + max-width: 100%; + height: 100px; +} diff --git a/assets/images/banners/1.webp b/assets/images/banners/1.webp deleted file mode 100644 index 8667a66..0000000 Binary files a/assets/images/banners/1.webp and /dev/null differ diff --git a/assets/images/banners/2.webp b/assets/images/banners/2.webp deleted file mode 100644 index 09e4973..0000000 Binary files a/assets/images/banners/2.webp and /dev/null differ diff --git a/assets/images/banners/3.webp b/assets/images/banners/3.webp deleted file mode 100644 index 74e6c95..0000000 Binary files a/assets/images/banners/3.webp and /dev/null differ diff --git a/assets/images/banners/banner.jpg b/assets/images/banners/banner.jpg new file mode 100644 index 0000000..4e64d90 Binary files /dev/null and b/assets/images/banners/banner.jpg differ diff --git a/assets/images/gallery/1.jpg b/assets/images/gallery/1.jpg index 1681f9a..5edf070 100644 Binary files a/assets/images/gallery/1.jpg and b/assets/images/gallery/1.jpg differ diff --git a/assets/images/gallery/10.jpg b/assets/images/gallery/10.jpg index 6d7c009..ef5c6f5 100644 Binary files a/assets/images/gallery/10.jpg and b/assets/images/gallery/10.jpg differ diff --git a/assets/images/gallery/11.jpg b/assets/images/gallery/11.jpg index 4cb174b..abb960d 100644 Binary files a/assets/images/gallery/11.jpg and b/assets/images/gallery/11.jpg differ diff --git a/assets/images/gallery/12.jpg b/assets/images/gallery/12.jpg index 5fac71c..9c5f95c 100644 Binary files a/assets/images/gallery/12.jpg and b/assets/images/gallery/12.jpg differ diff --git a/assets/images/gallery/13.jpg b/assets/images/gallery/13.jpg deleted file mode 100644 index e53ac14..0000000 Binary files a/assets/images/gallery/13.jpg and /dev/null differ diff --git a/assets/images/gallery/14.jpg b/assets/images/gallery/14.jpg deleted file mode 100644 index b8ee427..0000000 Binary files a/assets/images/gallery/14.jpg and /dev/null differ diff --git a/assets/images/gallery/15.jpg b/assets/images/gallery/15.jpg deleted file mode 100644 index d261e90..0000000 Binary files a/assets/images/gallery/15.jpg and /dev/null differ diff --git a/assets/images/gallery/2.jpg b/assets/images/gallery/2.jpg index aabbcef..54efe97 100644 Binary files a/assets/images/gallery/2.jpg and b/assets/images/gallery/2.jpg differ diff --git a/assets/images/gallery/3.jpg b/assets/images/gallery/3.jpg index 240d39b..cfa8ba2 100644 Binary files a/assets/images/gallery/3.jpg and b/assets/images/gallery/3.jpg differ diff --git a/assets/images/gallery/4.jpg b/assets/images/gallery/4.jpg index 1b81e86..0727828 100644 Binary files a/assets/images/gallery/4.jpg and b/assets/images/gallery/4.jpg differ diff --git a/assets/images/gallery/5.jpg b/assets/images/gallery/5.jpg index af8c3e0..f410fd4 100644 Binary files a/assets/images/gallery/5.jpg and b/assets/images/gallery/5.jpg differ diff --git a/assets/images/gallery/6.jpg b/assets/images/gallery/6.jpg index 2e48df4..d7dac1a 100644 Binary files a/assets/images/gallery/6.jpg and b/assets/images/gallery/6.jpg differ diff --git a/assets/images/gallery/7.jpg b/assets/images/gallery/7.jpg index f55973b..1e9c7a2 100644 Binary files a/assets/images/gallery/7.jpg and b/assets/images/gallery/7.jpg differ diff --git a/assets/images/gallery/8.jpg b/assets/images/gallery/8.jpg index ad6d270..6fc7c8e 100644 Binary files a/assets/images/gallery/8.jpg and b/assets/images/gallery/8.jpg differ diff --git a/assets/images/gallery/9.jpg b/assets/images/gallery/9.jpg index dcbdd17..9be19a5 100644 Binary files a/assets/images/gallery/9.jpg and b/assets/images/gallery/9.jpg differ diff --git a/includes/footer.php b/includes/footer.php index fc5d290..5ff6155 100644 --- a/includes/footer.php +++ b/includes/footer.php @@ -2,7 +2,7 @@