diff --git a/src/layouts/partials/navbar.html b/src/layouts/partials/navbar.html index ca0c3db..d596bc9 100644 --- a/src/layouts/partials/navbar.html +++ b/src/layouts/partials/navbar.html @@ -1,6 +1,6 @@ - + diff --git a/src/static/Images/tea-logo-1.svg b/src/static/Images/tea-logo-1.svg new file mode 100644 index 0000000..861a200 --- /dev/null +++ b/src/static/Images/tea-logo-1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/Images/tea-logo-2.svg b/src/static/Images/tea-logo-2.svg new file mode 100644 index 0000000..9bf50fa --- /dev/null +++ b/src/static/Images/tea-logo-2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/css/homepage.css b/src/static/css/homepage.css index dcb5d53..99fd20a 100644 --- a/src/static/css/homepage.css +++ b/src/static/css/homepage.css @@ -117,25 +117,24 @@ hr{ } -.hero-section{ - background-image: url("/Images/x-large-grid-hero.svg"); - background-attachment: fixed; - background-position: top; - background-repeat: repeat; - background-size: contain; -} - -.hero-bottom{ - background-image: url("/Images/x-large-grid-hero.svg"); - background-attachment: fixed; - background-position: center-top; - background-repeat: repeat; - background-size: contain; - height: 75px; -} - - @media only screen and (min-width: 1200px) { + + .hero-section{ + background-image: url("/Images/x-large-grid-hero.svg"); + background-attachment: fixed; + background-position: top; + background-repeat: repeat; + background-size: contain; + } + + .hero-bottom{ + background-image: url("/Images/x-large-grid-hero.svg"); + background-attachment: fixed; + background-position: center-top; + background-repeat: repeat; + background-size: contain; + height: 75px; + } .impact-section{ background-image: url("/Images/impact-section-grid.svg");