Skip to content

Commit

Permalink
Cafeteria schedule (#573)
Browse files Browse the repository at this point in the history
Co-authored-by: Adrià Martínez <[email protected]>
  • Loading branch information
AdriMM26 and Adrià Martínez authored May 3, 2024
1 parent 87e937e commit 0387c94
Showing 1 changed file with 96 additions and 0 deletions.
96 changes: 96 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 @@ -313,6 +323,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 All @@ -329,6 +349,32 @@ export const schedule: RawSchedule = {
end: '04/05/2024 11:30',
description: /* markdown */ `Learn about cool stuff in this workshop! [More information](/talks)`,
},
{
id: 'workshop-6',
physicalLocation: {
text: 'A5001',
mapId: 'indoors',
},
onlineLocation: {
text: 'Twitch',
url: 'https://www.twitch.tv/hackersupc',
icon: 'twitch',
},
title: '🗣️ Workshop!',
start: '04/05/2024 11:30',
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 @@ -372,6 +418,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 @@ -460,6 +526,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 @@ -494,6 +580,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 0387c94

Please sign in to comment.