From 9beafd40cb131c3702f12c0a1628f7cc43f39a68 Mon Sep 17 00:00:00 2001 From: Padreug Date: Mon, 8 Jun 2026 17:51:19 +0200 Subject: [PATCH] feat(symposium): Symposium II.0 detail page Hero with dates badge, overview prose, four "what's included" cards (funded position / living space / meals / self-care support), the eligibility blurb, and a three-step application path. Two CTAs at the bottom: see open positions, or write directly. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/i18n/locales/en.json | 38 ++++++++++++ src/i18n/locales/fr.json | 38 ++++++++++++ src/views/SymposiumView.vue | 117 ++++++++++++++++++++++++++++++++++-- 3 files changed, 189 insertions(+), 4 deletions(-) diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json index 6f70dcc..3c36f8e 100644 --- a/src/i18n/locales/en.json +++ b/src/i18n/locales/en.json @@ -178,6 +178,44 @@ "cta": "Write to us" } }, + "symposium": { + "hero": { + "kicker": "Symposium II.0", + "title": "An incubator for an ecological arts center", + "lede": "A three-month curated programme bringing a small team together to design, build and put into practice the next phase of Château du Faune.", + "dates": "15 April → 15 July 2026" + }, + "overview": { + "title": "Overview", + "body": "Seven fully funded positions inside a core team of ten to fifteen, engaged in collective inquiry and practical experimentation. The emphasis is on action and material realisation — building infrastructure, growing food, shaping gathering spaces, and laying the organisational ground for what comes next." + }, + "includedTitle": "What's included", + "included": { + "fundedTitle": "Funded position", + "fundedBody": "All seven positions cover the participant's time for the duration of the residency.", + "stayTitle": "Place to live and work", + "stayBody": "A comfortable room on site, shared kitchen, and dedicated work space.", + "foodTitle": "Healthy meals", + "foodBody": "Nourishing food prepared for the team and the wider community.", + "careTitle": "Self-care support", + "careBody": "Rest, sauna, yoga and quiet time built into the rhythm of the week — not optional extras." + }, + "eligibility": { + "title": "Who we're looking for", + "body": "Artists, designers, builders, growers, organisers and thinkers ready to take part in building an entrepreneurial ecological arts venture from the ground up. No credentials required." + }, + "applyTitle": "How to apply", + "apply": { + "stepOneTitle": "1 · Read the concept", + "stepOneBody": "Spend a moment with the Art & Ecology page and Vision & Values.", + "stepTwoTitle": "2 · Find the right role", + "stepTwoBody": "Browse the open positions and pick the one that matches your craft.", + "stepThreeTitle": "3 · Send your application", + "stepThreeBody": "Applications are open from 1 January to 15 March 2026." + }, + "ctaApply": "See open positions", + "ctaContact": "Ask a question" + }, "events": { "page": { "kicker": "What's On", diff --git a/src/i18n/locales/fr.json b/src/i18n/locales/fr.json index 9b42051..ed1bb61 100644 --- a/src/i18n/locales/fr.json +++ b/src/i18n/locales/fr.json @@ -178,6 +178,44 @@ "cta": "Nous écrire" } }, + "symposium": { + "hero": { + "kicker": "Symposium II.0", + "title": "Un incubateur pour un centre d'art écologique", + "lede": "Un programme de trois mois qui rassemble une petite équipe pour concevoir, bâtir et mettre en pratique la prochaine étape du Château du Faune.", + "dates": "15 avril → 15 juillet 2026" + }, + "overview": { + "title": "Vue d'ensemble", + "body": "Sept postes entièrement financés au sein d'une équipe centrale de dix à quinze personnes, engagée dans une recherche collective et l'expérimentation concrète. L'accent est mis sur l'action et la réalisation matérielle — bâtir l'infrastructure, faire pousser la nourriture, façonner les espaces de rassemblement et poser le sol organisationnel pour la suite." + }, + "includedTitle": "Ce qui est inclus", + "included": { + "fundedTitle": "Poste financé", + "fundedBody": "Les sept postes couvrent le temps des participant·es pour toute la durée de la résidence.", + "stayTitle": "Logement & espace de travail", + "stayBody": "Une chambre confortable sur place, cuisine partagée et espace de travail dédié.", + "foodTitle": "Repas sains", + "foodBody": "Nourriture nourrissante préparée pour l'équipe et la communauté élargie.", + "careTitle": "Soutien au soin de soi", + "careBody": "Repos, sauna, yoga et temps calme sont intégrés au rythme de la semaine — pas des options." + }, + "eligibility": { + "title": "Qui nous cherchons", + "body": "Artistes, designers, bâtisseur·euses, maraîcher·ères, organisateur·trices et penseur·euses prêt·es à participer à la construction d'une aventure d'art écologique entrepreneuriale. Aucun diplôme requis." + }, + "applyTitle": "Comment candidater", + "apply": { + "stepOneTitle": "1 · Lire le concept", + "stepOneBody": "Passez un moment avec la page Art & Écologie et Vision & Valeurs.", + "stepTwoTitle": "2 · Trouver le bon rôle", + "stepTwoBody": "Parcourez les postes ouverts et choisissez celui qui correspond à votre métier.", + "stepThreeTitle": "3 · Envoyer votre candidature", + "stepThreeBody": "Les candidatures sont ouvertes du 1ᵉʳ janvier au 15 mars 2026." + }, + "ctaApply": "Voir les postes ouverts", + "ctaContact": "Poser une question" + }, "events": { "page": { "kicker": "À l'affiche", diff --git a/src/views/SymposiumView.vue b/src/views/SymposiumView.vue index 7cade0c..aa46168 100644 --- a/src/views/SymposiumView.vue +++ b/src/views/SymposiumView.vue @@ -1,12 +1,121 @@