From 58c0d170964edff621ac52ba1ccb719fd2443159 Mon Sep 17 00:00:00 2001 From: Antoine CARON Date: Tue, 30 Sep 2025 09:19:31 +0200 Subject: [PATCH] feat(sponsors): add ippon as sponsor --- data/schedule.ts | 2 ++ data/sponsors.ts | 6 ++++++ public/sponsors/ippon.svg | 1 + 3 files changed, 9 insertions(+) create mode 100644 public/sponsors/ippon.svg 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