travail en colab avec alexis et nicolas sur un partage

This commit is contained in:
Ghouar-Toussaint Rafael 2024-06-13 19:50:01 +02:00
parent c2595c12ef
commit 5b9fd61d1c
3 changed files with 42 additions and 21 deletions

View File

@ -23,23 +23,11 @@ footer {
margin-top: auto; /* Assure que le footer pousse vers le bas */
}
footer .licence {
margin: 0; /* Réduit les marges internes */
padding: 0; /* Réduit les padding internes */
}
footer .licence p {
margin: 5px 0; /* Réduit les marges des paragraphes */
}
footer .licence img {
width: 30px; /* Taille réduite de l'image */
vertical-align: middle; /* Aligne verticalement l'image avec le texte */
}
footer .licence a {
display: inline-block;
margin: 0 5px; /* Marges réduites autour des liens */
color: #ffffff;
}

View File

@ -1,3 +1,14 @@
<html lang="fr">
<head>
<meta charset="utf-8">
<link rel="icon" href="../img/jo2024.jpg" >
<link rel="stylesheet" href="../css/style.css">
<title>Connexion - Jeux Olympiques</title>
</head>
<body>
<?php
// Informations de connexion à la base de données
@ -41,15 +52,6 @@ if (!empty($_REQUEST['login']) && !empty($_REQUEST['password'])) {
?>
<html lang="fr">
<head>
<meta charset="utf-8">
<link rel="icon" href="../img/jo2024.jpg" >
<link rel="stylesheet" href="../css/style.css">
<title>Connexion - Jeux Olympiques</title>
</head>
<body>
<div id="content_cours">
@ -71,5 +73,21 @@ if (!empty($_REQUEST['login']) && !empty($_REQUEST['password'])) {
<input type="submit" value="Se connecter">
</form>
<footer>
<div class="licence">
<p>Ces ressources sont publiées sous licence Creative Commons Attribution</p>
<a href="http://creativecommons.org/licenses/by-nc-nd/4.0/" target="_blank">
<img alt="Licence CC Attribution" src="../img/cc.png">
</a>
<p>
<strong>Site SAE 2.2 réalisé par : </strong>
<a href="mailto:rafael.ghouar-toussaint@etu.u-pec.fr">Rafaël Ghouar-Toussaint</a> -
<a href="mailto:alexis.hadjem-brancher@etu.u-pec.fr">Alexis Hadjem-Brancher</a> -
<a href="mailto:nicolas1.laurent@etu.u-pec.fr">Nicolas Laurent</a>
</p><br>
</div>
</footer>
</body>
</html>

View File

@ -71,5 +71,20 @@ if (!empty($_REQUEST['login']) && !empty($_REQUEST['password'])) {
<input type="submit" value="Se connecter">
</form>
<footer>
<div class="licence">
<p>Ces ressources sont publiées sous licence Creative Commons Attribution</p>
<a href="http://creativecommons.org/licenses/by-nc-nd/4.0/" target="_blank">
<img alt="Licence CC Attribution" src="../img/cc.png">
</a>
<p>
<strong>Site SAE 2.2 réalisé par : </strong>
<a href="mailto:rafael.ghouar-toussaint@etu.u-pec.fr">Rafaël Ghouar-Toussaint</a> -
<a href="mailto:alexis.hadjem-brancher@etu.u-pec.fr">Alexis Hadjem-Brancher</a> -
<a href="mailto:nicolas1.laurent@etu.u-pec.fr">Nicolas Laurent</a>
</p><br>
</div>
</footer>
</body>
</html>