forked from KABI/fedi.camp_Website
updates on the time table
This commit is contained in:
parent
9e97dad908
commit
75fdc2b081
1 changed files with 119 additions and 5 deletions
|
@ -27,27 +27,141 @@ const eventData = {
|
|||
'Wednesday': {
|
||||
10: {
|
||||
'Camp ground': {
|
||||
'event': 'Workshop & Irgendwas hier text',
|
||||
'description': 'hier wird das Event genauer beschrieben!'
|
||||
'event': 'Workshop',
|
||||
'description': 'This is just an examble. The timetable will be filled over time!'
|
||||
},
|
||||
'Fire place': {
|
||||
'event': 'Talk',
|
||||
'description': 'This is just an examble. The timetable will be filled over time!'
|
||||
}
|
||||
/* other events */
|
||||
},
|
||||
12: {
|
||||
'Lunch table': {
|
||||
'event': 'Event',
|
||||
'description': 'This is just an examble. The timetable will be filled over time!'
|
||||
},
|
||||
'Stage room': {
|
||||
'event': 'Event',
|
||||
'description': 'This is just an examble. The timetable will be filled over time!'
|
||||
}
|
||||
/* other events */
|
||||
},
|
||||
/* other times */
|
||||
},
|
||||
'Thursday': {
|
||||
10: {
|
||||
'Camp ground': {
|
||||
'event': 'Workshop II',
|
||||
'description': 'This is just an examble. The timetable will be filled over time!'
|
||||
},
|
||||
'Fire place': {
|
||||
'event': 'Event 2',
|
||||
'description': 'Description for Event 2'
|
||||
'description': 'This is just an examble. The timetable will be filled over time!'
|
||||
}
|
||||
/* other events */
|
||||
},
|
||||
12: {
|
||||
'Lunch table': {
|
||||
'event': 'Event 3',
|
||||
'description': 'Description for Event 3'
|
||||
'description': 'This is just an examble. The timetable will be filled over time!'
|
||||
},
|
||||
'Stage room': {
|
||||
'event': 'Event 4',
|
||||
'description': 'Description for Event 4'
|
||||
'description': 'This is just an examble. The timetable will be filled over time!'
|
||||
}
|
||||
/* other events */
|
||||
},
|
||||
/* other times */
|
||||
},
|
||||
'Friday': {
|
||||
10: {
|
||||
'Camp ground': {
|
||||
'event': 'Workshop & Irgendwas hier text',
|
||||
'description': 'This is just an examble. The timetable will be filled over time!'
|
||||
},
|
||||
'Fire place': {
|
||||
'event': 'Event 2',
|
||||
'description': 'This is just an examble. The timetable will be filled over time!'
|
||||
}
|
||||
/* other events */
|
||||
},
|
||||
12: {
|
||||
'Lunch table': {
|
||||
'event': 'Event 3',
|
||||
'description': 'This is just an examble. The timetable will be filled over time!'
|
||||
},
|
||||
'Stage room': {
|
||||
'event': 'Event 4',
|
||||
'description': 'This is just an examble. The timetable will be filled over time!'
|
||||
}
|
||||
/* other events */
|
||||
},
|
||||
20: {
|
||||
'Fire place': {
|
||||
'event': 'Bonfire',
|
||||
'description': 'Sit-in and talks around the fire.'
|
||||
},
|
||||
'Lunch table': {
|
||||
'event': 'Tidying up',
|
||||
'description': 'Tidying up the kitchen and preparing for the next day.'
|
||||
}
|
||||
/* other events */
|
||||
},
|
||||
/* other times */
|
||||
},
|
||||
'Saturday': {
|
||||
12: {
|
||||
'Camp ground': {
|
||||
'event': 'Workshop',
|
||||
'description': 'hier wird das Event genauer beschrieben!'
|
||||
},
|
||||
'Fire place': {
|
||||
'event': 'Event 2',
|
||||
'description': 'This is just an examble. The timetable will be filled over time!'
|
||||
}
|
||||
/* other events */
|
||||
},
|
||||
14: {
|
||||
'Lunch table': {
|
||||
'event': 'Event 3',
|
||||
'description': 'This is just an examble. The timetable will be filled over time!'
|
||||
},
|
||||
'Stage room': {
|
||||
'event': 'Event 4',
|
||||
'description': 'This is just an examble. The timetable will be filled over time!'
|
||||
}
|
||||
/* other events */
|
||||
},
|
||||
20: {
|
||||
'Fire place': {
|
||||
'event': 'Bonfire',
|
||||
'description': 'Sit-in and talks around the fire.'
|
||||
},
|
||||
'Lunch table': {
|
||||
'event': 'Tidying up',
|
||||
'description': 'Tidying up the kitchen and preparing for the next day.'
|
||||
}
|
||||
/* other events */
|
||||
},
|
||||
/* other times */
|
||||
},
|
||||
'Sunday': {
|
||||
12: {
|
||||
'Camp ground': {
|
||||
'event': 'Tearing down',
|
||||
'description': 'Clearing up the camp grounds.'
|
||||
},
|
||||
/* other events */
|
||||
},
|
||||
14: {
|
||||
'Lunch table': {
|
||||
'event': 'Coffee',
|
||||
'description': "Let's have a last coffee before traveling home again."
|
||||
},
|
||||
/* other events */
|
||||
},
|
||||
/* other times */
|
||||
},
|
||||
/* other days */
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue