diff --git a/src/app/pages/Designathons/Designathon24/components/Schedule/Schedule.module.scss b/src/app/pages/Designathons/Designathon24/components/Schedule/Schedule.module.scss index 31da0a63..9cbd03c6 100644 --- a/src/app/pages/Designathons/Designathon24/components/Schedule/Schedule.module.scss +++ b/src/app/pages/Designathons/Designathon24/components/Schedule/Schedule.module.scss @@ -166,6 +166,7 @@ background-color: #ffdce4; font-size: 1.5rem; color: var(--des24-peach); + cursor: pointer; } .friday { @@ -188,3 +189,41 @@ color: #ffdce4; } } + +.zoomButton { + font-size: 1.25rem; + padding: 12px 24px; + border-radius: 999px; + border: 0; + background-color: var(--des24-hot-pink); + color: var(--des24-cream); + transition: 150ms; + width: fit-content; + margin-top: 40px; + position: relative; + + & > p { + white-space: nowrap; + font-weight: bold; + } + + &.beforeDate { + cursor: initial; + background-color: transparent; + border: 2px dotted var(--des24-cream); + } + + &.afterDate { + background-color: var(--des24-hot-pink); + cursor: pointer; + + &:hover { + color: var(--des24-cream); + opacity: 80%; + } + + & > p { + cursor: pointer; + } + } +} diff --git a/src/app/pages/Designathons/Designathon24/components/Schedule/index.jsx b/src/app/pages/Designathons/Designathon24/components/Schedule/index.jsx index bb9925a7..0b4b594c 100644 --- a/src/app/pages/Designathons/Designathon24/components/Schedule/index.jsx +++ b/src/app/pages/Designathons/Designathon24/components/Schedule/index.jsx @@ -1,4 +1,5 @@ -import React, { useState } from "react"; +import React, { useEffect, useState, useMemo, useCallback } from "react"; + import { Section } from "app/Symbols"; import clsx from "clsx"; import cn from "./Schedule.module.scss"; @@ -63,12 +64,16 @@ const FridaySchedule = () => {
Join us for True to You's Opening Ceremony!
-Led by co-directors Jasmine Wu, Jay Sotelo, and Elise Alinsug.
Hosted by Commit the Change
Hosted by Naheel Jawaid (Product Designer @ Google)
+ +Hosted by Wenting Zhu
+ +Hosted by Video Game Design Club (VGDC)
Hosted by Gresshaa Mehta (Senior Product Designer @ Microsoft)
Led by Design at UCI's Design-a-thon Directors, Jay Sotelo, Jasmine Wu, & Elise Alinsug