From 60fb13fdb964a096ec6d8ee8422e6dd01616ff70 Mon Sep 17 00:00:00 2001 From: lucieo Date: Tue, 5 Mar 2024 13:44:33 +0100 Subject: [PATCH 1/2] Fix footer link --- .../documentation/documentation/1.0.0/full_documentation.json | 2 +- web/components/FooterMenu.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/back/extensions/documentation/documentation/1.0.0/full_documentation.json b/back/extensions/documentation/documentation/1.0.0/full_documentation.json index 365daa9..f1a9b9c 100644 --- a/back/extensions/documentation/documentation/1.0.0/full_documentation.json +++ b/back/extensions/documentation/documentation/1.0.0/full_documentation.json @@ -14,7 +14,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "x-generation-date": "03/04/2024 1:59:48 PM" + "x-generation-date": "03/05/2024 1:43:37 PM" }, "x-strapi-config": { "path": "/documentation", diff --git a/web/components/FooterMenu.tsx b/web/components/FooterMenu.tsx index 0845864..e4628a2 100644 --- a/web/components/FooterMenu.tsx +++ b/web/components/FooterMenu.tsx @@ -36,7 +36,7 @@ const FooterMenu = () => { {currentCampaign?.article_link && ( )} From 70dbe38d0a3cd282d97d08a23466551c042a9982 Mon Sep 17 00:00:00 2001 From: lucieo Date: Tue, 5 Mar 2024 14:00:44 +0100 Subject: [PATCH 2/2] =?UTF-8?q?Add=20caisse=20des=20d=C3=A9pots=20logo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/components/Footer.tsx | 6 +++++- web/public/assets/img/partners/cdd.svg | 9 +++++++++ web/public/locales/fr/common.json | 3 ++- 3 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 web/public/assets/img/partners/cdd.svg diff --git a/web/components/Footer.tsx b/web/components/Footer.tsx index e4d1789..691baa7 100644 --- a/web/components/Footer.tsx +++ b/web/components/Footer.tsx @@ -27,7 +27,11 @@ const Footer = () => { > {t('footer.title')} - {t('footer.subtitle')} + {t('footer.subtitle_first')} + + + {t('footer.subtitle_second')} + + caisse des dépôts + + + + + + \ No newline at end of file diff --git a/web/public/locales/fr/common.json b/web/public/locales/fr/common.json index 88642f4..bfe8a9a 100644 --- a/web/public/locales/fr/common.json +++ b/web/public/locales/fr/common.json @@ -70,7 +70,8 @@ }, "footer": { "title": "StudioD · Plateforme solidaire de mise à disposition de studios de danse", - "subtitle": "Un projet conçu et porté par l'Atelier de Paris / CDCN avec le soutien de ses partenaires :", + "subtitle_first": "StudioD Emergence reçoit le soutien du mécénat de la Caisse des Dépôts", + "subtitle_second": "Le projet a été conçu au printemps 2020. Il est porté par l'Atelier de Paris / CDCN avec le soutien de ses partenaires :", "plan": "Plan du site", "social": "Suivez-nous sur les réseaux sociaux", "license": "Plateforme diffusée sous license {{name}} dont le code est publié sur Github, droits des textes et photographies réservés"