From 7624374130591d7f51b2f6fbea4129aa2572d485 Mon Sep 17 00:00:00 2001 From: "LIABEUF, Stephane (External)" Date: Wed, 27 May 2026 10:06:20 +0200 Subject: [PATCH] =?UTF-8?q?Update=20Moul'Anjou=20Plastique=20et=20R=C3=B4l?= =?UTF-8?q?e=20->=20Objectifs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cv-data.json | 4 +- index.html | 294 +++++++++++++++++++++++++++++++++++++-------------- 2 files changed, 217 insertions(+), 81 deletions(-) diff --git a/cv-data.json b/cv-data.json index f5a5841..5c1ae27 100644 --- a/cv-data.json +++ b/cv-data.json @@ -254,8 +254,8 @@ "periode": "1999 → 2001", "entreprise": "Moul'Anjou Plastique", "role": "Responsable Projet ERP — Injection Plastique", - "programme": "TEST", - "objectif": "TEST2", + "programme": "Injection Plastique", + "objectif": "Amélioration de la performance de l'entreprise par l'optimisation d'un ERP", "description": "Implémentation d'un ERP en production industrielle sur 8 mois. Recueil besoins, cahier des charges, déploiement, formation utilisateurs. Intégration GPAO et systèmes supervision machine. Implémentation de la rémontée des temps de process (préparation, fabrication, montage...). Mise en place de l'analyse Devis/Commande - Coût de Réalisation", "resultats": [ "Amélioration générale de la productivité et du pilotage de l'entreprise. Réduction des délais de production.", diff --git a/index.html b/index.html index 14383c7..f60cff5 100644 --- a/index.html +++ b/index.html @@ -27,7 +27,8 @@ - + @@ -3224,7 +3360,7 @@
${esc(p.role)} ${p.programme ? `// ${esc(p.programme)}` : ''} - ${p.objectif ? `
RÔLE : ${esc(p.objectif)}
` : ''} + ${p.objectif ? `
Objectifs : ${esc(p.objectif)}
` : ''} ${p.description ? `${esc(p.description)}` : ''} ${renderResultats(p.resultats)} ${renderTags(p.tags)} @@ -3375,7 +3511,7 @@ // Restaurer le thème sauvegardé const saved = localStorage.getItem('cv-theme'); - if (saved && ['cyberpunk','bd','itpro','cgi'].includes(saved)) setTheme(saved); + if (saved && ['cyberpunk', 'bd', 'itpro', 'cgi'].includes(saved)) setTheme(saved); // Scroll reveal — fix: sections already in viewport au chargement document.querySelectorAll('section').forEach(s => {