mirror of
https://github.com/System-End/site.git
synced 2026-04-20 00:25:19 +00:00
Leo copy 2021 club launch (#162)
* WIP * Update index.js Co-authored-by: leomcelroy <leomcelroy@gmail.com>
This commit is contained in:
parent
b0a05e822b
commit
1ba296f72b
4 changed files with 13 additions and 13 deletions
|
|
@ -7,7 +7,9 @@ module.exports = withMDX({
|
|||
'hackclub.com',
|
||||
'dl.airtable.com',
|
||||
'emoji.slack-edge.com',
|
||||
'cdn.glitch.com'
|
||||
'cdn.glitch.com',
|
||||
'github.com',
|
||||
'localhost'
|
||||
]
|
||||
},
|
||||
webpack: (config, { isServer }) => {
|
||||
|
|
|
|||
|
|
@ -192,7 +192,7 @@ const Page = () => (
|
|||
The rundown
|
||||
</Text>
|
||||
<Heading as="h2" variant="title">
|
||||
High school clubs for{' '}
|
||||
Teen clubs for the {' '}
|
||||
<Text
|
||||
as="span"
|
||||
sx={{
|
||||
|
|
@ -204,16 +204,15 @@ const Page = () => (
|
|||
bg: 'rgb(255, 212, 64)'
|
||||
}}
|
||||
>
|
||||
creative coding
|
||||
joy of code
|
||||
</Text>
|
||||
.
|
||||
</Heading>
|
||||
<Text as="p" variant="lead" sx={{ maxWidth: 'copyPlus' }}>
|
||||
Hack Clubs at high schools meet weekly (this year, via Zoom),
|
||||
typically for 1.5hrs after school. As a club leader, you get members
|
||||
(mostly beginners) started on something to learn/create, then members
|
||||
work at their own pace, building websites, apps, & games, and
|
||||
presenting them at the end.
|
||||
Hack Clubs typically meet for 1.5 hours each week in high schools,
|
||||
makerspaces, community centers, churches, and any other venue
|
||||
where teenagers can gather. Each club is unique but a typical meeting
|
||||
would look like:
|
||||
</Text>
|
||||
<Grid columns={[null, null, 2, '3fr 2fr']} gap={[3, 4]} pt={[3, 4]}>
|
||||
<Photo
|
||||
|
|
@ -247,7 +246,7 @@ const Page = () => (
|
|||
</Text>
|
||||
<Text as="p" variant="subtitle">
|
||||
<strong>
|
||||
A group of students—many beginners—gather to start coding.
|
||||
A group of teens, many beginners, gather to start coding.
|
||||
</strong>
|
||||
The leader (that’s you!) presents for a few minutes, getting the
|
||||
group started building something new.
|
||||
|
|
@ -257,7 +256,7 @@ const Page = () => (
|
|||
</Text>
|
||||
<Text as="p" variant="subtitle">
|
||||
<strong>Everyone gets hacking, individually.</strong> Not hacking
|
||||
bank accounts—being creative & making something awesome with code.
|
||||
bank accounts, being creative and <a>making something awesome</a>.
|
||||
</Text>
|
||||
<Text as="span" color="blue">
|
||||
3
|
||||
|
|
@ -312,11 +311,10 @@ const Page = () => (
|
|||
}}
|
||||
>
|
||||
<BGImg
|
||||
gradient="linear-gradient(rgba(0,0,0,0.25),rgba(0,0,0,0.625))"
|
||||
src="https://cdn.glitch.com/a7605379-7582-4aac-8f44-45bbdfca0cfa%2F2020-05-16_screenshot.jpeg?v=1589633885855"
|
||||
src="/golden-train.png"
|
||||
width={2048}
|
||||
height={1170}
|
||||
alt="Hack Clubbers gather at the Elon Musk AMA in 2020"
|
||||
alt="Hack Clubbers on the 2021 Hacker Zephyr"
|
||||
/>
|
||||
<Container>
|
||||
<Text as="p" variant="eyebrow" sx={{ color: 'white', opacity: 0.75 }}>
|
||||
|
|
|
|||
BIN
public/golden-train.png
Normal file
BIN
public/golden-train.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.5 MiB |
BIN
public/train_starry_night.png
Normal file
BIN
public/train_starry_night.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 23 MiB |
Loading…
Add table
Reference in a new issue