From 222e8b19ea26848835913e5817c8079f13683858 Mon Sep 17 00:00:00 2001 From: gmguarino Date: Sun, 20 Oct 2024 11:15:29 +0200 Subject: [PATCH 1/2] feat: use new petition links --- messages/en/pages/act.json | 2 +- messages/fr/pages/act.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/messages/en/pages/act.json b/messages/en/pages/act.json index 58fe6cf4..b0537fbd 100644 --- a/messages/en/pages/act.json +++ b/messages/en/pages/act.json @@ -14,7 +14,7 @@ "title": "I say no to the salmon factory project on my territory", "content": "The onshore salmon factory project called “Pure Salmon”, an initiative of the Singaporean investment fund 8F Asset Management, is under discussion near Bordeaux. Thanks to petitions signed by citizens, it was notably rejected in Pas-de-Calais and Brittany. Let's keep going!", "link": "Sign the petition", - "target": "https://www.wesign.it/fr/environnement/non-a-lelevage-intensif-de-saumons-au-verdon-sur-mer" + "target": "https://petition.qomon.org/stop-a-lelevage-intensif-terrestre-de-saumons-en-gironde/" }, "seastemik": { "title": "I support Seastemik", diff --git a/messages/fr/pages/act.json b/messages/fr/pages/act.json index db582162..b964bb78 100644 --- a/messages/fr/pages/act.json +++ b/messages/fr/pages/act.json @@ -14,7 +14,7 @@ "title": "Je dis non au projet d’usine à saumons sur mon territoire", "content": "Le projet de ferme-usine de saumons à terre dénommé « Pure Salmon », initiative du fonds d’investissement singapourien 8F Asset Management, est en discussion près de Bordeaux. Grâce aux pétitions signées par les citoyen·ne·s, il a notamment été retoqué au Pas-de-Calais et en Bretagne. Continuons !", "link": "Signer la pétition", - "target": "https://www.wesign.it/fr/environnement/non-a-lelevage-intensif-de-saumons-au-verdon-sur-mer" + "target": "https://petition.qomon.org/stop-a-lelevage-intensif-terrestre-de-saumons-en-gironde/" }, "seastemik": { "title": "Je soutiens Seastemik", From 3f0d951ea66f4e3794ab420f0b0d4a5b3765a7b8 Mon Sep 17 00:00:00 2001 From: Thomas Catinaud Taris Date: Thu, 24 Oct 2024 15:13:52 +0200 Subject: [PATCH 2/2] 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 49ddd521..9e303023 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 d192dc82..1c51ec18 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 00000000..150e1c94 --- /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 553c5834..92729082 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 120a84cb..1fb085f8 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") }} /> - - +
+

+

+