From 3a50040a74fd0e5d3c3cb98798c675d7a4807515 Mon Sep 17 00:00:00 2001 From: Kevin Wu Date: Wed, 8 May 2024 22:56:21 -0700 Subject: [PATCH] feat: add rule 8 (#117) --- .../pages/Designathons/Designathon24/assets/data/rules.json | 3 ++- .../Designathons/Designathon24/components/Rules/Rules.jsx | 1 + .../Designathon24/components/Splash/Splash.module.scss | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/pages/Designathons/Designathon24/assets/data/rules.json b/src/app/pages/Designathons/Designathon24/assets/data/rules.json index afd229b4..f0e8e2bb 100644 --- a/src/app/pages/Designathons/Designathon24/assets/data/rules.json +++ b/src/app/pages/Designathons/Designathon24/assets/data/rules.json @@ -5,5 +5,6 @@ "All work submitted to True to You must be original work. Any submissions with plagiarized work will be disqualified.", "You may not submit work previously designed before True to You. All designs must be made between the dates of May 17th - May 19th.", "Late submissions will not be accepted.", - "If any adjustments are made after May 19th 2024 8:00 AM, your team’s submission will not count towards judging." + "If any adjustments are made after May 19th 2024 8:00 AM, your team’s submission will not count towards judging.", + "Teams must be compromised of entirely online or entirely in-person participants." ] diff --git a/src/app/pages/Designathons/Designathon24/components/Rules/Rules.jsx b/src/app/pages/Designathons/Designathon24/components/Rules/Rules.jsx index c1f61f69..1ecb3ee7 100644 --- a/src/app/pages/Designathons/Designathon24/components/Rules/Rules.jsx +++ b/src/app/pages/Designathons/Designathon24/components/Rules/Rules.jsx @@ -18,6 +18,7 @@ const BACKGROUND_MAP = { 4: cream, 5: peach_cream, 6: peach_cream, + 7: cream_hot_pink, }; export const Rules = () => ( diff --git a/src/app/pages/Designathons/Designathon24/components/Splash/Splash.module.scss b/src/app/pages/Designathons/Designathon24/components/Splash/Splash.module.scss index aeac0c3b..16a8746f 100644 --- a/src/app/pages/Designathons/Designathon24/components/Splash/Splash.module.scss +++ b/src/app/pages/Designathons/Designathon24/components/Splash/Splash.module.scss @@ -46,7 +46,7 @@ z-index: 110; @media screen and (min-width: 851px) { - bottom: 20%; + bottom: 22.5%; } .time {