From d526634a07653833b47a2ea5a800b1491d66ae16 Mon Sep 17 00:00:00 2001 From: Paul Atlan Date: Sat, 30 May 2026 22:21:23 +0200 Subject: [PATCH] =?UTF-8?q?feat(logo):=20logo=20IA=20qu'=C3=A0=20exact=20(?= =?UTF-8?q?qu'=C3=A0=20adaptatif)=20+=20palette=20Mint=20&=20Ocean?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/logo.svg | 18 +------- src/components/BrandLogo.astro | 80 ++++++++++++++++++++-------------- 2 files changed, 48 insertions(+), 50 deletions(-) diff --git a/public/logo.svg b/public/logo.svg index d8f4d05..e5d1696 100644 --- a/public/logo.svg +++ b/public/logo.svg @@ -1,17 +1 @@ - - - - - - - - - - IA - - - quà - - L'IA POUR LES PME - - +IAqu'àL'IA POUR LES PME diff --git a/src/components/BrandLogo.astro b/src/components/BrandLogo.astro index 3050d03..69619f1 100644 --- a/src/components/BrandLogo.astro +++ b/src/components/BrandLogo.astro @@ -1,56 +1,70 @@ --- /** - * BrandLogo — lockup "IA qu'à" + baseline "L'IA POUR LES PME" - * (palette Mint & Ocean Blue, color package §1 ; preset "Pure Swiss Typography" de Paul). - * Space Grotesk : "IA" 700 + "qu'à" 300. "IA"/apostrophe/baseline en dégradé mint→ocean, - * "qu'à" en slate adaptatif clair/sombre. Double sens assumé : "IA qu'à" ↔ "Y'a qu'à". + * BrandLogo — logo "IA qu'à" de Paul, EXACT (export logo-designer, preset + * "Pure Swiss Typography", palette Mint & Ocean Blue). Géométrie / poids / + * baseline repris à l'identique. Seule adaptation : "qu'à", figé en #E2E8F0 + * dans l'export (pour fond sombre), devient slate adaptatif clair/sombre. + * viewBox recadré sur le contenu pour un rendu net dans la navbar. */ interface Props { class?: string; } const { class: className = "h-10 w-auto" } = Astro.props; const gid = "iaGrad-" + Math.random().toString(36).slice(2, 8); +const ff = + "'Space Grotesk', 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif"; --- - + - - - - IA - qu + - - à - - - - L'IA POUR LES PME + IA + + + qu'à + + L'IA POUR LES PME +