mirror of
https://github.com/System-End/site.git
synced 2026-04-19 16:28:21 +00:00
Update /clubs page (#1767)
This commit is contained in:
parent
b619eb22bd
commit
3b1a4a8114
2 changed files with 15 additions and 14 deletions
|
|
@ -1,3 +1,3 @@
|
||||||
export const count = 27253
|
export const count = 87752
|
||||||
export const formatted = count.toLocaleString('en-US')
|
export const formatted = count.toLocaleString('en-US')
|
||||||
export const thousands = Math.round(count / 1000)
|
export const thousands = Math.round(count / 1000)
|
||||||
|
|
|
||||||
|
|
@ -165,7 +165,7 @@ const Page = () => (
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
Hack Club is a nonprofit network of high school computer science clubs and
|
Hack Club is a nonprofit network of high school computer science clubs and
|
||||||
makers around the world. <strong>Applications are now open.</strong>
|
makers around the world.
|
||||||
</Text>
|
</Text>
|
||||||
<Button
|
<Button
|
||||||
as="a"
|
as="a"
|
||||||
|
|
@ -332,10 +332,10 @@ const Page = () => (
|
||||||
<NextLink href="/hackathons" passHref>
|
<NextLink href="/hackathons" passHref>
|
||||||
<a>hackathons</a>
|
<a>hackathons</a>
|
||||||
</NextLink>{' '}
|
</NextLink>{' '}
|
||||||
like <a href="https://lioncityhacks.com">Lion City Hacks</a> &{' '}
|
like <a href="https://daydream.hackclub.com/">Daydream</a> &{' '}
|
||||||
<a href="https://www.youtube.com/watch?v=Hs-hMMeHXaY">HackOC</a>,
|
<a href="https://scrapyard.hackclub.com/">Scrapyard</a>,
|
||||||
take part in year long programs like{' '}
|
take part in year long programs like{' '}
|
||||||
<NextLink href="/onboard">OnBoard</NextLink>, and compete in events
|
<NextLink href="https://blueprint.hackclub.com/">Blueprint</NextLink>, and compete in events
|
||||||
like the{' '}
|
like the{' '}
|
||||||
<a href="http://www.congressionalappchallenge.us">
|
<a href="http://www.congressionalappchallenge.us">
|
||||||
Congressional App Challenge
|
Congressional App Challenge
|
||||||
|
|
@ -484,10 +484,10 @@ const Page = () => (
|
||||||
/>
|
/>
|
||||||
</Feature> */}
|
</Feature> */}
|
||||||
<Feature
|
<Feature
|
||||||
name="Stickers"
|
name="Marketing"
|
||||||
desc={
|
desc={
|
||||||
<>
|
<>
|
||||||
Get <Link href="/stickers">amazing stickers</Link> for marketing
|
Get <Link href="/stickers">amazing stickers</Link> and posters for marketing
|
||||||
your club shipped directly to you & your club members.
|
your club shipped directly to you & your club members.
|
||||||
</>
|
</>
|
||||||
}
|
}
|
||||||
|
|
@ -510,7 +510,7 @@ const Page = () => (
|
||||||
name="Weekly events"
|
name="Weekly events"
|
||||||
desc={
|
desc={
|
||||||
<>
|
<>
|
||||||
From <Link href="/night">Hack Night</Link> to{' '}
|
From <Link href="https://events.hackclub.com/">Lock-in calls</Link> to{' '}
|
||||||
<Link href="/amas">AMAs</Link>
|
<Link href="/amas">AMAs</Link>
|
||||||
{' to '}
|
{' to '}
|
||||||
<a href="https://twitter.com/hackclub/status/1300494921997193217?s=21">
|
<a href="https://twitter.com/hackclub/status/1300494921997193217?s=21">
|
||||||
|
|
@ -529,9 +529,9 @@ const Page = () => (
|
||||||
name="A basket of free tools"
|
name="A basket of free tools"
|
||||||
desc={
|
desc={
|
||||||
<>
|
<>
|
||||||
We're always building new tools for leaders, such as{' '}
|
We're always building new tools for leaders, such as the{' '}
|
||||||
<a href="https://dashboard.hackclub.com">The Dashboard</a>! A place to manage your club! We've also got
|
<a href="https://leaders.hackclub.com"> Leaders Portal</a>! A place to manage your club! We've also got
|
||||||
free subscriptions to Figma Pro, Postman, and more for running a
|
free subscriptions to Brilliant Premium, Code Crafters, and more for running a
|
||||||
great computer science club.
|
great computer science club.
|
||||||
</>
|
</>
|
||||||
}
|
}
|
||||||
|
|
@ -646,10 +646,10 @@ const Page = () => (
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Stage
|
<Stage
|
||||||
icon="emoji"
|
icon="person"
|
||||||
color="white"
|
color="white"
|
||||||
name="2. Onboarding call"
|
name="2. School approval"
|
||||||
desc="Hop on a quick Zoom with someone from Hack Club HQ."
|
desc="Get approval from your school to start your club."
|
||||||
/>
|
/>
|
||||||
</Card>
|
</Card>
|
||||||
<Card
|
<Card
|
||||||
|
|
@ -676,6 +676,7 @@ const Page = () => (
|
||||||
>
|
>
|
||||||
Apply to Hack Club
|
Apply to Hack Club
|
||||||
</Button>
|
</Button>
|
||||||
|
|
||||||
</Container>
|
</Container>
|
||||||
</Box>
|
</Box>
|
||||||
<Footer
|
<Footer
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue