diff --git a/frontend/public/assets/high.jpeg b/frontend/public/assets/high.jpeg new file mode 100644 index 0000000000..c626ded593 Binary files /dev/null and b/frontend/public/assets/high.jpeg differ diff --git a/frontend/public/assets/logo.svg b/frontend/public/assets/logo.svg new file mode 100644 index 0000000000..5f3b5c18b5 --- /dev/null +++ b/frontend/public/assets/logo.svg @@ -0,0 +1,2309 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Aury88 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 010110010011010110010011 + 010110010011010110010011 + + + + + diff --git a/frontend/src/assets/img/footer.jpg b/frontend/src/assets/img/footer.jpg index 6d66eaa0dd..6dca9a3ec4 100644 Binary files a/frontend/src/assets/img/footer.jpg and b/frontend/src/assets/img/footer.jpg differ diff --git a/frontend/src/assets/styles/_extra.scss b/frontend/src/assets/styles/_extra.scss index c68f4802d4..27cc5ade22 100644 --- a/frontend/src/assets/styles/_extra.scss +++ b/frontend/src/assets/styles/_extra.scss @@ -89,7 +89,7 @@ html { @media screen and (min-width: 60em) { .bg-split-blue-white { - background: linear-gradient(to right, $blue-dark, $blue-dark 80%, $white 20%, $white); + background: linear-gradient(to right, $red-light, $red-light 80%, $white 20%, $white); } .f-4rem-l { @@ -112,7 +112,7 @@ html { } .bg-split-blue-white { - background: linear-gradient(to bottom, $blue-dark, $blue-dark 80%, $white 20%, $white); + background: linear-gradient(to bottom, $red-light, $red-light 80%, $white 20%, $white); } } diff --git a/frontend/src/assets/styles/_variables.scss b/frontend/src/assets/styles/_variables.scss index 5253d90567..05d77b5963 100644 --- a/frontend/src/assets/styles/_variables.scss +++ b/frontend/src/assets/styles/_variables.scss @@ -1,7 +1,7 @@ /* Color palette */ -$red: #d73f3f; -$red-light: #ffeded; -$orange: #faa71e; +$red: #990000; +$red-light: #006699; +$orange: #7ebc6f; $blue-dark: #2c3038; $blue-light: #929db3; $blue-grey: #68707f; diff --git a/frontend/src/components/footer/index.js b/frontend/src/components/footer/index.js index 0aa8118eac..39f737d7cf 100644 --- a/frontend/src/components/footer/index.js +++ b/frontend/src/components/footer/index.js @@ -61,7 +61,7 @@ export function Footer() { return null; } else { return ( -