Merge branch 'main' of https://github.com/Farad77/Bidule
This commit is contained in:
@@ -7,9 +7,9 @@
|
|||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row align-items-center">
|
<div class="row align-items-center">
|
||||||
<div class="col-md-6">
|
<div class="col-md-6"> <br>
|
||||||
<img src="logo.png" alt="Logo" style="max-width: 100%;">
|
<img src="logo.png" alt="Logo" style="max-width: 100%;">
|
||||||
</div>
|
</div> </br>
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<h1 class="fw-bold">CENTRE DE FORMATION INFORMATIQUE <br>
|
<h1 class="fw-bold">CENTRE DE FORMATION INFORMATIQUE <br>
|
||||||
À LA RÉUNION DEPUIS 2002 !</h1>
|
À LA RÉUNION DEPUIS 2002 !</h1>
|
||||||
@@ -17,6 +17,8 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<P></P>
|
<P></P>
|
||||||
|
<h1 class="text-center my-4">Connexion</h1>
|
||||||
|
|
||||||
<div class="row-5">
|
<div class="row-5">
|
||||||
<form style="background-color:#009DE0; padding: 20px; border-radius: 10px;">
|
<form style="background-color:#009DE0; padding: 20px; border-radius: 10px;">
|
||||||
<div class="form-group mb-3">
|
<div class="form-group mb-3">
|
||||||
|
|||||||
@@ -1,14 +1,18 @@
|
|||||||
<!-- bootsrap css cdn -->
|
<!-- bootsrap css cdn -->
|
||||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||||
<!-- bootsrap js cdn -->
|
<!-- bootsrap js cdn -->
|
||||||
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js" integrity="sha384-I7E8VVD/imdYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r" crossorigin="anonymous"></script>
|
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js" ></script>
|
||||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.min.js" integrity="sha384-0pUGZvbkm6XF6gxjEnlmuGrJXVbNuzT9qBBavbLwCsOGabYfZo0T0to5eqruptLy" crossorigin="anonymous"></script>
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.min.js"></script>
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row align-items-center">
|
<div class="row align-items-center">
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
|
|
||||||
|
<br>
|
||||||
<img src="logo.png" alt="Logo" style="max-width: 100%;">
|
<img src="logo.png" alt="Logo" style="max-width: 100%;">
|
||||||
</div>
|
</div>
|
||||||
|
</br>
|
||||||
|
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<h1 class="fw-bold">CENTRE DE FORMATION INFORMATIQUE <br>
|
<h1 class="fw-bold">CENTRE DE FORMATION INFORMATIQUE <br>
|
||||||
À LA RÉUNION DEPUIS 2002 !</h1>
|
À LA RÉUNION DEPUIS 2002 !</h1>
|
||||||
@@ -16,41 +20,90 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<P></P>
|
<P></P>
|
||||||
<h1 class="text-center my-4">Liste des étudiants en CDA8</h1>
|
<body>
|
||||||
|
<div class="container my-5">
|
||||||
<div class="card" style="background-color: #009DE0; padding: 20px;">
|
<h1 class="text-center mb-4">Liste des étudiants en CDA8</h1>
|
||||||
<div class="row text-center text-white">
|
<div class="tableau">
|
||||||
<div class="col-md-12">
|
<table id="tableau" class="table table-striped table-bordered">
|
||||||
<span>AHOVEY Saint-George</span>
|
<thead>
|
||||||
</div>
|
<tr>
|
||||||
<div class="col-md-12">
|
<th scope="col" style="background-color: #009DE0;">Nom</th>
|
||||||
<span>AH-YONG Emjy</span>
|
<th scope="col" style="background-color: #009DE0;">Prénom</th>
|
||||||
</div>
|
</tr>
|
||||||
<div class="col-md-12">
|
</thead>
|
||||||
<span>BARRET Toma</span>
|
<tbody>
|
||||||
</div>
|
<tr>
|
||||||
<div class="col-md-12">
|
<td>AHOVEY</td>
|
||||||
<span>CELEMANI Theo</span>
|
<td>Saint-George</td>
|
||||||
</div>
|
</tr>
|
||||||
<div class="col-md-12">
|
<tr>
|
||||||
<span>RAMASSY Cheun</span>
|
<td>AH-YONG</td>
|
||||||
</div>
|
<td>Emjy</td>
|
||||||
<div class="col-md-12">
|
</tr>
|
||||||
<span>DEMONTIS Matisse</span>
|
<tr>
|
||||||
</div>
|
<td>BARRET</td>
|
||||||
<div class="col-md-12">
|
<td>Toma</td>
|
||||||
<span>GRONDIN Clarel</span>
|
</tr>
|
||||||
</div>
|
<tr>
|
||||||
<div class="col-md-12">
|
<td>CELEMANI</td>
|
||||||
<span>HOARAU Jeremy</span>
|
<td>Theo</td>
|
||||||
</div>
|
</tr>
|
||||||
<div class="col-md-12">
|
<tr>
|
||||||
<span>MUNIER Jerome</span>
|
<td>RAMASSY</td>
|
||||||
</div>
|
<td>Cheun</td>
|
||||||
<div class="col-md-12 mb-3">
|
</tr>
|
||||||
<span>PEDRE Gabriel</span>
|
<tr>
|
||||||
|
<td>DEMONTIS</td>
|
||||||
|
<td>Matisse</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>GRONDIN</td>
|
||||||
|
<td>Clarel</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>HOARAU</td>
|
||||||
|
<td>Jeremy</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>MUNIER</td>
|
||||||
|
<td>Jerome</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>PEDRE</td>
|
||||||
|
<td>Gabriel</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>M</td>
|
||||||
|
<td>Sebastien</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>NOEL</td>
|
||||||
|
<td>Thomy</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>BOYER</td>
|
||||||
|
<td>Dorian</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td></td>
|
||||||
|
<td>Lou</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</div>
|
<footer>
|
||||||
|
<!-- placer un footer -->
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
<!-- Inclusion des styles et scripts pour DataTables -->
|
||||||
|
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
|
||||||
|
<link href="https://cdn.datatables.net/v/bs5/dt-2.1.8/datatables.min.css" rel="stylesheet">
|
||||||
|
<script src="https://cdn.datatables.net/v/bs5/dt-2.1.8/datatables.min.js"></script>
|
||||||
|
<script>
|
||||||
|
$(document).ready(function() {
|
||||||
|
$('#tableau').DataTable();
|
||||||
|
});
|
||||||
|
</script>
|
||||||
</body>
|
</body>
|
||||||
@@ -25,26 +25,28 @@
|
|||||||
<button type="button" class="btn btn-warning">DÉCOUVREZ NOTRE ÉCOLE</button>
|
<button type="button" class="btn btn-warning">DÉCOUVREZ NOTRE ÉCOLE</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="container-fluid">
|
||||||
<ul class="nav justify-content-center" style="background-color: #009DE0;">
|
<ul class="nav justify-content-center" style="background-color: #009DE0;">
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link disabled" href="#">LISTE ELEVES CDA8</a>
|
<a class="nav-link disabled" href="#">LISTE ELEVES CDA8</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link disabled" href="#">NOTRE CENTRE</a>
|
<a class="nav-link disabled" href="#">NOTRE CENTRE</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link disabled" href="#">FORMATIONS</a>
|
<a class="nav-link disabled" href="#">FORMATIONS</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link disabled" href="#">PLANNING</a>
|
<a class="nav-link disabled" href="#">PLANNING</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link disabled" href="#">DIGITAL-LEARNING</a>
|
<a class="nav-link disabled" href="#">DIGITAL-LEARNING</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link disabled" href="#">BLOG</a>
|
<a class="nav-link disabled" href="#">BLOG</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|||||||
+105
-47
@@ -1,16 +1,22 @@
|
|||||||
<html>
|
<!DOCTYPE html>
|
||||||
<head>
|
<html lang="fr">
|
||||||
<title>Liste élèves</title>
|
<head>
|
||||||
<!-- Bootstrat css cdn -->
|
<meta charset="UTF-8">
|
||||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
</head>
|
<title>Liste élèves</title>
|
||||||
|
<!-- Bootstrap CSS CDN -->
|
||||||
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
||||||
|
<!-- DataTables CSS -->
|
||||||
|
<link href="https://cdn.datatables.net/v/dt/dt-2.1.8/datatables.min.css" rel="stylesheet">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-2">
|
<div class="col-2">
|
||||||
<br>
|
<br>
|
||||||
<img src="img.png"/>
|
<img src="img.png" alt="Logo" class="img-fluid"/>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-6">
|
<div class="col-6">
|
||||||
<h1>CENTRE DE</h1>
|
<h1>CENTRE DE</h1>
|
||||||
@@ -20,64 +26,116 @@
|
|||||||
<div class="col-4">
|
<div class="col-4">
|
||||||
<br>
|
<br>
|
||||||
<button type="button" class="btn btn-warning">DEMANDE DE DEVIS</button>
|
<button type="button" class="btn btn-warning">DEMANDE DE DEVIS</button>
|
||||||
<br>
|
<br><br>
|
||||||
<br>
|
|
||||||
<button type="button" class="btn btn-warning">DÉCOUVREZ NOTRE ÉCOLE</button>
|
<button type="button" class="btn btn-warning">DÉCOUVREZ NOTRE ÉCOLE</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="container-fluid">
|
||||||
<ul class="nav justify-content-center" style="background-color: #009DE0;">
|
<ul class="nav justify-content-center" style="background-color: #009DE0;">
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link disabled" href="#">LISTE ELEVES CDA8</a>
|
<a class="nav-link disabled" href="#">LISTE ELEVES CDA8</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link disabled" href="#">NOTRE CENTRE</a>
|
<a class="nav-link disabled" href="#">NOTRE CENTRE</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link disabled" href="#">FORMATIONS</a>
|
<a class="nav-link disabled" href="#">FORMATIONS</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link disabled" href="#">PLANNING</a>
|
<a class="nav-link disabled" href="#">PLANNING</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link disabled" href="#">DIGITAL-LEARNING</a>
|
<a class="nav-link disabled" href="#">DIGITAL-LEARNING</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link disabled" href="#">BLOG</a>
|
<a class="nav-link disabled" href="#">BLOG</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<body>
|
<div class="container mt-4">
|
||||||
<br>
|
<h1>Liste des élèves de CDA8</h1>
|
||||||
<div class="container">
|
<table class="table" id="matable">
|
||||||
<h1>Liste des élèves de CDA8</h1>
|
<thead>
|
||||||
</div>
|
<tr>
|
||||||
<div class="container">
|
<th>Nom</th>
|
||||||
<ul class="list-group">
|
<th>Prénom</th>
|
||||||
<li class="list-group-item">Gaby</li>
|
</tr>
|
||||||
<li class="list-group-item">Dorian</li>
|
</thead>
|
||||||
<li class="list-group-item">Julien</li>
|
<tbody>
|
||||||
<li class="list-group-item">Lou</li>
|
<tr>
|
||||||
<li class="list-group-item">Saint-George</li>
|
<td>AHOVEY</td>
|
||||||
<li class="list-group-item">Toma</li>
|
<td>Saint-George</td>
|
||||||
<li class="list-group-item">Théo</li>
|
</tr>
|
||||||
<li class="list-group-item">Cheun</li>
|
<tr>
|
||||||
<li class="list-group-item">Matisse</li>
|
<td>AH-YONG</td>
|
||||||
<li class="list-group-item">Clarel</li>
|
<td>Emjy</td>
|
||||||
<li class="list-group-item">Jeremy</li>
|
</tr>
|
||||||
<li class="list-group-item">Jerome</li>
|
<tr>
|
||||||
<li class="list-group-item">Gabriel</li>
|
<td>BARRET</td>
|
||||||
<li class="list-group-item">Thomy</li>
|
<td>Toma</td>
|
||||||
<li class="list-group-item">Emjy</li>
|
</tr>
|
||||||
</ul>
|
<tr>
|
||||||
</div>
|
<td>CELEMANI</td>
|
||||||
|
<td>Théo</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>RAMASSY</td>
|
||||||
|
<td>Cheun</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>DEMONTIS</td>
|
||||||
|
<td>Matisse</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>GRONDIN</td>
|
||||||
|
<td>Clarel</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>HOARAU</td>
|
||||||
|
<td>Jeremy</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>MUNIER</td>
|
||||||
|
<td>Jerome</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>PEDRE</td>
|
||||||
|
<td>Gabriel</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>NOEL</td>
|
||||||
|
<td>Thomy</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>RASSABY</td>
|
||||||
|
<td>Ludovic</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td></td>
|
||||||
|
<td>Dorian</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>DUCAUROY</td>
|
||||||
|
<td>Lou</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- jQuery CDN -->
|
||||||
<!-- jquery cdn -->
|
<script src="https://code.jquery.com/jquery-3.7.1.js" integrity="sha256-eKhayi8LEQwp4NKxN+CfCh+3qOVUtJn3QNZ0TciWLP4=" crossorigin="anonymous"></script>
|
||||||
<script src="https://code.jquery.com/jquery-3.7.1.js" integrity="sha256-eKhayi8LEQwp4NKxN+CfCh+3qOVUtJn3QNZ0TciWLP4=" crossorigin="anonymous"></script>
|
<!-- DataTables JS -->
|
||||||
<!-- Js cdn -->
|
<script src="https://cdn.datatables.net/v/dt/dt-2.1.8/datatables.min.js"></script>
|
||||||
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js" integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r" crossorigin="anonymous"></script>
|
<script>
|
||||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.min.js" integrity="sha384-0pUGZvbkm6XF6gxjEnlmuGrJXVbNuzT9qBBavbLwCsOGabYfZo0T0to5eqruptLy" crossorigin="anonymous"></script>
|
$(document).ready(function () {
|
||||||
</body>
|
$('#matable').DataTable(); // Corrigé la méthode ici
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
<!-- Bootstrap JS CDN -->
|
||||||
|
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js" integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r" crossorigin="anonymous"></script>
|
||||||
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.min.js" integrity="sha384-0pUGZvbkm6XF6gxjEnlmuGrJXVbNuzT9qBBavbLwCsOGabYfZo0T0to5eqruptLy" crossorigin="anonymous"></script>
|
||||||
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@@ -0,0 +1,33 @@
|
|||||||
|
@echo off
|
||||||
|
setlocal
|
||||||
|
|
||||||
|
:: Ajouter tous les fichiers
|
||||||
|
git add *
|
||||||
|
if errorlevel 1 (
|
||||||
|
echo Erreur lors de l'ajout des fichiers.
|
||||||
|
exit /b 1
|
||||||
|
)
|
||||||
|
|
||||||
|
:: Commit avec un message
|
||||||
|
git commit -m "emjy"
|
||||||
|
if errorlevel 1 (
|
||||||
|
echo Erreur lors du commit.
|
||||||
|
exit /b 1
|
||||||
|
)
|
||||||
|
|
||||||
|
:: Tirer les dernières modifications
|
||||||
|
git pull
|
||||||
|
if errorlevel 1 (
|
||||||
|
echo Erreur lors du pull.
|
||||||
|
exit /b 1
|
||||||
|
)
|
||||||
|
|
||||||
|
:: Pousser les modifications
|
||||||
|
git push
|
||||||
|
if errorlevel 1 (
|
||||||
|
echo Erreur lors du push.
|
||||||
|
exit /b 1
|
||||||
|
)
|
||||||
|
|
||||||
|
echo Les commandes Git ont été exécutées avec succès.
|
||||||
|
endlocal
|
||||||
+34
-47
@@ -27,7 +27,8 @@
|
|||||||
<img src="https://expernet.re/wp-content/themes/tm-bootstrap/images/logo.png" alt="Expernet" style="height: 7rem;">
|
<img src="https://expernet.re/wp-content/themes/tm-bootstrap/images/logo.png" alt="Expernet" style="height: 7rem;">
|
||||||
</a>
|
</a>
|
||||||
<div>
|
<div>
|
||||||
<a href="./list.html" class="btn btn-primary">Liste des étudiants</a>
|
<!-- <a href="./list.html" class="btn btn-primary">Liste des étudiants</a> -->
|
||||||
|
<a href="./list2.html" class="btn btn-primary">Liste des étudiants 2</a>
|
||||||
<a href="./index.html" class="btn btn-secondary">Déconnexion</a>
|
<a href="./index.html" class="btn btn-secondary">Déconnexion</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -39,104 +40,90 @@
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col">#</th>
|
<th scope="col">#</th>
|
||||||
<th scope="col">Nom et prénom</th>
|
<th scope="col">Nom</th>
|
||||||
|
<th scope="col">Prénom</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">1</th>
|
<th scope="row">1</th>
|
||||||
<td>Ludovic RASSABY</td>
|
<td>RASSABY</td>
|
||||||
|
<td>Ludovic</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">2</th>
|
<th scope="row">2</th>
|
||||||
<td>AHOVEY Saint-George</td>
|
<td>AHOVEY</td>
|
||||||
|
<td>Saint-George</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">3</th>
|
<th scope="row">3</th>
|
||||||
<td>AHYONG Emjy</td>
|
<td>AHYONG</td>
|
||||||
|
<td>Emjy</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">4</th>
|
<th scope="row">4</th>
|
||||||
<td>BARRET Toma</td>
|
<td>BARRET</td>
|
||||||
|
<td>Toma</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">5</th>
|
<th scope="row">5</th>
|
||||||
<td>CELEMANI Theo</td>
|
<td>CELEMANI</td>
|
||||||
|
<td>Theo</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">6</th>
|
<th scope="row">6</th>
|
||||||
<td>Cheun RAMASSY</td>
|
<td>RAMASSY</td>
|
||||||
|
<td>Cheun</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">7</th>
|
<th scope="row">7</th>
|
||||||
<td>Demontis matisse</td>
|
<td>Demontis</td>
|
||||||
|
<td>matisse</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">8</th>
|
<th scope="row">8</th>
|
||||||
<td>GRONDIN Clarel</td>
|
<td>GRONDIN</td>
|
||||||
|
<td>Clarel</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">9</th>
|
<th scope="row">9</th>
|
||||||
<td>Hoarau Jeremy</td>
|
<td>Hoarau</td>
|
||||||
|
<td>Jeremy</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">10</th>
|
<th scope="row">10</th>
|
||||||
<td>Julien HOARAU</td>
|
<td>HOARAU</td>
|
||||||
|
<td>Julien</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">11</th>
|
<th scope="row">11</th>
|
||||||
<td>Thomy NOEL</td>
|
<td>NOEL</td>
|
||||||
|
<td>Thomy</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">12</th>
|
<th scope="row">12</th>
|
||||||
<td>Lou DUCAUROY</td>
|
<td>DUCAUROY</td>
|
||||||
|
<td>Lou</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">13</th>
|
<th scope="row">13</th>
|
||||||
<td>PEDRE Gabriel</td>
|
<td>PEDRE</td>
|
||||||
|
<td>Gabriel</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">14</th>
|
<th scope="row">14</th>
|
||||||
<td>MUNIER Jerome</td>
|
<td>MUNIER</td>
|
||||||
|
<td>Jerome</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">15</th>
|
<th scope="row">15</th>
|
||||||
<td>BOYER Dorian</td>
|
<td>BOYER</td>
|
||||||
|
<td>Dorian</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- <div class="container">
|
|
||||||
<div class="position-absolute top-50 start-50 translate-middle">
|
|
||||||
<div class="d-flex justify-content-center align-items-center">
|
|
||||||
<div class="spinner-border text-primary" role="status">
|
|
||||||
<span class="visually-hidden">Loading...</span>
|
|
||||||
</div>
|
|
||||||
<div class="spinner-border text-secondary" role="status">
|
|
||||||
<span class="visually-hidden">Loading...</span>
|
|
||||||
</div>
|
|
||||||
<div class="spinner-border text-success" role="status">
|
|
||||||
<span class="visually-hidden">Loading...</span>
|
|
||||||
</div>
|
|
||||||
<div class="spinner-border text-danger" role="status">
|
|
||||||
<span class="visually-hidden">Loading...</span>
|
|
||||||
</div>
|
|
||||||
<div class="spinner-border text-warning" role="status">
|
|
||||||
<span class="visually-hidden">Loading...</span>
|
|
||||||
</div>
|
|
||||||
<div class="spinner-border text-info" role="status">
|
|
||||||
<span class="visually-hidden">Loading...</span>
|
|
||||||
</div>
|
|
||||||
<div class="spinner-border text-light" role="status">
|
|
||||||
<span class="visually-hidden">Loading...</span>
|
|
||||||
</div>
|
|
||||||
<div class="spinner-border text-dark" role="status">
|
|
||||||
<span class="visually-hidden">Loading...</span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div> -->
|
|
||||||
|
|
||||||
<script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
|
<script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
|
||||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
|
||||||
|
|||||||
@@ -0,0 +1,136 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="fr">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>Tic Tac Toc | Azylos</title>
|
||||||
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
||||||
|
<link rel="stylesheet" href="https://cdn.datatables.net/2.1.8/css/dataTables.dataTables.css" />
|
||||||
|
<style>
|
||||||
|
.navbar {
|
||||||
|
background-color: white;
|
||||||
|
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
|
||||||
|
padding: 1rem 0;
|
||||||
|
}
|
||||||
|
.content-container {
|
||||||
|
margin: 50px auto;
|
||||||
|
padding: 30px;
|
||||||
|
background-color: white;
|
||||||
|
border-radius: 10px;
|
||||||
|
box-shadow: 0 0 20px rgba(0,0,0,0.1);
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<nav class="navbar navbar-light">
|
||||||
|
<div class="container">
|
||||||
|
<a class="navbar-brand" href="#">
|
||||||
|
<img src="https://expernet.re/wp-content/themes/tm-bootstrap/images/logo.png" alt="Expernet" style="height: 7rem;">
|
||||||
|
</a>
|
||||||
|
<div>
|
||||||
|
<a href="./list.html" class="btn btn-primary">Liste des étudiants</a>
|
||||||
|
<a href="./index.html" class="btn btn-secondary">Déconnexion</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
<div class="container">
|
||||||
|
<div class="content-container">
|
||||||
|
<h2 class="mb-4" style="color: #009de0; text-decoration: underline;">List CDA8 2024/2026</h2>
|
||||||
|
<table id="myTable" class="display">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th scope="col">#</th>
|
||||||
|
<th scope="col">Nom</th>
|
||||||
|
<th scope="col">Prénom</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">1</th>
|
||||||
|
<td>RASSABY</td>
|
||||||
|
<td>Ludovic</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">2</th>
|
||||||
|
<td>AHOVEY</td>
|
||||||
|
<td>Saint-George</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">3</th>
|
||||||
|
<td>AHYONG</td>
|
||||||
|
<td>Emjy</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">4</th>
|
||||||
|
<td>BARRET</td>
|
||||||
|
<td>Toma</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">5</th>
|
||||||
|
<td>CELEMANI</td>
|
||||||
|
<td>Theo</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">6</th>
|
||||||
|
<td>RAMASSY</td>
|
||||||
|
<td>Cheun</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">7</th>
|
||||||
|
<td>Demontis</td>
|
||||||
|
<td>matisse</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">8</th>
|
||||||
|
<td>GRONDIN</td>
|
||||||
|
<td>Clarel</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">9</th>
|
||||||
|
<td>Hoarau</td>
|
||||||
|
<td>Jeremy</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">10</th>
|
||||||
|
<td>HOARAU</td>
|
||||||
|
<td>Julien</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">11</th>
|
||||||
|
<td>NOEL</td>
|
||||||
|
<td>Thomy</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">12</th>
|
||||||
|
<td>DUCAUROY</td>
|
||||||
|
<td>Lou</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">13</th>
|
||||||
|
<td>PEDRE</td>
|
||||||
|
<td>Gabriel</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">14</th>
|
||||||
|
<td>MUNIER</td>
|
||||||
|
<td>Jerome</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">15</th>
|
||||||
|
<td>BOYER</td>
|
||||||
|
<td>Dorian</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
|
||||||
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
|
||||||
|
<script src="https://cdn.datatables.net/2.1.8/js/dataTables.js"></script>
|
||||||
|
<script>
|
||||||
|
$(document).ready( function () {
|
||||||
|
$('#myTable').DataTable();
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
+27
-13
@@ -24,48 +24,62 @@
|
|||||||
<table class="table table-primary">
|
<table class="table table-primary">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col">NOM et Prenom</th>
|
<th scope="col">NOM</th>
|
||||||
|
<th scope="col">Prenom</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr class="">
|
<tr class="">
|
||||||
<td scope="row">AHOVEY Saint-George</td>
|
<td scope="row">AHOVEY</td>
|
||||||
|
<td scope="row">Saint-George</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="">
|
<tr class="">
|
||||||
<td scope="row">AH-YONG Emjy</td>
|
<td scope="row">AH-YONG</td>
|
||||||
|
<td scope="row">Emjy</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="">
|
<tr class="">
|
||||||
<td scope="row">BARRET Toma</td>
|
<td scope="row">BARRET</td>
|
||||||
|
<td scope="row">Toma</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="">
|
<tr class="">
|
||||||
<td scope="row">CELEMANI Theo</td>
|
<td scope="row">CELEMANI</td>
|
||||||
|
<td scope="row">Theo</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="">
|
<tr class="">
|
||||||
<td scope="row">RAMASSY Cheun</td>
|
<td scope="row">RAMASSY</td>
|
||||||
|
<td scope="row">Cheun</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="">
|
<tr class="">
|
||||||
<td scope="row">DEMONTIS Matisse</td>
|
<td scope="row">DEMONTIS</td>
|
||||||
|
<td scope="row">Matisse</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="">
|
<tr class="">
|
||||||
<td scope="row">DUCAUROY Lou</td>
|
<td scope="row">DUCAUROY</td>
|
||||||
|
<td scope="row">Lou</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="">
|
<tr class="">
|
||||||
<td scope="row">GRONDIN Clarel</td>
|
<td scope="row">GRONDIN</td>
|
||||||
|
<td scope="row">Clarel</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="">
|
<tr class="">
|
||||||
<td scope="row">HOARAU Jeremy</td>
|
<td scope="row">HOARAU</td>
|
||||||
|
<td scope="row">Jeremy</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="">
|
<tr class="">
|
||||||
<td scope="row">MUNIER Jerome</td>
|
<td scope="row">MUNIER</td>
|
||||||
|
<td scope="row">Jerome</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="">
|
<tr class="">
|
||||||
<td scope="row">PEDRE Gabriel</td>
|
<td scope="row">PEDRE</td>
|
||||||
|
<td scope="row">Gabriel</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="">
|
<tr class="">
|
||||||
<td scope="row">NOEL Thomy</td>
|
<td scope="row">NOEL</td>
|
||||||
|
<td scope="row">Thomy</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="">
|
<tr class="">
|
||||||
<td scope="row">Dorian</td>
|
<td scope="row">Dorian</td>
|
||||||
|
<td scope="row">Dorian</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -0,0 +1,139 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
||||||
|
|
||||||
|
<title>Document</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
|
||||||
|
<nav class="navbar navbar-expand-lg bg-body-tertiary" >
|
||||||
|
|
||||||
|
<div class="container-fluid" style="background-color: #0693e3;">
|
||||||
|
<div class="container">
|
||||||
|
<a class="nav-link" href="#">Notre centre</a>
|
||||||
|
<ul class="dropdown-menu">
|
||||||
|
<li><a class="dropdown-item" href="#">Action</a></li>
|
||||||
|
<li><a class="dropdown-item" href="#">Another action</a></li>
|
||||||
|
<li><hr class="dropdown-divider"></li>
|
||||||
|
<li><a class="dropdown-item" href="#">Something else here</a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
||||||
|
<span class="navbar-toggler-icon"></span>
|
||||||
|
</button>
|
||||||
|
<div class="collapse navbar-collapse" id="navbarSupportedContent" >
|
||||||
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
||||||
|
<li class="nav-item">
|
||||||
|
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false" aria-current="page" href="#" >Formations</a>
|
||||||
|
<ul class="dropdown-menu">
|
||||||
|
<li><a class="dropdown-item" href="#">Action</a></li>
|
||||||
|
<li><a class="dropdown-item" href="#">Another action</a></li>
|
||||||
|
<li><hr class="dropdown-divider"></li>
|
||||||
|
<li><a class="dropdown-item" href="#">Something else here</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li class="nav-item">
|
||||||
|
<a class="nav-link" href="#" >Planing</a>
|
||||||
|
</li>
|
||||||
|
<li class="nav-item dropdown">
|
||||||
|
<a class="nav-link" href="#" role="button">
|
||||||
|
Financement
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li class="nav-item">
|
||||||
|
<a class="nav-link" >blog</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<form class="d-flex" role="search">
|
||||||
|
<input class="form-control me-2" type="search" placeholder="Search" aria-label="Search">
|
||||||
|
<button class="btn btn-outline-success" type="submit" style="color: black; background-color: #FFC329;">Search</button>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
|
||||||
|
<h1 style="margin-top: 1%">Liste des étudiants</h1>
|
||||||
|
<div class="container" style="margin-top:5%">
|
||||||
|
<table class="table table-striped">
|
||||||
|
<tr>
|
||||||
|
<th>Nom</th>
|
||||||
|
<th>Prénom</th>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>AHOVEY</td>
|
||||||
|
<td>SaintGeorge</td>
|
||||||
|
</tr>
|
||||||
|
<td>AHYONG</td>
|
||||||
|
<td>Emjy</td>
|
||||||
|
<tr>
|
||||||
|
<td>.</td>
|
||||||
|
<td>Toma</td>
|
||||||
|
</tr>
|
||||||
|
<td>CELEMANI</td>
|
||||||
|
<td>Theo</td>
|
||||||
|
<tr>
|
||||||
|
<td>RAMASSY</td>
|
||||||
|
<td>Cheun</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>Demontis </td>
|
||||||
|
<td>matisse</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>Demontis </td>
|
||||||
|
<td>matisse</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>GRONDIN</td>
|
||||||
|
<td>Clarel</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>Hoarau</td>
|
||||||
|
<td>Jeremy</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>M</td>
|
||||||
|
<td>Sebastien</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>Pedre</td>
|
||||||
|
<td>Gabriel</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td> Noel</td>
|
||||||
|
<td>Thomy</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>.</td>
|
||||||
|
<td>dorian</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>Ducauroy</td>
|
||||||
|
<td>lou</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
</table>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<!-- jquery cdn -->
|
||||||
|
<script src="https://cdn.jsdelivr.net/npm/jquery@3.7.1/dist/jquery.min.js"></script>
|
||||||
|
<!-- boostrap js cdn-->
|
||||||
|
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js" integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r" crossorigin="anonymous"></script>
|
||||||
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.min.js" integrity="sha384-0pUGZvbkm6XF6gxjEnlmuGrJXVbNuzT9qBBavbLwCsOGabYfZo0T0to5eqruptLy" crossorigin="anonymous"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@@ -0,0 +1,90 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
||||||
|
|
||||||
|
<title>Document</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<nav class="navbar navbar-expand-lg bg-body-tertiary" >
|
||||||
|
|
||||||
|
<div class="container-fluid" style="background-color: #0693e3;">
|
||||||
|
<div class="container">
|
||||||
|
<a class="nav-link" href="#">Notre centre</a>
|
||||||
|
<ul class="dropdown-menu">
|
||||||
|
<li><a class="dropdown-item" href="#">Action</a></li>
|
||||||
|
<li><a class="dropdown-item" href="#">Another action</a></li>
|
||||||
|
<li><hr class="dropdown-divider"></li>
|
||||||
|
<li><a class="dropdown-item" href="#">Something else here</a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
||||||
|
<span class="navbar-toggler-icon"></span>
|
||||||
|
</button>
|
||||||
|
<div class="collapse navbar-collapse" id="navbarSupportedContent" >
|
||||||
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
||||||
|
<li class="nav-item">
|
||||||
|
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false" aria-current="page" href="#" >Formations</a>
|
||||||
|
<ul class="dropdown-menu">
|
||||||
|
<li><a class="dropdown-item" href="#">Action</a></li>
|
||||||
|
<li><a class="dropdown-item" href="#">Another action</a></li>
|
||||||
|
<li><hr class="dropdown-divider"></li>
|
||||||
|
<li><a class="dropdown-item" href="#">Something else here</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li class="nav-item">
|
||||||
|
<a class="nav-link" href="#" >Planing</a>
|
||||||
|
</li>
|
||||||
|
<li class="nav-item dropdown">
|
||||||
|
<a class="nav-link" href="#" role="button">
|
||||||
|
Financement
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li class="nav-item">
|
||||||
|
<a class="nav-link" >blog</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<form class="d-flex" role="search">
|
||||||
|
<input class="form-control me-2" type="search" placeholder="Search" aria-label="Search">
|
||||||
|
<button class="btn btn-outline-success" type="submit" style="color: black; background-color: #FFC329;">Search</button>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
<!-- Formulaire de connexion -->
|
||||||
|
|
||||||
|
<!-- <div class="position-relative">
|
||||||
|
<div class="position-absolute top-50 start-50 translate-middle"> -->
|
||||||
|
<form>
|
||||||
|
<div class="container" style=" margin-top: 10%;
|
||||||
|
background-color: #0693e3;">
|
||||||
|
<div class="mb-3">
|
||||||
|
<label for="exampleInputEmail1" class="form-label">Email address</label>
|
||||||
|
<input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp">
|
||||||
|
</div>
|
||||||
|
<div class="mb-3">
|
||||||
|
<label for="exampleInputPassword1" class="form-label">Password</label>
|
||||||
|
<input type="password" class="form-control" id="exampleInputPassword1">
|
||||||
|
</div>
|
||||||
|
<div class="mb-3 form-check">
|
||||||
|
<input type="checkbox" class="form-check-input" id="exampleCheck1">
|
||||||
|
<label class="form-check-label" for="exampleCheck1">Check me out</label>
|
||||||
|
</div>
|
||||||
|
<button type="submit" class="btn btn-primary" style="margin-bottom: 1;">Connexion</a></button>
|
||||||
|
<p ><a href="Liste.html" style ="color: white">Se connecter anonymement à la liste des étudiants</a> </p>
|
||||||
|
</form>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<!-- </div> -->
|
||||||
|
|
||||||
|
<!-- jquery cdn -->
|
||||||
|
<script src="https://cdn.jsdelivr.net/npm/jquery@3.7.1/dist/jquery.min.js"></script>
|
||||||
|
<!-- boostrap js cdn-->
|
||||||
|
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js" integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r" crossorigin="anonymous"></script>
|
||||||
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.min.js" integrity="sha384-0pUGZvbkm6XF6gxjEnlmuGrJXVbNuzT9qBBavbLwCsOGabYfZo0T0to5eqruptLy" crossorigin="anonymous"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@@ -10,13 +10,19 @@
|
|||||||
<body style="background-image: url('expernet.png');" class="text-white">
|
<body style="background-image: url('expernet.png');" class="text-white">
|
||||||
<h1><p class="text-center pt-3 pb-5"><i>CDA8 : Expernet 2024-2026</i></p></h1>
|
<h1><p class="text-center pt-3 pb-5"><i>CDA8 : Expernet 2024-2026</i></p></h1>
|
||||||
|
|
||||||
<div class="pl-5">
|
<div class="pl-5 pr-5 d-flex justify-content-between">
|
||||||
<a href="C:\Users\lenovo\Documents\RemoteRepository\ExternalWorkspace\Bidule\GRONDINClarel\login.html" class="btn btn-primary">
|
<a href="login.html" class="btn btn-primary">
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-left" viewBox="0 0 16 16">
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-left" viewBox="0 0 16 16">
|
||||||
<path fill-rule="evenodd" d="M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8"/>
|
<path fill-rule="evenodd" d="M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8"/>
|
||||||
</svg>
|
</svg>
|
||||||
Retour
|
Retour
|
||||||
</a>
|
</a>
|
||||||
|
<a href="index2.html" class="btn btn-primary">
|
||||||
|
Nouvelle Table
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-right" viewBox="0 0 16 16">
|
||||||
|
<path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8"/>
|
||||||
|
</svg>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="pt-5">
|
<div class="pt-5">
|
||||||
|
|||||||
@@ -0,0 +1,97 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset='utf-8'>
|
||||||
|
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
|
||||||
|
<title>Page de Clarel</title>
|
||||||
|
<meta name='viewport' content='width=device-width, initial-scale=1'>
|
||||||
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.1.3/dist/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
|
||||||
|
<link rel="stylesheet" href="https://cdn.datatables.net/2.1.8/css/dataTables.dataTables.css" />
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body style="background-image: url('expernet.png');" class="text-white">
|
||||||
|
<h1><p class="text-center pt-3 pb-5"><i>CDA8 : Expernet 2024-2026</i></p></h1>
|
||||||
|
|
||||||
|
<div class="pl-5 pr-5 d-flex justify-content-between">
|
||||||
|
<a href="login.html" class="btn btn-primary">
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-left" viewBox="0 0 16 16">
|
||||||
|
<path fill-rule="evenodd" d="M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8"/>
|
||||||
|
</svg>
|
||||||
|
Retour
|
||||||
|
</a>
|
||||||
|
<a href="index.html" class="btn btn-primary">
|
||||||
|
Ancienne Table
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-right" viewBox="0 0 16 16">
|
||||||
|
<path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8"/>
|
||||||
|
</svg>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="pt-5">
|
||||||
|
<table class="table compact" id="myTable">
|
||||||
|
<thead class="thead-dark">
|
||||||
|
<tr>
|
||||||
|
<th scope="col">NOM :</th>
|
||||||
|
<th scope="col">Prénom :</th>
|
||||||
|
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr class="table-active">
|
||||||
|
<td>AHOVEY</td>
|
||||||
|
<td>Saint-George</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="table-active">
|
||||||
|
<td>BARRET</td>
|
||||||
|
<td>Toma</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="table-active">
|
||||||
|
<td>CELEMANI</td>
|
||||||
|
<td>Théo</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="table-active">
|
||||||
|
<td>RAMASSY</td>
|
||||||
|
<td>Cheun</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="table-active">
|
||||||
|
<td>DEMONTIS</td>
|
||||||
|
<td>Matisse</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="table-active">
|
||||||
|
<td>DORIAN</td>
|
||||||
|
<td>Dorian</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="table-active">
|
||||||
|
<td>GRONDIN</td>
|
||||||
|
<td>Clarel</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="table-active">
|
||||||
|
<td>HOARAU</td>
|
||||||
|
<td>Jérèmy</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="table-active">
|
||||||
|
<td>MUNIER</td>
|
||||||
|
<td>Jérome</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="table-active">
|
||||||
|
<td>PEDRE</td>
|
||||||
|
<td>Gabriel</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="table-active">
|
||||||
|
<td>NOEL</td>
|
||||||
|
<td>Thomy</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
|
||||||
|
<script src="https://cdn.datatables.net/2.1.8/js/dataTables.js"></script>
|
||||||
|
<script>
|
||||||
|
$(document).ready( function () {
|
||||||
|
$('#myTable').DataTable();
|
||||||
|
} );
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@@ -0,0 +1,63 @@
|
|||||||
|
<html lang="en"><head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
|
<meta name="description" content="">
|
||||||
|
<meta name="author" content="">
|
||||||
|
<link rel="icon" href="/docs/4.0/assets/img/favicons/favicon.ico">
|
||||||
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.1.3/dist/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
|
||||||
|
|
||||||
|
<title>Jumbotron Template for Bootstrap</title>
|
||||||
|
|
||||||
|
<link rel="canonical" href="https://getbootstrap.com/docs/4.0/examples/jumbotron/">
|
||||||
|
|
||||||
|
<!-- Bootstrap core CSS -->
|
||||||
|
<link href="../../dist/css/bootstrap.min.css" rel="stylesheet">
|
||||||
|
|
||||||
|
<!-- Custom styles for this template -->
|
||||||
|
<link href="jumbotron.css" rel="stylesheet">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">
|
||||||
|
<a class="navbar-brand" href="#">Navbar</a>
|
||||||
|
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
|
||||||
|
<span class="navbar-toggler-icon"></span>
|
||||||
|
</button>
|
||||||
|
|
||||||
|
<div class="collapse navbar-collapse" id="navbarsExampleDefault">
|
||||||
|
<ul class="navbar-nav mr-auto">
|
||||||
|
<li class="nav-item active">
|
||||||
|
<a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a>
|
||||||
|
</li>
|
||||||
|
<li class="nav-item">
|
||||||
|
<a class="nav-link" href="#">Link</a>
|
||||||
|
</li>
|
||||||
|
<li class="nav-item">
|
||||||
|
<a class="nav-link disabled" href="#">Disabled</a>
|
||||||
|
</li>
|
||||||
|
<li class="nav-item dropdown">
|
||||||
|
<a class="nav-link dropdown-toggle" href="http://example.com" id="dropdown01" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Dropdown</a>
|
||||||
|
<div class="dropdown-menu" aria-labelledby="dropdown01">
|
||||||
|
<a class="dropdown-item" href="#">Action</a>
|
||||||
|
<a class="dropdown-item" href="#">Another action</a>
|
||||||
|
<a class="dropdown-item" href="#">Something else here</a>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<form class="form-inline my-2 my-lg-0">
|
||||||
|
<input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search">
|
||||||
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
<!-- Bootstrap core JavaScript
|
||||||
|
================================================== -->
|
||||||
|
<!-- Placed at the end of the document so the pages load faster -->
|
||||||
|
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
|
||||||
|
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery-slim.min.js"><\/script>')</script>
|
||||||
|
<script src="../../assets/js/vendor/popper.min.js"></script>
|
||||||
|
<script src="../../dist/js/bootstrap.min.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
</body></html>
|
||||||
@@ -13,8 +13,14 @@
|
|||||||
<title>EXPERTNET | CDA8 EXO1</title>
|
<title>EXPERTNET | CDA8 EXO1</title>
|
||||||
</head>
|
</head>
|
||||||
<body class="bg-dark">
|
<body class="bg-dark">
|
||||||
<div class="position-relative bg-light d-flex align-items-center justify-content-center position-absolute top-50 start-50 translate-middle w-50 rounded p-5 flex-column">
|
<div
|
||||||
<img src="https://expernet.re/wp-content/themes/tm-bootstrap/images/logo.png" alt="logo-expernet" class="m-bottom-1">
|
class="position-relative bg-light d-flex align-items-center justify-content-center position-absolute top-50 start-50 translate-middle w-50 rounded p-5 flex-column"
|
||||||
|
>
|
||||||
|
<img
|
||||||
|
src="https://expernet.re/wp-content/themes/tm-bootstrap/images/logo.png"
|
||||||
|
alt="logo-expernet"
|
||||||
|
class="m-bottom-1"
|
||||||
|
/>
|
||||||
<form>
|
<form>
|
||||||
<h1 class="h3 mb-3 fw-normal">Connexion</h1>
|
<h1 class="h3 mb-3 fw-normal">Connexion</h1>
|
||||||
|
|
||||||
@@ -43,6 +49,12 @@
|
|||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
<!-- CDN JQUERY -->
|
||||||
|
<script
|
||||||
|
src="https://code.jquery.com/jquery-3.7.1.min.js"
|
||||||
|
integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo="
|
||||||
|
crossorigin="anonymous"
|
||||||
|
></script>
|
||||||
<script
|
<script
|
||||||
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"
|
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"
|
||||||
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
|
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
|
||||||
|
|||||||
@@ -10,6 +10,7 @@
|
|||||||
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH"
|
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH"
|
||||||
crossorigin="anonymous"
|
crossorigin="anonymous"
|
||||||
/>
|
/>
|
||||||
|
<!-- CDN FONTAWESOME -->
|
||||||
<link
|
<link
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
|
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
|
||||||
@@ -17,7 +18,19 @@
|
|||||||
crossorigin="anonymous"
|
crossorigin="anonymous"
|
||||||
referrerpolicy="no-referrer"
|
referrerpolicy="no-referrer"
|
||||||
/>
|
/>
|
||||||
|
<!-- CDN DATATABLES -->
|
||||||
|
<link
|
||||||
|
rel="stylesheet"
|
||||||
|
href="https://cdn.datatables.net/2.1.8/css/dataTables.bootstrap5.min.css"
|
||||||
|
/>
|
||||||
<title>EXPERTNET | CDA8 EXO1</title>
|
<title>EXPERTNET | CDA8 EXO1</title>
|
||||||
|
<style>
|
||||||
|
.dt-container label,
|
||||||
|
.dt-info
|
||||||
|
{
|
||||||
|
color: whitesmoke;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<header class="w-100 bg-light">
|
<header class="w-100 bg-light">
|
||||||
<nav class="navbar navbar-expand-lg navbar-light bg-light">
|
<nav class="navbar navbar-expand-lg navbar-light bg-light">
|
||||||
@@ -46,7 +59,7 @@
|
|||||||
</header>
|
</header>
|
||||||
<body class="container-fluid bg-dark">
|
<body class="container-fluid bg-dark">
|
||||||
<h1 class="text-center text-white">Liste des élèves de CDA 8</h1>
|
<h1 class="text-center text-white">Liste des élèves de CDA 8</h1>
|
||||||
<table class="table rounded p-5">
|
<table class="display bg-light" id="testtab">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Nom</th>
|
<th>Nom</th>
|
||||||
@@ -117,9 +130,24 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</body>
|
</body>
|
||||||
|
<!-- CDN JQUERY -->
|
||||||
|
<script
|
||||||
|
src="https://code.jquery.com/jquery-3.7.1.min.js"
|
||||||
|
integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo="
|
||||||
|
crossorigin="anonymous"
|
||||||
|
></script>
|
||||||
|
<!-- CDN BOOTSTRAP -->
|
||||||
<script
|
<script
|
||||||
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"
|
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"
|
||||||
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
|
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
|
||||||
crossorigin="anonymous"
|
crossorigin="anonymous"
|
||||||
></script>
|
></script>
|
||||||
|
<!-- CDN DATATABLES -->
|
||||||
|
<script src="https://cdn.datatables.net/2.1.8/js/dataTables.min.js"></script>
|
||||||
|
<script src="https://cdn.datatables.net/2.1.8/js/dataTables.bootstrap5.min.js"></script>
|
||||||
|
<script>
|
||||||
|
$(document).ready(function () {
|
||||||
|
$("#testtab").DataTable();
|
||||||
|
});
|
||||||
|
</script>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
# Bienvenue sur mon repertoire !
|
||||||
|
|
||||||
|
Voici une liste vers les pages de mes projets:
|
||||||
|
|
||||||
|
- https://farad77.github.io/Bidule/Hoarau-Julien/exo-1/index.html (Expernet liste des élèves)
|
||||||
@@ -0,0 +1,66 @@
|
|||||||
|
<html >
|
||||||
|
<head>
|
||||||
|
<title>CDA</title>
|
||||||
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
||||||
|
<style>
|
||||||
|
.btn-expernet, .btn-expernet:hover {
|
||||||
|
background-color: #009de0;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<div class="container">
|
||||||
|
<header class="d-flex flex-wrap justify-content-center py-3 mb-4 border-bottom">
|
||||||
|
<a href="https://expernet.re" alt="Retour à la page d'accueil" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto link-body-emphasis text-decoration-none">
|
||||||
|
<img class="logo" src="https://expernet.re/wp-content/themes/tm-bootstrap/images/logo.png" width="72" height="57">
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<ul class="nav nav-pills">
|
||||||
|
<li class="nav-item"><a href="#" class="btn btn-warning mx-1" aria-current="page">DEMANDE DE DEVIS</a></li>
|
||||||
|
<li class="nav-item"><a href="#" class="btn btn-warning mx-1">Découvrez notre école</a></li>
|
||||||
|
</ul>
|
||||||
|
</header>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<main class="form-signin w-100 m-auto">
|
||||||
|
<div class="container w-25 p-2 border rounded">
|
||||||
|
<form>
|
||||||
|
<div class="container d-flex justify-content-center">
|
||||||
|
<img class="mb-4" src="https://expernet.re/wp-content/themes/tm-bootstrap/images/logo.png" alt="" width="96" height="81">
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="form-floating">
|
||||||
|
<input type="email" class="form-control" id="floatingInput" placeholder="name@example.com">
|
||||||
|
<label for="floatingInput">Courriel</label>
|
||||||
|
</div>
|
||||||
|
<div class="form-floating">
|
||||||
|
<input type="password" class="form-control" id="floatingPassword" placeholder="Password">
|
||||||
|
<label for="floatingPassword">Mot de passe</label>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="form-check text-start my-3">
|
||||||
|
<input class="form-check-input" type="checkbox" value="remember-me" id="flexCheckDefault">
|
||||||
|
<label class="form-check-label" for="flexCheckDefault">
|
||||||
|
Se souvenir de moi
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<button class="btn btn-expernet btn-ho w-100 py-2" type="submit">Connexion</button>
|
||||||
|
<p class="text-center my-2">Ou</p>
|
||||||
|
<a class="btn btn-expernet w-100 py-2" href="liste.html" role="button">Connexion anonyme</a>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<div class="container">
|
||||||
|
<footer class="py-3 my-4">
|
||||||
|
<p class="text-center text-body-secondary">© 2024 EXPER.net</p>
|
||||||
|
</footer>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
|
||||||
|
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js" integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r" crossorigin="anonymous"></script>
|
||||||
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.min.js" integrity="sha384-0pUGZvbkm6XF6gxjEnlmuGrJXVbNuzT9qBBavbLwCsOGabYfZo0T0to5eqruptLy" crossorigin="anonymous"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@@ -0,0 +1,158 @@
|
|||||||
|
<!doctype html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<title>Title</title>
|
||||||
|
<!-- Required meta tags -->
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta
|
||||||
|
name="viewport"
|
||||||
|
content="width=device-width, initial-scale=1, shrink-to-fit=no"
|
||||||
|
/>
|
||||||
|
|
||||||
|
<!-- Bootstrap CSS v5.2.1 -->
|
||||||
|
<link
|
||||||
|
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css"
|
||||||
|
rel="stylesheet"
|
||||||
|
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN"
|
||||||
|
crossorigin="anonymous"
|
||||||
|
/>
|
||||||
|
<link rel="stylesheet" href="https://cdn.datatables.net/2.1.8/css/dataTables.dataTables.css" />
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div class="container">
|
||||||
|
<header class="d-flex flex-wrap justify-content-center py-3 mb-4 border-bottom">
|
||||||
|
<a href="https://expernet.re" alt="Retour à la page d'accueil" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto link-body-emphasis text-decoration-none">
|
||||||
|
<img class="logo" src="https://expernet.re/wp-content/themes/tm-bootstrap/images/logo.png" width="72" height="57">
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<ul class="nav nav-pills">
|
||||||
|
<li class="nav-item"><a href="#" class="btn btn-warning mx-1" aria-current="page">DEMANDE DE DEVIS</a></li>
|
||||||
|
<li class="nav-item"><a href="#" class="btn btn-warning mx-1">Découvrez notre école</a></li>
|
||||||
|
</ul>
|
||||||
|
</header>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<main>
|
||||||
|
<div class="container w-100">
|
||||||
|
<div class="table-responsive-md">
|
||||||
|
<table id="myTable" class="table table-hover">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th scope="col">#</th>
|
||||||
|
<th scope="col">Nom</th>
|
||||||
|
<th scope="col">Prénom</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr class="">
|
||||||
|
<td scope="row">1</td>
|
||||||
|
<td>AHOVEY</td>
|
||||||
|
<td>Saint George</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="">
|
||||||
|
<td scope="row">2</td>
|
||||||
|
<td>AHYONG</td>
|
||||||
|
<td>Emjy</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="">
|
||||||
|
<td scope="row">3</td>
|
||||||
|
<td>B.</td>
|
||||||
|
<td>Toma</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="">
|
||||||
|
<td scope="row">4</td>
|
||||||
|
<td>CELEMANI</td>
|
||||||
|
<td>Theo</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="">
|
||||||
|
<td scope="row">5</td>
|
||||||
|
<td>RAMASSY</td>
|
||||||
|
<td>Cheun</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="">
|
||||||
|
<td scope="row">6</td>
|
||||||
|
<td>Demontis</td>
|
||||||
|
<td>matisse</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="">
|
||||||
|
<td scope="row">7</td>
|
||||||
|
<td>GRONDIN</td>
|
||||||
|
<td>Clarel</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="">
|
||||||
|
<td scope="row">8</td>
|
||||||
|
<td>Hoarau</td>
|
||||||
|
<td>Jérémy</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="">
|
||||||
|
<td scope="row">9</td>
|
||||||
|
<td>MUNIER</td>
|
||||||
|
<td>Jerome</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="">
|
||||||
|
<td scope="row">10</td>
|
||||||
|
<td>Pedre</td>
|
||||||
|
<td>Gabriel</td>
|
||||||
|
</tr>
|
||||||
|
<!-- <tr class="">
|
||||||
|
<td scope="row">11</td>
|
||||||
|
<td>--</td>
|
||||||
|
<td>--</td>
|
||||||
|
</tr> -->
|
||||||
|
<tr class="">
|
||||||
|
<td scope="row">12</td>
|
||||||
|
<td>Noel</td>
|
||||||
|
<td>Thomy</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="">
|
||||||
|
<td scope="row">13</td>
|
||||||
|
<td>--</td>
|
||||||
|
<td>dorian</td>
|
||||||
|
</tr>
|
||||||
|
<!-- <tr class="">
|
||||||
|
<td scope="row">14</td>
|
||||||
|
<td>--</td>
|
||||||
|
<td>--</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="">
|
||||||
|
<td scope="row">15</td>
|
||||||
|
<td>--</td>
|
||||||
|
<td>--</td>
|
||||||
|
</tr> -->
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<div class="container">
|
||||||
|
<footer class="py-3 my-4">
|
||||||
|
<p class="text-center text-body-secondary">© 2024 EXPER.net</p>
|
||||||
|
</footer>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
|
||||||
|
<script src="https://cdn.datatables.net/2.1.8/js/dataTables.min.js"></script>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
$(document).ready( function () {
|
||||||
|
$('#myTable').DataTable();
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<!-- Bootstrap JavaScript Libraries -->
|
||||||
|
<script
|
||||||
|
src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js"
|
||||||
|
integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r"
|
||||||
|
crossorigin="anonymous"
|
||||||
|
></script>
|
||||||
|
|
||||||
|
<script
|
||||||
|
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.min.js"
|
||||||
|
integrity="sha384-BBtl+eGJRgqQAUMxJ7pMwbEyER4l1g+O15P+16Ep7Q9Q+zqX6gSbd85u4mG4QzX+"
|
||||||
|
crossorigin="anonymous"
|
||||||
|
></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
+77
-2
@@ -4,11 +4,86 @@
|
|||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Document</title>
|
<title>Document</title>
|
||||||
|
<!-- bootstrap css cdn-->
|
||||||
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
||||||
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
|
||||||
<link rel='stylesheet' type='text/css' media='screen' href='style.css'>
|
<link rel='stylesheet' type='text/css' media='screen' href='style.css'>
|
||||||
<script src='script.js'></script>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
<div class="container-fluid">
|
||||||
|
<div class="logo_social ">
|
||||||
|
<a class="fb_logo" href="https://www.facebook.com/EXPERNETFORMATION"> <i class="fas fa-linkedin-square"></i></a>
|
||||||
|
<a class="lk_logo" href="https://www.linkedin.com/in/expernet-centre-de-formation/"><i class="fas fa-facebook-square"></i></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="header_2">
|
||||||
|
<div class="logo_zone">
|
||||||
|
<a href="#"><img src="logo.png" alt="Superbe logo dexpernet"></a>
|
||||||
|
<h1>CENTRE DE FORMATION INFORMATIQUE
|
||||||
|
À LA RÉUNION DEPUIS 2002 !</h1>
|
||||||
|
</div>
|
||||||
|
<div class="button_zone">
|
||||||
|
<button class="btn_exper"><i class="fas fa-graduation-cap"></i>Demande de devis</button>
|
||||||
|
<button class="btn_exper"><i class="fas fa-calculator"></i>Découvrez notre ecole</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="contact_zone">
|
||||||
|
|
||||||
|
<h3 class="contact_title"><i class="fas fa-envelope">02 62 21 90 45</i></h3>
|
||||||
|
|
||||||
|
<h3 class="contact_title"><i class="fas fa-phone-square"></i><a href="mailto:#">formation@expernet.re</a></h3>
|
||||||
|
</div>
|
||||||
|
<nav class="navBar">
|
||||||
|
<div class="dropdown">
|
||||||
|
<button class="dropdown" type="button" data-bs-toggle="dropdown" aria-expanded="false">
|
||||||
|
notre centre <i class="fa fa-chevron-down" aria-hidden="true"></i>
|
||||||
|
</button>
|
||||||
|
<ul class="dropdown-menu">
|
||||||
|
<li><a class="dropdown-item text-dark" href="#">Action</a></li>
|
||||||
|
<li><a class="dropdown-item text-dark" href="#">Another action</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="dropdown">
|
||||||
|
<button class="dropdown" type="button" data-bs-toggle="dropdown" aria-expanded="false">
|
||||||
|
formation <i class="fa fa-chevron-down" aria-hidden="true"></i>
|
||||||
|
</button>
|
||||||
|
<ul class="dropdown-menu">
|
||||||
|
<li><a class="dropdown-item text-dark" href="#">Action</a></li>
|
||||||
|
<li><a class="dropdown-item text-dark" href="#">Another action</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<span class="forgot-password"><a href="#">planning</a></span>
|
||||||
|
<span class="forgot-password"><a href="#">financement</a></span>
|
||||||
|
<div class="dropdown">
|
||||||
|
<button class="dropdown" type="button" data-bs-toggle="dropdown" aria-expanded="false">
|
||||||
|
digital learning <i class="fa fa-chevron-down" aria-hidden="true"></i>
|
||||||
|
</button>
|
||||||
|
<ul class="dropdown-menu">
|
||||||
|
<li><a class="dropdown-item text-dark" href="#">Action</a></li>
|
||||||
|
<li><a class="dropdown-item text-dark" href="#">Another action</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<span class="forgot-password"><a href="#">BLOG</a></span>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="form_div">
|
||||||
|
<form action="#" class="form">
|
||||||
|
<input required="" class="input" type="email" name="email" id="email" placeholder="E-mail">
|
||||||
|
<input required="" class="input" type="password" name="password" id="password" placeholder="Password">
|
||||||
|
<span class="forgot-password"><a href="#">Forgot Password ?</a></span>
|
||||||
|
<input class="login-button" type="submit" value="Sign In">
|
||||||
|
</form>
|
||||||
|
<span class="forgot-password"><a href="liste.html">La liste de nos apprenants</a></span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- jquery cdn-->
|
||||||
|
<script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
|
||||||
|
<!-- bootstrap js cdn-->
|
||||||
|
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js" integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r" crossorigin="anonymous"></script>
|
||||||
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.min.js" integrity="sha384-0pUGZvbkm6XF6gxjEnlmuGrJXVbNuzT9qBBavbLwCsOGabYfZo0T0to5eqruptLy" crossorigin="anonymous"></script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@@ -1 +0,0 @@
|
|||||||
ouais c'est moiiii
|
|
||||||
@@ -0,0 +1,108 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>Document</title>
|
||||||
|
<!-- bootstrap css cdn-->
|
||||||
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
||||||
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
|
||||||
|
<link rel='stylesheet' type='text/css' media='screen' href='style.css'>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<table class="table table-striped">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th>Nom</th>
|
||||||
|
<th>Prénom</th>
|
||||||
|
<th>Email</th>
|
||||||
|
<th>Statut</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td>AHOVEY</td>
|
||||||
|
<td>Saint George</td>
|
||||||
|
<td>ahovey.saintgeorge@email.com</td>
|
||||||
|
<td><span class="badge bg-success">Actif</span></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>AHYONG</td>
|
||||||
|
<td>Emjy</td>
|
||||||
|
<td>ahyong.emjy@email.com</td>
|
||||||
|
<td><span class="badge bg-success">Actif</span></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>B</td>
|
||||||
|
<td>Toma</td>
|
||||||
|
<td>b.toma@email.com</td>
|
||||||
|
<td><span class="badge bg-success">Actif</span></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>CELEMANI</td>
|
||||||
|
<td>Theo</td>
|
||||||
|
<td>celemani.theo@email.com</td>
|
||||||
|
<td><span class="badge bg-success">Actif</span></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>RAMASSY</td>
|
||||||
|
<td>Cheun</td>
|
||||||
|
<td>cheun.ramassy@email.com</td>
|
||||||
|
<td><span class="badge bg-success">Actif</span></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>DEMONTIS</td>
|
||||||
|
<td>Matisse</td>
|
||||||
|
<td>demontis.matisse@email.com</td>
|
||||||
|
<td><span class="badge bg-success">Actif</span></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>GRONDIN</td>
|
||||||
|
<td>Clarel</td>
|
||||||
|
<td>grondin.clarel@email.com</td>
|
||||||
|
<td><span class="badge bg-success">Actif</span></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>HOARAU</td>
|
||||||
|
<td>Jeremy</td>
|
||||||
|
<td>jeremy.hoarau@email.com</td>
|
||||||
|
<td><span class="badge bg-success">Actif</span></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>MUNIER</td>
|
||||||
|
<td>Jerome</td>
|
||||||
|
<td>munier.jerome@email.com</td>
|
||||||
|
<td><span class="badge bg-success">Actif</span></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>PEDRE</td>
|
||||||
|
<td>Gabriel</td>
|
||||||
|
<td>pedre.gabriel@email.com</td>
|
||||||
|
<td><span class="badge bg-success">Actif</span></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>M</td>
|
||||||
|
<td>Sebastien</td>
|
||||||
|
<td>sebastien.m@email.com</td>
|
||||||
|
<td><span class="badge bg-success">Actif</span></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>NOEL</td>
|
||||||
|
<td>Thomy</td>
|
||||||
|
<td>thomy.noel@email.com</td>
|
||||||
|
<td><span class="badge bg-success">Actif</span></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>BOYER</td>
|
||||||
|
<td>Dorian</td>
|
||||||
|
<td>dorian@email.com</td>
|
||||||
|
<td><span class="badge bg-success">Actif</span></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
<span class="forgot-password"><a href="index.html">Acceuil</a></span>
|
||||||
|
|
||||||
|
</body>
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 8.0 KiB |
@@ -0,0 +1,104 @@
|
|||||||
|
body{
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
a{
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.logo_social{
|
||||||
|
padding: 5px;
|
||||||
|
position: absolute;
|
||||||
|
right: 1vw;
|
||||||
|
font-size: 25px;
|
||||||
|
}
|
||||||
|
.fb_logo, .lk_logo {
|
||||||
|
padding: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.header_2{
|
||||||
|
display: flex;
|
||||||
|
padding: 15px;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: space-evenly;
|
||||||
|
gap: 20px;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.logo_zone{
|
||||||
|
display: flex;
|
||||||
|
padding: 10px;
|
||||||
|
font-size: 20px;
|
||||||
|
|
||||||
|
}
|
||||||
|
h1{
|
||||||
|
padding: 1vw;
|
||||||
|
max-width: 35vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
.button_zone{
|
||||||
|
justify-content: space-around;
|
||||||
|
display: flex;
|
||||||
|
gap: 5px;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
.btn_exper{
|
||||||
|
padding: 5px;
|
||||||
|
background: orange;
|
||||||
|
font-weight: bold;
|
||||||
|
border-radius: 5px;
|
||||||
|
border: none;
|
||||||
|
padding: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.contact_zone{
|
||||||
|
display: flex;
|
||||||
|
padding: 15px;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: space-evenly;
|
||||||
|
gap: 20px;
|
||||||
|
}
|
||||||
|
.contact_title{
|
||||||
|
color: #009de0 ;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navBar {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
background-color: #009de0;
|
||||||
|
justify-content: space-evenly;
|
||||||
|
height: 60px;
|
||||||
|
width: 100vw;
|
||||||
|
align-items: center;
|
||||||
|
font-size: 15px;
|
||||||
|
font-weight: bold;
|
||||||
|
|
||||||
|
}
|
||||||
|
.navBar a{
|
||||||
|
text-decoration: none;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dropdown{
|
||||||
|
border: none;
|
||||||
|
background-color: #009de0;
|
||||||
|
color: white;
|
||||||
|
font-size:15px;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.container-fluid{
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.form_div{
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
padding: 1vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
.forgot-password{
|
||||||
|
padding: 1vw;
|
||||||
|
}
|
||||||
@@ -3,71 +3,91 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Liste des Utilisateurs</title>
|
<title>Liste des Utilisateurs CDA8</title>
|
||||||
|
<!-- Link Data Table-->
|
||||||
|
<link rel="stylesheet" href="https://cdn.datatables.net/2.1.8/css/dataTables.dataTables.css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h2>Liste des etudients de cda8</h2>
|
<h2>Liste des étudiants de CDA8</h2>
|
||||||
<table border="1" cellpadding="10" cellspacing="0">
|
|
||||||
<tr>
|
<table id="mTable1" class="display">
|
||||||
<th>Nom d'utilisateur</th>
|
<thead>
|
||||||
<th>Email</th>
|
<tr>
|
||||||
</tr>
|
<th>Nom</th>
|
||||||
<tr>
|
<th>Prénom</th>
|
||||||
<td>cestLeMatin</td>
|
</tr>
|
||||||
<td>@example.com</td>
|
</thead>
|
||||||
</tr>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Cheun.md</td>
|
<td>AHOVEY</td>
|
||||||
<td>@example.com</td>
|
<td>SaintGeorge</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>despacito</td>
|
<td>AHYONG</td>
|
||||||
<td>@example.com</td>
|
<td>Emjy</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Dorian</td>
|
<td>BToma</td>
|
||||||
<td>@example.com</td>
|
<td></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Gabriel</td>
|
<td>CELEMANI</td>
|
||||||
<td>@example.com</td>
|
<td>Theo</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Jeremy</td>
|
<td>Cheun</td>
|
||||||
<td>@example.com</td>
|
<td>RAMASSY</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Jerome</td>
|
<td>Demontis</td>
|
||||||
<td>@example.com</td>
|
<td>Matisse</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Lou</td>
|
<td>GRONDIN</td>
|
||||||
<td>@example.com</td>
|
<td>Clarel</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>sgg</td>
|
<td>Jeremy</td>
|
||||||
<td>@example.com</td>
|
<td>Hoarau</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Theo</td>
|
<td>MUNIER</td>
|
||||||
<td>@example.com</td>
|
<td>Jerome</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Thomy</td>
|
<td>Pedre</td>
|
||||||
<td>@example.com</td>
|
<td>Gabriel</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Toma</td>
|
<td>Sebastien</td>
|
||||||
<td>@example.com</td>
|
<td>M</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Ludovic</td>
|
<td>Thomy</td>
|
||||||
<td>@example.com</td>
|
<td>Noel</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Dorian</td>
|
||||||
|
<td></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Lou</td>
|
||||||
|
<td></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<!-- Bouton pour revenir à la page index.html -->
|
<!-- Bouton pour revenir à la page index.html -->
|
||||||
<br>
|
<br>
|
||||||
<button onclick="window.location.href='index.html'">Revenir à la page de connexion</button>
|
<button onclick="window.location.href='index.html'">Revenir à la page de connexion</button>
|
||||||
|
|
||||||
|
<!-- Script Data Table-->
|
||||||
|
<script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
|
||||||
|
<script src="https://cdn.datatables.net/2.1.8/js/dataTables.js"></script>
|
||||||
|
<script>
|
||||||
|
$(document).ready( function () {
|
||||||
|
$('#mTable1').DataTable();
|
||||||
|
});
|
||||||
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<html lang="fr">
|
<html lang="fr">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=2.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Connexion</title>
|
<title>Connexion</title>
|
||||||
|
|
||||||
<!-- Lien vers le CSS de Bootstrap -->
|
<!-- Lien vers le CSS de Bootstrap -->
|
||||||
|
|||||||
+66
-28
@@ -3,40 +3,78 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>connection</title>
|
||||||
<title>Coucou</title>
|
<link rel="stylesheet" href="style.css">
|
||||||
|
<!--Lien bootstrap-->
|
||||||
<!--Lien bootstrap-->
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
|
||||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
<nav id="navig" class="navbar navbar-expand-lg bg-body-tertiary">
|
||||||
|
<div class="container-fluid">
|
||||||
|
<a class="navbar-brand" href="#">EXPERNET</a>
|
||||||
|
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
||||||
|
<span class="navbar-toggler-icon"></span>
|
||||||
|
</button>
|
||||||
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
||||||
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
||||||
|
<li class="nav-item">
|
||||||
|
<a class="nav-link active" aria-current="page" href="#">Campus</a>
|
||||||
|
</li>
|
||||||
|
<li class="nav-item">
|
||||||
|
<a class="nav-link" href="#">Informatique</a>
|
||||||
|
</li>
|
||||||
|
<li class="nav-item dropdown">
|
||||||
|
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
|
||||||
|
Marketing digital
|
||||||
|
</a>
|
||||||
|
|
||||||
<div class="container" style="background-color: grey" >
|
<ul class="dropdown-menu">
|
||||||
<div class="row">
|
<li><a class="dropdown-item" href="#">Inscription</a></li>
|
||||||
<div id="colonne" class="col-md" style="background-color: rgb(141, 30, 30)">
|
<li><a class="dropdown-item" href="#">Another action</a></li>
|
||||||
<span>Case 1</span>
|
<li><hr class="dropdown-divider"></li>
|
||||||
</div>
|
<li><a class="dropdown-item" href="#">Something else here</a></li>
|
||||||
<div id="colonne" class="col-md" style="background-color: rgb(65, 24, 212)">
|
</ul>
|
||||||
<span>Case 2</span>
|
</li>
|
||||||
</div>
|
<li class="nav-item">
|
||||||
<div id="colonne" class="col-md" style="background-color: rgb(228, 207, 20)">
|
<a class="nav-link" href="#">Inscription</a>
|
||||||
<span>Case 3</span>
|
</li>
|
||||||
</div>
|
|
||||||
|
</ul>
|
||||||
|
<form class="d-flex" role="search">
|
||||||
|
<input class="form-control me-2" type="search" placeholder="Rechercher" aria-label="Search">
|
||||||
|
<button class="btn btn-outline-success" type="submit">Rechercher</button>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
</nav>
|
||||||
<div id="colonne" class="col-md" style="background-color: rgb(141, 63, 63)">
|
<div class="header">
|
||||||
<span>Case 1</span>
|
<div class="logo"></div>
|
||||||
</div>
|
<div class="text">CAMPUS INFORMATIQUE ET MARKETING DIGITAL</div>
|
||||||
<div id="colonne" class="col-md" style="background-color: rgb(111, 90, 187)">
|
</div>
|
||||||
<span>Case 2</span>
|
<form id="connection">
|
||||||
</div>
|
|
||||||
<div id="colonne" class="col-md" style="background-color: rgb(199, 190, 111)">
|
<h1 class="h3 mb-3 fw-normal">Connectez vous</h1>
|
||||||
<span>Case 3</span>
|
|
||||||
</div>
|
<div class="form-floating">
|
||||||
|
<input type="email" class="form-control" id="floatingInput" placeholder="name@example.com">
|
||||||
|
<label for="floatingInput">E-mail</label>
|
||||||
|
</div>
|
||||||
|
<div class="form-floating">
|
||||||
|
<input type="password" class="form-control" id="floatingPassword" placeholder="Password">
|
||||||
|
<label for="floatingPassword">Mot de passe</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
<div class="form-check text-start my-3">
|
||||||
|
<input class="form-check-input" type="checkbox" value="remember-me" id="flexCheckDefault">
|
||||||
|
<label class="form-check-label" for="flexCheckDefault">
|
||||||
|
Se rappeler de moi
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
<button id="btn" class="btn btn-primary w-100 py-2" type="submit">Se connecter</button>
|
||||||
|
<p class="mt-5 mb-3 text-body-secondary">© 2017–2024</p>
|
||||||
|
</form>
|
||||||
|
|
||||||
|
<a href="liste.html">liste des étudiants</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
+11
-1
@@ -7,6 +7,9 @@
|
|||||||
<link rel="stylesheet" href="style.css">
|
<link rel="stylesheet" href="style.css">
|
||||||
<!--Lien bootstrap-->
|
<!--Lien bootstrap-->
|
||||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
|
||||||
|
<!--DataTable-->
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="https://cdn.datatables.net/2.1.8/css/dataTables.dataTables.css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav id="navig" class="navbar navbar-expand-lg bg-body-tertiary">
|
<nav id="navig" class="navbar navbar-expand-lg bg-body-tertiary">
|
||||||
@@ -49,7 +52,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<h1>Listes des étudiants</h1>
|
<h1>Listes des étudiants</h1>
|
||||||
<div class="Liste">
|
<div class="Liste">
|
||||||
<table class="table">
|
<table class="table" id="maTable">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col">#</th>
|
<th scope="col">#</th>
|
||||||
@@ -105,5 +108,12 @@
|
|||||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
|
||||||
<!--Jquery-->
|
<!--Jquery-->
|
||||||
<script src="https://code.jquery.com/jquery-3.7.1.js" integrity="sha256-eKhayi8LEQwp4NKxN+CfCh+3qOVUtJn3QNZ0TciWLP4=" crossorigin="anonymous"></script>
|
<script src="https://code.jquery.com/jquery-3.7.1.js" integrity="sha256-eKhayi8LEQwp4NKxN+CfCh+3qOVUtJn3QNZ0TciWLP4=" crossorigin="anonymous"></script>
|
||||||
|
<!--DataBase-->
|
||||||
|
<script src="https://cdn.datatables.net/2.1.8/js/dataTables.js"></script>
|
||||||
|
<script>
|
||||||
|
$(document).ready( function () {
|
||||||
|
$('#maTable').DataTable();
|
||||||
|
} );
|
||||||
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ a{
|
|||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
.Liste{
|
.Liste{
|
||||||
width: 50%;
|
width: 60%;
|
||||||
margin: 64px auto;
|
margin: 64px auto;
|
||||||
}
|
}
|
||||||
.header{
|
.header{
|
||||||
|
|||||||
@@ -0,0 +1,86 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
||||||
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css">
|
||||||
|
<link rel="stylesheet" href="style.css">
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<script defer src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
|
||||||
|
<title>Document</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header>
|
||||||
|
<div class="row d-flex justify-content-end w-100">
|
||||||
|
<div class="w-25 ms-5 d-flex justify-content-center ">
|
||||||
|
<i class="bi bi-instagram me-3"></i>
|
||||||
|
<i class="bi bi-facebook"></i>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="flex-row d-flex align-items-center justify-content-center w-100 p-3">
|
||||||
|
<div class="flex-row d-flex align-items-center justify-content-center">
|
||||||
|
<img id="logo" src="public/logo.png" alt="Logo expernet écoles de formation" class="w-20">
|
||||||
|
<h4 class="ms-3 w-50">CENTRE DE FORMATION INFORMATIQUEÀ LA RÉUNION DEPUIS 2002 !</h4>
|
||||||
|
</div>
|
||||||
|
<div class="d-flex flex-column">
|
||||||
|
<button type="button" class="btn btn-warning mb-3"><i class="bi bi-calculator"></i> Demande de devis</button>
|
||||||
|
<button type="button" class="btn btn-warning"><i class="i bi-calculator"></i> Découvrez-notre école</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div></div>
|
||||||
|
<nav class="navbar navbar-expand-lg bg-info">
|
||||||
|
<div class="container-fluid d-flex justify-content-center align-items-center">
|
||||||
|
<ul class="d-flex flex-row gap-4 m-0 p-4">
|
||||||
|
<li class="list-group-item"><a class="text-decoration-none text-light" href="">NOS CENTRE</a></li>
|
||||||
|
<li class="list-group-item"><a class="text-decoration-none text-light" href="">FORMATION</a></li>
|
||||||
|
<li class="list-group-item"><a class="text-decoration-none text-light" href="">PLANNING</a></li>
|
||||||
|
<li class="list-group-item"><a class="text-decoration-none text-light" href="">FINACEMENT</a></li>
|
||||||
|
<li class="list-group-item"><a class="text-decoration-none text-light" href="">DIGITAL-LEARNING</a></li>
|
||||||
|
<li class="list-group-item"><a class="text-decoration-none text-light" href="">BLOG</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
</header>
|
||||||
|
<main class="row p-5">
|
||||||
|
<div class="col d-flex align-items-center">
|
||||||
|
<p class="text-justify text-light fs-4">Lorem ipsum dolor sit amet consectetur adipisicing elit. Esse sequi animi officia accusamus, ad reprehenderit dolor iusto ab suscipit nihil deleniti, aspernatur at quia cumque delectus, necessitatibus sunt. Accusantium, inventore!</p>
|
||||||
|
</div>
|
||||||
|
<div class="card border-0 col" id="card">
|
||||||
|
<div class="card-body">
|
||||||
|
<form>
|
||||||
|
<div class="row mb-3">
|
||||||
|
<div class="col-sm-10">
|
||||||
|
<input type="email" placeholder="Votre email" class="form-control" id="inputEmail3" required>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="row mb-3">
|
||||||
|
<div class="col-sm-10">
|
||||||
|
<input type="password" placeholder="Entrez votre mot de passe..." class="form-control" id="inputPassword3" required>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="row mb-3">
|
||||||
|
<div class="col-sm-10 offset-sm-2">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<button type="submit" class="btn btn-primary">Connexion</button>
|
||||||
|
<p class="mt-3">
|
||||||
|
<a href="list.html" class="link-offset-2 link-underline link-underline-opacity-0" href="#">Direction vers la liste des étudiant</a>
|
||||||
|
</p>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</main>
|
||||||
|
<footer class="bg-info">
|
||||||
|
<div class="container-fluid d-flex justify-content-center align-items-center">
|
||||||
|
<ul class="d-flex flex-row gap-4 m-0 p-4">
|
||||||
|
<li class="list-group-item"><a class="text-decoration-none text-light" href="">NOS CENTRE</a></li>
|
||||||
|
<li class="list-group-item"><a class="text-decoration-none text-light" href="">FORMATION</a></li>
|
||||||
|
<li class="list-group-item"><a class="text-decoration-none text-light" href="">PLANNING</a></li>
|
||||||
|
<li class="list-group-item"><a class="text-decoration-none text-light" href="">FINACEMENT</a></li>
|
||||||
|
<li class="list-group-item"><a class="text-decoration-none text-light" href="">DIGITAL-LEARNING</a></li>
|
||||||
|
<li class="list-group-item"><a class="text-decoration-none text-light" href="">BLOG</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@@ -0,0 +1,107 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
||||||
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css">
|
||||||
|
<link rel="stylesheet" href="style.css">
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<script defer src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
|
||||||
|
<title>Document</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header>
|
||||||
|
<div class="row d-flex justify-content-end w-100">
|
||||||
|
<div class="w-25 ms-5 d-flex justify-content-center ">
|
||||||
|
<i class="bi bi-instagram me-3"></i>
|
||||||
|
<i class="bi bi-facebook"></i>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="flex-row d-flex align-items-center justify-content-center w-100 p-3">
|
||||||
|
<div class="flex-row d-flex align-items-center justify-content-center">
|
||||||
|
<img id="logo" src="public/logo.png" alt="Logo expernet écoles de formation" class="w-20">
|
||||||
|
<h4 class="ms-3 w-50">CENTRE DE FORMATION INFORMATIQUEÀ LA RÉUNION DEPUIS 2002 !</h4>
|
||||||
|
</div>
|
||||||
|
<div class="d-flex flex-column">
|
||||||
|
<button type="button" class="btn btn-warning mb-3"><i class="bi bi-calculator"></i> Demande de devis</button>
|
||||||
|
<button type="button" class="btn btn-warning"><i class="i bi-calculator"></i> Découvrez-notre école</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div></div>
|
||||||
|
<nav class="navbar navbar-expand-lg bg-info">
|
||||||
|
<div class="container-fluid d-flex justify-content-center align-items-center">
|
||||||
|
<ul class="d-flex flex-row gap-4 m-0 p-4">
|
||||||
|
<li class="list-group-item"><a class="text-decoration-none text-light" href="">NOS CENTRE</a></li>
|
||||||
|
<li class="list-group-item"><a class="text-decoration-none text-light" href="">FORMATION</a></li>
|
||||||
|
<li class="list-group-item"><a class="text-decoration-none text-light" href="">PLANNING</a></li>
|
||||||
|
<li class="list-group-item"><a class="text-decoration-none text-light" href="">FINACEMENT</a></li>
|
||||||
|
<li class="list-group-item"><a class="text-decoration-none text-light" href="">DIGITAL-LEARNING</a></li>
|
||||||
|
<li class="list-group-item"><a class="text-decoration-none text-light" href="">BLOG</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
</header>
|
||||||
|
<main>
|
||||||
|
<table class="table">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th scope="col">Num</th>
|
||||||
|
<th scope="col">Nom</th>
|
||||||
|
<th scope="col">Prenom</th>
|
||||||
|
<th scope="col">Formation</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">1</th>
|
||||||
|
<td>Boyer</td>
|
||||||
|
<td>Dorian</td>
|
||||||
|
<td>CDA</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">2</th>
|
||||||
|
<td>Clement</td>
|
||||||
|
<td>Théo</td>
|
||||||
|
<td>CDA</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">3</th>
|
||||||
|
<td>Grondin</td>
|
||||||
|
<td>Clarel</td>
|
||||||
|
<td>CDA</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">3</th>
|
||||||
|
<td>Munier</td>
|
||||||
|
<td>Jerome</td>
|
||||||
|
<td>CDA</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">3</th>
|
||||||
|
<td>Pedre</td>
|
||||||
|
<td>Gabriel</td>
|
||||||
|
<td>CDA</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">3</th>
|
||||||
|
<td>Demontis</td>
|
||||||
|
<td>Matisse</td>
|
||||||
|
<td>CDA</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">3</th>
|
||||||
|
<td>Ahyong</td>
|
||||||
|
<td>Emjy</td>
|
||||||
|
<td>CDA</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">3</th>
|
||||||
|
<td>Ahovey</td>
|
||||||
|
<td>SaintGeorge</td>
|
||||||
|
<td>CDA</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</main>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 48 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 8.0 KiB |
@@ -0,0 +1,10 @@
|
|||||||
|
#logo{
|
||||||
|
width: 20%;
|
||||||
|
}
|
||||||
|
main {
|
||||||
|
background: url(public/fond.webp);
|
||||||
|
}
|
||||||
|
#card{
|
||||||
|
backdrop-filter: blur(10px);
|
||||||
|
background-color: rgba(255, 255, 255, 0.4);
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user