import { Box, Container, Flex, Grid, Heading } from 'theme-ui'
import Meta from '@hackclub/meta'
import Head from 'next/head'
import ForceTheme from '../../components/force-theme'
import Nav from '../../components/nav'
import Footer from '../../components/footer'
import MSparkles from '../../components/sparkles/money'
import Announcement from '../../components/announcement'
import NextLink from 'next/link'
import { Link, Text, Button, Card } from 'theme-ui'
import Icon from '@hackclub/icons'
import Apply from '../../components/hackathons/grant/apply'
import Zoom from 'react-reveal/Zoom'
/** @jsxImportSource theme-ui */
const styles = `
html {
scroll-behavior: smooth;
}
`
const Requirement = ({ title, children, checkmark, background, size }) => {
return (
{title}
{children}
)
}
const HackathonGrant = () => {
let open = false // applications are open
return (
<>
A $500 grant for your{' '}
in-person hackathon.
This program ended December 31st, 2024.
Hack Club provided $500 grants (and waived{' '}
HCB
{' '}
fees) to in-person{' '}
high school hackathons.
Want to attend a hackathon?
Check if your hackathon qualifies
Your hackathon should be free for all attendees
and meet the following requirements:
We want to bring back high schooler-led events around the world,
so we're only offering this grant for high school hackathons that
take place throughout 2024 (until December 31st).
This is not an annual program and has only been renewed until
the end of 2024.
By high schoolers, for{' '}
high schoolers
>
}
checkmark="profile-fill"
background="https://icons.hackclub.com/api/icons/0x212025/glyph:profile.svg"
size="36"
>
To create a uniquely tailored high school hackathon, your
hackathon should be organized by high school students*. All
attendees should be 18 & under AND not full-time
college students.
Maximum of 1 college student is allowed on your organizing team.
Hacking is a social activity, and we're supporting hackathons that
bring hackers together IRL. We believe that fully IRL (not hybrid)
events allow organisers to maximize the unique hackathon
experience for attendees.
Your event must be at least 8 consecutive hours long to qualify
for the grant.
You will need to provide a scan of an email, contract, or an{' '}
MOU
{' '}
with your venue. Your scan should have the date of your hackathon
and address, contact details, and the specific commitment of your
venue.
If your venue is a school, attendance must not be limited to a
specific school or club.
We believe the best hackathons embody the hacker spirit by
building their own website. Complex or simple, beautiful or janky–
build your own instead of using nontechnical tools like Wix or
Devpost.
You will need to share a link to your website. Don't have a
domain? HCB provides a free domain. Check out this{' '}
guide on building hackathon websites
{' '}
or ask in{' '}
Slack
{' '}
if you need help.
You'll receive your grant through HCB, our financial platform for
hackathons, and spend it in the open with{' '}
Transparency Mode
. Sign up for{' '}
HCB
{' '}
before applying.
If you're unable to use HCB, we're unfortunately unable to
support you through this grant program.
If you'd like to list us on your site (optional), you can use the
logos found on the respective brand guides for{' '}
Hack Club
{'.'}
This program ended on December 31st, 2024.
Questions?
Reach out to hcb@hackclub.com
>
)
}
export default HackathonGrant