Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5965415

Browse files
authored
feat: add schedules for next sponsor (#531)
1 parentdd3d33e commit5965415

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

‎data/schedule.ts‎

Lines changed: 15 additions & 1 deletion
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
exportconstschedule: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‎

Lines changed: 6 additions & 0 deletions
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+
exportconstadaTechSchool: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)

[8]ページ先頭

©2009-2025 Movatter.jp