Skip to content

Commit

Permalink
Talks updated + puto midudev
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrià Martínez committed May 3, 2024
1 parent 010633c commit 300b890
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 44 deletions.
43 changes: 11 additions & 32 deletions src/data/schedule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export const schedule: RawSchedule = {
url: 'https://www.twitch.tv/hackersupc',
icon: 'twitch',
},
title: '🗣️ Challenge talk',
title: '🗣️ InterSystems talk',
start: '03/05/2024 22:30',
end: '03/05/2024 23:00',
description: /* markdown */ `Come to discover more about the challenge! [More information](/talks)`,
Expand All @@ -136,7 +136,7 @@ export const schedule: RawSchedule = {
url: 'https://www.youtube.com/c/HackersUPC',
icon: 'youtube',
},
title: '🗣️ Challenge talk',
title: '🗣️ ESA talk',
start: '03/05/2024 22:30',
end: '03/05/2024 23:00',
description: /* markdown */ `Come to discover more about the challenge! [More information](/talks)`,
Expand All @@ -162,7 +162,7 @@ export const schedule: RawSchedule = {
url: 'https://www.twitch.tv/hackersupc',
icon: 'twitch',
},
title: '🗣️ Workshop!',
title: '🗣️ Workshop Github!',
start: '03/05/2024 23:00',
end: '03/05/2024 23:30',
description: /* markdown */ `Learn about cool stuff in this workshop! [More information](/talks)`,
Expand All @@ -178,7 +178,7 @@ export const schedule: RawSchedule = {
url: 'https://www.youtube.com/c/HackersUPC',
icon: 'youtube',
},
title: '🗣️ Challenge talk',
title: '🗣️ Grafana talk',
start: '03/05/2024 23:00',
end: '03/05/2024 23:30',
description: /* markdown */ `Come to discover more about the challenge! [More information](/talks)`,
Expand All @@ -194,7 +194,7 @@ export const schedule: RawSchedule = {
url: 'https://www.twitch.tv/hackersupc',
icon: 'twitch',
},
title: '🗣️ Workshop!',
title: '🗣️ Workshop BlueTab!',
start: '03/05/2024 23:30',
end: '04/05/2024 00:00',
description: /* markdown */ `Learn about cool stuff in this workshop! [More information](/talks)`,
Expand All @@ -210,7 +210,7 @@ export const schedule: RawSchedule = {
url: 'https://www.youtube.com/c/HackersUPC',
icon: 'youtube',
},
title: '🗣️ Challenge talk',
title: '🗣️ TravelPerk talk',
start: '03/05/2024 23:30',
end: '04/05/2024 00:00',
description: /* markdown */ `Come to discover more about the challenge! [More information](/talks)`,
Expand All @@ -226,7 +226,7 @@ export const schedule: RawSchedule = {
url: 'https://www.twitch.tv/hackersupc',
icon: 'twitch',
},
title: '🗣️ Challenge talk',
title: '🗣️ Seidor talk',
start: '04/05/2024 00:00',
end: '04/05/2024 00:30',
description: /* markdown */ `Come to discover more about the challenge! [More information](/talks)`,
Expand All @@ -237,12 +237,7 @@ export const schedule: RawSchedule = {
text: 'A5002',
mapId: 'indoors',
},
onlineLocation: {
text: 'YouTube',
url: 'https://www.youtube.com/c/HackersUPC',
icon: 'youtube',
},
title: '🗣️ Challenge talk',
title: '🗣️ InditexTech talk',
start: '04/05/2024 00:00',
end: '04/05/2024 00:30',
description: /* markdown */ `Come to discover more about the challenge! [More information](/talks)`,
Expand Down Expand Up @@ -297,7 +292,7 @@ export const schedule: RawSchedule = {
url: 'https://www.twitch.tv/hackersupc',
icon: 'twitch',
},
title: '🗣️ Workshop!',
title: '🗣️ Flanks Workshop!',
start: '04/05/2024 10:00',
end: '04/05/2024 10:30',
description: /* markdown */ `Learn about cool stuff in this workshop! [More information](/talks)`,
Expand All @@ -313,7 +308,7 @@ export const schedule: RawSchedule = {
url: 'https://www.twitch.tv/hackersupc',
icon: 'twitch',
},
title: '🗣️ Workshop!',
title: '🗣️ Vueling Workshop!',
start: '04/05/2024 10:30',
end: '04/05/2024 11:00',
description: /* markdown */ `Learn about cool stuff in this workshop! [More information](/talks)`,
Expand All @@ -329,27 +324,11 @@ export const schedule: RawSchedule = {
url: 'https://www.twitch.tv/hackersupc',
icon: 'twitch',
},
title: '🗣️ Workshop!',
title: '🗣️ InterSystems Workshop!',
start: '04/05/2024 11:00',
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: 'workshop-6',
physicalLocation: {
Expand Down
12 changes: 0 additions & 12 deletions src/data/talks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,18 +128,6 @@ export const talks: Talk[] = [
isWorkshop: true,
isSecret: true,
},
{
title: '',
description: '',
location: 'A5001',
company: 'Midu.dev',
// videoUrl: '',
start: '4/5/2024 11:00',
end: '4/5/2024 11:30',
streamLink: 'https://www.twitch.tv/hackersupc',
isWorkshop: true,
isSecret: true,
},
{
title: '',
description: '',
Expand Down

0 comments on commit 300b890

Please sign in to comment.