Hotfix: Main tag

This commit is contained in:
Divlo 2019-12-28 22:36:09 +01:00
parent 0b6e2f9181
commit b3225f3adc
25 changed files with 651 additions and 604 deletions

View File

@ -38,9 +38,6 @@ p {
} }
/* HEADER */ /* HEADER */
header {
margin-bottom: 4%;
}
#header-container { #header-container {
padding-bottom: 0; padding-bottom: 0;
} }
@ -59,14 +56,14 @@ header {
} }
/* CONTENT */ /* CONTENT */
main {
padding-top: 81px;
}
@media (max-width: 576px) { @media (max-width: 576px) {
.container { .container {
width: 90% !important; width: 90% !important;
} }
} }
.container {
padding-bottom: 25px;
}
.selectInline { .selectInline {
display: inline-block !important; display: inline-block !important;
width: 80px !important; width: 80px !important;

View File

@ -1,6 +1,5 @@
<footer class="text-center"> <footer class="text-center">
<div class="container-fluid"> <div class="container-fluid">
<!-- <a href="#" class="scroll-top-arrow important"><i class="fas fa-arrow-up"></i></a> -->
<div class="row"> <div class="row">
<div class="col-12"> <div class="col-12">
<a href="#" class="scroll-top-arrow important"><i class="fas fa-arrow-up"></i></a> <a href="#" class="scroll-top-arrow important"><i class="fas fa-arrow-up"></i></a>

View File

@ -39,7 +39,7 @@
<link rel="stylesheet" href="/css/style.css"> <link rel="stylesheet" href="/css/style.css">
</head> </head>
<body> <body class="d-flex flex-column">
<header> <header>
<nav class="navbar navbar-expand-lg navbar-dark static-top"> <nav class="navbar navbar-expand-lg navbar-dark static-top">
<div class="container" id="header-container"> <div class="container" id="header-container">

View File

@ -5,6 +5,7 @@
<?php include("./incl/header.php");?> <?php include("./incl/header.php");?>
<!-- Page Content --> <!-- Page Content -->
<main class="container-fluid flex-fill">
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<h1 class="pb-4">Bienvenue sur <span class="important">FunctionProject</span> <i class="fas fa-file-code"></i></h1> <h1 class="pb-4">Bienvenue sur <span class="important">FunctionProject</span> <i class="fas fa-file-code"></i></h1>
@ -29,6 +30,7 @@
</div> </div>
</div> </div>
</div> </div>
</main>
<!-- Footer --> <!-- Footer -->
<?php include("./incl/footer.php");?> <?php include("./incl/footer.php");?>

View File

@ -5,10 +5,12 @@
<?php include("../incl/header.php");?> <?php include("../incl/header.php");?>
<!-- Page Content --> <!-- Page Content -->
<main class="container-fluid flex-fill">
<div class="container"> <div class="container">
<h1>Erreur <span class="important">404</span></h1> <h1>Erreur <span class="important">404</span></h1>
<p class="pt-3 text-center">Cette page n'existe pas! <a href="/index.php" class="important">Revenir à la page d'accueil ?</a></p> <p class="pt-3 text-center">Cette page n'existe pas! <a href="/index.php" class="important">Revenir à la page d'accueil ?</a></p>
</div> </div>
</main>
<!-- Footer --> <!-- Footer -->
<?php include("../incl/footer.php");?> <?php include("../incl/footer.php");?>

View File

@ -5,6 +5,7 @@
<?php include("../incl/header.php");?> <?php include("../incl/header.php");?>
<!-- Page Content --> <!-- Page Content -->
<main class="container-fluid flex-fill">
<div class="container"> <div class="container">
<h1><span class="important"><?php echo $title?></span> :</h1> <h1><span class="important"><?php echo $title?></span> :</h1>
<p class="pt-3 text-center"><?php echo $description?> <br> <p class="pt-3 text-center"><?php echo $description?> <br>
@ -29,6 +30,7 @@
</div> </div>
</form> </form>
</div> </div>
</main>
<!-- Footer --> <!-- Footer -->
<?php include("../incl/footer.php");?> <?php include("../incl/footer.php");?>

View File

@ -5,6 +5,7 @@
<?php include("../incl/header.php");?> <?php include("../incl/header.php");?>
<!-- Page Content --> <!-- Page Content -->
<main class="container-fluid flex-fill">
<div class="container"> <div class="container">
<h1><span class="important"><?php echo $title?></span> :</h1> <h1><span class="important"><?php echo $title?></span> :</h1>
<p class="pt-3 text-center"> <p class="pt-3 text-center">
@ -37,6 +38,8 @@
<?php } ?> <?php } ?>
</tbody> </tbody>
</table> </table>
</div>
</main>
<!-- Footer --> <!-- Footer -->
<?php include("../incl/footer.php");?> <?php include("../incl/footer.php");?>

View File

@ -5,6 +5,7 @@
<?php include("../incl/header.php");?> <?php include("../incl/header.php");?>
<!-- Page Content --> <!-- Page Content -->
<main class="container-fluid flex-fill">
<div class="container"> <div class="container">
<div class="row pb-5"> <div class="row pb-5">
<h1>La liste des <span class="important">Fonctions</span> :</h1> <h1>La liste des <span class="important">Fonctions</span> :</h1>
@ -140,6 +141,8 @@
</div> </div>
</div> </div>
</main>
<!-- Footer --> <!-- Footer -->
<?php include("../incl/footer.php");?> <?php include("../incl/footer.php");?>

View File

@ -5,6 +5,7 @@
<?php include("../../incl/header.php");?> <?php include("../../incl/header.php");?>
<!-- Page Content --> <!-- Page Content -->
<main class="container-fluid flex-fill">
<div class="container"> <div class="container">
<h1><span class="important"><?php echo $title?></span> :</h1> <h1><span class="important"><?php echo $title?></span> :</h1>
<p class="pt-3 text-center"><?php echo $description?></p> <p class="pt-3 text-center"><?php echo $description?></p>
@ -18,6 +19,7 @@
<p class="results text-center"></p> <p class="results text-center"></p>
</div> </div>
</div> </div>
</main>
<!-- Footer --> <!-- Footer -->
<?php include("../../incl/footer.php");?> <?php include("../../incl/footer.php");?>

View File

@ -5,6 +5,7 @@
<?php include("../../incl/header.php");?> <?php include("../../incl/header.php");?>
<!-- Page Content --> <!-- Page Content -->
<main class="container-fluid flex-fill">
<div class="container"> <div class="container">
<h1><span class="important"><?php echo $title?></span></h1> <h1><span class="important"><?php echo $title?></span></h1>
<p class="pt-3 text-center"><?php echo $description?></p> <p class="pt-3 text-center"><?php echo $description?></p>
@ -18,6 +19,7 @@
<p class="results text-center"></p> <p class="results text-center"></p>
</div> </div>
</div> </div>
</main>
<!-- Footer --> <!-- Footer -->
<?php include("../../incl/footer.php");?> <?php include("../../incl/footer.php");?>

View File

@ -5,6 +5,7 @@
<?php include("../../incl/header.php");?> <?php include("../../incl/header.php");?>
<!-- Page Content --> <!-- Page Content -->
<main class="container-fluid flex-fill">
<div class="container"> <div class="container">
<h1><span class="important"><?php echo $title?></span> :</h1> <h1><span class="important"><?php echo $title?></span> :</h1>
<p class="pt-3 text-center"><?php echo $description?> <p class="pt-3 text-center"><?php echo $description?>
@ -57,6 +58,7 @@
<p class="rateDate text-center"></p> <p class="rateDate text-center"></p>
</div> </div>
</div> </div>
</main>
<!-- Footer --> <!-- Footer -->
<?php include("../../incl/footer.php");?> <?php include("../../incl/footer.php");?>

View File

@ -5,6 +5,7 @@
<?php include("../../incl/header.php");?> <?php include("../../incl/header.php");?>
<!-- Page Content --> <!-- Page Content -->
<main class="container-fluid flex-fill">
<div class="container"> <div class="container">
<h1><span class="important"><?php echo $title?></span> :</h1> <h1><span class="important"><?php echo $title?></span> :</h1>
<p class="pt-3 text-center"><?php echo $description?></p> <p class="pt-3 text-center"><?php echo $description?></p>
@ -59,6 +60,7 @@
<p class="results text-center"></p> <p class="results text-center"></p>
</div> </div>
</div> </div>
</main>
<!-- Footer --> <!-- Footer -->
<?php include("../../incl/footer.php");?> <?php include("../../incl/footer.php");?>

View File

@ -5,6 +5,7 @@
<?php include("../../incl/header.php");?> <?php include("../../incl/header.php");?>
<!-- Page Content --> <!-- Page Content -->
<main class="container-fluid flex-fill">
<div class="container"> <div class="container">
<h1><span class="important"><?php echo $title?></span> :</h1> <h1><span class="important"><?php echo $title?></span> :</h1>
<p class="pt-3 text-center"><?php echo $description?></p> <p class="pt-3 text-center"><?php echo $description?></p>
@ -40,6 +41,8 @@
<p class="results text-center"></p> <p class="results text-center"></p>
</div> </div>
</div> </div>
</div>
</main>
<!-- Footer --> <!-- Footer -->
<?php include("../../incl/footer.php");?> <?php include("../../incl/footer.php");?>

View File

@ -5,6 +5,7 @@
<?php include("../../incl/header.php");?> <?php include("../../incl/header.php");?>
<!-- Page Content --> <!-- Page Content -->
<main class="container-fluid flex-fill">
<div class="container"> <div class="container">
<h1><span class="important"><?php echo $title?></span> :</h1> <h1><span class="important"><?php echo $title?></span> :</h1>
<p class="pt-3 text-center"><?php echo $description?></p> <p class="pt-3 text-center"><?php echo $description?></p>
@ -20,6 +21,7 @@
</div> </div>
</div> </div>
</div> </div>
</main>
<!-- Footer --> <!-- Footer -->
<?php include("../../incl/footer.php");?> <?php include("../../incl/footer.php");?>

View File

@ -5,6 +5,7 @@
<?php include("../../incl/header.php");?> <?php include("../../incl/header.php");?>
<!-- Page Content --> <!-- Page Content -->
<main class="container-fluid flex-fill">
<div class="container"> <div class="container">
<h1><span class="important"><?php echo $title?></span> :</h1> <h1><span class="important"><?php echo $title?></span> :</h1>
<p class="pt-3 text-center"><?php echo $description?></p> <p class="pt-3 text-center"><?php echo $description?></p>
@ -30,6 +31,7 @@
<p class="results text-center"></p> <p class="results text-center"></p>
</div> </div>
</div> </div>
</main>
<!-- Footer --> <!-- Footer -->
<?php include("../../incl/footer.php");?> <?php include("../../incl/footer.php");?>

View File

@ -5,6 +5,7 @@
<?php include("../../incl/header.php");?> <?php include("../../incl/header.php");?>
<!-- Page Content --> <!-- Page Content -->
<main class="container-fluid flex-fill">
<div class="container"> <div class="container">
<h1><span class="important"><?php echo $title?></span> :</h1> <h1><span class="important"><?php echo $title?></span> :</h1>
<p class="pt-3 text-center"><?php echo $description?></p> <p class="pt-3 text-center"><?php echo $description?></p>
@ -24,6 +25,7 @@
<p class="results text-center"></p> <p class="results text-center"></p>
</div> </div>
</div> </div>
</main>
<!-- Footer --> <!-- Footer -->
<?php include("../../incl/footer.php");?> <?php include("../../incl/footer.php");?>

View File

@ -5,6 +5,7 @@
<?php include("../../incl/header.php");?> <?php include("../../incl/header.php");?>
<!-- Page Content --> <!-- Page Content -->
<main class="container-fluid flex-fill">
<div class="container"> <div class="container">
<h1><span class="important"><?php echo $title?></span> :</h1> <h1><span class="important"><?php echo $title?></span> :</h1>
<p class="pt-3 text-center"><?php echo $description?></p> <p class="pt-3 text-center"><?php echo $description?></p>
@ -27,6 +28,7 @@
<p class="results text-center"></p> <p class="results text-center"></p>
</div> </div>
</div> </div>
</main>
<!-- Footer --> <!-- Footer -->
<?php include("../../incl/footer.php");?> <?php include("../../incl/footer.php");?>

View File

@ -5,6 +5,7 @@
<?php include("../../incl/header.php");?> <?php include("../../incl/header.php");?>
<!-- Page Content --> <!-- Page Content -->
<main class="container-fluid flex-fill">
<div class="container"> <div class="container">
<h1><span class="important"><?php echo $title?></span> :</h1> <h1><span class="important"><?php echo $title?></span> :</h1>
<p class="pt-3 text-center"><?php echo $description?> <br> <br> <p class="pt-3 text-center"><?php echo $description?> <br> <br>
@ -26,6 +27,7 @@
<p class="results text-center"></p> <p class="results text-center"></p>
</div> </div>
</div> </div>
</main>
<!-- Footer --> <!-- Footer -->
<?php include("../../incl/footer.php");?> <?php include("../../incl/footer.php");?>

View File

@ -5,6 +5,7 @@
<?php include("../../incl/header.php");?> <?php include("../../incl/header.php");?>
<!-- Page Content --> <!-- Page Content -->
<main class="container-fluid flex-fill">
<div class="container"> <div class="container">
<h1><span class="important"><?php echo $title?></span> :</h1> <h1><span class="important"><?php echo $title?></span> :</h1>
<p class="pt-3 text-center"> <p class="pt-3 text-center">
@ -35,6 +36,8 @@
</div> </div>
<p class="results text-center"></p> <p class="results text-center"></p>
</form> </form>
</div>
</main>
<!-- Footer --> <!-- Footer -->
<?php include("../../incl/footer.php");?> <?php include("../../incl/footer.php");?>

View File

@ -5,6 +5,7 @@
<?php include("../../incl/header.php");?> <?php include("../../incl/header.php");?>
<!-- Page Content --> <!-- Page Content -->
<main class="container-fluid flex-fill">
<div class="container"> <div class="container">
<h1><span class="important"><?php echo $title?></span> :</h1> <h1><span class="important"><?php echo $title?></span> :</h1>
<p class="pt-3 text-center"><?php echo $description?></p> <p class="pt-3 text-center"><?php echo $description?></p>
@ -27,6 +28,7 @@
<p class="results text-center"></p> <p class="results text-center"></p>
</div> </div>
</div> </div>
</main>
<!-- Footer --> <!-- Footer -->
<?php include("../../incl/footer.php");?> <?php include("../../incl/footer.php");?>

View File

@ -5,6 +5,7 @@
<?php include("../../incl/header.php");?> <?php include("../../incl/header.php");?>
<!-- Page Content --> <!-- Page Content -->
<main class="container-fluid flex-fill">
<div class="container"> <div class="container">
<h1><span class="important"><?php echo $title?></span> :</h1> <h1><span class="important"><?php echo $title?></span> :</h1>
<p class="pt-3 text-center"> <p class="pt-3 text-center">
@ -31,6 +32,7 @@
</div> </div>
</div> </div>
</div> </div>
</main>
<!-- Footer --> <!-- Footer -->
<?php include("../../incl/footer.php");?> <?php include("../../incl/footer.php");?>

View File

@ -4,6 +4,8 @@
<!-- Header --> <!-- Header -->
<?php include("../../incl/header.php");?> <?php include("../../incl/header.php");?>
<!-- Page Content -->
<main class="container-fluid flex-fill">
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col-sm-12 col-md-10 mx-auto"> <div class="col-sm-12 col-md-10 mx-auto">
@ -36,6 +38,7 @@
</div> </div>
</div> </div>
</div> </div>
</main>
<script defer src="/scripts/toDoList.js"></script> <script defer src="/scripts/toDoList.js"></script>

View File

@ -5,6 +5,7 @@
<?php include("../../incl/header.php");?> <?php include("../../incl/header.php");?>
<!-- Page Content --> <!-- Page Content -->
<main class="container-fluid flex-fill">
<div class="container"> <div class="container">
<h1><span class="important"><?php echo $title?></span> :</h1> <h1><span class="important"><?php echo $title?></span> :</h1>
<p class="pt-3 text-center"><?php echo $description?> <br> <p class="pt-3 text-center"><?php echo $description?> <br>
@ -28,6 +29,7 @@
<p class="results text-center"></p> <p class="results text-center"></p>
</div> </div>
</div> </div>
</main>
<!-- Footer --> <!-- Footer -->
<?php include("../../incl/footer.php");?> <?php include("../../incl/footer.php");?>

View File

@ -5,6 +5,7 @@
<?php include("../incl/header.php");?> <?php include("../incl/header.php");?>
<!-- Page Content --> <!-- Page Content -->
<main class="container-fluid flex-fill">
<div class="container"> <div class="container">
<h1><span class="important"><?php echo $title?></span> :</h1> <h1><span class="important"><?php echo $title?></span> :</h1>
<p class="pt-3 text-center"> <p class="pt-3 text-center">
@ -24,6 +25,8 @@
</tbody> </tbody>
</table> </table>
</div>
</main>
<!-- Footer --> <!-- Footer -->
<?php include("../incl/footer.php");?> <?php include("../incl/footer.php");?>

View File

@ -5,6 +5,7 @@
<?php include("../incl/header.php");?> <?php include("../incl/header.php");?>
<!-- Page Content --> <!-- Page Content -->
<main class="container-fluid flex-fill">
<div class="container"> <div class="container">
<h1><span class="important"><?php echo $title?></span> :</h1> <h1><span class="important"><?php echo $title?></span> :</h1>
<p class="pt-3 text-center"> <p class="pt-3 text-center">
@ -23,6 +24,8 @@
</tbody> </tbody>
</table> </table>
</div>
</main>
<!-- Footer --> <!-- Footer -->
<?php include("../incl/footer.php");?> <?php include("../incl/footer.php");?>