From 468c596e7d7af0432b83abe7ad4e786833ffb31f Mon Sep 17 00:00:00 2001 From: Johana Lavigne Date: Mon, 14 Apr 2025 11:09:15 +0200 Subject: [PATCH] 2025 schedule and sponsors --- data/lyonjs100-sponsors.ts | 8 +------- data/schedule.ts | 18 ++++++++++++++++-- data/sponsors.ts | 6 ++++++ 3 files changed, 23 insertions(+), 9 deletions(-) diff --git a/data/lyonjs100-sponsors.ts b/data/lyonjs100-sponsors.ts index b6f8131d..10ecb30c 100644 --- a/data/lyonjs100-sponsors.ts +++ b/data/lyonjs100-sponsors.ts @@ -1,11 +1,5 @@ import { Sponsor } from '../modules/event/types'; -import { bedrock, cleverCloud, indy, malt, theodo, wanadev, zenika } from './sponsors'; - -export const fulll: Sponsor = { - name: 'Fulll', - url: 'https://www.fulll.fr/', - logo: '/sponsors/fulll.webp', -}; +import { bedrock, cleverCloud, fulll, indy, malt, theodo, wanadev, zenika } from './sponsors'; export const kolecto: Sponsor = { name: 'Kolecto', diff --git a/data/schedule.ts b/data/schedule.ts index 3ddfbebf..4164cb30 100644 --- a/data/schedule.ts +++ b/data/schedule.ts @@ -1,5 +1,5 @@ import { Schedule } from '../modules/schedule/types'; -import { axopen, bedrock, CBTW, indy, leWagon, shodo, theodo, wildCodeSchool } from './sponsors'; +import { axopen, bedrock, CBTW, fulll, indy, leWagon, shodo, theodo, wildCodeSchool } from './sponsors'; export const schedule: Schedule[] = [ { @@ -40,14 +40,28 @@ export const schedule: Schedule[] = [ }, { date: '04/16/2025', + sponsor: fulll, }, { date: '05/14/2025', }, { - date: '06/18/2025', + date: '06/03/2025', + sponsor: bedrock, }, { date: '07/09/2025', }, + { + date: '09/17/2025', + }, + { + date: '10/15/2025', + }, + { + date: '11/19/2025', + }, + { + date: '12/10/2025', + }, ]; diff --git a/data/sponsors.ts b/data/sponsors.ts index 5f43b9c1..1ea11d22 100644 --- a/data/sponsors.ts +++ b/data/sponsors.ts @@ -83,3 +83,9 @@ export const axopen: Sponsor = { logo: '/sponsors/axopen.svg', url: 'https://www.axopen.com/', }; + +export const fulll: Sponsor = { + name: 'Fulll', + url: 'https://www.fulll.fr/', + logo: '/sponsors/fulll.webp', +};