resultats 24-25
All checks were successful
Deploy website / build (push) Successful in 2m31s
Deploy website / deploy (push) Successful in 14s

This commit is contained in:
Olivier Demers 2025-03-10 20:42:47 -04:00
parent 85c498584f
commit 7f04368035
3 changed files with 32 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 993 KiB

View File

@ -1,4 +1,6 @@
<script lang="ts">
import img2025 from '$lib/assets/resultats/2025.jpg?width=600&webp';
import img2024 from '$lib/assets/resultats/2024.jpg?width=600&webp';
import img2023 from '$lib/assets/resultats/2023.jpg?width=600&webp';
import img2022 from '$lib/assets/resultats/2022.jpg?width=600&webp';
import img2020 from '$lib/assets/resultats/2020.jpg?width=600&webp';
@ -11,6 +13,36 @@
import Resultat from './Resultat.svelte';
const resultats: Res[] = [
{
saison: '2025',
image: img2025,
events: [
{
nom: 'Festival de Robotique Regional',
resultats: ['16e en qualification', 'Alliance finaliste']
}
]
},
{
saison: '2024',
image: img2024,
events: [
{
nom: 'Festival de Robotique Regional',
resultats: ['6e en qualification', 'Prix de la durabilité']
}
]
},
{
saison: '2024',
image: img2024,
events: [
{
nom: 'Festival de Robotique Regional',
resultats: ['6e en qualification', 'Prix de la durabilité']
}
]
},
{
saison: '2023',
image: img2023,