-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpizza-grant-first-partnership.html
75 lines (65 loc) · 4.53 KB
/
pizza-grant-first-partnership.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html>
<head>
<title>Hack Club Journeys - Thomas</title>
<meta name="title" content="Hack Club Journeys - Thomas" />
<meta name="description" content="Thomas's wild journeys with Hack Club" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Hack Club Journeys - Thomas" />
<meta property="og:description" content="Thomas's wild journeys with Hack Club" />
<meta property="og:image" content="https://cloud-regpmmq7q-hack-club-bot.vercel.app/0journey-cover.png" />
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:title" content="Hack Club Journeys - Thomas" />
<meta property="twitter:description" content="Thomas's wild journeys with Hack Club" />
<meta property="twitter:image" content="https://cloud-regpmmq7q-hack-club-bot.vercel.app/0journey-cover.png" />
<link rel="apple-touch-icon" sizes="57x57" href="/hc-journey/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/hc-journey/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/hc-journey/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/hc-journey/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/hc-journey/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/hc-journey/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/hc-journey/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/hc-journey/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/hc-journey/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/hc-journey/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/hc-journey/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/hc-journey/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/hc-journey/favicon-16x16.png">
<link rel="manifest" href="/hc-journey/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/hc-journey/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" type="text/css" href="styles.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body style="display: flex; justify-content: center;">
<div style="max-width: 720px;">
<a href="./index.html">
<div class="header">
<h1>Journeys @</h1>
<img style="height: 78px" src="./assets/hc-logo.png"/>
<h1 id="date">(2023-2024)</h1>
</div>
</a>
<p><a href="./index.html">Home</a> / <a href="">Pizza-Grant-First-Partnership</a></p>
I worked with Christina (HC Co-founder) & JC (fellow gap year) to make Pizza Grant! Christina had an existing connection with GitHub education. I worked a bit with her to make the pitch, but honestly she did all of the heavy-lifting with getting GitHub onboard. From there, I made a <a href="https://pizza.hackclub.com/">website</a>, some posters, and worked with JC to make a bot + review process.
<br/>
<br/>
<img style="width: 100%" src="./assets/pizzaGrant.png"/>
<br/>
<br/>
We've given out the pizza grant to over 200 clubs now! (that's over $20,000 worth of pizza). Learning how to distribute grants at a large scale like this while ensuring every grant goes to a teenager starting a Hack Club was a bit challenging, but I learned and I got a bunch of help from the HCB team.
Club leaders are able to spend the funds on any group meal for their club (maybe that is Pizza, maybe it's not)
<br/>
<br/>
Here's a video of Sahiti using the Pizza Grant @ her school in Georgia: <a href="https://youtu.be/xXIxwV7bQTw?feature=shared">https://youtu.be/xXIxwV7bQTw?feature=shared</a>
<br/>
<br/>
I am super grateful to GitHub for funding this program! It was super helpful in inspiring a bunch of teenagers to start their own Hack Clubs.
<br/>
<br/>
I think Hack Club can do better than giving away free pizza & I think we see that in Arcade & in the general YSWS.
<p><a href="./taking-over-operations-more-responsibility.html">Taking over operations - more responsibility →</a></p>
</p>
</body>
</html>