Skip to content

Commit

Permalink
Cafeteria schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrià Martínez committed May 3, 2024
1 parent 8761848 commit e5b5a69
Showing 1 changed file with 80 additions and 0 deletions.
80 changes: 80 additions & 0 deletions src/data/schedule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,16 @@ export const schedule: RawSchedule = {
end: '04/05/2024 00:00',
description: /* markdown */ `Come to discover more about the challenge! [More information](/talks)`,
},
{
id: 'cafe1',
physicalLocation: {
text: 'A5106',
mapId: 'indoors',
},
title: '☕ Cafeteria is open',
start: '04/05/2024 00:00',
description: /* markdown */ `Need some extra energy? Come grab a coffee and match it with some snacks!`,
},
{
id: 'challenge-talk-5',
physicalLocation: {
Expand Down Expand Up @@ -318,6 +328,16 @@ export const schedule: RawSchedule = {
end: '04/05/2024 11:00',
description: /* markdown */ `Learn about cool stuff in this workshop! [More information](/talks)`,
},
{
id: 'cafe2',
physicalLocation: {
text: 'A5106',
mapId: 'indoors',
},
title: '☕Cafeteria is closed',
start: '04/05/2024 11:00',
description: /* markdown */ `We know you enjoy the coffee. Let us refill and we will be back in a minute`,
},
{
id: 'workshop-5',
physicalLocation: {
Expand Down Expand Up @@ -350,6 +370,16 @@ export const schedule: RawSchedule = {
end: '04/05/2024 12:00',
description: /* markdown */ `Learn about cool stuff in this workshop! [More information](/talks)`,
},
{
id: 'cafe3',
physicalLocation: {
text: 'A5106',
mapId: 'indoors',
},
title: '☕Cafeteria is open',
start: '04/05/2024 12:00',
description: /* markdown */ `Need some extra energy? Come grab a coffee and match it with some snacks!`,
},
{
id: 'workshop-6',
physicalLocation: {
Expand Down Expand Up @@ -393,6 +423,26 @@ export const schedule: RawSchedule = {
start: '04/05/2024 16:00',
description: /* markdown */ `Quack! [More information](/activities)`,
},
{
id: 'cafe4',
physicalLocation: {
text: 'A5106',
mapId: 'indoors',
},
title: '☕Cafeteria is closed',
start: '04/05/2024 17:00',
description: /* markdown */ `We know you enjoy the coffee. Let us refill and we will be back in a minute`,
},
{
id: 'cafe5',
physicalLocation: {
text: 'A5106',
mapId: 'indoors',
},
title: '☕Cafeteria is open',
start: '04/05/2024 18:00',
description: /* markdown */ `Need some extra energy? Come grab a coffee and match it with some snacks!`,
},
{
id: 'shower2',
physicalLocation: {
Expand Down Expand Up @@ -481,6 +531,26 @@ export const schedule: RawSchedule = {
end: '04/05/2024 02:00',
description: /* markdown */ `Come one! Last night! Last sprint! Recharge your batteries with a energetic **yogurt**! [More information](/meals)`,
},
{
id: 'cafe6',
physicalLocation: {
text: 'A5106',
mapId: 'indoors',
},
title: '☕Cafeteria is closed',
start: '05/05/2024 2:00',
description: /* markdown */ `We know you enjoy the coffee. Let us refill and we will be back in a minute`,
},
{
id: 'cafe7',
physicalLocation: {
text: 'A5106',
mapId: 'indoors',
},
title: '☕Cafeteria is open',
start: '05/05/2024 3:00',
description: /* markdown */ `Need some extra energy? Come grab a coffee and match it with some snacks!`,
},
{
id: 'the-game-ends',
title: '🧑🏽‍💻 THE GAME ENDS',
Expand Down Expand Up @@ -515,6 +585,16 @@ export const schedule: RawSchedule = {
end: '05/05/2024 11:00',
description: /* markdown */ `Coding time it's over! Take a shower and feel fresh to do a great demo!`,
},
{
id: 'cafe8',
physicalLocation: {
text: 'A5106',
mapId: 'indoors',
},
title: '☕Cafeteria is closed',
start: '05/05/2024 12:00',
description: /* markdown */ `We know you enjoy the coffee. But the time has come to finally close the cafeteria`,
},
{
id: 'demo-fair',
physicalLocation: {
Expand Down

0 comments on commit e5b5a69

Please sign in to comment.