Skip to content

Commit 5e8e3c0

Browse files
authored
Merge pull request #1446 from rluodev/update-grant-copy
Update the hackathon grant copy and make clear the program has ended
2 parents fa185d4 + 43a0de9 commit 5e8e3c0

File tree

7 files changed

+29
-325
lines changed

7 files changed

+29
-325
lines changed

components/hackathons/features/money.js

-169
This file was deleted.

components/hackathons/grant/form.js

-78
This file was deleted.

components/hackathons/keep-exploring.js

+1-4
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export default function KeepExploring() {
5858

5959
<Container>
6060
<Grid
61-
columns={[null, '1fr 2fr']}
61+
columns={[null, '1fr 1fr']}
6262
my={[3, 5]}
6363
sx={{ maxWidth: 'copyUltra', mx: 'auto' }}
6464
>
@@ -83,9 +83,6 @@ export default function KeepExploring() {
8383
Windy&nbsp;City&nbsp;Hacks
8484
</a>
8585
. The&nbsp;hack’s the limit.
86-
<Box as="div" sx={{ mt: 3 }}></Box>
87-
Hack Club is providing grants, support, and more, to help you run
88-
the next amazing hackathon.
8986
</Text>
9087
</Grid>
9188
</Container>

components/hackathons/recap.js

+1-24
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default function Recap() {
3131
pt={[3, 4]}
3232
pb={[5, 6]}
3333
gap={[4, 3, 4]}
34-
columns={[1, null, 3]}
34+
columns={[1, null, 2]}
3535
sx={{
3636
textAlign: 'left',
3737
'> a, > div': {
@@ -64,29 +64,6 @@ export default function Recap() {
6464
desc="Chat in Slack for support with organizing your hackathon, from finding a venue to marketing your event."
6565
/>
6666
</Card>
67-
<Card
68-
variant="interactive"
69-
as="a"
70-
href="/hackathons/grant"
71-
sx={{
72-
background:
73-
'linear-gradient(to bottom, rgba(255, 140, 55, 0.9) 0%, rgba(236, 55, 80, 0.9) 100%)',
74-
color: 'white',
75-
svg: { color: 'rgb(236, 55, 80)' }
76-
}}
77-
>
78-
<Stage
79-
icon="bank-account"
80-
color="white"
81-
name="$500 grants"
82-
desc={
83-
<>
84-
Join HCB to receive a $500 grant for your hackathon and a suite
85-
of financial tools.
86-
</>
87-
}
88-
/>
89-
</Card>
9067
<Card
9168
variant="interactive"
9269
as="a"

pages/content/sponsorship.mdx

+1-17
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,9 @@ desc="Looking to get hackathon/nonprofit sponsorship from Hack Club? Here’s th
77
img="https://workshop-cards.hackclub.com/Sponsorship.png?brand=HQ&fontSize=300px"
88
path="sponsorship.mdx">
99

10-
<Announcement
11-
as="a"
12-
copy="Is your hackathon in person and happening this semester?"
13-
caption="$500 grants and more, with support from Hack Club and FIRST®."
14-
href="/hackathons/grant"
15-
iconLeft="event-code"
16-
color="primary"
17-
sx={{
18-
maxWidth: 'container',
19-
mx: '0',
20-
mt: '0',
21-
background: '#f9fafc !important',
22-
boxShadow: '0 4px 8px rgb(0 0 0 / 13%)'
23-
}}
24-
/>
25-
2610
_(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.)_
2711

28-
[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.
12+
[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.
2913

3014
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/>.
3115

0 commit comments

Comments
 (0)