resultats 24-25
This commit is contained in:
parent
85c498584f
commit
7f04368035
BIN
src/lib/assets/resultats/2024.jpg
Normal file
BIN
src/lib/assets/resultats/2024.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 MiB |
BIN
src/lib/assets/resultats/2025.jpg
Normal file
BIN
src/lib/assets/resultats/2025.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 993 KiB |
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user