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 592c6206..27b1263e 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 7:16:07 PM" + "x-generation-date": "03/05/2024 1:43:37 PM" }, "x-strapi-config": { "path": "/documentation", diff --git a/web/components/Footer.tsx b/web/components/Footer.tsx index e4d1789c..691baa76 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')} + { {currentCampaign?.article_link && ( )} diff --git a/web/public/assets/img/partners/cdd.svg b/web/public/assets/img/partners/cdd.svg new file mode 100644 index 00000000..50f4d7f1 --- /dev/null +++ b/web/public/assets/img/partners/cdd.svg @@ -0,0 +1,9 @@ + + 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 88642f47..bfe8a9a8 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"