From d837c02c74ce216688fb2da61f18b9b4d26ca684 Mon Sep 17 00:00:00 2001 From: NoaSlld Date: Wed, 25 Jun 2025 16:07:49 +0200 Subject: [PATCH] maj contenu --- js/main.js | 37 ++++++++++++++++++++++++++----------- sections/footer.html | 1 + sections/formation.html | 8 ++++++++ style.css | 4 ++-- style/formation.css | 4 ++-- 5 files changed, 39 insertions(+), 15 deletions(-) diff --git a/js/main.js b/js/main.js index 486dd38..b324329 100644 --- a/js/main.js +++ b/js/main.js @@ -83,16 +83,28 @@ document.addEventListener('sectionsLoaded', () => { date: "2024 - Présent", title: "Alternant développeur web", company: "Coqpit, Clermont-Ferrand", - description: `

J'ai créé des sites webs en autonomie, en gérant le développement ainsi que le suivi du projet avec les clients.

-

Caractéristiques principales :

+ description: `

J'ai créé des sites webs en autonomie, en assurant à la fois le développement ainsi que le suivi du projet avec les clients.

+

Caractéristiques générales :

+

Exemple de projet :

+ `, skills: ["Wordpress", "ACF Pro", "HTML", "SCSS", "JS", "PHP"], }, @@ -103,9 +115,9 @@ document.addEventListener('sectionsLoaded', () => { description: `

J'ai développé un module du CMS open source Thelia et automatisé la génération de la documentation du CMS

Caractéristiques principales :

`, @@ -118,9 +130,12 @@ document.addEventListener('sectionsLoaded', () => { description: `

J'ai participé au développement d'une application interne de gestion des temps et de facturation automatisée

Caractéristiques principales :

`, diff --git a/sections/footer.html b/sections/footer.html index 77a6557..f40bab3 100644 --- a/sections/footer.html +++ b/sections/footer.html @@ -3,6 +3,7 @@ \ No newline at end of file diff --git a/sections/formation.html b/sections/formation.html index 31c70a4..ab59a86 100644 --- a/sections/formation.html +++ b/sections/formation.html @@ -3,6 +3,14 @@ Parcours

Formation

+
+
+

2025 -

+

MGE (Master en management) en école de commerce

+

Tours

+

Place validée, non commencé

+
+

2021 - 2025

diff --git a/style.css b/style.css index 59a5e7a..5a5f00b 100644 --- a/style.css +++ b/style.css @@ -463,11 +463,11 @@ body { } .timeline-item:nth-child(odd) .timeline-content::before { - right: -3rem; + right: -2.6rem; } .timeline-item:nth-child(even) .timeline-content::before { - left: -3rem; + left: -2.6rem; } .timeline-content h3 { diff --git a/style/formation.css b/style/formation.css index c7274d7..e3331a9 100644 --- a/style/formation.css +++ b/style/formation.css @@ -57,11 +57,11 @@ } .timeline-item:nth-child(odd) .timeline-content::before { - right: -3rem; + right: -2.6rem; } .timeline-item:nth-child(even) .timeline-content::before { - left: -3rem; + left: -2.6rem; } .timeline-content h3 {