diff --git a/data/schedule.ts b/data/schedule.ts index c1e83f50..ed955af9 100644 --- a/data/schedule.ts +++ b/data/schedule.ts @@ -6,6 +6,7 @@ import { CBTW, fulll, indy, + ippon, leWagon, shodo, theodo, @@ -80,6 +81,7 @@ export const schedule: Schedule[] = [ }, { date: '12/10/2025', + sponsor: ippon, }, { date: '01/14/2026', diff --git a/data/sponsors.ts b/data/sponsors.ts index 0f7024f6..6465565c 100644 --- a/data/sponsors.ts +++ b/data/sponsors.ts @@ -89,3 +89,9 @@ export const adaTechSchool: Sponsor = { logo: '/sponsors/adatechschool.png', url: 'https://www.adatechschool.fr/', }; + +export const ippon: Sponsor = { + name: 'Ippon', + logo: '/sponsors/ippon.svg', + url: 'https://fr.ippon.tech/', +}; diff --git a/public/sponsors/ippon.svg b/public/sponsors/ippon.svg new file mode 100644 index 00000000..27b8b0a9 --- /dev/null +++ b/public/sponsors/ippon.svg @@ -0,0 +1 @@ + \ No newline at end of file