From 69c84e8220e35d360b7c16a6662d0845823bbd9d Mon Sep 17 00:00:00 2001 From: Noah Date: Thu, 21 Nov 2024 16:30:31 -0800 Subject: [PATCH 1/2] Updates for recruitment timeline/schedule --- src/pages/Home.tsx | 38 +++++++++++++++++++------------------- src/pages/JoinUs.tsx | 8 ++++++-- 2 files changed, 25 insertions(+), 21 deletions(-) diff --git a/src/pages/Home.tsx b/src/pages/Home.tsx index 3a8b2ca..6fd340b 100644 --- a/src/pages/Home.tsx +++ b/src/pages/Home.tsx @@ -1,5 +1,5 @@ import { Navbar } from "../components/layout"; -import RecruitmentTimeline from "../components/RecruitmentTimeline"; +// import RecruitmentTimeline from "../components/RecruitmentTimeline"; import { Divider, // Stack, @@ -44,7 +44,7 @@ const Home = () => { but we also have room individuals who explore non-technical projects relating to tech policy, and even code tools to help inform others about government.`; - const recruitmentTimelineTitle = "Recruitment Timeline:"; + // const recruitmentTimelineTitle = "Recruitment Timeline:"; /** * Styles @@ -89,20 +89,20 @@ const Home = () => { gap: "2rem", }; - const recruitmentTimelineStyles: SxProps = { - ...defaultFlexStyles, - flexDirection: { - md: "column", - xs: "column", - }, - // width: "100%", - // overflowX: "hidden", - // justifyContent: "center", - alignItems: "start", - px: "3rem", - // py: "5rem", - gap: "2rem", - }; + // const recruitmentTimelineStyles: SxProps = { + // ...defaultFlexStyles, + // flexDirection: { + // md: "column", + // xs: "column", + // }, + // // width: "100%", + // // overflowX: "hidden", + // // justifyContent: "center", + // alignItems: "start", + // px: "3rem", + // // py: "5rem", + // gap: "2rem", + // }; const heroImage = ( @@ -158,12 +158,12 @@ const Home = () => { ); - const recruitmentTimeline = ( + /*const recruitmentTimeline = ( {recruitmentTimelineTitle} - ); + );*/ // const ourCommunity = ( // { {heroImage} {clubStats} {whoWeAre} - {recruitmentTimeline} + {/*recruitmentTimeline*/} {/*ourCommunity*/} {bragging}