From 8148d2c95489a71d1ab1c769040d9460f67a29c9 Mon Sep 17 00:00:00 2001 From: Jalil Arfaoui Date: Mon, 23 Feb 2026 01:50:46 +0100 Subject: [PATCH] =?UTF-8?q?Refonte=20page=20d'accueil=20:=20bloc=20code=20?= =?UTF-8?q?=C3=A9largi,=20couleurs=20charte=20Tiqa,=20palette=20harmonis?= =?UTF-8?q?=C3=A9e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Renommé « Développeur » en « Conception logicielle » (FR/EN/AR) - Bloc code pleine largeur avec mission en cours, projets featured et compteur de recommandations - Théâtre et Photographie en 2 colonnes en dessous - Palette tiqa (#4b1862) dans tailwind.config.mjs, appliquée au bloc code et bouton CTA - Bloc théâtre en amber, bloc photo en slate - Corrigé typo couleur facette code dans le layout (#4b1762 → #4b1862) --- src/layouts/main.astro | 2 +- src/pages/ar/index.astro | 128 ++++++++++++++++++++++++++------------- src/pages/en/index.astro | 128 ++++++++++++++++++++++++++------------- src/pages/index.astro | 128 ++++++++++++++++++++++++++------------- tailwind.config.mjs | 14 +++++ 5 files changed, 273 insertions(+), 127 deletions(-) diff --git a/src/layouts/main.astro b/src/layouts/main.astro index fc10c0c..731a65e 100644 --- a/src/layouts/main.astro +++ b/src/layouts/main.astro @@ -48,7 +48,7 @@ const locale = pathname.startsWith("/en")