mirror of
https://github.com/System-End/site.git
synced 2026-04-19 16:28:21 +00:00
Update Club Stats & Info (#1555)
* Update Club Stats & Info * Update pages/pizza.js --------- Co-authored-by: Mohamad Mortada <mmortada685@gmail.com>
This commit is contained in:
parent
d8daa0b787
commit
5ba09db707
3 changed files with 10 additions and 10 deletions
|
|
@ -60,7 +60,7 @@ export default function Clubs() {
|
|||
width: 'fit-content'
|
||||
}}
|
||||
>
|
||||
A Network of 400+ Coding Clubs
|
||||
A Network of 1000+ Coding Clubs
|
||||
</Text>
|
||||
<Grid columns={[1, 1, 2]} sx={{ position: 'relative', zIndex: 2 }}>
|
||||
<Box>
|
||||
|
|
|
|||
|
|
@ -366,7 +366,7 @@ const Page = () => (
|
|||
/>
|
||||
<Container>
|
||||
<Text as="p" variant="eyebrow" sx={{ color: 'white', opacity: 0.75 }}>
|
||||
~ Welcome to Hackerland ~
|
||||
~ Welcome to the club ~
|
||||
</Text>
|
||||
<Heading as="h2" variant="title">
|
||||
By the students, for the students.
|
||||
|
|
@ -430,7 +430,7 @@ const Page = () => (
|
|||
<Feature
|
||||
icon="slack-fill"
|
||||
color="#5d114c"
|
||||
name="Chat with 100s of club leaders"
|
||||
name="Chat with thousands of club leaders"
|
||||
desc={
|
||||
<>
|
||||
In our <Link href="/slack">Slack community</Link>, you’ll be
|
||||
|
|
@ -530,18 +530,18 @@ const Page = () => (
|
|||
desc={
|
||||
<>
|
||||
We're always building new tools for leaders, such as{' '}
|
||||
<a href="https://sprig.hackclub.com">Sprig</a>! We've also got
|
||||
<a href="https://dashboard.hackclub.com">The Dashboard</a>! A place to manage your club! We've also got
|
||||
free subscriptions to Figma Pro, Postman, and more for running a
|
||||
great computer science club club.
|
||||
</>
|
||||
}
|
||||
/>
|
||||
{/* <Feature
|
||||
<Feature
|
||||
icon="sam"
|
||||
color="blue"
|
||||
name="Free Zoom Pro"
|
||||
desc="24/7 access to Zoom Pro enabled meeting rooms for your club (that means no time limit)."
|
||||
/> */}
|
||||
/>
|
||||
</Grid>
|
||||
<Feature
|
||||
icon="welcome"
|
||||
|
|
|
|||
|
|
@ -200,7 +200,7 @@ import {
|
|||
</span>
|
||||
</Heading>
|
||||
<Text variant="lead">
|
||||
GitHub is providing pizza grants to 850+ Hack Clubs.{' '}
|
||||
GitHub is providing pizza grants to <strong>thousands</strong> of Hack Clubs.{' '}
|
||||
<strong>You're not too late!</strong>
|
||||
</Text>
|
||||
</Container>
|
||||
|
|
@ -731,7 +731,7 @@ import {
|
|||
lineHeight: '150%'
|
||||
}}
|
||||
>
|
||||
Submit your members' projects and DM <Link href="https://hackclub.slack.com/team/U07HEH4N8UV">@jps</Link> or email <Link href="mailto:jared@hackclub.com">jared@hackclub.com</Link> to receive $5 per completed project.
|
||||
Submit your members' projects on <Link href="https://dashboard.hackclub.com">the dashboard</Link> and recieve $5 every hour up to $20 per project for pizza!
|
||||
</Text>
|
||||
<Tilt
|
||||
sx={{
|
||||
|
|
@ -799,8 +799,8 @@ import {
|
|||
marginBottom: '32px'
|
||||
}}
|
||||
>
|
||||
Need help getting your Pizza Grant? Email{' '}
|
||||
<Link href="mailto:jared@hackclub.com">jared@hackclub.com</Link>
|
||||
Need help getting your Pizza Grant? Give us a hollar at{' '}
|
||||
<Link href="mailto:clubs@hackclub.com">clubs@hackclub.com</Link>
|
||||
.
|
||||
</Text>
|
||||
</Container>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue