diff --git a/public/assets/images/logo/logo_AdACC.svg b/public/assets/images/logo/logo_AdACC.svg new file mode 100644 index 0000000..6afba4b --- /dev/null +++ b/public/assets/images/logo/logo_AdACC.svg @@ -0,0 +1,541 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/assets/images/logo/logo_FresqueBonheurDurablePartage.png b/public/assets/images/logo/logo_FresqueBonheurDurablePartage.png new file mode 100644 index 0000000..8a607c9 Binary files /dev/null and b/public/assets/images/logo/logo_FresqueBonheurDurablePartage.png differ diff --git a/public/assets/images/logo/logo_FresqueEntrepriseRegenerative.png b/public/assets/images/logo/logo_FresqueEntrepriseRegenerative.png new file mode 100644 index 0000000..7637587 Binary files /dev/null and b/public/assets/images/logo/logo_FresqueEntrepriseRegenerative.png differ diff --git a/src/common/Conf.ts b/src/common/Conf.ts index 7f2c108..0123f9e 100644 --- a/src/common/Conf.ts +++ b/src/common/Conf.ts @@ -205,6 +205,14 @@ export const ATELIERS: Record = { promoted: true, website: 'https://www.eventbrite.fr/o/senscyb-89802295343', }, + 105: { + code: 'FresqueEntrepriseRegenerative', + logo: '/assets/images/logo/logo_FresqueEntrepriseRegenerative.png', + name: i18n.global.t('workshops.FresqueEntrepriseRegenerative.name'), + description: i18n.global.t('workshops.FresqueEntrepriseRegenerative.description'), + promoted: true, + website: 'https://www.fresquedelentrepriseregenerative.fr/', + }, 200: { code: 'FresqueClimat', logo: '/assets/images/logo/logo_fresqueClimat.png', @@ -309,6 +317,22 @@ export const ATELIERS: Record = { promoted: true, website: 'https://fresquedusol.com/', }, + 802: { + code: 'AdACC', + logo: '/assets/images/logo/logo_AdACC.png', + name: i18n.global.t('workshops.AdACC.name'), + description: i18n.global.t('workshops.AdACC.description'), + promoted: true, + website: 'https://ateliers-adaptationclimat.fr/', + }, + 803: { + code: 'FresqueBonheurDurablePartage', + logo: '/assets/images/logo/logo_FresqueBonheurDurablePartage.png', + name: i18n.global.t('workshops.FresqueBonheurDurablePartage.name'), + description: i18n.global.t('workshops.FresqueBonheurDurablePartage.description'), + promoted: true, + website: 'https://phare-eudia.org/fresque-bdp/', + }, } export type CodeDepartement = string diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json index 0a34ef8..e6a12f2 100644 --- a/src/i18n/locales/en.json +++ b/src/i18n/locales/en.json @@ -1,5 +1,6 @@ { "locale": { + "de": "German", "en": "English", "fr": "French" }, @@ -199,6 +200,10 @@ "name": "Cyber Fresk", "description": "Demystify cybersecurity and boost your digital hygiene!" }, + "FresqueEntrepriseRegenerative": { + "name": "Fresque de l'entreprise régénérative", + "description": "Philosophy and practical method for organisations and territories seeking resilience" + }, "FresqueClimat": { "name": "Climate Fresk", "description": "Do you want to act for the climate but don't have the time to become a climatologist?" @@ -250,6 +255,14 @@ "FresqueDuSol": { "name": "The Soil Collage", "description": "Understand the complexity of soil impacts to better protect it" + }, + "AdACC": { + "name": "Les Ateliers de l'Adaptation au Changement Climatique", + "description": "Method for collectively making the best possible choices in the face of climate change" + }, + "FresqueBonheurDurablePartage": { + "name": "Fresque du Bonheur Durable et Partage", + "description": "Play to become and make others a little happier" } }, "talkAboutIt": { diff --git a/src/i18n/locales/fr.json b/src/i18n/locales/fr.json index 315bd80..e2294be 100644 --- a/src/i18n/locales/fr.json +++ b/src/i18n/locales/fr.json @@ -1,5 +1,6 @@ { "locale": { + "de": "Allemand", "en": "Anglais", "fr": "Français" }, @@ -199,6 +200,10 @@ "name": "Cyber Fresque", "description": "Démystifiez la cybersécurité et boostez votre hygiène numérique !" }, + "FresqueEntrepriseRegenerative": { + "name": "Fresque de l'entreprise regenerative", + "description": "Philosophie et methode pratique pour les organisations et les territoires en quete de resilience" + }, "FresqueClimat": { "name": "Fresque du Climat", "description": "Vous voulez agir pour le climat mais n'avez pas le temps de devenir climatologue ?" @@ -250,6 +255,14 @@ "FresqueDuSol": { "name": "Fresque du Sol", "description": "Comprendre la complexité des enjeux sol pour les protéger" + }, + "AdACC": { + "name": "Les Ateliers de l'Adaptation au Changement Climatique", + "description": "Methode pour faire collectivement les meilleurs choix possibles en face du changement climatique" + }, + "FresqueBonheurDurablePartage": { + "name": "Fresque du Bonheur Durable et Partage", + "description": "Jouer pour devenir et rendre un peu plus heureux" } }, "talkAboutIt": {