Skip to content

Commit 2ce5c09

Browse files
authored
2025 schedule and sponsors (#523)
1 parent 2890ac9 commit 2ce5c09

File tree

3 files changed

+23
-9
lines changed

3 files changed

+23
-9
lines changed

data/lyonjs100-sponsors.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
import { Sponsor } from '../modules/event/types';
2-
import { bedrock, cleverCloud, indy, malt, theodo, wanadev, zenika } from './sponsors';
3-
4-
export const fulll: Sponsor = {
5-
name: 'Fulll',
6-
url: 'https://www.fulll.fr/',
7-
logo: '/sponsors/fulll.webp',
8-
};
2+
import { bedrock, cleverCloud, fulll, indy, malt, theodo, wanadev, zenika } from './sponsors';
93

104
export const kolecto: Sponsor = {
115
name: 'Kolecto',

data/schedule.ts

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Schedule } from '../modules/schedule/types';
2-
import { axopen, bedrock, CBTW, indy, leWagon, shodo, theodo, wildCodeSchool } from './sponsors';
2+
import { axopen, bedrock, CBTW, fulll, indy, leWagon, shodo, theodo, wildCodeSchool } from './sponsors';
33

44
export const schedule: Schedule[] = [
55
{
@@ -40,14 +40,28 @@ export const schedule: Schedule[] = [
4040
},
4141
{
4242
date: '04/16/2025',
43+
sponsor: fulll,
4344
},
4445
{
4546
date: '05/14/2025',
4647
},
4748
{
48-
date: '06/18/2025',
49+
date: '06/03/2025',
50+
sponsor: bedrock,
4951
},
5052
{
5153
date: '07/09/2025',
5254
},
55+
{
56+
date: '09/17/2025',
57+
},
58+
{
59+
date: '10/15/2025',
60+
},
61+
{
62+
date: '11/19/2025',
63+
},
64+
{
65+
date: '12/10/2025',
66+
},
5367
];

data/sponsors.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,9 @@ export const axopen: Sponsor = {
8383
logo: '/sponsors/axopen.svg',
8484
url: 'https://www.axopen.com/',
8585
};
86+
87+
export const fulll: Sponsor = {
88+
name: 'Fulll',
89+
url: 'https://www.fulll.fr/',
90+
logo: '/sponsors/fulll.webp',
91+
};

0 commit comments

Comments
 (0)