-
Notifications
You must be signed in to change notification settings - Fork 0
/
schedule.js
98 lines (98 loc) · 1.56 KB
/
schedule.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
module.exports = {
js1: {
'0800': {
title: 'Breakfast',
},
'0915': {
title: 'Opening JSConf Budapest 2019',
},
'0930': 'gil-tayar',
'1000': 'nils-binder',
'1030': {
title: 'Coffee Break',
activities: [
'QnA'
]
},
'1130': 'noa-katsovich',
'1200': 'dan-shappir',
'1230': 'sarah-saunders',
'1300': {
title: 'Lunch Break',
activities: [
'QnA',
]
},
'1430': 'crux-conception',
'1500': 'sam-bellen',
'1530': 'adrian-bolonio',
'1600': {
title: 'Coffee Break',
activities: [
'QnA',
]
},
'1700': 'moran-weber',
'1730': 'mark-brouch',
'1800': 'nhlanhla-lucky-nkosi',
'1830': {
title: 'Closing Day 1',
},
'1845': {
title: 'Dinner',
activities: [
'QnA',
]
},
'2045': {
title: 'Party by Auth0',
activities: [
'free drinks',
'JSJoust',
'Karaoke',
]
},
},
js2: {
'0800': {
title: 'Breakfast',
},
'0930': 'antonio-cobo',
'1000': 'rafal-rumanek',
'1030': {
title: 'Coffee Break',
activities: [
'QnA'
]
},
'1130': 'anjana-vakil',
'1200': 'alexandra-sunderland',
'1230': 'tiger-oakes',
'1300': {
title: 'Lunch Break',
activities: [
'QnA',
]
},
'1430': 'nick-hehr',
'1500': 'mathieu-anderson',
'1530': 'adrienne-tacke',
'1600': {
title: 'Coffee Break',
activities: [
'QnA',
]
},
'1700': 'thiago-temple',
'1730': 'roy-derks',
'1800': 'hidde-de-vries',
'1830': {
title: 'Closing JSConf Budapest 2022 & Family photo',
},
'19:00': {
title: 'Farewell party',
activities: [
]
},
},
}