mirror of
https://github.com/System-End/site.git
synced 2026-04-19 18:35:12 +00:00
Savepoint
I think I might fall asleep.
This commit is contained in:
parent
988a3f9449
commit
42c4d296dc
7 changed files with 37 additions and 20 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import { Button, Box, Container, Heading, Text } from 'theme-ui'
|
||||
import { Button, Box, Container, Heading, Text, Link } from 'theme-ui'
|
||||
import usePrefersMotion from '../../../lib/use-prefers-motion'
|
||||
import useHasMounted from '../../../lib/use-has-mounted'
|
||||
import Link from 'next/link'
|
||||
import NextLink from 'next/link'
|
||||
import { thousands } from '../../../lib/members'
|
||||
|
||||
const Content = () => (
|
||||
|
|
@ -38,13 +38,28 @@ const Content = () => (
|
|||
.
|
||||
</Heading>
|
||||
<Text as="p" variant="lead" sx={{ maxWidth: 'copyPlus', mx: 'auto' }}>
|
||||
The {/* <Box as="span" sx={{ bg: 'muted', px: 1, borderRadius: 5 }}> */}
|
||||
#hackathon-organizers
|
||||
{/* </Box> */} channel is where teenagers around the world ask questions
|
||||
and share their own hackathon organizing experiences. You'll connect with
|
||||
other teens, like yourself, who have organized amazing events.
|
||||
The{' '}
|
||||
<Box
|
||||
as="span"
|
||||
sx={{
|
||||
bg: 'rgb(245, 233, 181, .3)',
|
||||
px: 1,
|
||||
borderRadius: 5
|
||||
}}
|
||||
>
|
||||
<Link
|
||||
href="https://hackclub.slack.com/archives/C03QSGGCJN7"
|
||||
sx={{ textDecoration: 'none', color: 'currentColor' }}
|
||||
target="_blank"
|
||||
>
|
||||
#hackathon-organizers
|
||||
</Link>
|
||||
</Box>{' '}
|
||||
channel is where teenagers around the world ask questions and share their
|
||||
own hackathon organizing experiences—from finding a venue to securing
|
||||
sponsorships to ordering food.
|
||||
</Text>
|
||||
<Link href="/slack" passHref>
|
||||
<NextLink href="/slack" passHref>
|
||||
<Button
|
||||
as="a"
|
||||
variant="ctaLg"
|
||||
|
|
@ -54,7 +69,7 @@ const Content = () => (
|
|||
>
|
||||
Join us on Slack →
|
||||
</Button>
|
||||
</Link>
|
||||
</NextLink>
|
||||
</Container>
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ export default function KeepExploring() {
|
|||
sx={{ maxWidth: 'copyUltra', mx: 'auto' }}
|
||||
>
|
||||
<Heading as="h3" variant="headline" sx={{ fontSize: [4, 5], mb: 0 }}>
|
||||
Beyond the hackathon.
|
||||
Behind the scenes...
|
||||
</Heading>
|
||||
<Text
|
||||
as="p"
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ export default function Landing() {
|
|||
}}
|
||||
>
|
||||
Looking for hackathons?{' '}
|
||||
<Icon glyph="external" size={30} sx={{ pl: 1, pb: 1 }} />
|
||||
<Icon glyph="external" size={30} sx={{ pl: 1 }} />
|
||||
</Button>
|
||||
{/* <Text as="p" variant="headline" sx={{ mt: 0, color: 'muted' }}>
|
||||
Leading text
|
||||
|
|
|
|||
|
|
@ -49,8 +49,8 @@ export default function Overview() {
|
|||
</Text>
|
||||
</Flex>
|
||||
<Photo
|
||||
src="https://cloud-3aeson6ue-hack-club-bot.vercel.app/1lahacks.jpeg"
|
||||
alt="Los Altos Hacks III"
|
||||
src="https://cloud-k3mgtdz5i-hack-club-bot.vercel.app/0image.png"
|
||||
alt="Attendees from Hack Pennsylvania, 2019."
|
||||
width={3000}
|
||||
height={2550}
|
||||
showAlt
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ export default function Rundown() {
|
|||
</Box>
|
||||
<Grid
|
||||
pt={[3, 4]}
|
||||
pb={[4, 5]}
|
||||
pb={[5, 6]}
|
||||
gap={[4, 3, 4]}
|
||||
columns={[1, null, 3]}
|
||||
sx={{
|
||||
|
|
@ -61,7 +61,7 @@ export default function Rundown() {
|
|||
icon="slack"
|
||||
color="white"
|
||||
name="Slack community"
|
||||
desc={`Connect with a community of hackathon organizers and get support from peers.`}
|
||||
desc={`Connect with a community of high school hackathon organizers and get support from peers.`}
|
||||
/>
|
||||
</Card>
|
||||
<Card
|
||||
|
|
@ -81,8 +81,9 @@ export default function Rundown() {
|
|||
name="$500 grants"
|
||||
desc={
|
||||
<>
|
||||
Get a $500 grant for your hackathon and access to a suite of
|
||||
financial tools when you join Hack Club Bank.
|
||||
Get a $500 grant for your hackathon (thanks to <i>FIRST</i>),
|
||||
and access to a suite of financial tools when you join Hack Club
|
||||
Bank.
|
||||
</>
|
||||
}
|
||||
/>
|
||||
|
|
|
|||
|
|
@ -14,7 +14,8 @@ const nextConfig = {
|
|||
'cloud-k18c7grqc-hack-club-bot.vercel.app',
|
||||
'cloud-kcloydjv0-hack-club-bot.vercel.app',
|
||||
'cloud-dtijd5g0u-hack-club-bot.vercel.app',
|
||||
'cloud-3aeson6ue-hack-club-bot.vercel.app'
|
||||
'cloud-3aeson6ue-hack-club-bot.vercel.app',
|
||||
'cloud-k3mgtdz5i-hack-club-bot.vercel.app'
|
||||
]
|
||||
},
|
||||
webpack: (config, { isServer }) => {
|
||||
|
|
|
|||
|
|
@ -129,8 +129,8 @@ const Page = () => (
|
|||
/>
|
||||
|
||||
<Announcement
|
||||
copy="Help kick off a hackathon renaissance"
|
||||
caption="organize a hackathon attend a hackathon ohyeahwoofyeah"
|
||||
copy="Help kickstart an IRL hackathon renaissance"
|
||||
caption="With the help"
|
||||
href="/hackathons"
|
||||
iconLeft="event-code"
|
||||
color="primary"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue