diff --git a/.gitignore b/.gitignore index c138f46..f2b6608 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -.history/ \ No newline at end of file +.history/ +.DS_Store +._DS_Store \ No newline at end of file diff --git a/assets/css/carousel.css b/assets/css/carousel.css index 129b52e..5730599 100644 --- a/assets/css/carousel.css +++ b/assets/css/carousel.css @@ -18,13 +18,13 @@ body { } /* Since positioning the image, we need to help out the caption */ .carousel-caption { - bottom: 6rem; + bottom: 12rem; z-index: 10; } /* Declare heights because of positioning of img element */ .carousel-item { - height: 32rem; + height: 40rem; } diff --git a/assets/css/style.css b/assets/css/style.css index b2848cd..96b6438 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -1,34 +1,65 @@ -@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap'); +@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap"); -html, body { - font-family: "Rubik", sans-serif; - font-optical-sizing: auto; - font-weight: 400; - font-style: normal; +html, +body { + font-family: "Rubik", sans-serif; + font-optical-sizing: auto; + font-weight: 400; + font-style: normal; +} + +@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; + } } #banner-1 { - background: rgba(0, 0, 0, .2) url("../images/banners/damper.jpg"); - background-blend-mode: darken; - background-position: center; - background-size: cover; + background: rgba(0, 0, 0, 0.6) url("../images/banners/1.jpg"); + background-blend-mode: darken; + background-position: center; + background-size: cover; } #banner-2 { - background: rgba(0, 0, 0, .3) url("../images/banners/concrete-layout.jpg"); - background-blend-mode: darken; - background-position: center; - background-size: cover; + background: rgba(0, 0, 0, 0.6) url("../images/banners/2.jpg"); + background-blend-mode: darken; + background-position: center; + background-size: cover; } #banner-3 { - background: rgba(0, 0, 0, .3) url("../images/banners/drone-cover.jpg"); - background-blend-mode: darken; - background-position: center; - background-size: cover; + background: rgba(0, 0, 0, 0.6) url("../images/banners/3.jpg"); + background-blend-mode: darken; + background-position: center; + background-size: cover; +} + +#servicesBanner { + background: rgba(0, 0, 0, 0.6) url("../images/banners/services-banner.jpg"); + background-blend-mode: darken; + background-position: center; + background-size: cover; +} + +#galleryBanner { + background: rgba(0, 0, 0, 0.6) url("../images/banners/gallery-banner.jpg"); + background-blend-mode: darken; + background-position: center; + background-size: cover; +} + +#contactBanner { + background: rgba(0, 0, 0, 0.6) url("../images/banners/3.jpg"); + background-blend-mode: darken; + background-position: center; + background-size: cover; } #companyLogo { - max-width: 100%; - height: 100px; -} \ No newline at end of file + max-width: 100%; + height: 100px; +} diff --git a/assets/images/banners/1.jpg b/assets/images/banners/1.jpg new file mode 100644 index 0000000..bb02b43 Binary files /dev/null and b/assets/images/banners/1.jpg differ diff --git a/assets/images/banners/2.jpg b/assets/images/banners/2.jpg new file mode 100644 index 0000000..3426af5 Binary files /dev/null and b/assets/images/banners/2.jpg differ diff --git a/assets/images/banners/3.jpg b/assets/images/banners/3.jpg new file mode 100644 index 0000000..2fab442 Binary files /dev/null and b/assets/images/banners/3.jpg differ diff --git a/assets/images/banners/concrete-layout.jpg b/assets/images/banners/concrete-layout.jpg deleted file mode 100644 index 5a3075d..0000000 Binary files a/assets/images/banners/concrete-layout.jpg and /dev/null differ diff --git a/assets/images/banners/damper.jpg b/assets/images/banners/damper.jpg deleted file mode 100644 index 624cb3c..0000000 Binary files a/assets/images/banners/damper.jpg and /dev/null differ diff --git a/assets/images/banners/gallery-banner.jpg b/assets/images/banners/gallery-banner.jpg new file mode 100644 index 0000000..c50ce08 Binary files /dev/null and b/assets/images/banners/gallery-banner.jpg differ diff --git a/assets/images/banners/services-banner.jpg b/assets/images/banners/services-banner.jpg new file mode 100644 index 0000000..70c8d9e Binary files /dev/null and b/assets/images/banners/services-banner.jpg differ diff --git a/assets/images/services/monorail/1.jpg b/assets/images/services/monorail/1.jpg new file mode 100644 index 0000000..84aca39 Binary files /dev/null and b/assets/images/services/monorail/1.jpg differ diff --git a/assets/images/services/monorail/2.jpg b/assets/images/services/monorail/2.jpg new file mode 100644 index 0000000..8383fdb Binary files /dev/null and b/assets/images/services/monorail/2.jpg differ diff --git a/assets/images/services/monorail/3.jpg b/assets/images/services/monorail/3.jpg new file mode 100644 index 0000000..492fec7 Binary files /dev/null and b/assets/images/services/monorail/3.jpg differ diff --git a/assets/images/services/noise-barrier/1.jpg b/assets/images/services/noise-barrier/1.jpg new file mode 100644 index 0000000..092245c Binary files /dev/null and b/assets/images/services/noise-barrier/1.jpg differ diff --git a/assets/images/services/noise-barrier/2.jpg b/assets/images/services/noise-barrier/2.jpg new file mode 100644 index 0000000..036540b Binary files /dev/null and b/assets/images/services/noise-barrier/2.jpg differ diff --git a/assets/images/services/noise-barrier/3.jpg b/assets/images/services/noise-barrier/3.jpg new file mode 100644 index 0000000..cc588f8 Binary files /dev/null and b/assets/images/services/noise-barrier/3.jpg differ diff --git a/assets/videos/welding.mp4 b/assets/videos/welding.mp4 new file mode 100644 index 0000000..1ee67a6 Binary files /dev/null and b/assets/videos/welding.mp4 differ diff --git a/contact.php b/contact.php index e69de29..60e8ad2 100644 --- a/contact.php +++ b/contact.php @@ -0,0 +1,17 @@ + + +
+
+
+ +
+
+
+ + \ No newline at end of file diff --git a/facility.php b/facility.php deleted file mode 100644 index e69de29..0000000 diff --git a/gallery.php b/gallery.php index e69de29..55ecd9d 100644 --- a/gallery.php +++ b/gallery.php @@ -0,0 +1,117 @@ + + +
+
+
+ +
+
+ +
+
+
+

Joint Monorail Installation

+
+
+ +
+ +
+
"; + } + ?> +
+
+ +
+
+

Noise Barrier System

+
+
+ +
+ + +
+

$text

+
+
+
"; + } + ?> +
+ + +
+
+

Joint Monorail Installation

+
+
+ +
+ +
+
"; + } + ?> +
+ + +
+
+

Joint Monorail Installation

+
+
+ +
+ +
+
"; + } + ?> +
+ + +
+ + \ No newline at end of file diff --git a/includes/header.php b/includes/header.php index 38ba067..00ea3ed 100644 --- a/includes/header.php +++ b/includes/header.php @@ -46,7 +46,7 @@ class="dropdown position-fixed bottom-0 end-0 mb-3 me-3 bd-mode-toggle" > + -