From 194634ea748390947fdd76b75b8fcb2e536d63d7 Mon Sep 17 00:00:00 2001 From: AntoineM Date: Thu, 19 Dec 2024 07:19:36 +0100 Subject: [PATCH] Update SophiePictureContestView.vue Add 2024 winners --- .../portals/SophiePictureContestView.vue | 33 ++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/src/views/portals/SophiePictureContestView.vue b/src/views/portals/SophiePictureContestView.vue index c42fd4f58..abc9c923a 100644 --- a/src/views/portals/SophiePictureContestView.vue +++ b/src/views/portals/SophiePictureContestView.vue @@ -480,7 +480,38 @@ export default { 2024: { year: 2024, documentId: 1590020, - winners: [], + winners: [ + { + title: "La faucheuse des neiges", + author: 'xlpgn', + image: { document_id: 1695200 }, + category: 'Action', + }, + { + title: 'Toute la voie Lactée dans le Trou de la Mouche', + author: 'Julien Metais', + image: { document_id: 1699110 }, + category: 'Paysage', + }, + { + title: 'La fuite en avant', + author: 'Thomas Henninger', + image: { document_id: 1699394 }, + category: 'Faune / Flore / Inclassable', + }, + { + title: 'Rocher de l’Armet fantomatique, notre presque Cervin', + author: 'Thierry Clavel', + image: { document_id: 1693933 }, + category: 'Topoguide', + }, + { + title: "ça gaz dans le piller sommital (L26)", + author: 'Loic Blondeau', + image: { document_id: 1675966 }, + category: 'Prix du Public', + }, + ], }, },