From bd569658d1c51487302ad612b319b65e322ff1b4 Mon Sep 17 00:00:00 2001 From: Johan LEROY Date: Tue, 23 Jun 2026 11:49:23 +0200 Subject: [PATCH] =?UTF-8?q?refonte=20UI:=20navbar=20=C3=A9pur=C3=A9e,=20pr?= =?UTF-8?q?ojets=20en=20liste=20unique,=20logo=20Gitea?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - header: retrait du bouton GitHub (desktop + mobile), reste dans Hero/Contact - hero: bouton « Télécharger mon CV » désactivé, « Voir mes projets » promu en CTA principal - projets: fusion phares/autres en une seule grille (ordre récent → ancien) - contact: retrait du lien « site » (pointait vers le site courant) - icônes: vrai logo Gitea (tasse) à la place du git-branch générique - nettoyage du CSS/code mort (.is-other, .m-github, icône site) --- src/components/Contact.astro | 1 - src/components/Header.astro | 13 +------------ src/components/Hero.astro | 4 +++- src/components/Icon.astro | 9 ++++----- src/components/Projects.astro | 10 ++-------- src/data/content.ts | 7 ++----- src/styles/global.css | 9 +-------- 7 files changed, 13 insertions(+), 40 deletions(-) diff --git a/src/components/Contact.astro b/src/components/Contact.astro index 3cac9be..330e8cd 100644 --- a/src/components/Contact.astro +++ b/src/components/Contact.astro @@ -20,7 +20,6 @@ import { social, coffeeUrl } from "../data/content"; -
$ echo "écris-moi"
diff --git a/src/components/Header.astro b/src/components/Header.astro index a559c31..e987ed6 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -1,6 +1,6 @@ --- import Icon from "./Icon.astro"; -import { social, coffeeUrl } from "../data/content"; +import { coffeeUrl } from "../data/content"; const nav = [ { label: "À propos", href: "#about", id: "about" }, @@ -36,16 +36,6 @@ const nav = [ - - - -