forked from hackclub/apply
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.js
595 lines (595 loc) · 16.1 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
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
export default {
clubs: [
{
header: 'Leaders',
translations: {
'pt-BR': {
header: 'Líderes'
}
},
items: [
{
key: 'President',
label: 'Who should we reach out to?',
type: 'select',
optionsKey: 'Leaders Emails',
optional: false,
translations: {
'pt-BR': {
label: 'Quem você gostaria que fosse seu ponto de contato?'
}
}
},
{
key: 'Leaders Relationship',
label:
'How long have you known your other club leaders and how did you meet?',
translations: {
'pt-BR': {
label:
'Há quanto tempo você e seus co-líderes se conhecem e como vocês se conheceram?',
sublabel: '(Não tem problema se for liderar seu clube sozinho!)'
}
},
type: 'paragraph',
optional: true,
words: 50
}
]
},
{
header: 'Venue',
translations: {
'pt-BR': {
header: 'Local'
}
},
items: [
{
key: 'Venue Type',
label: 'What type of venue will your Hack Club take place in?',
translations: {
'pt-BR': {
label: 'Que tipo de local é este?',
options: [
'Ensino médio',
'Faculdade/Universidade',
'Espaço Maker',
'Algo mais'
],
sublabel:
'(Pode ser uma escola, espaço maker ou qualquer outro lugar.)'
}
},
type: 'select',
placeholder: 'Happy Hack High School',
options: [
'High School',
'Makerspace',
'Something Else'
],
optional: false
},
{
key: 'School Name',
label: "What's the name of your venue?",
translations: {
'pt-BR': {
label: 'Onde você está planejando criar seu Hack Club?',
sublabel:
'(Coloque o nome do local. Exemplo: "Escola Hacker Feliz")',
placeholder: 'Escola Hacker Feliz'
}
},
sublabel:
"(It doesn't have to be a high school! Instead, you can also add the name of your makerspace here)",
placeholder: 'Happy Hack High School',
type: 'string',
optional: false
},
{
key: 'School Address',
label: `What's the full address?`,
type: 'paragraph',
translations: {
'pt-BR': {
label: 'Qual é o endereço do clube?',
sublabel: 'Por favor inclua cidade, estado, país e CEP.'
}
},
optional: false,
sublabel: 'City, State / Province, Postal Code, Country'
}
]
},
{
header: 'Idea',
label: (
<span style={{ fontSize: '20px' }}>
Answer these questions so we can personalize your club experience.
</span>
),
translations: {
'pt-BR': {
header: 'Ideia'
}
},
items: [
{
key: 'Why',
label: 'Why are you planning to start a Hack Club?',
type: 'paragraph',
optional: false,
translations: {
'pt-BR': {
label: 'Por que você deseja iniciar um Hack Club?'
}
},
words: 75
},
{
key: 'Success',
label: 'Describe what your club meetings will look like.',
type: 'paragraph',
translations: {
'pt-BR': {
label: 'Como será o seu clube?'
}
},
optional: false,
words: 75
},
{
key: 'Get Out Of HC',
label: 'What do you personally hope to get out of Hack Club?',
type: 'paragraph',
translations: {
'pt-BR': {
label: 'O que você espera aprender com o seu Hack Club?'
}
},
optional: false,
words: 75
}
]
},
{
header: 'Formation',
translations: {
'pt-BR': {
header: 'Organização'
}
},
items: [
{
key: 'Status',
label: 'What steps if any have you taken to start your club?',
sublabel:
"(have you registered with your school, taken interest surveys, identified a sponsor, etc. This is just to know where you are. If you have not done anything yet, that's okay.)",
type: 'paragraph',
translations: {
'pt-BR': {
label: 'Que passos você fez para começar seu clube?',
sublabel:
'(Você se registrou com sua escola, fez formulários de interesse, etc.)'
}
},
optional: false,
words: 50
},
{
key: 'What Is New',
label:
'Has your school had coding clubs before? What’s going to be new about your Hack Club?',
type: 'paragraph',
translations: {
'pt-BR': {
label:
'Sua escola já teve clubes de programação antes? O que vai ser diferente no seu Hack Club?'
}
},
optional: false,
words: 50
}
]
},
{
header: 'Curious',
translations: {
'pt-BR': {
header: 'Curiosidades'
}
},
items: [
{
key: 'Hear About HC',
label:
'How did you hear about Hack Club? (i.e. from a friend, an event, a teacher, a website or Twitter)',
type: 'paragraph',
translations: {
'pt-BR': {
label:
'Como você ouviu falar do Hack Club? Se você ouviu falar de nós por meio de um evento ou website, mencione ele aqui.'
}
},
optional: false
}
]
}
],
leaders: [
{
header: 'Leader',
translations: {
'pt-BR': {
header: 'Líder'
}
},
items: [
{
key: 'Full Name',
label: 'Full Name',
type: 'string',
translations: {
'pt-BR': {
label: 'Nome Completo',
header: 'Líder'
}
},
optional: false
},
{
key: 'Birthday',
label: 'Birthday',
type: 'string',
inputType: 'date',
translations: {
'pt-BR': {
label: 'Data de Aniversário'
}
},
optional: false
},
{
key: 'School Year',
label: 'Graduation Year',
type: 'string',
optional: false,
translations: {
'pt-BR': {
label: 'Ano na escola'
}
}
},
{
key: 'Code',
// label: 'Phone number (include country code if not in the United States)',
type: 'string',
inputType: 'tel',
translations: {
'pt-BR': {
// label: 'Número de telefone (inclua +55 antes se for do Brasil)'
}
},
optional: false
},
{
key: 'Phone',
// label: 'Phone number (include country code if not in the United States)',
type: 'string',
inputType: 'tel',
translations: {
'pt-BR': {
// label: 'Número de telefone (inclua +55 antes se for do Brasil)'
}
},
optional: false
}
]
},
{
header: 'Mailing address',
label: 'The address where we can ship you stickers!',
translations: {
'pt-BR': {
header: 'Endereço de correspondência'
}
},
items: [
{
key: 'Address Line 1',
label: 'Street address',
type: 'string',
placeholder: '15 Falls Road',
translations: {
'pt-BR': {
label: 'Endereço (linha 1)'
}
},
optional: false
},
{
key: 'Address Line 2',
label: 'Address (line 2)',
type: 'string',
placeholder: 'Apt #123',
translations: {
'pt-BR': {
label: 'Endereço (linha 2)'
}
},
optional: true
},
{
key: 'Address City',
label: 'City',
placeholder: 'Ithaca',
type: 'string',
translations: {
'pt-BR': {
label: 'Cidade'
}
},
optional: false
},
{
key: 'Address State',
label: 'State',
type: 'string',
placeholder: 'NY',
translations: {
'pt-BR': {
label: 'Estado'
}
},
optional: false
},
{
key: 'Address Zip',
label: 'Zip code',
type: 'string',
placeholder: '14850',
translations: {
'pt-BR': {
label: 'CEP'
}
},
optional: false
},
{
key: 'Address Country',
label: 'Country',
placeholder: 'United States',
type: 'countrySelect',
translations: {
'pt-BR': {
label: 'País'
}
},
optional: false
}
]
},
{
header: 'Presence',
translations: {
'pt-BR': {
header: 'Links'
}
},
items: [
{
key: 'Website',
label: 'Personal website link',
placeholder: 'https://',
type: 'string',
translations: {
'pt-BR': {
label: 'Link do site pessoal'
}
},
optional: true
},
{
key: 'GitHub',
label: 'GitHub link',
placeholder: 'https://',
type: 'string',
translations: {
'pt-BR': {
label: 'Link do GitHub'
}
},
optional: true
},
{
key: 'Twitter',
label: 'Twitter link',
placeholder: 'https://',
type: 'string',
translations: {
'pt-BR': {
label: 'Link do Twitter'
}
},
optional: true
},
{
key: 'Other',
label: 'Other Technical Links',
placeholder: 'https://',
type: 'string',
sublabel: '(Gitlab, Sourcehut, other site where your code lives)',
translations: {
'pt-BR': {
label: 'Link do ',
sublabel: '(Gitlab, Sourcehut, outro site onde seu código reside)'
}
},
optional: true
}
]
},
{
header: 'Skills',
header: 'Hacker Details',
label:
'We want to get to know you! Please answer these questions like you’re telling them to a friend',
translations: {
'pt-BR': {
header: 'Habilidades',
label:
'Queremos te conhecer! Por favor responda essas perguntas como se estivesse contando-as para um amigo'
}
},
items: [
{
key: 'Achievement',
label: `Tell us about something you made which was personally meaningful to you.`,
type: 'paragraph',
translations: {
'pt-BR': {
label:
'Conte-nos sobre algo que você fez que foi pessoalmente significativo para você.',
sublabel: '(coloque links, se possível)'
}
},
optional: false,
sublabel: '(include links and links to images if possible)',
characters: [150, 250]
},
{
key: 'New Fact',
label:
'What is something surprising or amusing you learned recently?',
type: 'paragraph',
translations: {
'pt-BR': {
label: 'O que você aprendeu recentemente?',
sublabel:
'Não precisa ser relacionado ao Hack Club nem ter relação com programação. :)'
}
},
optional: false,
characters: [50, 400],
sublabel: `Don't make it about Hack Club! Doesn't have to be about coding.`
},
{
key: 'Hacker Story',
label: (
<>
Please tell us about the time you most successfully hacked some
(non-computer) system to your advantage.{' '}
<a
href="https://www.quora.com/When-have-you-most-successfully-hacked-a-non-computer-system-to-your-advantage"
style={{ color: '#338eda' }}
target="_blank"
>
Here are examples of what we're looking for
</a>
.
</>
),
translations: {
'pt-BR': {
label: (
<>
Por favor nos conte alguma vez que você hackeou com sucesso
algum sistema (não computacional) para obter alguma vantagem.
<a
href="https://www.quora.com/When-have-you-most-successfully-hacked-a-non-computer-system-to-your-advantage"
style={{ color: '#338eda' }}
target="_blank"
>
{' '}
Aqui estão alguns exemplos do que estamos buscando
</a>
.
</>
)
}
},
plainText:
'Please tell us about the time you most successfully hacked some (non-computer) system to your advantage.',
type: 'paragraph',
optional: false,
characters: [450, 1200]
}
]
},
{
header: 'Optional Stats',
label:
'We care about being as inclusive as possible. Sharing this information helps us achieve that goal.',
translations: {
'pt-BR': {
header: 'Estatísticas',
label:
'Nós nos importamos em ser o mais inclusivos possíveis. Compartilhando essas informações, você nos ajuda a tornar isso possível'
}
},
items: [
{
key: 'Gender',
label: 'Gender',
optional: true,
type: 'select',
options: [
'Male',
'Female',
'Non-binary/non-conforming',
'Prefer not to respond'
],
translations: {
'pt-BR': {
label: 'Pronomes',
options: [
'Macho',
'Fêmea',
'Não binário/não conforme',
'Prefiro não responder'
]
}
},
optional: true
},
{
key: 'Ethnicity',
label: 'Ethnicity',
type: 'select',
translations: {
'pt-BR': {
label: 'Etnia',
options: [
'Origem hispânica, latina ou espanhola',
'Branco',
'Afro-americano',
'índio americano ou nativo do Alasca',
'Asiático',
'índio asiático',
'Nativo havaiano ou outro ilhéu do Pacífico',
'Outra etnia',
'Prefiro não dizer'
]
}
},
options: [
'Hispanic, Latino or Spanish origin',
'White',
'Black, African American',
'American Indian or Alaska native',
'Asian',
'Asian Indian',
'Native Hawaiian or Other Pacific Islander',
'Other Ethnicity',
'Prefer not to say'
],
optional: true
}
]
}
],
metaData: {
maximumAge: 20 /**IN YEARS*/
}
}