travail en colab avec alexis et nicolas sur un partage

This commit is contained in:
Ghouar-Toussaint Rafael 2024-06-13 20:17:56 +02:00
parent 5b9fd61d1c
commit 4f3635529d
4 changed files with 54 additions and 44 deletions

View File

@ -1,40 +1,41 @@
/*Pour toutes les pages : */
html, body {
height: 100%;
margin: 0;
}
body {
display: flex;
flex-direction: column;
min-height: 100%;
}
html, body {
height: 100%;
margin: 0;
}
#content.index {
flex: 1;
}
body {
display: flex;
flex-direction: column;
min-height: 100%;
}
footer {
font-size: 15px; /* Taille de police réduite */
color: #ffffff;
text-align: center;
background-color: #000000e2;
padding: 5px 0; /* Padding réduit pour moins d'espace vertical */
margin-top: auto; /* Assure que le footer pousse vers le bas */
}
#content.index {
flex: 1;
}
footer .licence p {
margin: 5px 0; /* Réduit les marges des paragraphes */
}
footer {
font-size: 15px; /* Taille de police réduite */
color: #ffffff;
text-align: center;
background-color: #000000e2;
padding: 5px 0; /* Padding réduit pour moins d'espace vertical */
margin-top: auto; /* Assure que le footer pousse vers le bas */
}
footer .licence a {
color: #ffffff;
}
footer .licence p {
margin: 5px 0; /* Réduit les marges des paragraphes */
}
footer .licence a {
color: #ffffff;
}
header {font-size: 23px;
header {
font-size: 23px;
background-image: url(../img/ouiouibaguette.jpg);
padding: 10px;
padding: 10px 0;
text-align: center;
}
@ -43,7 +44,8 @@ footer .licence a {
background-color: #FFFF;
padding: 6px;}
header nav {margin-left: auto;
header nav {
margin-left: auto;
margin-right: auto;
width: 90%;
display: flex;
@ -51,16 +53,17 @@ footer .licence a {
justify-content: space-between;
}
header nav a {color : black;
header nav a {
color : black;
text-decoration: none;
}
/* index.php */
h1.Hello {font-size: 50px;
h1.Hello {
font-size: 50px;
text-align: center;
color: white;
}
@ -72,3 +75,4 @@ footer .licence a {
margin-left: 5%;
line-height: 135%;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

After

Width:  |  Height:  |  Size: 57 KiB

View File

@ -53,7 +53,7 @@ if (!empty($_REQUEST['login']) && !empty($_REQUEST['password'])) {
<div id="content_cours">
<div class="content_cours">
<header>
<nav>
@ -73,6 +73,8 @@ if (!empty($_REQUEST['login']) && !empty($_REQUEST['password'])) {
<input type="submit" value="Se connecter">
</form>
</div>
<footer>
<div class="licence">
@ -86,7 +88,7 @@ if (!empty($_REQUEST['login']) && !empty($_REQUEST['password'])) {
<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>

View File

@ -1,3 +1,13 @@
<html lang="fr">
<head>
<meta charset="utf-8">
<link rel="icon" href="../img/jo2024.jpg" >
<link rel="stylesheet" href="../css/style.css">
<title>Inscription - Jeux Olympiques</title>
</head>
<body>
<?php
// Informations de connexion à la base de données
@ -37,16 +47,8 @@ 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>Inscription - Jeux Olympiques</title>
</head>
<body>
<div id="content_cours">
<div class="content_cours">
<header>
<nav>
@ -70,6 +72,8 @@ if (!empty($_REQUEST['login']) && !empty($_REQUEST['password'])) {
</select><br><br>
<input type="submit" value="Se connecter">
</form>
</div>
<footer>
<div class="licence">
@ -83,7 +87,7 @@ if (!empty($_REQUEST['login']) && !empty($_REQUEST['password'])) {
<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>