Skip to content

Commit b8ab648

Browse files
committed
Update Join Page for Spring 2022
1 parent b26f9c2 commit b8ab648

1 file changed

Lines changed: 5 additions & 86 deletions

File tree

src/pages/join.js

Lines changed: 5 additions & 86 deletions
Original file line numberDiff line numberDiff line change
@@ -195,13 +195,15 @@ const Recruitment = ({ data }) => {
195195
<Layout>
196196
<SEO metaTitle={"Nova | Join Us"} />
197197
<PageContainer>
198-
{/* <SectionBox>
198+
<SectionBox>
199199
<NovaSpacer y={64} />
200200
<NovaH1 center>Recruitment</NovaH1>
201201
<NovaSpacer y={24} />
202202
<NovaP>
203-
Thanks for your interest in Nova! We will be recruiting again in{" "}
204-
<b>Fall 2021!</b> Please fill out this{" "}
203+
Thanks for your interest in Nova! We appreciate you checking out our
204+
website and the work that we do. Fall 2021 recruitment is now
205+
closed, but please check back later for further updates! Please fill
206+
out this{" "}
205207
<NovaA
206208
href="https://docs.google.com/forms/d/e/1FAIpQLSfEM2GWqGStxpemyJeva0TBVatt2UHHBSTeozfrIRmtZkNwjA/viewform"
207209
target="_blank"
@@ -227,89 +229,6 @@ const Recruitment = ({ data }) => {
227229
</NovaA>{" "}
228230
to receive updates on upcoming recruitment events!
229231
</NovaP>
230-
</SectionBox> */}
231-
<SectionBox>
232-
<NovaSpacer y={64} />
233-
<NovaH1 center>Fall 2021 Recruitment</NovaH1>
234-
<NovaSpacer y={24} />
235-
<NovaP>
236-
This fall, Nova is looking for innovators and creators who are
237-
passionate about harnessing technology for good to join our family!
238-
</NovaP>
239-
<NovaSpacer y={64} />
240-
<NovaH2>Links</NovaH2>
241-
<NovaSpacer y={24} />
242-
<NovaP>
243-
<ListItem>
244-
<NovaA
245-
href="https://tinyurl.com/nova-fall2021app"
246-
target="_blank"
247-
underline
248-
>
249-
<b>Application</b>
250-
</NovaA>{" "}
251-
{" "}
252-
<i>
253-
<b>Due:</b> Friday, 10/1 at 11:59pm PST!
254-
</i>
255-
</ListItem>
256-
257-
<NovaSpacer y={12} />
258-
<ListItem>
259-
<NovaA href="https://fb.me/e/1n7cnmoMC" target="_blank" underline>
260-
<b>Infosession Facebook Event</b>
261-
</NovaA>{" "}
262-
— Don't miss out on our infosessions, as we will have super
263-
special guests from nonprofits to talk about our projects!{" "}
264-
<i>
265-
<b>Dates:</b> Sunday 9/26 from 5-6PM, Tuesday 9/28 from 8-9PM
266-
</i>
267-
</ListItem>
268-
<NovaSpacer y={12} />
269-
<ListItem>
270-
<NovaA
271-
href="https://tinyurl.com/nova-fall2021rsvp "
272-
target="_blank"
273-
underline
274-
>
275-
<b>Infosession RSVP</b>
276-
</NovaA>
277-
</ListItem>
278-
279-
<NovaSpacer y={12} />
280-
<ListItem>
281-
<NovaA
282-
href="https://www.instagram.com/novaforgood/"
283-
underline
284-
target="_blank"
285-
>
286-
<b>Instagram</b>
287-
</NovaA>{" "}
288-
— We will be posting daily updates here during recruitment. Follow
289-
us!
290-
</ListItem>
291-
</NovaP>
292-
<NovaSpacer y={64} />
293-
<NovaH2>Ongoing Projects</NovaH2>
294-
<NovaSpacer y={24} />
295-
<NovaP>Here's a glimpse at our current projects:</NovaP>
296-
<NovaSpacer y={36} />
297-
<ProjectDiv>
298-
{projectsData
299-
.filter((node) => !node.featured && node.inProgress)
300-
.sort((a, b) => (a.name < b.name ? 1 : -1))
301-
.map((node, i) => (
302-
<ProjectDropdown
303-
data={node}
304-
idx={i}
305-
// open={selectedDropdown === i}
306-
// onClick={() => {
307-
// if (selectedDropdown === i) setSelectedDropdown(-1);
308-
// else setSelectedDropdown(i);
309-
// }}
310-
/>
311-
))}
312-
</ProjectDiv>
313232
</SectionBox>
314233
<NovaSpacer y={64} />
315234
</PageContainer>

0 commit comments

Comments
 (0)