diff --git a/data/schedule.ts b/data/schedule.ts index c307685b..84f6c873 100644 --- a/data/schedule.ts +++ b/data/schedule.ts @@ -9,6 +9,7 @@ import { indy, ippon, leWagon, + lyonJS, shodo, theodo, wildCodeSchool, @@ -94,6 +95,7 @@ export const schedule: Schedule[] = [ }, { date: '03/11/2026', + sponsor: lyonJS, }, { date: '04/08/2026', diff --git a/data/sponsors.ts b/data/sponsors.ts index 768100c7..45087659 100644 --- a/data/sponsors.ts +++ b/data/sponsors.ts @@ -101,3 +101,9 @@ export const esker: Sponsor = { logo: '/sponsors/esker.svg', url: 'https://www.esker.fr/', }; + +export const lyonJS: Sponsor = { + name: 'LyonJS', + logo: '/lyonjs.png', + url: 'https://www.lyonjs.org/', +}; diff --git a/public/lyonjs.png b/public/lyonjs.png new file mode 100644 index 00000000..43514920 Binary files /dev/null and b/public/lyonjs.png differ