-
Notifications
You must be signed in to change notification settings - Fork 22
/
manifest.js
244 lines (244 loc) · 6.89 KB
/
manifest.js
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
export default [
{
category: "Activities",
color: "orange",
icon: "idea",
items: [
{
name: "Workshops",
description:
"Learn programming and create fun projects with short, in-depth workshops",
icon: "idea",
external: true,
url: "https://workshops.hackclub.com",
forUseBy: "everyone",
},
{
name: "Muse",
description: "Music programming language",
icon: "list",
external: true,
url: "https://muse.hackclub.com",
forUseBy: "everyone",
},
],
},
{
category: "Resources",
color: "blue",
icon: "explore",
items: [
{
name: "High Seas",
description: "Turn any coding project into a YSWS",
icon: "crosshairs",
external: true,
url: "https://highseas.hackclub.com/?utm_medium=hc-channel&utm_campaign=clubs&utm_source=clubs",
forUseBy: "everyone",
},
{
name: "High Seas Pizza Grant",
description: "$5 for every sign-up to buy food for your club!",
icon: "crosshairs",
external: true,
url: "https://forms.hackclub.com/high-seas-pizza-fund",
forUseBy: "everyone",
},
{
name: "Pizza Grant",
description: "$100 to buy food for your club!",
icon: "briefcase",
external: true,
url: "https://hackclub.com/pizza/",
forUseBy: "everyone",
},
{
name: "Posters",
description: "Get large Hack Club posters to promote your Hack Club",
icon: "docs-fill",
external: true,
url: "https://forms.hackclub.com/t/uzgyhTqvsFus",
forUseBy: "leaders",
},
{
name: "International Posters",
description: "If you're outside of US/Canada, get large Hack Club posters to promote your Hack Club",
icon: "docs-fill",
external: true,
url: "https://hack.club/intl-posters",
forUseBy: "leaders",
},
{
name: "Branding & Logos",
description: "Make anything Hack Club branded",
icon: "like",
external: true,
url: "https://hackclub.com/brand",
forUseBy: "everyone",
},
{
name: "Stickers",
description: "Get a box of stickers for your next meeting or event",
icon: "sticker",
external: false,
url: "/stickers.mdx",
forUseBy: "leaders",
},
{
name: "School Toolbox",
description: "Resources to help with school admin or IT challenges",
icon: "briefcase",
external: true,
url: "https://school-toolbox.hackclub.com",
forUseBy: "everyone",
},
{
name: "Slack Community",
description:
"Be part of a fun, technically-diverse and supportive community on Slack",
icon: "slack",
external: true,
url: "https://hackclub.com/slack",
forUseBy: "everyone",
},
{
name: "Leadership Guide",
description: "Advice on how to lead a club",
icon: "docs-fill",
external: true,
url: "https://archived.guide.hackclub.com/#/",
forUseBy: "leaders",
},
{
name: "Leader Newsletter",
description: "The bi-weekly run-down for Hack Club leaders",
icon: "docs",
external: true,
url: "https://workshops.hackclub.com/leader-newsletters",
forUseBy: "leaders",
},
{
name: "DNS",
description: "Redeem a free hackclub.com subdomain",
icon: "web",
external: true,
url: "https://github.com/hackclub/dns",
forUseBy: "clubbers",
},
{
name: "Theme Starter",
description:
"A sample Next.js project for getting started with MDX, Theme UI, & Hack Club Theme",
icon: "help",
external: true,
url: "https://github.com/hackclub/theme-starter",
forUseBy: "everyone",
},
{
name: "Theme",
description: "Hack Club's theme, using Theme UI",
icon: "grid",
external: true,
url: "https://theme.hackclub.com",
forUseBy: "everyone",
},
{
name: "Gas Fund",
description: "Drive to any high school hackathon and get the cost of gas reimbursed",
icon: "briefcase",
external: true,
url: "https://gas.hackclub.com/",
forUseBy: "everyone",
},
{
name: "Hackathons Page",
description:
"Everything you need to know to run an amazing event, all in one place",
icon: "event-check",
external: true,
url: "https://hackclub.com/hackathons/",
forUseBy: "everyone",
},
{
name: "HCB",
description: "A full-stack toolkit for organizing anything.",
icon: "bank-account",
external: true,
url: "https://hackclub.com/hcb",
forUseBy: "everyone",
},
],
},
{
category: "Perks",
color: "primary",
icon: "bag",
items: [
{
name: "Events",
description: "Join an event with other Hack Clubbers",
icon: "event-code",
external: true,
url: "https://events.hackclub.com",
forUseBy: "clubbers",
},
{
name: "AMAs",
description:
"Call someone who we’ve always wanted to talk to—and the entire Hack Club Slack community is invited to ask questions & chat with the guest live.",
icon: "person",
external: true,
url: "https://hackclub.com/amas/",
forUseBy: "everyone",
},
{
name: "Brilliant Premium",
description: "Free Brilliant Premium student access",
icon: "code",
external: false,
url: "/brilliant.mdx",
forUseBy: "clubbers",
},
{
name: "Zoom Pro Meetings",
description: "Run Zoom Pro meetings for free in your Hack Club",
icon: "welcome",
external: false,
url: "/zoom.mdx",
forUseBy: "clubbers",
},
{
name: "Figma",
description: "Free access to Figma's team plan",
icon: "photo",
external: false,
url: "/figma.mdx",
forUseBy: "clubbers",
},
{
name: "CodeDay",
description: "Discount for in-person CodeDay events",
icon: "event-code",
external: false,
url: "/codeday.mdx",
forUseBy: "clubbers",
},
{
name: "Code Crafters",
description: "Code crafters free 2 years free membership",
icon: "code",
external: true,
url: "https://codecrafters.io/event/hackclub",
forUseBy: "clubbers",
},
{
name: "Hackathons",
description: "Find hackathons to attend",
icon: "crosshairs",
external: true,
url: "https://hackathons.hackclub.com",
forUseBy: "everyone",
},
],
},
];