diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index b9a2505..b021804 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -9,6 +9,15 @@ export const HomePage: React.FC = () => { let history = useHistory(); return ( + + +

+ This website was created as part of the Resiliency Challenge hackathon. The data analyses presented here are + an example use-case for the CRANE Python package we are developing as a continuation to the Resiliency challenge. Please visit our + Github repository for more information. +

+ +

Tracking Racism Around COVID-19 on Twitter

diff --git a/src/styles/HomePage.module.less b/src/styles/HomePage.module.less index f3b5add..c82452e 100644 --- a/src/styles/HomePage.module.less +++ b/src/styles/HomePage.module.less @@ -33,6 +33,34 @@ text-align: center; } +.HomePageBanner { + background-color: #424c6e; + height: 25vh; + width: 100vw; + display: flex; + align-items: center; + justify-content: center; + margin-bottom: 3rem; +} + +.HomePageBannerContent { + height: fit-content; + width: 80vw; + font-style: italic; + color: #FFFFFF; + text-align: center; + margin: 0; +} + + +a, +.HomePageBannerContent:link { + font-weight: 100; + color: #FFCA0F; + font-weight: 800; + text-decoration: underline; + +} .ActionButtonData { .ActionButton(); min-width: fit-content;