From e05f2703dbe628770c72fe131f46ebb9eff60a97 Mon Sep 17 00:00:00 2001 From: LD Date: Wed, 26 Nov 2025 13:55:09 -0500 Subject: [PATCH 1/4] Modification d'une classe Lore qui s'appliquait sur tout les h2 et h3 de toutes les pages --- www/css/style.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/www/css/style.css b/www/css/style.css index 23219de..e4ab780 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -36,7 +36,7 @@ } #pageCouranteNAV { - text-shadow: violet 2px ; + text-shadow: violet 2px; box-shadow: #ffefe5; } @@ -147,6 +147,9 @@ footer { .accueil #rencontreEquipe { display: flex; flex-wrap: wrap; + background-color: #E6ECF3; + color: #606060; + height: 85vh; } .accueil #rencontreEquipe div { @@ -449,8 +452,8 @@ footer { } .lore h1, -h2, -h3 { +.lore h2, +.lore h3 { margin: 10px; } From 302eb34efbf1b405e805dd73a4aab981df69d7f1 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Wed, 26 Nov 2025 13:59:58 -0500 Subject: [PATCH 2/4] Correctif des boutons dans la page de histoire DE --- README.md | 2 ++ www/css/style.css | 40 ++++++++++++++++++++++++++++++++++++---- www/histoire.html | 2 +- 3 files changed, 39 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0aad0f3..102735b 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ ## TODO Lists +- [ ] 💣💥💥Corriger bouton du nav (note perso Jeremy) 💥💥💣 + - [x] Planification du travail connecté - Par Stan - [x] Coder le menu de navigation commun a toutes les pages - Jeremy - [ ] Coder le pied de page commun a toutes les pages - Jeremy diff --git a/www/css/style.css b/www/css/style.css index 62df947..76ea734 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -263,16 +263,22 @@ footer { display: block; text-align: center; align-content: center; +} + +.histoire header.introduction h1, +.histoire header.introduction p { line-height: 5; font-size: 2rem; } + .histoire header.introduction div.introduction { background-color: #13172cd5; height: 100vh; } -.histoire header.introduction button { +/* +.histoire header.introduction div { color: #ffefe5; padding: 0 16px; margin: 0 4px; @@ -283,16 +289,42 @@ footer { background-color: #13172c; } -.histoire header.introduction button a { +.histoire header.introduction div a { display: flex; align-items: center; align-content: center; text-decoration: none; +}*/ +/*.histoire header.introduction div.bouton { + height: 40px; } +.histoire header.introduction div.bouton a { + border: none; + background-color: #13172c; + text-decoration: none; + border-radius: 20px; + font-size: 1rem; -.histoire header.introduction button:hover { - height: 40px; + display: inline-block; + align-items: center; + text-decoration: none; + color: #ffefe5; + padding: 0 16px; + margin: 0 4px; +}*/ + +.histoire header.introduction div.introduction a { + display: inline-block; + text-decoration: none; + color: #ffefe5; + padding: 10.8px 16px; + margin: 0 4px; + background-color: #13172c; + border-radius: 20px; +} + +.histoire header.introduction div.introduction a:hover { border-radius: 20px; background-color: #b47871; } diff --git a/www/histoire.html b/www/histoire.html index d745954..a491902 100644 --- a/www/histoire.html +++ b/www/histoire.html @@ -29,7 +29,7 @@

L'histoire de Digital Extremes

Plonger dans l'histoire fascinante de Digital Extremes

- + Plus d'infos
From 7e484189a4f2682c8813326daa05101da8a0036c Mon Sep 17 00:00:00 2001 From: LD Date: Wed, 26 Nov 2025 14:00:09 -0500 Subject: [PATCH 3/4] =?UTF-8?q?correction=20de=20la=20section=20rencontrez?= =?UTF-8?q?=20l'=C3=A9quipe=20dans=20la=20page=20index?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- www/css/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/www/css/style.css b/www/css/style.css index 918cea9..5c39ff6 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -121,7 +121,7 @@ footer { font-size: 3.5rem; } -.accueil p:not(#rencontreEquipe p) { +.accueil main p:not(#rencontreEquipe p) { margin: auto; padding: 1% 45% 1% 0%; } @@ -154,8 +154,8 @@ footer { .accueil #rencontreEquipe div { width: 25%; - margin: 0px auto; align-content: center; + padding-bottom: 60px; } .accueil #rencontreEquipe div p { @@ -165,6 +165,7 @@ footer { .accueil #rencontreEquipe h2 { width: 100%; + height: auto; margin: 25px; text-align: center; } From e0b312c93d537e84d34b82e76cbca68399bdabe2 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Wed, 26 Nov 2025 14:07:03 -0500 Subject: [PATCH 4/4] =?UTF-8?q?Modification=20des=20cr=C3=A9dit=20de=20la?= =?UTF-8?q?=20page=20d'=C3=A9quipe.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- www/css/style.css | 2 +- www/team.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www/css/style.css b/www/css/style.css index ecf74ba..0d3a657 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -186,7 +186,7 @@ footer { /****************************/ /* PAGE: L'équipe */ -/* AUTEUR: Jérémy & Andres */ +/* AUTEUR: Jérémy */ /****************************/ .team { background: #13172c url("../images/imagesTeam/Intro.png") center; diff --git a/www/team.html b/www/team.html index 001e8d9..f5917b6 100644 --- a/www/team.html +++ b/www/team.html @@ -120,7 +120,7 @@