We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5965415 commit a2b6294Copy full SHA for a2b6294
data/data-override.ts
@@ -16,6 +16,25 @@ import {
16
} from './sponsors';
17
18
export const dataOverride: { [key: string]: Partial<Event> } = {
19
+ 'https://www.meetup.com/lyonjs/events/307652646': {
20
+ sponsor: zenika,
21
+ talks: [
22
+ {
23
+ title: 'Tu te mets combien en responsive CSS ? Edition 2025',
24
+ speakers: [
25
26
+ name: 'Théo Gianella',
27
+ socialLink: 'https://github.com/TGianella',
28
+ },
29
30
+ name: 'Julien Sulpis',
31
+ socialLink: 'https://bsky.app/profile/jsulpis.dev',
32
33
+ ],
34
+ videoLink: 'https://www.youtube.com/embed/0Ro_eofaWvY',
35
36
37
38
'https://www.meetup.com/lyonjs/events/306992187': {
39
sponsor: fulll,
40
talks: [
0 commit comments