From bbd2b31761b078d968479fb6e88bb1eecec7a83f Mon Sep 17 00:00:00 2001 From: louispaulb Date: Thu, 21 May 2026 21:56:17 -0400 Subject: [PATCH] feat(campaigns/templates): new opening line + logo image in dark footer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Per user feedback after seeing the rendered preview: 1. Opening line replaced: FR: "Tu choisis local, on veut te remercier." → "Comme toi, on aime les connexions stables et les relations durables." EN: "You went local — we want to say thanks." → "Just like you, we love stable connections and lasting relationships." The new line ties the Internet service (stable connections) to the relationship framing (lasting), which reads more naturally than the previous "we want to thank you" phrasing. 2. Dark footer band cleanup: • Removed the CSS-styled TARGO. wordmark (with green dot) • Removed the official slogan line "Services de confiance, ..." • Replaced with the actual TARGO logo image (img tag at 120px wide) The wordmark is now ALWAYS the logo image, never a text styling — keeps the brand mark consistent across header and footer. TODO marker left in the HTML pointing to the white-variant logo: the brand guide §1 specifies targo-logo-white.svg for dark backgrounds, but we only have the green variant uploaded on Mailjet (UUID eed4d18c-...). The green logo on the #1C1E26 Targo Dark bg is readable but not pixel-perfect with the brand. To fix, upload the white variant via the new /campaigns/assets/upload endpoint and swap the src in both templates. Co-Authored-By: Claude Opus 4.7 --- .../campaigns/templates/gift-email-en.html | 22 ++++++++-------- .../campaigns/templates/gift-email-fr.html | 25 +++++++++++-------- .../targo-hub/templates/gift-email-en.html | 22 ++++++++-------- .../targo-hub/templates/gift-email-fr.html | 25 +++++++++++-------- 4 files changed, 50 insertions(+), 44 deletions(-) diff --git a/scripts/campaigns/templates/gift-email-en.html b/scripts/campaigns/templates/gift-email-en.html index 49fa025..b87c591 100644 --- a/scripts/campaigns/templates/gift-email-en.html +++ b/scripts/campaigns/templates/gift-email-en.html @@ -38,7 +38,7 @@

Hi {{firstname}},

- You went local — we want to say thanks. + Just like you, we love stable connections and lasting relationships.

Summer's here, and so is your @@ -325,20 +325,20 @@ - +
-
- TARGO. -
-
- Services de confiance, tout-en-un, près de chez vous. -
-
+ TARGO +
www.targo.ca  ·  1867 ch. de la rivière, Ste-Clotilde, QC
© {{year}} TARGO Communications · All rights reserved. diff --git a/scripts/campaigns/templates/gift-email-fr.html b/scripts/campaigns/templates/gift-email-fr.html index 237fa00..1eab0df 100644 --- a/scripts/campaigns/templates/gift-email-fr.html +++ b/scripts/campaigns/templates/gift-email-fr.html @@ -38,7 +38,7 @@

Bonjour {{firstname}},

- Tu choisis local, on veut te remercier. + Comme toi, on aime les connexions stables et les relations durables.

Avec l'arrivée de l'été, voici ton @@ -329,20 +329,23 @@

- +
- -
- TARGO. -
- -
- Services de confiance, tout-en-un, près de chez vous. -
-
+ TARGO +
www.targo.ca  ·  1867 ch. de la rivière, Ste-Clotilde, QC
© {{year}} TARGO Communications · Tous droits réservés. diff --git a/services/targo-hub/templates/gift-email-en.html b/services/targo-hub/templates/gift-email-en.html index 49fa025..b87c591 100644 --- a/services/targo-hub/templates/gift-email-en.html +++ b/services/targo-hub/templates/gift-email-en.html @@ -38,7 +38,7 @@

Hi {{firstname}},

- You went local — we want to say thanks. + Just like you, we love stable connections and lasting relationships.

Summer's here, and so is your @@ -325,20 +325,20 @@

- +
-
- TARGO. -
-
- Services de confiance, tout-en-un, près de chez vous. -
-
+ TARGO +
www.targo.ca  ·  1867 ch. de la rivière, Ste-Clotilde, QC
© {{year}} TARGO Communications · All rights reserved. diff --git a/services/targo-hub/templates/gift-email-fr.html b/services/targo-hub/templates/gift-email-fr.html index 237fa00..1eab0df 100644 --- a/services/targo-hub/templates/gift-email-fr.html +++ b/services/targo-hub/templates/gift-email-fr.html @@ -38,7 +38,7 @@

Bonjour {{firstname}},

- Tu choisis local, on veut te remercier. + Comme toi, on aime les connexions stables et les relations durables.

Avec l'arrivée de l'été, voici ton @@ -329,20 +329,23 @@

- +
- -
- TARGO. -
- -
- Services de confiance, tout-en-un, près de chez vous. -
-
+ TARGO +
www.targo.ca  ·  1867 ch. de la rivière, Ste-Clotilde, QC
© {{year}} TARGO Communications · Tous droits réservés.