From 32c34f18d4f8e8c1b0dbd0353d5c4bd985b517c1 Mon Sep 17 00:00:00 2001 From: "kebler.net" Date: Fri, 19 Nov 2021 10:39:51 -0800 Subject: [PATCH] from draft Commit 73d59cb6 11/19/21 --- 404.html | 105 +++++++-- css/base.css | 1 + css/navbar.css | 37 ++- css/sections.css | 366 +++++++++++++++++++++++++++++ images/community-center-inside.jpg | Bin 0 -> 2011227 bytes index.html | 332 ++++++++++++++++++++++++-- index.xml | 74 +++++- js/page.js | 2 +- sections/index.xml | 74 +++++- sitemap.xml | 12 + 10 files changed, 940 insertions(+), 63 deletions(-) create mode 100644 css/sections.css create mode 100644 images/community-center-inside.jpg diff --git a/404.html b/404.html index 10d9f50..97aa6fa 100644 --- a/404.html +++ b/404.html @@ -61,7 +61,7 @@ - + @@ -92,7 +92,7 @@ .nav-bar__menu-item:hover, .nav-bar__menu-item >a:hover {color: #26ad60; } - .nav-bar, .section--footer { background-color: #26ad60; } + .nav-bar__container, .section--footer { background-color: #26ad60; } .nav-bar__logo,.nav-bar__logo:hover, .nav-bar__menu, .nav-bar__menu-button, .section--footer { color: #1f5e3a; } .nav-bar__menu-item:hover, .nav-bar__menu-item >a:hover { background-color: #1f5e3a; } @@ -108,14 +108,24 @@ - #hero { color: red; } - #hero { background-color: #6fc695; } - #hero h1 { color: red; } - #hero h2 { color: red; } - #hero h3 { color: red; } - #hero h4 { color: red; } - #hero hr { border-top-color: red; } + #hero { color: #26ad60; } + #hero { background-color: #6fc695; } + + #hero { text-shadow: + 4px + 3px + 1px + black; } + + + #hero h1 { color: #26ad60; } + #hero h2 { color: #26ad60; } + #hero h3 { color: #26ad60; } + #hero h4 { color: #26ad60; } + #hero hr { border-top-color: #26ad60; } + + #hero { background-image: url("https://www.gpccaor.org/images/city-park.jpg"); } @@ -183,16 +193,14 @@ -