mirror of
https://github.com/System-End/site.git
synced 2026-04-19 23:22:49 +00:00
savepoint (morning part 1)
This commit is contained in:
parent
c0f8516887
commit
479b80ab08
5 changed files with 50 additions and 96 deletions
|
|
@ -88,7 +88,7 @@ const Content = () => (
|
|||
textShadow: theme => `0 0 12px ${theme.colors.red}`
|
||||
}}
|
||||
>
|
||||
Grants, no-fees, and more!
|
||||
Grants, waived fees, and more!
|
||||
</Text>
|
||||
</Container>
|
||||
<List>
|
||||
|
|
@ -109,8 +109,8 @@ const Content = () => (
|
|||
icon="rep"
|
||||
leadText="A suite of free tools."
|
||||
body={`
|
||||
Once you join Bank, you'll have access to a suite of tools to help you run a great hackathon including
|
||||
Google Workspace, a domain, stickers, and more—all for free!`}
|
||||
When you join Hack Club Bank, you'll have access to a suite of free tools including
|
||||
debit cards, a domain name, Google Workspace, stickers, and more.`}
|
||||
/>
|
||||
</List>
|
||||
<Link href="/bank/apply" passHref>
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ const Content = () => (
|
|||
background: 'linear-gradient(-132deg, #338eda 14%, #33d6a6 82%)'
|
||||
}}
|
||||
>
|
||||
Join the community →
|
||||
Join us on Slack →
|
||||
</Button>
|
||||
</Link>
|
||||
</Container>
|
||||
|
|
@ -122,15 +122,15 @@ const Slack = () => {
|
|||
}}
|
||||
>
|
||||
<source
|
||||
src="https://cdn.glitch.com/2d637c98-ed35-417a-bf89-cecc165d7398%2Foutput-no-duplicate-frames.hecv.mp4?v=1590780967658"
|
||||
src="https://cloud-e76v36px6-hack-club-bot.vercel.app/0screen_recording_2022-07-29_at_9.34.16_am.mp4"
|
||||
type="video/mp4; codecs=hevc"
|
||||
/>
|
||||
<source
|
||||
src="https://cdn.glitch.com/2d637c98-ed35-417a-bf89-cecc165d7398%2Foutput-no-duplicate-frames.webm?v=1590781698834"
|
||||
src="https://cloud-67136uw75-hack-club-bot.vercel.app/0screen_recording_2022-07-29_at_9.34.16_am.webm"
|
||||
type="video/webm; codecs=vp9,opus"
|
||||
/>
|
||||
<source
|
||||
src="https://cdn.glitch.com/2d637c98-ed35-417a-bf89-cecc165d7398%2Foutput-no-duplicate-frames.mov?v=1590781491717"
|
||||
src="https://cloud-e76v36px6-hack-club-bot.vercel.app/0screen_recording_2022-07-29_at_9.34.16_am.mp4"
|
||||
type="video/quicktime"
|
||||
/>
|
||||
</Box>
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ import ScrollHint from '../scroll-hint'
|
|||
import Image from 'next/image'
|
||||
import hero from '../../public/hackathons/mahacks.jpeg'
|
||||
|
||||
export default function Landing2({ showButton, eventsCount }) {
|
||||
export default function Landing2({ showButton }) {
|
||||
return (
|
||||
<>
|
||||
<Slide>
|
||||
|
|
@ -31,8 +31,8 @@ export default function Landing2({ showButton, eventsCount }) {
|
|||
>
|
||||
<Box
|
||||
sx={{
|
||||
zIndex: '100',
|
||||
paddingTop: '96px'
|
||||
zIndex: 999,
|
||||
paddingTop: 96
|
||||
}}
|
||||
>
|
||||
<Fade duration={625} bottom>
|
||||
|
|
@ -64,9 +64,9 @@ export default function Landing2({ showButton, eventsCount }) {
|
|||
>
|
||||
Looking for hackathons?
|
||||
</Button>
|
||||
<Text as="p" variant="headline" sx={{ mt: 0, color: 'muted' }}>
|
||||
{/* <Text as="p" variant="headline" sx={{ mt: 0, color: 'muted' }}>
|
||||
Leading text
|
||||
</Text>
|
||||
</Text> */}
|
||||
<Heading
|
||||
as="h2"
|
||||
variant="title"
|
||||
|
|
@ -97,85 +97,14 @@ export default function Landing2({ showButton, eventsCount }) {
|
|||
others doing the same.
|
||||
</Text>
|
||||
<Text as="p" variant="subtitle" mt={3}>
|
||||
To inpsire a renaissance for IRL high school hacakthons this
|
||||
semester, we’re distributing $10,000 in grants (thanks
|
||||
This semester, we’re distributing $10k in grants (thanks
|
||||
Gadzooks!) & providing the tools and resources for you to run
|
||||
the best events.
|
||||
</Text>
|
||||
</Card>
|
||||
{/* <Container
|
||||
variant="container"
|
||||
sx={{
|
||||
display: 'flex',
|
||||
flexDirection: 'column',
|
||||
justifyContent: 'center',
|
||||
textAlign: 'center'
|
||||
}}
|
||||
>
|
||||
<Heading
|
||||
variant="ultratitle"
|
||||
sx={{
|
||||
marginBottom: 4,
|
||||
textShadow: '0 0 16px rgba(0, 0, 0, 1)',
|
||||
letterSpacing: '-0.02em',
|
||||
'@media screen and (max-height: 600px)': {
|
||||
lineHeight: 0.875
|
||||
},
|
||||
'@media screen and (min-height: 610px)': {
|
||||
lineHeight: 1.125
|
||||
}
|
||||
}}
|
||||
>
|
||||
<Underline>Become a 501(c)(3) nonprofit</Underline> with
|
||||
Hack Club Bank.
|
||||
</Heading>
|
||||
<Container variant="copy">
|
||||
<Text
|
||||
variant="lead"
|
||||
sx={{
|
||||
textShadow: '0 3px 6px rgba(0, 0, 0, 0.5)',
|
||||
'@media screen and (max-height: 600px)': {
|
||||
lineHeight: 1
|
||||
}
|
||||
}}
|
||||
>
|
||||
The team behind the{' '}
|
||||
<Link
|
||||
href="https://innovationcircuit.com"
|
||||
target="_blank"
|
||||
color="inherit"
|
||||
bold
|
||||
hoverline
|
||||
>
|
||||
Innovation Circuit
|
||||
</Link>{' '}
|
||||
is one of {Math.round((eventsCount - 50) / 100) * 100}+
|
||||
teams who use <strong>Hack Club Bank</strong> to
|
||||
run world-class events.
|
||||
</Text>
|
||||
</Container>
|
||||
</Container> */}
|
||||
</Fade>
|
||||
</Box>
|
||||
<br />
|
||||
<Box
|
||||
sx={{
|
||||
display: 'flex',
|
||||
justifyContent: 'center',
|
||||
marginBottom: 3
|
||||
}}
|
||||
>
|
||||
{showButton && (
|
||||
<Button
|
||||
variant="outlineLg"
|
||||
as="a"
|
||||
href="#apply"
|
||||
style={{ zIndex: '100' }}
|
||||
>
|
||||
Apply Now
|
||||
</Button>
|
||||
)}
|
||||
</Box>
|
||||
<ScrollHint />
|
||||
</Box>
|
||||
</Slide>
|
||||
|
|
|
|||
|
|
@ -14,17 +14,20 @@ export default function Philosophy() {
|
|||
lineHeight: 1,
|
||||
marginBottom: '18px'
|
||||
},
|
||||
gridTemplateColumns: ['1fr', null, '2fr 3fr']
|
||||
gridTemplateColumns: ['1fr', null, '2fr 4fr']
|
||||
}}
|
||||
>
|
||||
<Heading as="h2" sx={{ fontSize: [36, 48] }} color="rgb(115, 45, 228);">
|
||||
Welcome to the high school hackathon.
|
||||
Learn to build,
|
||||
<br />
|
||||
build to learn.
|
||||
</Heading>
|
||||
<Box sx={{ fontSize: [3, 3] }}>
|
||||
Hackathons are a place to build things for fun and meet others doing
|
||||
the same. If you're currently a high schoooler, chances are you've
|
||||
never been to an IRL hackathon. They vanished when the pandemic hit,
|
||||
and now they're missing from our new normal.
|
||||
The best way to learn is by building. A hackathon is a space that
|
||||
helps give makers everything they need to start building–mentors,
|
||||
collaborators, inspiration, and a goal to work towards. Hackers will
|
||||
leave a hackathon with a project of their own, ready and excited to
|
||||
keep hacking once they get home.
|
||||
</Box>
|
||||
</Container>
|
||||
|
||||
|
|
@ -39,17 +42,18 @@ export default function Philosophy() {
|
|||
lineHeight: 1,
|
||||
marginBottom: '18px'
|
||||
},
|
||||
gridTemplateColumns: ['1fr', null, '2fr 3fr']
|
||||
gridTemplateColumns: ['1fr', null, '2fr 4fr']
|
||||
}}
|
||||
>
|
||||
<Heading as="h2" sx={{ fontSize: [36, 48] }} color="rgb(22, 209, 219);">
|
||||
Hackathons are just the beginning.
|
||||
More friends, <br />
|
||||
more fun.
|
||||
</Heading>
|
||||
<Box sx={{ fontSize: [3, 3] }}>
|
||||
<strong>We're at our best when we're making.</strong> Hackathons
|
||||
create a space for people to learn, build, and share their creations.
|
||||
The hacking doesn't stop there. After the hackathon, attendees will
|
||||
feel inspired to keep building and sharing their creations.
|
||||
<strong>We're at our best when we're making.</strong> Hack Club is a
|
||||
world wide community of thousands of high school makers. We're
|
||||
organizers, coders, hackers, painters, engineers, musicians, writers,
|
||||
volunteers. We make things. We want others to make things too.
|
||||
</Box>
|
||||
</Container>
|
||||
</>
|
||||
|
|
|
|||
21
components/hackathons/playground.mdx
Normal file
21
components/hackathons/playground.mdx
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
## Coding is a superpower
|
||||
|
||||
## Start building
|
||||
|
||||
The best way to learn is by building. A hackathon is a space that helps give makers everything they need to start building–mentors, collaborators, inspiration, and a goal to work towards. Hackers will leave a hackathon with a project of their own, ready and excited to keep hacking once they get home.
|
||||
|
||||
## Burn twice as bright
|
||||
|
||||
Immediacy and Impermanence
|
||||
|
||||
## Learn to build, build to learn
|
||||
|
||||
The best way to learn is by building
|
||||
|
||||
## Sandbox
|
||||
|
||||
Some challenges are hard to solve.
|
||||
|
||||
## More friends, more fun
|
||||
|
||||
Hack Club is a world wide community of thousands of high school makers. We're organizers, coders, hackers, painters, engineers, musicians, writers, volunteers. We make things. We want others to make things too.
|
||||
Loading…
Add table
Reference in a new issue