Public Access
5
0
This commit is contained in:
Andres
2025-11-26 14:17:39 -05:00
4 changed files with 49 additions and 11 deletions

View File

@@ -4,6 +4,8 @@
## TODO Lists ## TODO Lists
- [ ] 💣💥💥Corriger bouton du nav (note perso Jeremy) 💥💥💣
- [x] Planification du travail connecté - Par Stan - [x] Planification du travail connecté - Par Stan
- [x] Coder le menu de navigation commun a toutes les pages - Jeremy - [x] Coder le menu de navigation commun a toutes les pages - Jeremy
- [ ] Coder le pied de page commun a toutes les pages - Jeremy - [ ] Coder le pied de page commun a toutes les pages - Jeremy

View File

@@ -121,7 +121,7 @@ footer {
font-size: 3.5rem; font-size: 3.5rem;
} }
.accueil p:not(#rencontreEquipe p) { .accueil main p:not(#rencontreEquipe p) {
margin: auto; margin: auto;
padding: 1% 45% 1% 0%; padding: 1% 45% 1% 0%;
} }
@@ -147,12 +147,15 @@ footer {
.accueil #rencontreEquipe { .accueil #rencontreEquipe {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
background-color: #E6ECF3;
color: #606060;
height: 85vh;
} }
.accueil #rencontreEquipe div { .accueil #rencontreEquipe div {
width: 25%; width: 25%;
margin: 0px auto;
align-content: center; align-content: center;
padding-bottom: 60px;
} }
.accueil #rencontreEquipe div p { .accueil #rencontreEquipe div p {
@@ -162,6 +165,7 @@ footer {
.accueil #rencontreEquipe h2 { .accueil #rencontreEquipe h2 {
width: 100%; width: 100%;
height: auto;
margin: 25px; margin: 25px;
text-align: center; text-align: center;
} }
@@ -183,7 +187,7 @@ footer {
/****************************/ /****************************/
/* PAGE: L'équipe */ /* PAGE: L'équipe */
/* AUTEUR: Jérémy & Andres */ /* AUTEUR: Jérémy */
/****************************/ /****************************/
.team { .team {
background: #13172c url("../images/imagesTeam/Intro.png") center; background: #13172c url("../images/imagesTeam/Intro.png") center;
@@ -324,16 +328,22 @@ footer {
display: block; display: block;
text-align: center; text-align: center;
align-content: center; align-content: center;
}
.histoire header.introduction h1,
.histoire header.introduction p {
line-height: 5; line-height: 5;
font-size: 2rem; font-size: 2rem;
} }
.histoire header.introduction div.introduction { .histoire header.introduction div.introduction {
background-color: #13172cd5; background-color: #13172cd5;
height: 100vh; height: 100vh;
} }
.histoire header.introduction button { /*
.histoire header.introduction div {
color: #ffefe5; color: #ffefe5;
padding: 0 16px; padding: 0 16px;
margin: 0 4px; margin: 0 4px;
@@ -344,16 +354,42 @@ footer {
background-color: #13172c; background-color: #13172c;
} }
.histoire header.introduction button a { .histoire header.introduction div a {
display: flex; display: flex;
align-items: center; align-items: center;
align-content: center; align-content: center;
text-decoration: none; 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 { display: inline-block;
height: 40px; 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; border-radius: 20px;
background-color: #b47871; background-color: #b47871;
} }
@@ -449,8 +485,8 @@ footer {
} }
.lore h1, .lore h1,
h2, .lore h2,
h3 { .lore h3 {
margin: 10px; margin: 10px;
} }

View File

@@ -29,7 +29,7 @@
<div class="introduction"> <div class="introduction">
<h1>L'histoire de Digital Extremes</h1> <h1>L'histoire de Digital Extremes</h1>
<p>Plonger dans l'histoire fascinante de Digital Extremes</p> <p>Plonger dans l'histoire fascinante de Digital Extremes</p>
<a href="#goToTitre"><button>Plus d'infos</button></a> <a href="#goToTitre">Plus d'infos</a>
</div> </div>
</header> </header>

View File

@@ -120,7 +120,7 @@
</main> </main>
<footer> <footer>
<p>© Jérémy Hébert & Andres David Herrera Escorcia. Tout droits réservés. <br> Novembre 2025 <br> Page créée par <p>© Jérémy Hébert. Tout droits réservés. <br> Novembre 2025 <br> Page créée par
Les Alt-F4</p> Les Alt-F4</p>
<p id="updateDate">DATE_WEBSITE</p> <p id="updateDate">DATE_WEBSITE</p>
</footer> </footer>