Skip to content

Commit 43b9677

Browse files
Copilotfredleger
andcommitted
Update talk formats to match conference hall (3 formats, correct durations)
Co-authored-by: fredleger <2778741+fredleger@users.noreply.github.com>
1 parent e042d0d commit 43b9677

File tree

2 files changed

+22
-8
lines changed

2 files changed

+22
-8
lines changed

application/src/data/pages/home/en.ts

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,19 @@ export default {
124124
title: 'Accepted Formats',
125125
items: [
126126
{
127-
title: 'Lightning Talk (15 min)',
128-
description: 'Lightning Talk on a technical topic',
127+
title: 'Conference (30 minutes)',
128+
description:
129+
'Come share your Cloud Native passion in this 30 minutes presentation format. From your Return On Experience with Platform Engineering to showing us the latest and coolest OSS Tool, there is room for a lot of topics.',
129130
},
130131
{
131-
title: 'Talk (30 min)',
132-
description: 'Classic presentation, real-world experience, or technical deep-dive.',
132+
title: 'Short talk (10 minutes)',
133+
description:
134+
'Challenging format where you need to focus on one topic that matters for you, from doing a live coding demo to sharing tips on how to be a happier developer.',
135+
},
136+
{
137+
title: 'Lightning Talk (5 minutes)',
138+
description:
139+
'The most challenging format, 5 minutes is short but you would be amazed by the amount of info or passion you can transmit in such a short time. Take the challenge.',
133140
},
134141
],
135142
},

application/src/data/pages/home/fr.ts

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,19 @@ export default {
125125
title: 'Formats acceptés',
126126
items: [
127127
{
128-
title: 'Lightning Talk (15 min)',
129-
description: 'Présentation éclair sur une thématique technique.',
128+
title: 'Conférence (30 minutes)',
129+
description:
130+
'Venez partager votre passion Cloud Native dans ce format de présentation de 30 minutes. De votre retour d\'expérience sur le Platform Engineering à la présentation du dernier outil OSS tendance, il y a de la place pour de nombreux sujets.',
130131
},
131132
{
132-
title: 'Talk (30 min)',
133-
description: "Présentation classique, retour d'expérience ou deep-dive technique.",
133+
title: 'Short talk (10 minutes)',
134+
description:
135+
'Format challengeant où vous devez vous concentrer sur un sujet qui vous tient à cœur, que ce soit une démo de live coding ou des conseils pour être un développeur plus heureux.',
136+
},
137+
{
138+
title: 'Lightning Talk (5 minutes)',
139+
description:
140+
'Le format le plus challengeant, 5 minutes c\'est court mais vous seriez surpris de la quantité d\'informations ou de passion que vous pouvez transmettre en si peu de temps. Relevez le défi.',
134141
},
135142
],
136143
},

0 commit comments

Comments
 (0)