forked from jscraftcamp/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsourabh-surana.json
42 lines (42 loc) · 1.54 KB
/
sourabh-surana.json
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
// Please provide your info in your own .json file.
// See https://jscraftcamp.org/registration for more information
{
// your name / nickname (required)
"name": "Sourabh Surana",
// optional company name (required)
"company": "Birkenstock",
// either both days or at least one day has to be set to true
"when": {
// 2023-06-30
"friday": true,
// 2023-07-01
"saturday": true
},
// if you are willing to take session notes and publish them to github (required)
"iCanTakeNotesDuringSessions": false,
// your current interests (JS and in general) (required)
"tags": ["Typescript", "React", "Angular", "Node.js"],
// if you only eat vegan food (optional)
"vegan": true,
// if you only eat vegan or vegetarian food (optional)
"vegetarian": false,
// what you cannot eat or drink (optional)
"allergies": ["egg"],
// tell us a few words how JavaScript affects you (required)
"whatIsMyConnectionToJavascript": "I am learning JS to use it in my professional work.",
// what can you contribute to the bar camp (required)
"whatCanIContribute": "I can share my knowledge of Angular, Node.",
// if you want a T-Shirt we need your size and variant preference (optional)
"tShirt": {
// S | M | L | XL | 2XL | 3XL
"size": "L",
// fitted (also known as waist cut or women variant) or regular
"type": "fitted"
},
// your Twitter handle - must match regex ^[a-zA-Z_]{1}[a-zA-Z0-9_]{0,14}$ (optional)
"twitter": null,
// your Mastodon URL (optional)
"mastodon": null,
// your website URL or other social media (optional)
"website": null
}