From 4ab50c86365ac0297fb95b3b086d396dda1c7fc7 Mon Sep 17 00:00:00 2001 From: 99TheDark <99TheDark@gmail.com> Date: Thu, 1 Feb 2024 10:45:51 -0800 Subject: [PATCH] Put banner on home page & updated it --- global/generic/banner.css | 21 +++++++++++++++++++++ global/global.css | 1 + global/tiles/banner.html | 18 ++++++++++++++++++ home/index.html | 2 ++ home/style.css | 8 +++++++- programs/index.html | 3 +-- programs/style.css | 16 ---------------- 7 files changed, 50 insertions(+), 19 deletions(-) create mode 100644 global/generic/banner.css create mode 100644 global/tiles/banner.html diff --git a/global/generic/banner.css b/global/generic/banner.css new file mode 100644 index 0000000..8878aaa --- /dev/null +++ b/global/generic/banner.css @@ -0,0 +1,21 @@ +.banner { + padding: 2.5rem 0px; + margin: 0px; + border-bottom: 2px solid var(--i); +} + +#temp_open { + margin: 0px 10rem; + font-size: 1.75em; + font-weight: 500; + font-family: "Poppins"; + text-align: center; +} + +#temp_discount { + margin: 0px 10rem; + font-size: 1.5em; + font-weight: 400; + font-family: "Poppins"; + text-align: center; +} \ No newline at end of file diff --git a/global/global.css b/global/global.css index 3fd7ff2..343e322 100755 --- a/global/global.css +++ b/global/global.css @@ -8,6 +8,7 @@ @import url("generic/animations.css"); @import url("generic/nav.css"); @import url("generic/footer.css"); +@import url("generic/banner.css"); :root { --a: #2da5d7; diff --git a/global/tiles/banner.html b/global/tiles/banner.html new file mode 100644 index 0000000..d114c21 --- /dev/null +++ b/global/tiles/banner.html @@ -0,0 +1,18 @@ + + + + + + + + Footer + + + + + + + \ No newline at end of file diff --git a/home/index.html b/home/index.html index 0a78139..8e781ee 100755 --- a/home/index.html +++ b/home/index.html @@ -39,6 +39,8 @@
+
+

Renegade

diff --git a/home/style.css b/home/style.css index 3b7361e..824d80f 100755 --- a/home/style.css +++ b/home/style.css @@ -1,6 +1,12 @@ +body { + height: calc(100vh); +} + #top-content { margin: 0px; padding: 0px; + min-height: 100%; + position: relative; } #main { @@ -43,7 +49,7 @@ #symbol { width: 40em; - margin: auto 120px -18px 0px; + margin: auto 120px -8px 0px; flex-grow: 1; } diff --git a/programs/index.html b/programs/index.html index 2b346c3..7a95d5b 100755 --- a/programs/index.html +++ b/programs/index.html @@ -39,8 +39,7 @@
-

Summer Camp Registration opens February 1, 2024 at 9am

-

Early Bird Discount through Febuary 28th

+
diff --git a/programs/style.css b/programs/style.css index 43acd55..ca54738 100755 --- a/programs/style.css +++ b/programs/style.css @@ -3,22 +3,6 @@ height: 100%; } -#temp_open { - margin: 3rem 10rem 0.5rem 10rem; - font-size: 1.75em; - font-weight: 500; - font-family: "Poppins"; - text-align: center; -} - -#temp_discount { - margin: 0.5rem 10rem 1rem 10rem; - font-size: 1.5em; - font-weight: 400; - font-family: "Poppins"; - text-align: center; -} - #programs { margin: 4rem 10rem 5rem 10rem; padding: 1rem 0px 0px 0px;