Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the hackathon grant copy and make clear the program has ended #1446

Merged
merged 5 commits into from
Jan 13, 2025
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
169 changes: 0 additions & 169 deletions components/hackathons/features/money.js

This file was deleted.

78 changes: 0 additions & 78 deletions components/hackathons/grant/form.js

This file was deleted.

5 changes: 1 addition & 4 deletions components/hackathons/keep-exploring.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default function KeepExploring() {

<Container>
<Grid
columns={[null, '1fr 2fr']}
columns={[null, '1fr 1fr']}
my={[3, 5]}
sx={{ maxWidth: 'copyUltra', mx: 'auto' }}
>
Expand All @@ -83,9 +83,6 @@ export default function KeepExploring() {
Windy&nbsp;City&nbsp;Hacks
</a>
. The&nbsp;hack’s the limit.
<Box as="div" sx={{ mt: 3 }}></Box>
Hack Club is providing grants, support, and more, to help you run
the next amazing hackathon.
</Text>
</Grid>
</Container>
Expand Down
25 changes: 1 addition & 24 deletions components/hackathons/recap.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default function Recap() {
pt={[3, 4]}
pb={[5, 6]}
gap={[4, 3, 4]}
columns={[1, null, 3]}
columns={[1, null, 2]}
sx={{
textAlign: 'left',
'> a, > div': {
Expand Down Expand Up @@ -64,29 +64,6 @@ export default function Recap() {
desc="Chat in Slack for support with organizing your hackathon, from finding a venue to marketing your event."
/>
</Card>
<Card
variant="interactive"
as="a"
href="/hackathons/grant"
sx={{
background:
'linear-gradient(to bottom, rgba(255, 140, 55, 0.9) 0%, rgba(236, 55, 80, 0.9) 100%)',
color: 'white',
svg: { color: 'rgb(236, 55, 80)' }
}}
>
<Stage
icon="bank-account"
color="white"
name="$500 grants"
desc={
<>
Join HCB to receive a $500 grant for your hackathon and a suite
of financial tools.
</>
}
/>
</Card>
<Card
variant="interactive"
as="a"
Expand Down
18 changes: 1 addition & 17 deletions pages/content/sponsorship.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,9 @@ desc="Looking to get hackathon/nonprofit sponsorship from Hack Club? Here’s th
img="https://workshop-cards.hackclub.com/Sponsorship.png?brand=HQ&fontSize=300px"
path="sponsorship.mdx">

<Announcement
as="a"
copy="Is your hackathon in person and happening this semester?"
caption="$500 grants and more, with support from Hack Club and FIRST®."
href="/hackathons/grant"
iconLeft="event-code"
color="primary"
sx={{
maxWidth: 'container',
mx: '0',
mt: '0',
background: '#f9fafc !important',
boxShadow: '0 4px 8px rgb(0 0 0 / 13%)'
}}
/>

_(To summarize: we’re a donor-supported nonprofit so outside of planned grant programs, we don't provide financial support to hackathons/other nonprofits. However, there are all kinds of ways we’d love to help out your project, so read on.)_

[Hack Club](https://hackclub.com/) is an independent nonprofit, supported by donors, with a responsibility to our supporters to spend our budget directly on our core programs. Therefore, as much as we’d like to, **we’re not in a position to provide financial support to hackathons/other nonprofits**. We occasionally run grant programs, like the [$500 grant for IRL high school hackathons](https://hackclub.com/hackathons/grant). We wish you the best of luck in your sponsorship search—we recommend [Megan Cui’s “Meginar”](https://youtu.be/tOmXzA4reTY) and [Lachlan Campbell’s Flagship talk](https://notebook.lachlanjc.com/2020-01-19_how_to_start_your_first_hackathon/) if you’re looking for advice.
[Hack Club](https://hackclub.com/) is an independent nonprofit, supported by donors, with a responsibility to our supporters to spend our budget directly on our core programs. Therefore, as much as we’d like to, **we’re not in a position to provide financial support to hackathons/other nonprofits**. We occasionally run grant programs, like the [$500 grant for IRL high school hackathons](https://hackclub.com/hackathons/grant) which has ended as of December 31st, 2024. We wish you the best of luck in your sponsorship search—we recommend [Megan Cui’s “Meginar”](https://youtu.be/tOmXzA4reTY) and [Lachlan Campbell’s Flagship talk](https://notebook.lachlanjc.com/2020-01-19_how_to_start_your_first_hackathon/) if you’re looking for advice.

If you’re looking for [fiscal sponsorship](https://en.wikipedia.org/wiki/Fiscal_sponsorship) (aka becoming a legal nonprofit), we’ve got your back—[HCB](https://hackclub.com/fiscal-sponsorship/) will set you up with a nonprofit fund, legal entity, debit cards for your team, automated taxes/accounting, G Suite, an online donation form, ACH/check sending/receiving, discounts on stickers & software for your team, and great support. There are no upfront fees. Sign up at <https://hackclub.com/fiscal-sponsorship/>.

Expand Down
Loading
Loading