From 31662397d9552ae0a435c3edd86d26735661bd5a Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Thu, 22 Sep 2022 15:36:58 -0400 Subject: [PATCH] Changed named of homepage css file, added breakpoint media queries --- src/layouts/partials/head.html | 2 +- src/static/css/{style.css => homepage.css} | 54 +++++++++++++++++----- 2 files changed, 44 insertions(+), 12 deletions(-) rename src/static/css/{style.css => homepage.css} (55%) diff --git a/src/layouts/partials/head.html b/src/layouts/partials/head.html index 6a414ac..7865c15 100644 --- a/src/layouts/partials/head.html +++ b/src/layouts/partials/head.html @@ -48,7 +48,7 @@ - + diff --git a/src/static/css/style.css b/src/static/css/homepage.css similarity index 55% rename from src/static/css/style.css rename to src/static/css/homepage.css index 2e11790..8529a13 100644 --- a/src/static/css/style.css +++ b/src/static/css/homepage.css @@ -34,16 +34,25 @@ html,body{ /* Brand Colors */ - /* Type Colors: */ - /* Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.*/ +.teal{color:#00ffd0;} +.black{color:#1a1a1a;} +.dark-gray{color:#4d4d4d;} +.grid-gray{color:#949494;} +.light-gray{color: #e1e1e1;} +.white{color:#ffffff;} +.purple{color: #8000ff;} +.orange{color: #ff4100;} - .teal{color:#00ffd0;}.black{color:#1a1a1a;}.dark-gray{color:#4d4d4d;}.grid-gray{color:#949494;}.light-gray{color: #e1e1e1;}.white{color:#ffffff;}.purple{color: #8000ff;}.orange{color: #ff4100;} - - /* Background Colors */ - /*Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.*/ - - .teal-bg{background-color:#00ffd0;}.black-bg{background-color: #1a1a1a;}.dark-gray-bg{background-color: #4d4d4d;}.grid-gray-bg{background-color: #949494;}.light-gray-bg{background-color: #e1e1e1;}.white-bg{background-color: #ffffff;}.purple-bg{background-color: #8000ff;}.orange-bg{background-color: #ff4100;} +/* Background Colors */ +.teal-bg{background-color:#00ffd0;} +.black-bg{background-color: #1a1a1a;} +.dark-gray-bg{background-color: #4d4d4d;} +.grid-gray-bg{background-color: #949494;} +.light-gray-bg{background-color: #e1e1e1;} +.white-bg{background-color: #ffffff;} +.purple-bg{background-color: #8000ff;} +.orange-bg{background-color: #ff4100;} /* Spacers & Dividers */ @@ -54,11 +63,34 @@ hr{ } /* Homepage */ - @media only screen and (min-width: 1200px) { - .hero-section{ - } +} + +@media only screen and (min-width: 992px) and (max-width: 1200px) { + +} + +@media only screen and (min-width: 768px) and (max-width: 992px) { + +} + +@media only screen and (min-width: 576px) and (max-width: 768px){ + +} + +@media only screen and (max-width: 576px) { + + + +} + + + + + + +@media only screen and (min-width: 1200px) { .impact-section{ background-image: url("/Images/impact-section-grid.svg");