Skip to content

Commit f82cd1d

Browse files
authored
feat(sponsors): add ippon as sponsor (#548)
1 parent 036b02b commit f82cd1d

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

data/schedule.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import {
66
CBTW,
77
fulll,
88
indy,
9+
ippon,
910
leWagon,
1011
shodo,
1112
theodo,
@@ -80,6 +81,7 @@ export const schedule: Schedule[] = [
8081
},
8182
{
8283
date: '12/10/2025',
84+
sponsor: ippon,
8385
},
8486
{
8587
date: '01/14/2026',

data/sponsors.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,9 @@ export const adaTechSchool: Sponsor = {
8989
logo: '/sponsors/adatechschool.png',
9090
url: 'https://www.adatechschool.fr/',
9191
};
92+
93+
export const ippon: Sponsor = {
94+
name: 'Ippon',
95+
logo: '/sponsors/ippon.svg',
96+
url: 'https://fr.ippon.tech/',
97+
};

public/sponsors/ippon.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)