diff --git a/assets/celticinfo_banner.png b/assets/celticinfo_banner.png deleted file mode 100644 index 35a7da2..0000000 Binary files a/assets/celticinfo_banner.png and /dev/null differ diff --git a/assets/celticinfo_banner.xcf b/assets/celticinfo_banner.xcf deleted file mode 100644 index f2561cf..0000000 Binary files a/assets/celticinfo_banner.xcf and /dev/null differ diff --git a/assets/celticinfo_banner_assets.xcf b/assets/celticinfo_banner_assets.xcf new file mode 100644 index 0000000..9febbdf Binary files /dev/null and b/assets/celticinfo_banner_assets.xcf differ diff --git a/assets/celticinfo_banner_full.xcf b/assets/celticinfo_banner_full.xcf index edced22..5ba5e16 100644 Binary files a/assets/celticinfo_banner_full.xcf and b/assets/celticinfo_banner_full.xcf differ diff --git a/assets/celticinfo_banner_large.png b/assets/celticinfo_banner_large.png deleted file mode 100644 index 5afe42f..0000000 Binary files a/assets/celticinfo_banner_large.png and /dev/null differ diff --git a/assets/celticinfo_banner_large.xcf b/assets/celticinfo_banner_large.xcf deleted file mode 100644 index f5e8b58..0000000 Binary files a/assets/celticinfo_banner_large.xcf and /dev/null differ diff --git a/assets/celticinfo_banner_small.png b/assets/celticinfo_banner_small.png deleted file mode 100644 index 6123232..0000000 Binary files a/assets/celticinfo_banner_small.png and /dev/null differ diff --git a/assets/celticinfo_banner_small.xcf b/assets/celticinfo_banner_small.xcf deleted file mode 100644 index dc64969..0000000 Binary files a/assets/celticinfo_banner_small.xcf and /dev/null differ diff --git a/assets/celticinfo_logo.png b/assets/celticinfo_logo.png deleted file mode 100644 index 105b55d..0000000 Binary files a/assets/celticinfo_logo.png and /dev/null differ diff --git a/assets/celticinfo_logo.xcf b/assets/celticinfo_logo_assets.xcf similarity index 83% rename from assets/celticinfo_logo.xcf rename to assets/celticinfo_logo_assets.xcf index e2badf4..5398ebd 100644 Binary files a/assets/celticinfo_logo.xcf and b/assets/celticinfo_logo_assets.xcf differ diff --git a/assets/celticinfo_logo_small.png b/assets/celticinfo_logo_small.png deleted file mode 100644 index 731ecab..0000000 Binary files a/assets/celticinfo_logo_small.png and /dev/null differ diff --git a/assets/celticinfo_logo_small.xcf b/assets/celticinfo_logo_small.xcf deleted file mode 100644 index cd0c8f8..0000000 Binary files a/assets/celticinfo_logo_small.xcf and /dev/null differ diff --git a/assets/celticinfo_logo_transparent.png b/assets/celticinfo_logo_transparent.png deleted file mode 100644 index 8df76b3..0000000 Binary files a/assets/celticinfo_logo_transparent.png and /dev/null differ diff --git a/assets/celticinfo_logo_transparent_small.png b/assets/celticinfo_logo_transparent_small.png deleted file mode 100644 index 64baf2d..0000000 Binary files a/assets/celticinfo_logo_transparent_small.png and /dev/null differ diff --git a/css/SourceCodeVF-Upright.otf b/css/SourceCodeVF-Upright.otf new file mode 100644 index 0000000..6879853 Binary files /dev/null and b/css/SourceCodeVF-Upright.otf differ diff --git a/css/style.css b/css/style.css index 1f8cf43..8771aab 100644 --- a/css/style.css +++ b/css/style.css @@ -4,6 +4,11 @@ --secondary-bg-color: #f4f4f4; } +@font-face { + font-family: sourcecodevf; + src: url(css/SourceCodeVF-Upright.otf); +} + /* General Body Styling */ body { font-family: 'Arial', sans-serif; @@ -41,7 +46,8 @@ body { float: left; display: block; text-align: center; - margin-top: -30px; + margin-top: -18px; + margin-left: 7px; } /* Navigation Menu */ @@ -84,6 +90,38 @@ body { margin: auto; /* Center the image in its container */ } +.banner-content-middle { + position: absolute; + top: 34%; + left: 36%; + font-family: sourcecodevf; + font-size: 54px; /* Responsive font size */ + color: white; + text-align: center; +} + +.banner-content-middle .company-name { + font-size: 68px; /* Responsive font size */ +} + +.banner-content-bottom { + position: absolute; + bottom: 10px; + right: 10px; + font-size: 1.3vw; /* Responsive font size */ + color: white; +} + +.banner-content-bottom a { + color: var(--main-text-color); + text-decoration: none; + font-family: sourcecodevf; +} + +.banner-content-bottom a:hover { + text-decoration: underline; +} + /* Main Content */ .main { @@ -127,6 +165,22 @@ body { } /* Media Queries */ +@media (max-width: 1581px) { + .banner-content-middle { + position: absolute; + top: 35%; + left: 35%; + font-family: sourcecodevf; + font-size: 4.0vw; /* Responsive font size */ + color: white; + text-align: center; + } + + .banner-content-middle .company-name { + font-size: 5.0vw; /* Responsive font size */ + } +} + @media (max-width: 768px) { .menu { float: none; @@ -150,6 +204,25 @@ body { text-align: center; } + .banner img { + padding-top: 30px; + } + + .banner-content-middle { + position: relative; + padding-top: 10px; + left: 0%; + font-family: sourcecodevf; + font-size: 4.0vw; /* Responsive font size */ + color: white; + text-align: center; + } + + .banner-content-middle .company-name { + font-size: 5.0vw; /* Responsive font size */ + } + + .footer-left, .footer-right { float: none; width: 100%; @@ -158,3 +231,4 @@ body { padding-right: 0px; } } + diff --git a/images/celticinfo_banner.png b/images/celticinfo_banner.png deleted file mode 100644 index 35a7da2..0000000 Binary files a/images/celticinfo_banner.png and /dev/null differ diff --git a/images/celticinfo_banner_large.png b/images/celticinfo_banner_large.png index 5afe42f..b78a868 100644 Binary files a/images/celticinfo_banner_large.png and b/images/celticinfo_banner_large.png differ diff --git a/images/celticinfo_banner_medium.png b/images/celticinfo_banner_medium.png new file mode 100644 index 0000000..84b9087 Binary files /dev/null and b/images/celticinfo_banner_medium.png differ diff --git a/images/celticinfo_banner_small.png b/images/celticinfo_banner_small.png deleted file mode 100644 index 6123232..0000000 Binary files a/images/celticinfo_banner_small.png and /dev/null differ diff --git a/images/celticinfo_logo.png b/images/celticinfo_logo.png deleted file mode 100644 index 0ca3c59..0000000 Binary files a/images/celticinfo_logo.png and /dev/null differ diff --git a/images/celticinfo_logo_medium.png b/images/celticinfo_logo_medium.png new file mode 100644 index 0000000..18c089a Binary files /dev/null and b/images/celticinfo_logo_medium.png differ diff --git a/images/celticinfo_logo_small.png b/images/celticinfo_logo_small.png index 731ecab..7a8debe 100644 Binary files a/images/celticinfo_logo_small.png and b/images/celticinfo_logo_small.png differ diff --git a/images/celticinfo_logo_transparent.png b/images/celticinfo_logo_transparent.png deleted file mode 100644 index 8df76b3..0000000 Binary files a/images/celticinfo_logo_transparent.png and /dev/null differ diff --git a/images/celticinfo_logo_transparent_small.png b/images/celticinfo_logo_transparent_small.png deleted file mode 100644 index 64baf2d..0000000 Binary files a/images/celticinfo_logo_transparent_small.png and /dev/null differ diff --git a/index.html b/index.html index 4aeac9e..67d44c6 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@
+