Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
541 changes: 541 additions & 0 deletions public/assets/images/logo/logo_AdACC.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions src/common/Conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,14 @@ export const ATELIERS: Record<number, Atelier> = {
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',
Expand Down Expand Up @@ -309,6 +317,22 @@ export const ATELIERS: Record<number, Atelier> = {
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
Expand Down
13 changes: 13 additions & 0 deletions src/i18n/locales/en.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"locale": {
"de": "German",
"en": "English",
"fr": "French"
},
Expand Down Expand Up @@ -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?"
Expand Down Expand Up @@ -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": {
Expand Down
13 changes: 13 additions & 0 deletions src/i18n/locales/fr.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"locale": {
"de": "Allemand",
"en": "Anglais",
"fr": "Français"
},
Expand Down Expand Up @@ -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 ?"
Expand Down Expand Up @@ -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": {
Expand Down