mirror of
https://github.com/13hannes11/UU_hci_prototype.git
synced 2024-09-04 01:11:00 +02:00
added all empty space appointments
This commit is contained in:
13
index.html
13
index.html
@@ -362,29 +362,40 @@
|
||||
new Day("Monday", [
|
||||
new EmptySpaceAppointment("9:00", "9:30"),
|
||||
new Appointment("Lecture HCI", "9:30", "11:00", 4),
|
||||
new EmptySpaceAppointment("11:00", "12:00"),
|
||||
new Appointment("Lecture Analysis", "12:00", "13:30", 4),
|
||||
new EmptySpaceAppointment("13:30", "17:00"),
|
||||
new Appointment("Innebandy", "17:00", "18:30", 4),
|
||||
]),
|
||||
new Day("Tuesday", [
|
||||
new EmptySpaceAppointment("9:00", "16:30"),
|
||||
new Appointment("Group Meeting", "16:30", "18:30", 4),
|
||||
]),
|
||||
new Day("Wednesday", [
|
||||
new EmptySpaceAppointment("9:00", "12:00"),
|
||||
new Appointment("Lecture HCI", "12:00", "13:30", 4),
|
||||
new EmptySpaceAppointment("13:30", "15:00"),
|
||||
new Appointment("Dentist", "15:00", "16:00", 4),
|
||||
new EmptySpaceAppointment("16:00", "16:30"),
|
||||
new Appointment("Lecture Swedish", "16:30", "18:30", 4),
|
||||
]),
|
||||
new Day("Thursday", [
|
||||
new EmptySpaceAppointment("9:00", "9:30"),
|
||||
new Appointment("Lecture Analysis", "9:30", "11:00", 4),
|
||||
new EmptySpaceAppointment("11:00", "14:00"),
|
||||
new Appointment("Fika", "14:00", "14:45", 4),
|
||||
new EmptySpaceAppointment("14:45", "18:30"),
|
||||
]),
|
||||
new Day("Friday", [
|
||||
new Appointment("Seminar: Discrimination", "9:00", "13:00", 4),
|
||||
new EmptySpaceAppointment("13:00", "16:00"),
|
||||
new Appointment("Gask", "16:00", "18:30", 4)
|
||||
]),
|
||||
new Day("Saturday", [
|
||||
new EmptySpaceAppointment("9:00", "18:30"),
|
||||
]),
|
||||
new Day("Sunday", [
|
||||
|
||||
new EmptySpaceAppointment("9:00", "18:30"),
|
||||
])
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user