Skip to content
Snippets Groups Projects
Commit 764a177f authored by LANTZ Nathan's avatar LANTZ Nathan
Browse files

page evenement terminé + style sur le formulaire login + commencement de la...

page evenement terminé + style sur le formulaire login + commencement de la page multimédia + description des sponsors
parent 5b18c407
No related branches found
No related tags found
No related merge requests found
......@@ -29,10 +29,10 @@
tactiques audacieuses et les arrêts spectaculaires font de cet événement une expérience inoubliable pour
tous les amateurs de football.</p>
<div class="galerie-photos">
<img src="img/" alt="Photo 1">
<img src="img/" alt="Photo 2">
<img src="img/" alt="Photo 3">
<img src="img/" alt="Photo 4">
<img src="img/ev11.jpg" alt="Photo 1">
<img src="img/ev12.jpg" alt="Photo 2">
<img src="img/ev13.jpg" alt="Photo 3">
<img src="img/ev14.jpg" alt="Photo 4">
</div>
</section>
......@@ -43,10 +43,10 @@
Découvrez les coulisses des préparatifs, rencontrez les joueurs étoiles et vivez l'adrénaline des matchs
qui définissent des carrières.</p>
<div class="galerie-photos">
<img src="img/" alt="Photo 1">
<img src="img/" alt="Photo 2">
<img src="img/" alt="Photo 3">
<img src="img/" alt="Photo 4">
<img src="img/ev21.jpg" alt="Photo 1">
<img src="img/ev22.jpg" alt="Photo 2">
<img src="img/ev23.jpg" alt="Photo 3">
<img src="img/ev24.jpg" alt="Photo 4">
</div>
</section>
......@@ -57,10 +57,10 @@
pour les fans de football. Explorez les histoires derrière chaque équipe, découvrez les stratégies
élaborées et ressentez l'énergie qui électrise le stade.</p>
<div class="galerie-photos">
<img src="img/" alt="Photo 1">
<img src="img/" alt="Photo 2">
<img src="img/" alt="Photo 3">
<img src="img/" alt="Photo 4">
<img src="img/ev31.jpg" alt="Photo 1">
<img src="img/ev32.jpg" alt="Photo 2">
<img src="img/ev33.jpg" alt="Photo 3">
<img src="img/ev34.jpg" alt="Photo 4">
</div>
</section>
......@@ -71,10 +71,10 @@
une œuvre d'art dynamique. Participez aux festivités entourant l'événement, des animations pour les
enfants aux soirées spéciales pour les supporters passionnés.</p>
<div class="galerie-photos">
<img src="img/" alt="Photo 1">
<img src="img/" alt="Photo 2">
<img src="img/" alt="Photo 3">
<img src="img/" alt="Photo 4">
<img src="img/ev41.jpg" alt="Photo 1">
<img src="img/ev42.jpg" alt="Photo 2">
<img src="img/ev43.jpg" alt="Photo 3">
<img src="img/ev44.jpg" alt="Photo 4">
</div>
</section>
......
......@@ -122,21 +122,26 @@ if (isset($_SESSION["login"])) {
<div class="dlgheadcontainer">
<span onclick="document.getElementById('loginModal').style.display='none'" class="close"
title="Close Modal">&times;</span>
<h1>Log-in !</h1>
<h1>Se connecter</h1>
<h2>Nouveau chez MatchZéro ?
<a href="inscription.php" class="aaa">S'inscrire</a>
</h2>
</div>
<div class="dlgcontainer">
<label for="uname"><b>Username</b></label>
<label for="uname"><b>Adresse Mail ou Numéro de téléphone</b></label>
<input type="text" placeholder="Enter PhoneNumber or Mail" name="login" id="login" required>
<label for="psw"><b>Password</b></label>
<label for="psw"><b>Mot de passe</b></label>
<input type="password" placeholder="Enter Password" name="password" id="password" required>
<button type="submit" class="okbtn">Login</button>
<button type="submit" class="okbtn">Se connecter</button>
<button type="button" onclick="document.getElementById('loginModal').style.display='none'"
class="cancelbtn">Cancel</button>
class="cancelbtn">Annuler</button>
</div>
</form>
</div>
\ No newline at end of file
</div>
</body>
\ No newline at end of file
......@@ -275,76 +275,72 @@ h4 {
border-radius: 50%;
}
/* Modal Styles */
.modal {
/* FORMULAIRE DE CONNEXION */
#loginModal {
z-index: 1000;
display: none;
position: fixed;
z-index: 500;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0, 0, 0);
background-color: rgba(0, 0, 0, 0.4);
padding-top: 60px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 300px;
background-color: #ffffff;
padding: 20px;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.modal-content {
z-index: 500;
background-color: #fefefe;
margin: 5% auto 15% auto;
border: 1px solid #888;
width: 500px;
.dlgheadcontainer {
text-align: center;
margin-bottom: 20px;
color: black;
}
.close {
position: absolute;
right: 25px;
top: 0;
color: white;
font-size: 35px;
color: black;
float: right;
font-size: 28px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: red;
cursor: pointer;
}
.animate {
-webkit-animation: animatezoom 0.6s;
animation: animatezoom 0.6s
.dlgcontainer {
padding: 16px;
}
@-webkit-keyframes animatezoom {
from {
-webkit-transform: scale(0)
}
to {
-webkit-transform: scale(1)
}
label {
display: block;
margin-bottom: 8px;
font-weight: bold;
}
@keyframes animatezoom {
from {
transform: scale(0)
}
input {
width: 100%;
padding: 10px;
margin-bottom: 15px;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
to {
transform: scale(1)
}
.okbtn,
.cancelbtn {
background-color: #4CAF50;
color: white;
padding: 10px 15px;
border: none;
border-radius: 4px;
cursor: pointer;
margin-right: 5px;
}
@media screen and (max-width: 300px) {
span.psw {
display: block;
float: none;
}
.cancelbtn {
background-color: #f44336;
}
.cancelbtn {
width: 100%;
}
.okbtn:hover,
.cancelbtn:hover {
opacity: 0.8;
}
\ No newline at end of file
img/ev.jpg

343 KiB

img/ev11.jpg

214 KiB

img/ev12.jpg

8.71 KiB

img/ev13.jpg

10.6 KiB

img/ev14.jpg

8.02 KiB

img/ev21.jpg

8.65 KiB

img/ev22.jpg

8.36 KiB

img/ev23.jpg

10.6 KiB

img/ev24.jpg

10.2 KiB

img/ev31.jpg

9.13 KiB

img/ev32.jpg

12.1 KiB

img/ev33.jpg

9.44 KiB

img/ev34.jpg

14 KiB

img/ev41.jpg

6.87 KiB

img/ev42.jpg

12 KiB

img/ev43.jpg

9.37 KiB

img/ev44.jpg

11.1 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment