diff --git a/src/app/pages/Designathons/Designathon24/assets/data/rules.json b/src/app/pages/Designathons/Designathon24/assets/data/rules.json index 30604314..6f109666 100644 --- a/src/app/pages/Designathons/Designathon24/assets/data/rules.json +++ b/src/app/pages/Designathons/Designathon24/assets/data/rules.json @@ -2,8 +2,8 @@ "All members of your team must be an undergraduate college student with an associated institutional email.", "Teams must not exceed 4 people total.", "Each team may only submit one (1) submission which will be submitted on behalf of all other contributors.", - "All work submitted to You Belong Here must be original work. Any submissions with plagiarized work will be disqualified.", - "You may not submit work previously designed before You Belong Here. All designs must be made between the dates of February 24th, 2023 to February 26th, 2023.", + "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 there are any adjustments made to your prototype after Sunday Feb 26th 8:00 am PST, you (and your team) will be penalized." + "If any adjustments are made after May 19th 2024 8:00 AM, your team’s submission will not count towards judging." ] diff --git a/src/app/pages/Designathons/Designathon24/assets/graphics/faq/star_lines.svg b/src/app/pages/Designathons/Designathon24/assets/graphics/faq/star_lines.svg new file mode 100644 index 00000000..613a6e2e --- /dev/null +++ b/src/app/pages/Designathons/Designathon24/assets/graphics/faq/star_lines.svg @@ -0,0 +1,44 @@ + diff --git a/src/app/pages/Designathons/Designathon24/components/About/index.jsx b/src/app/pages/Designathons/Designathon24/components/About/index.jsx index 2fa46275..dc5e4680 100644 --- a/src/app/pages/Designathons/Designathon24/components/About/index.jsx +++ b/src/app/pages/Designathons/Designathon24/components/About/index.jsx @@ -26,13 +26,12 @@ const About = () => {
Design-a-thon is a 3 day long hybrid event where you or - a team design a product focused on the theme: community - and inclusivity. It takes place on February 24, starting - at 5:30 pm and ends February 26, 8:00 pm PST. + a team design a product focused on the theme: True to + You! It takes place on May 17th, and ends May 19th.
Design at UCI is the premier student-run organization at
diff --git a/src/app/pages/Designathons/Designathon24/components/FAQ/FAQ.module.scss b/src/app/pages/Designathons/Designathon24/components/FAQ/FAQ.module.scss
index e1b75d18..e4db4994 100644
--- a/src/app/pages/Designathons/Designathon24/components/FAQ/FAQ.module.scss
+++ b/src/app/pages/Designathons/Designathon24/components/FAQ/FAQ.module.scss
@@ -103,6 +103,13 @@
}
}
+.star_lines {
+ position: absolute;
+ top: 0;
+ right: 0;
+ max-width: 30%;
+}
+
@keyframes fadeIn {
0% {
opacity: 0;
diff --git a/src/app/pages/Designathons/Designathon24/components/FAQ/index.jsx b/src/app/pages/Designathons/Designathon24/components/FAQ/index.jsx
index d3b314ae..e6344a5b 100644
--- a/src/app/pages/Designathons/Designathon24/components/FAQ/index.jsx
+++ b/src/app/pages/Designathons/Designathon24/components/FAQ/index.jsx
@@ -1,8 +1,10 @@
import cn from "./FAQ.module.scss";
+import clsx from "clsx";
import { useCallback, useState } from "react";
import down_carat from "../../assets/graphics/faq/down_carat.svg";
+import star_lines from "../../assets/graphics/faq/star_lines.svg";
import GridBackground from "../Backgrounds/GridBackground";
const FAQ = () => {
@@ -14,6 +16,12 @@ const FAQ = () => {
isLight={true}
/>
+
+