-
Notifications
You must be signed in to change notification settings - Fork 0
/
schedule.js
42 lines (42 loc) · 993 Bytes
/
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
module.exports = {
'0930': {
title: 'Opening CSSConf Budapest 2019',
},
'0945': 'mauricio_palma',
'1015': 'shelley_vohr',
'1045': 'jorge_marin',
'1115': {
title: 'Coffee break by TRESORIT',
activities: [
'Mozilla Minutes (AMA/panel) - New CSS Features at the Mozilla Community Lounge',
'Recycle Workshop by RePityke in the Small Hall'
]
},
'1200': 'charlie_gerard',
'1230': 'taylor_fairbank',
'1300': {
title: 'Lunch by VACUUMLABS',
activities: [
'Accessible Web AMA (panel) at the Mozilla Community Lounge',
'Lightning Talks and Demos at the Mozilla Community Lounge',
'Recycle Workshop by RePityke in the Small Hall'
]
},
'1430': 'adam_giese',
'1500': 'rebecca_hill',
'1530': {
title: 'Coffee break by TRESORIT',
activities: [
'Lightning Talks and Demos at the Mozilla Community Lounge'
]
},
'1615': 'stephanie_nemeth',
'1645': 'damini_satya',
'1715': 'jake_surma',
'1800': {
title: 'Dinner',
},
'2000': {
title: 'Party',
},
}