From b8ab648352a051559a8bfe3df77eddb0d9f6bb03 Mon Sep 17 00:00:00 2001 From: hcsong213 <51963099+hcsong213@users.noreply.github.com> Date: Tue, 22 Feb 2022 19:30:39 -0800 Subject: [PATCH 1/2] Update Join Page for Spring 2022 --- src/pages/join.js | 91 +++-------------------------------------------- 1 file changed, 5 insertions(+), 86 deletions(-) diff --git a/src/pages/join.js b/src/pages/join.js index ffe8869..bbed8ce 100644 --- a/src/pages/join.js +++ b/src/pages/join.js @@ -195,13 +195,15 @@ const Recruitment = ({ data }) => { - {/* + Recruitment - Thanks for your interest in Nova! We will be recruiting again in{" "} - Fall 2021! Please fill out this{" "} + Thanks for your interest in Nova! We appreciate you checking out our + website and the work that we do. Fall 2021 recruitment is now + closed, but please check back later for further updates! Please fill + out this{" "} { {" "} to receive updates on upcoming recruitment events! - */} - - - Fall 2021 Recruitment - - - This fall, Nova is looking for innovators and creators who are - passionate about harnessing technology for good to join our family! - - - Links - - - - - Application - {" "} - —{" "} - - Due: Friday, 10/1 at 11:59pm PST! - - - - - - - Infosession Facebook Event - {" "} - — Don't miss out on our infosessions, as we will have super - special guests from nonprofits to talk about our projects!{" "} - - Dates: Sunday 9/26 from 5-6PM, Tuesday 9/28 from 8-9PM - - - - - - Infosession RSVP - - - - - - - Instagram - {" "} - — We will be posting daily updates here during recruitment. Follow - us! - - - - Ongoing Projects - - Here's a glimpse at our current projects: - - - {projectsData - .filter((node) => !node.featured && node.inProgress) - .sort((a, b) => (a.name < b.name ? 1 : -1)) - .map((node, i) => ( - { - // if (selectedDropdown === i) setSelectedDropdown(-1); - // else setSelectedDropdown(i); - // }} - /> - ))} - From 5eb5484d2c9b173542bcc2c4eba2e3554124dfaf Mon Sep 17 00:00:00 2001 From: hcsong213 <51963099+hcsong213@users.noreply.github.com> Date: Tue, 22 Feb 2022 20:08:48 -0800 Subject: [PATCH 2/2] Update footer and edit date --- src/components/footer.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/footer.js b/src/components/footer.js index e54b785..37827de 100644 --- a/src/components/footer.js +++ b/src/components/footer.js @@ -114,7 +114,7 @@ export default function Footer() { © {" "} - 2021 Nova for Good + 2022 Nova for Good
@@ -135,7 +135,7 @@ export default function Footer() { {/* Last updated {month} {date} {nth(date)}, {year} */} - Last updated August 15th, 2021 + Last updated February 22th, 2022