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}
diff --git a/src/pages/JoinUs.tsx b/src/pages/JoinUs.tsx
index 1af32fc..87b4946 100644
--- a/src/pages/JoinUs.tsx
+++ b/src/pages/JoinUs.tsx
@@ -1,4 +1,4 @@
-import { Link, Stack, Typography, Card, Box, Button } from "@mui/material";
+import { Link, Stack, Typography, Card, Box } from "@mui/material";
import { Navbar, Footer } from "../components/layout";
import {
@@ -12,7 +12,7 @@ import partnerClubIcon from "/images/join_us_page/partnerClub.png";
import externalSponsorIcon from "/images/join_us_page/externalSponsor.png";
import partnerClubIcons from "/images/partnerClubIcons.png";
import partnerOrgIcons from "/images/partnerOrgIcons.png";
-import recruitmentTimeline from "/images/recruitmentTimeline2.png";
+// import recruitmentTimeline from "/images/recruitmentTimeline2.png";
const waysToJoin = ["General Member", "Partner Club", "External Sponsor"];
@@ -78,7 +78,11 @@ const JoinUs = () => {
alignItems: "center",
}}
>
-
+ Our recruitment cycle is over, please check back in January to join us
+ in the spring!
+
+ {/* {
>
Recruitment Card
-
+ */}
);