diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c138f46 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.history/ \ No newline at end of file diff --git a/assets/css/carousel.css b/assets/css/carousel.css index 196d2b6..129b52e 100644 --- a/assets/css/carousel.css +++ b/assets/css/carousel.css @@ -18,7 +18,7 @@ body { } /* Since positioning the image, we need to help out the caption */ .carousel-caption { - bottom: 3rem; + bottom: 6rem; z-index: 10; } diff --git a/assets/css/style.css b/assets/css/style.css index c1c4610..b2848cd 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -5,4 +5,30 @@ html, body { font-optical-sizing: auto; font-weight: 400; font-style: normal; +} + +#banner-1 { + background: rgba(0, 0, 0, .2) url("../images/banners/damper.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; +} + +#banner-3 { + background: rgba(0, 0, 0, .3) url("../images/banners/drone-cover.jpg"); + background-blend-mode: darken; + background-position: center; + background-size: cover; +} + +#companyLogo { + max-width: 100%; + height: 100px; } \ No newline at end of file diff --git a/assets/images/banners/concrete-layout.jpg b/assets/images/banners/concrete-layout.jpg new file mode 100644 index 0000000..5a3075d Binary files /dev/null and b/assets/images/banners/concrete-layout.jpg differ diff --git a/assets/images/banners/damper.jpg b/assets/images/banners/damper.jpg new file mode 100644 index 0000000..624cb3c Binary files /dev/null and b/assets/images/banners/damper.jpg differ diff --git a/assets/images/banners/drone-cover.jpg b/assets/images/banners/drone-cover.jpg new file mode 100644 index 0000000..7806085 Binary files /dev/null and b/assets/images/banners/drone-cover.jpg differ diff --git a/assets/images/logo/arb.jpg b/assets/images/logo/arb.jpg new file mode 100644 index 0000000..fa17b03 Binary files /dev/null and b/assets/images/logo/arb.jpg differ diff --git a/assets/images/logo/ariya.jpg b/assets/images/logo/ariya.jpg new file mode 100644 index 0000000..a876b50 Binary files /dev/null and b/assets/images/logo/ariya.jpg differ diff --git a/assets/images/logo/bohringer.jpg b/assets/images/logo/bohringer.jpg new file mode 100644 index 0000000..ddcb722 Binary files /dev/null and b/assets/images/logo/bohringer.jpg differ diff --git a/assets/images/logo/carpenter.jpg b/assets/images/logo/carpenter.jpg new file mode 100644 index 0000000..1ce8718 Binary files /dev/null and b/assets/images/logo/carpenter.jpg differ diff --git a/assets/images/logo/cd.png b/assets/images/logo/cd.png new file mode 100644 index 0000000..7e7a332 Binary files /dev/null and b/assets/images/logo/cd.png differ diff --git a/assets/images/logo/civil.jpg b/assets/images/logo/civil.jpg new file mode 100644 index 0000000..2c578cc Binary files /dev/null and b/assets/images/logo/civil.jpg differ diff --git a/assets/images/logo/cpac.jpg b/assets/images/logo/cpac.jpg new file mode 100644 index 0000000..8f4886c Binary files /dev/null and b/assets/images/logo/cpac.jpg differ diff --git a/assets/images/logo/danieli.jpg b/assets/images/logo/danieli.jpg new file mode 100644 index 0000000..7a8b21c Binary files /dev/null and b/assets/images/logo/danieli.jpg differ diff --git a/assets/images/logo/fellow.jpg b/assets/images/logo/fellow.jpg new file mode 100644 index 0000000..4d271ed Binary files /dev/null and b/assets/images/logo/fellow.jpg differ diff --git a/assets/images/logo/herrenknecht.jpg b/assets/images/logo/herrenknecht.jpg new file mode 100644 index 0000000..1dd18ab Binary files /dev/null and b/assets/images/logo/herrenknecht.jpg differ diff --git a/assets/images/logo/packsys.jpg b/assets/images/logo/packsys.jpg new file mode 100644 index 0000000..a6e5e36 Binary files /dev/null and b/assets/images/logo/packsys.jpg differ diff --git a/assets/images/logo/striker.png b/assets/images/logo/striker.png new file mode 100644 index 0000000..6368357 Binary files /dev/null and b/assets/images/logo/striker.png differ diff --git a/assets/images/logo/t.jpg b/assets/images/logo/t.jpg new file mode 100644 index 0000000..46d2d09 Binary files /dev/null and b/assets/images/logo/t.jpg differ diff --git a/assets/images/logo/tft.jpg b/assets/images/logo/tft.jpg new file mode 100644 index 0000000..98f8e23 Binary files /dev/null and b/assets/images/logo/tft.jpg differ diff --git a/assets/images/logo/tm.jpg b/assets/images/logo/tm.jpg new file mode 100644 index 0000000..c6cf083 Binary files /dev/null and b/assets/images/logo/tm.jpg differ diff --git a/assets/images/logo/top.jpg b/assets/images/logo/top.jpg new file mode 100644 index 0000000..78f7952 Binary files /dev/null and b/assets/images/logo/top.jpg differ diff --git a/assets/images/logo/toprofit.jpg b/assets/images/logo/toprofit.jpg new file mode 100644 index 0000000..5638512 Binary files /dev/null and b/assets/images/logo/toprofit.jpg differ diff --git a/assets/images/logo/transpower.png b/assets/images/logo/transpower.png new file mode 100644 index 0000000..d26cb4a Binary files /dev/null and b/assets/images/logo/transpower.png differ diff --git a/assets/images/logo/ts.jpg b/assets/images/logo/ts.jpg new file mode 100644 index 0000000..8b1ac93 Binary files /dev/null and b/assets/images/logo/ts.jpg differ diff --git a/assets/images/logo/tyk.jpg b/assets/images/logo/tyk.jpg new file mode 100644 index 0000000..c154422 Binary files /dev/null and b/assets/images/logo/tyk.jpg differ diff --git a/facilities.php b/facility.php similarity index 100% rename from facilities.php rename to facility.php diff --git a/includes/footer.php b/includes/footer.php index 8506ee2..fc5d290 100644 --- a/includes/footer.php +++ b/includes/footer.php @@ -1,8 +1,8 @@ -