diff --git a/data/schedule.ts b/data/schedule.ts index a747a263..48fd7116 100644 --- a/data/schedule.ts +++ b/data/schedule.ts @@ -14,6 +14,7 @@ import { wanadev, wildCodeSchool, zenika, + EPSI, } from './sponsors'; import { Sponsor } from '../modules/event/types'; @@ -107,7 +108,8 @@ export const schedule: Schedule[] = [ sponsor: zenika, }, { - date: '06/16/2026', + date: '06/17/2026', + sponsor: EPSI, }, { date: '07/07/2026', diff --git a/data/sponsors.ts b/data/sponsors.ts index 768100c7..783aa944 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 EPSI: Sponsor = { + name: 'EPSI', + logo: '/sponsors/epsi.svg', + url: 'https://www.epsi.fr/', +};