From 3f0d951ea66f4e3794ab420f0b0d4a5b3765a7b8 Mon Sep 17 00:00:00 2001 From: Thomas Catinaud Taris Date: Thu, 24 Oct 2024 15:13:52 +0200 Subject: [PATCH] feat: update video place --- messages/en/pages/about.json | 3 ++- messages/fr/pages/about.json | 3 ++- public/images/explose-icon.svg | 18 +++++++++++++++ public/images/explose.svg | 38 +++++++++++++------------------- src/app/[locale]/about/about.tsx | 20 +++++++++++++++-- src/app/[locale]/page.tsx | 29 +++--------------------- src/components/IconCard.tsx | 26 +++++++++++++++------- 7 files changed, 76 insertions(+), 61 deletions(-) create mode 100644 public/images/explose-icon.svg diff --git a/messages/en/pages/about.json b/messages/en/pages/about.json index 49ddd521a..9e3030236 100644 --- a/messages/en/pages/about.json +++ b/messages/en/pages/about.json @@ -6,7 +6,8 @@ "title": "About", "why": { "title": "Why PinkBombs?", - "content": "

We are facing an ocean emergency. The Ocean, the main source of life on Earth, is increasingly threatened by our human activities. Overfishing is the main cause of loss of marine biodiversity. The salmon industry, emblematic of intensive aquaculture, generates multiple impacts on a global scale. It is therefore urgent to change the food system for better protection of humans, animals and ecosystems.

PinkBombs is here to:

" + "content": "

We are facing an ocean emergency. The Ocean, the main source of life on Earth, is increasingly threatened by our human activities. Overfishing is the main cause of loss of marine biodiversity. The salmon industry, emblematic of intensive aquaculture, generates multiple impacts on a global scale. It is therefore urgent to change the food system for better protection of humans, animals and ecosystems.

PinkBombs is here to:

", + "video": "Here’s a 3 min video summary of the project." }, "who": { "title": "Who are we?", diff --git a/messages/fr/pages/about.json b/messages/fr/pages/about.json index d192dc82c..1c51ec183 100644 --- a/messages/fr/pages/about.json +++ b/messages/fr/pages/about.json @@ -6,7 +6,8 @@ "title": "À propos", "why": { "title": "Pourquoi PinkBombs ?", - "content": "

Nous sommes face à une urgence océanique. L'Océan, principale source de vie sur Terre, est de plus en plus menacé par nos activités humaines. La surpêche est la principale cause de perte de biodiversité marine. L'industrie du saumon, emblématique de l'aquaculture intensive, génère des impacts multiples à l’échelle mondiale. Il est donc urgent de changer le système alimentaire pour une meilleure protection des humains, des animaux et des écosystèmes.

PinkBombs est là pour :

" + "content": "

Nous sommes face à une urgence océanique. L'Océan, principale source de vie sur Terre, est de plus en plus menacé par nos activités humaines. La surpêche est la principale cause de perte de biodiversité marine. L'industrie du saumon, emblématique de l'aquaculture intensive, génère des impacts multiples à l’échelle mondiale. Il est donc urgent de changer le système alimentaire pour une meilleure protection des humains, des animaux et des écosystèmes.

PinkBombs est là pour :

", + "video": "Voici une vidéo récapitulative de 3 minutes sur le projet." }, "who": { "title": "Qui sommes-nous ?", diff --git a/public/images/explose-icon.svg b/public/images/explose-icon.svg new file mode 100644 index 000000000..150e1c94f --- /dev/null +++ b/public/images/explose-icon.svg @@ -0,0 +1,18 @@ + + + + + + + + + + diff --git a/public/images/explose.svg b/public/images/explose.svg index 553c58342..92729082f 100644 --- a/public/images/explose.svg +++ b/public/images/explose.svg @@ -1,25 +1,17 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/src/app/[locale]/about/about.tsx b/src/app/[locale]/about/about.tsx index 120a84cb7..1fb085f8c 100644 --- a/src/app/[locale]/about/about.tsx +++ b/src/app/[locale]/about/about.tsx @@ -107,13 +107,29 @@ const ExplainSection = () => { dangerouslySetInnerHTML={{ __html: t.raw("who.content.last") }} /> - - +
+

+

+