Skip to content

Commit 5965415

Browse files
authored
feat: add schedules for next sponsor (#531)
1 parent dd3d33e commit 5965415

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

data/schedule.ts

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
import { Schedule } from '../modules/schedule/types';
2-
import { axopen, bedrock, CBTW, fulll, indy, leWagon, shodo, theodo, wildCodeSchool, zenika } from './sponsors';
2+
import {
3+
adaTechSchool,
4+
axopen,
5+
bedrock,
6+
CBTW,
7+
fulll,
8+
indy,
9+
leWagon,
10+
shodo,
11+
theodo,
12+
wildCodeSchool,
13+
zenika,
14+
} from './sponsors';
315

416
export const schedule: Schedule[] = [
517
{
@@ -52,9 +64,11 @@ export const schedule: Schedule[] = [
5264
},
5365
{
5466
date: '07/09/2025',
67+
sponsor: adaTechSchool,
5568
},
5669
{
5770
date: '09/17/2025',
71+
sponsor: shodo,
5872
},
5973
{
6074
date: '10/15/2025',

data/sponsors.ts

+6
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,9 @@ export const fulll: Sponsor = {
8989
url: 'https://www.fulll.fr/',
9090
logo: '/sponsors/fulll.webp',
9191
};
92+
93+
export const adaTechSchool: Sponsor = {
94+
name: 'Ada Tech School',
95+
logo: '/sponsors/adatechschool.png',
96+
url: 'https://www.adatechschool.fr/',
97+
};

public/sponsors/adatechschool.png

3.11 KB
Loading

0 commit comments

Comments
 (0)