refonte UI: navbar épurée, projets en liste unique, logo Gitea
All checks were successful
Deploy production / build-deploy (push) Successful in 25s

- 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)
This commit is contained in:
Johan LEROY
2026-06-23 11:49:23 +02:00
parent c80783dfc4
commit bd569658d1
7 changed files with 13 additions and 40 deletions

View File

@@ -63,7 +63,6 @@ export const social = {
github: "https://github.com/JohanLeroy",
gitea: "https://git.lidge.fr/johanleroy",
linkedin: "https://www.linkedin.com/in/johan-leroy-472409180/",
site: "https://johanleroy.fr",
};
/* URL du bouton « café » — à remplacer par le service retenu
@@ -77,7 +76,8 @@ export const stats = [
{ n: "OSS", l: "contributeur open-source" },
];
export const projectsFeatured: Project[] = [
/* Liste unique, dans l'ordre de développement (du plus récent au plus ancien). */
export const projects: Project[] = [
{
id: "techos",
title: "Techos",
@@ -112,9 +112,6 @@ export const projectsFeatured: Project[] = [
link: "https://lidge.fr",
img: "/images/projets/lidge.png",
},
];
export const projectsOther: Project[] = [
{
id: "arboretum",
title: "Arboretum",