Merge branch 'main' of https://github.com/farad77/Bidule
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 8.2 KiB |
+89
-3
@@ -1,13 +1,99 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>oui</title>
|
<title>Accueil</title>
|
||||||
<!-- Bootstrat css cdn -->
|
<!-- Bootstrat 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" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
<header>
|
||||||
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-2">
|
||||||
|
<br>
|
||||||
|
<img src="img.png"/>
|
||||||
|
</div>
|
||||||
|
<div class="col-6">
|
||||||
|
<h1>CENTRE DE</h1>
|
||||||
|
<h1>FORMATION</h1>
|
||||||
|
<h1>À LA RÉUNION DEPUIS 2002 !</h1>
|
||||||
|
</div>
|
||||||
|
<div class="col-4">
|
||||||
|
<br>
|
||||||
|
<button type="button" class="btn btn-warning">DEMANDE DE DEVIS</button>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<button type="button" class="btn btn-warning">DÉCOUVREZ NOTRE ÉCOLE</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<ul class="nav justify-content-center" style="background-color: #009DE0;">
|
||||||
|
<li class="nav-item">
|
||||||
|
<a class="nav-link disabled" href="#">LISTE ELEVES CDA8</a>
|
||||||
|
</li>
|
||||||
|
<li class="nav-item">
|
||||||
|
<a class="nav-link disabled" href="#">NOTRE CENTRE</a>
|
||||||
|
</li>
|
||||||
|
<li class="nav-item">
|
||||||
|
<a class="nav-link disabled" href="#">FORMATIONS</a>
|
||||||
|
</li>
|
||||||
|
<li class="nav-item">
|
||||||
|
<a class="nav-link disabled" href="#">PLANNING</a>
|
||||||
|
</li>
|
||||||
|
<li class="nav-item">
|
||||||
|
<a class="nav-link disabled" href="#">DIGITAL-LEARNING</a>
|
||||||
|
</li>
|
||||||
|
<li class="nav-item">
|
||||||
|
<a class="nav-link disabled" href="#">BLOG</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<h1>lessgo</h1>
|
<div class="container mt-5">
|
||||||
<p>test</p>
|
<h2 class="text-center">Connexion</h2>
|
||||||
|
<form>
|
||||||
|
<div class="mb-3">
|
||||||
|
<label for="email" class="form-label">Adresse e-mail</label>
|
||||||
|
<input type="email" class="form-control" id="email" required>
|
||||||
|
</div>
|
||||||
|
<div class="mb-3">
|
||||||
|
<label for="password" class="form-label">Mot de passe</label>
|
||||||
|
<input type="password" class="form-control" id="password" required>
|
||||||
|
</div>
|
||||||
|
<button type="submit" class="btn btn-primary">Se connecter</button>
|
||||||
|
</form>
|
||||||
|
<br>
|
||||||
|
<a href="./liste.html">Se connecter anonymement</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- <div class="container">
|
||||||
|
<div class="row">
|
||||||
|
|
||||||
|
<div class="col-md-4" style="background-color: aqua;">
|
||||||
|
<span>Case 1</span>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-4" style="background-color: white;">
|
||||||
|
<span>Case 2</span>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-4" style="background-color: rgb(255, 0, 212);">
|
||||||
|
<span>Case 3</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-3" style="background-color: aqua;">
|
||||||
|
<span>Case 4</span>
|
||||||
|
</div>
|
||||||
|
<div class="col-4" style="background-color: white;">
|
||||||
|
<span>Case 5</span>
|
||||||
|
</div>
|
||||||
|
<div class="col-5" style="background-color: rgb(255, 0, 212);">
|
||||||
|
<span>Case 6</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</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>
|
||||||
<!-- Js cdn -->
|
<!-- Js cdn -->
|
||||||
|
|||||||
@@ -0,0 +1,83 @@
|
|||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Liste élèves</title>
|
||||||
|
<!-- Bootstrat 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">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<header>
|
||||||
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-2">
|
||||||
|
<br>
|
||||||
|
<img src="img.png"/>
|
||||||
|
</div>
|
||||||
|
<div class="col-6">
|
||||||
|
<h1>CENTRE DE</h1>
|
||||||
|
<h1>FORMATION</h1>
|
||||||
|
<h1>À LA RÉUNION DEPUIS 2002 !</h1>
|
||||||
|
</div>
|
||||||
|
<div class="col-4">
|
||||||
|
<br>
|
||||||
|
<button type="button" class="btn btn-warning">DEMANDE DE DEVIS</button>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<button type="button" class="btn btn-warning">DÉCOUVREZ NOTRE ÉCOLE</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<ul class="nav justify-content-center" style="background-color: #009DE0;">
|
||||||
|
<li class="nav-item">
|
||||||
|
<a class="nav-link disabled" href="#">LISTE ELEVES CDA8</a>
|
||||||
|
</li>
|
||||||
|
<li class="nav-item">
|
||||||
|
<a class="nav-link disabled" href="#">NOTRE CENTRE</a>
|
||||||
|
</li>
|
||||||
|
<li class="nav-item">
|
||||||
|
<a class="nav-link disabled" href="#">FORMATIONS</a>
|
||||||
|
</li>
|
||||||
|
<li class="nav-item">
|
||||||
|
<a class="nav-link disabled" href="#">PLANNING</a>
|
||||||
|
</li>
|
||||||
|
<li class="nav-item">
|
||||||
|
<a class="nav-link disabled" href="#">DIGITAL-LEARNING</a>
|
||||||
|
</li>
|
||||||
|
<li class="nav-item">
|
||||||
|
<a class="nav-link disabled" href="#">BLOG</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<br>
|
||||||
|
<div class="container">
|
||||||
|
<h1>Liste des élèves de CDA8</h1>
|
||||||
|
</div>
|
||||||
|
<div class="container">
|
||||||
|
<ul class="list-group">
|
||||||
|
<li class="list-group-item">Gaby</li>
|
||||||
|
<li class="list-group-item">Dorian</li>
|
||||||
|
<li class="list-group-item">Julien</li>
|
||||||
|
<li class="list-group-item">Lou</li>
|
||||||
|
<li class="list-group-item">Saint-George</li>
|
||||||
|
<li class="list-group-item">Toma</li>
|
||||||
|
<li class="list-group-item">Théo</li>
|
||||||
|
<li class="list-group-item">Cheun</li>
|
||||||
|
<li class="list-group-item">Matisse</li>
|
||||||
|
<li class="list-group-item">Clarel</li>
|
||||||
|
<li class="list-group-item">Jeremy</li>
|
||||||
|
<li class="list-group-item">Jerome</li>
|
||||||
|
<li class="list-group-item">Gabriel</li>
|
||||||
|
<li class="list-group-item">Thomy</li>
|
||||||
|
<li class="list-group-item">Emjy</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- jquery cdn -->
|
||||||
|
<script src="https://code.jquery.com/jquery-3.7.1.js" integrity="sha256-eKhayi8LEQwp4NKxN+CfCh+3qOVUtJn3QNZ0TciWLP4=" crossorigin="anonymous"></script>
|
||||||
|
<!-- 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,47 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<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">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="position-absolute start-50 translate-middle" style="position: absolute; top: 5rem;">
|
||||||
|
<img src="https://expernet.re/wp-content/themes/tm-bootstrap/images/logo.png" alt="" style="height: 7rem;">
|
||||||
|
</div>
|
||||||
|
<div class="card w-16 position-absolute top-50 start-50 translate-middle" style="width: 30rem;">
|
||||||
|
<div class="card-header" style="background-color: #009de0;">
|
||||||
|
Formulaire de connection
|
||||||
|
</div>
|
||||||
|
<div class="card-body">
|
||||||
|
<div class="tab-content">
|
||||||
|
<div class="tab-pane fade show active" id="pills-login" role="tabpanel" aria-labelledby="tab-login">
|
||||||
|
<form>
|
||||||
|
<div class="text-center mb-3">
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div data-mdb-input-init class="form-outline mb-4">
|
||||||
|
<input type="email" id="loginName" class="form-control" />
|
||||||
|
<label class="form-label" for="loginName">Email</label>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div data-mdb-input-init class="form-outline mb-4">
|
||||||
|
<input type="password" id="loginPassword" class="form-control" />
|
||||||
|
<label class="form-label" for="loginPassword">Mot de passe</label>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<button type="submit" data-mdb-button-init data-mdb-ripple-init class="btn btn-primary btn-block mb-4">Se connecter</button>
|
||||||
|
|
||||||
|
<div class="text-center">
|
||||||
|
<p> Connection en étant annoyme <a href="./list.html">y aller</a></p>
|
||||||
|
</div>
|
||||||
|
<form>
|
||||||
|
</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>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
+144
@@ -0,0 +1,144 @@
|
|||||||
|
<!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">
|
||||||
|
<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 class="table table-dark table-striped table-bordered border-primary">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th scope="col">#</th>
|
||||||
|
<th scope="col">Nom et prénom</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">1</th>
|
||||||
|
<td>Ludovic RASSABY</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">2</th>
|
||||||
|
<td>AHOVEY Saint-George</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">3</th>
|
||||||
|
<td>AHYONG Emjy</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">4</th>
|
||||||
|
<td>BARRET Toma</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">5</th>
|
||||||
|
<td>CELEMANI Theo</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">6</th>
|
||||||
|
<td>Cheun RAMASSY</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">7</th>
|
||||||
|
<td>Demontis matisse</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">8</th>
|
||||||
|
<td>GRONDIN Clarel</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">9</th>
|
||||||
|
<td>Hoarau Jeremy</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">10</th>
|
||||||
|
<td>Julien HOARAU</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">11</th>
|
||||||
|
<td>Thomy NOEL</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">12</th>
|
||||||
|
<td>Lou DUCAUROY</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">13</th>
|
||||||
|
<td>PEDRE Gabriel</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">14</th>
|
||||||
|
<td>MUNIER Jerome</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">15</th>
|
||||||
|
<td>BOYER Dorian</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</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://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@@ -0,0 +1,57 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="fr">
|
||||||
|
<head>
|
||||||
|
<!-- bootstrap cdn css -->
|
||||||
|
<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 charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>Login</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="container">
|
||||||
|
<h1 style="font-family: 'Roboto Condensed', sans-serif; font-size: 30px; font-weight: 600;">CENTRE DE FORMATION INFORMATIQUE À LA RÉUNION DEPUIS 2002!</h1>
|
||||||
|
</div>
|
||||||
|
<div class="container" style="background-color: #009de0;">
|
||||||
|
<br>
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-3">
|
||||||
|
<img src="logo.png">
|
||||||
|
</div>
|
||||||
|
<div class="col-9">
|
||||||
|
<P style="font-family: 'Roboto Condensed', sans-serif; color: white;">Formulaire de connexion</P>
|
||||||
|
<form>
|
||||||
|
<div class="mb-3">
|
||||||
|
<label for="" class="form-label" style="color: #ffffff;">Email</label>
|
||||||
|
<input
|
||||||
|
type="email"
|
||||||
|
class="form-control"
|
||||||
|
name=""
|
||||||
|
id=""
|
||||||
|
aria-describedby="emailHelpId"
|
||||||
|
placeholder="exemple@gmail.com"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
<div class="mb-3">
|
||||||
|
<label for="" class="form-label" style="color: #ffffff;">Mot de passe</label>
|
||||||
|
<input
|
||||||
|
type="password"
|
||||||
|
class="form-control"
|
||||||
|
name=""
|
||||||
|
id=""
|
||||||
|
placeholder="Mot de passe"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
<button class="btn btn-secondary">Se connecter</button>
|
||||||
|
</form>
|
||||||
|
<br>
|
||||||
|
<a href="liste.html">Accès annonyme à la liste CDA</a>
|
||||||
|
<br>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- jQuery cdn script -->
|
||||||
|
<script src="https://cdn.jsdelivr.net/npm/jquery@3.7.1/dist/jquery.min.js"></script>
|
||||||
|
<!-- bootstrap cdn script -->
|
||||||
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@@ -0,0 +1,80 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- bootstrap cdn css -->
|
||||||
|
<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 charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>CDA8</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-3">
|
||||||
|
<img src="logo.png" style="width: 50%;">
|
||||||
|
</div>
|
||||||
|
<div class="col-9">
|
||||||
|
<h1 style="font-family: 'Roboto Condensed', sans-serif; font-size: 30px; font-weight: 600;">LISTE CONCEPTEUR DEVELOPPEUR APPLICATION</h1>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="container text-center" style="background-color: #009de0;">
|
||||||
|
<br>
|
||||||
|
<div class="table-responsive">
|
||||||
|
<table class="table table-primary">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th scope="col">NOM et Prenom</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr class="">
|
||||||
|
<td scope="row">AHOVEY Saint-George</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="">
|
||||||
|
<td scope="row">AH-YONG Emjy</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="">
|
||||||
|
<td scope="row">BARRET Toma</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="">
|
||||||
|
<td scope="row">CELEMANI Theo</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="">
|
||||||
|
<td scope="row">RAMASSY Cheun</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="">
|
||||||
|
<td scope="row">DEMONTIS Matisse</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="">
|
||||||
|
<td scope="row">DUCAUROY Lou</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="">
|
||||||
|
<td scope="row">GRONDIN Clarel</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="">
|
||||||
|
<td scope="row">HOARAU Jeremy</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="">
|
||||||
|
<td scope="row">MUNIER Jerome</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="">
|
||||||
|
<td scope="row">PEDRE Gabriel</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="">
|
||||||
|
<td scope="row">NOEL Thomy</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="">
|
||||||
|
<td scope="row">Dorian</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<!-- jQuery cdn script -->
|
||||||
|
<script src="https://cdn.jsdelivr.net/npm/jquery@3.7.1/dist/jquery.min.js"></script>
|
||||||
|
<!-- bootstrap cdn script -->
|
||||||
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
+63
-20
@@ -1,34 +1,77 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<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">
|
|
||||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
|
|
||||||
<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>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav
|
|
||||||
class="nav justify-content-center"
|
|
||||||
>
|
|
||||||
<a class="nav-link active" href="#" aria-current="page"
|
|
||||||
>Active link</a
|
|
||||||
>
|
|
||||||
<a class="nav-link" href="#">Link</a>
|
|
||||||
<a class="nav-link disabled" href="#">Disabled link</a>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
<div class="d-grid gap-2">
|
<nav class="navbar navbar-expand navbar-light" style="background-color: #009de0;">
|
||||||
<button
|
<ul class="nav navbar-nav">
|
||||||
type="button"
|
<li class="nav-item">
|
||||||
name="Despacito"
|
<a class="nav-link active" href="#" aria-current="page"
|
||||||
|
>Despacito <span class="visually-hidden">(current)</span></a
|
||||||
|
>
|
||||||
|
</li>
|
||||||
|
<li class="nav-item">
|
||||||
|
<a class="nav-link" href="#">
|
||||||
|
formation@expernet.re</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
<form
|
||||||
|
class="container rounded-3 border-1 shadow-lg" style="background-color: #009de0; padding: 1%;"
|
||||||
|
>
|
||||||
|
<div class="mb-2">
|
||||||
|
<label for="" class="form-label">Email</label>
|
||||||
|
<input
|
||||||
|
type="email"
|
||||||
|
class="form-control"
|
||||||
|
name=""
|
||||||
|
id=""
|
||||||
|
aria-describedby="emailHelpId"
|
||||||
|
placeholder="abc@mail.com"
|
||||||
|
/>
|
||||||
|
<small id="emailHelpId" class="form-text text-muted"></small>
|
||||||
|
</div>
|
||||||
|
<div class="mb-2">
|
||||||
|
<label for="" class="form-label">Password</label>
|
||||||
|
<input
|
||||||
|
type="password"
|
||||||
|
class="form-control"
|
||||||
|
name=""
|
||||||
|
id=""
|
||||||
|
placeholder=""
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
<div class="2">
|
||||||
|
<a
|
||||||
|
name=""
|
||||||
|
id=""
|
||||||
|
class="btn btn-primary"
|
||||||
|
href="liste.html"
|
||||||
|
role="button"
|
||||||
|
>Login</a
|
||||||
|
>
|
||||||
|
<a
|
||||||
|
name=""
|
||||||
id=""
|
id=""
|
||||||
class="btn btn-primary"
|
class="btn btn-primary"
|
||||||
>
|
href="#"
|
||||||
Despacito
|
role="button"
|
||||||
</button>
|
>Button</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</form>
|
||||||
|
|
||||||
|
|
||||||
|
<script src="https://code.jquery.com/jquery-3.7.1.js" integrity="sha256-eKhayi8LEQwp4NKxN+CfCh+3qOVUtJn3QNZ0TciWLP4=" crossorigin="anonymous"></script>
|
||||||
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
||||||
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@@ -0,0 +1,154 @@
|
|||||||
|
<!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"
|
||||||
|
/>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<header>
|
||||||
|
</header>
|
||||||
|
<main>
|
||||||
|
<table class="table">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th scope="col">#</th>
|
||||||
|
<th scope="col">First</th>
|
||||||
|
<th scope="col">Last</th>
|
||||||
|
<th scope="col">class</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">1</th>
|
||||||
|
<td>Clarel</td>
|
||||||
|
<td>GRONDIN</td>
|
||||||
|
<td>CDA8</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">2</th>
|
||||||
|
<td>Jérémy</td>
|
||||||
|
<td>HOARAU</td>
|
||||||
|
<td>CDA8</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">3</th>
|
||||||
|
<td>Lou</td>
|
||||||
|
<td>DUCAUROY</td>
|
||||||
|
<td>CDA8</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">4</th>
|
||||||
|
<td>Toma</td>
|
||||||
|
<td>BARRET</td>
|
||||||
|
<td>CDA8</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">5</th>
|
||||||
|
<td>Jérôme</td>
|
||||||
|
<td>MUNIER</td>
|
||||||
|
<td>CDA8</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">6</th>
|
||||||
|
<td>Cheun</td>
|
||||||
|
<td>RAMASSY</td>
|
||||||
|
<td>CDA8</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">7</th>
|
||||||
|
<td>Dorian</td>
|
||||||
|
<td>BOYER</td>
|
||||||
|
<td>CDA8</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">8</th>
|
||||||
|
<td>Gabriel</td>
|
||||||
|
<td>PEDRE</td>
|
||||||
|
<td>CDA8</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">9</th>
|
||||||
|
<td>Saint-Georges</td>
|
||||||
|
<td>AHOVEY</td>
|
||||||
|
<td>CDA8</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">10</th>
|
||||||
|
<td>Thomy</td>
|
||||||
|
<td>NOEL</td>
|
||||||
|
<td>CDA8</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">11</th>
|
||||||
|
<td>Matisse</td>
|
||||||
|
<td>DEMONTIS</td>
|
||||||
|
<td>CDA8</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">12</th>
|
||||||
|
<td>Ludovic</td>
|
||||||
|
<td>RASSABY</td>
|
||||||
|
<td>CDA8</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">13</th>
|
||||||
|
<td>Julien</td>
|
||||||
|
<td>HOARAU</td>
|
||||||
|
<td>CDA8</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">14</th>
|
||||||
|
<td>Emjy</td>
|
||||||
|
<td>AH-YONG</td>
|
||||||
|
<td>CDA8</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">15</th>
|
||||||
|
<td>Théo</td>
|
||||||
|
<td>CELEMANI</td>
|
||||||
|
<td>CDA8</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
<a
|
||||||
|
name=""
|
||||||
|
id=""
|
||||||
|
class="btn btn-primary"
|
||||||
|
href="index.html"
|
||||||
|
role="button"
|
||||||
|
>Back</a
|
||||||
|
>
|
||||||
|
|
||||||
|
</main>
|
||||||
|
<footer>
|
||||||
|
<!-- place footer here -->
|
||||||
|
</footer>
|
||||||
|
<!-- 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>
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 195 KiB |
@@ -6,15 +6,76 @@
|
|||||||
<title>Page de Clarel</title>
|
<title>Page de Clarel</title>
|
||||||
<meta name='viewport' content='width=device-width, initial-scale=1'>
|
<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.jsdelivr.net/npm/bootstrap@4.1.3/dist/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
|
||||||
<script src='main.js'></script>
|
|
||||||
</head>
|
</head>
|
||||||
<body style="background-image: url('https://wallpaperaccess.com/full/4623107.png');" class="text-white">
|
<body style="background-image: url('https://expernet-campus.re/wp-content/uploads/2021/12/entree-expernet-campus-informatique-1024x576.png');" class="text-white">
|
||||||
<p class="text-center"><i>Ceci est la page de Clarel</i></p>
|
<h1><p class="text-center pt-3 pb-5"><i>CDA8 : Expernet 2024-2026</i></p></h1>
|
||||||
<div class="d-flex align-middle justify-content-center">
|
|
||||||
<div class="d-flex flex-column bg-dark rounded p-2">
|
<div class="pl-5">
|
||||||
<div class="text-center pb-2">Bienvenue mon Rèf</div>
|
<a href="C:\Users\lenovo\Documents\RemoteRepository\ExternalWorkspace\Bidule\GRONDINClarel\login.html" class="btn btn-primary">
|
||||||
<div class="d-flex justify-content-center"><a href="https://github.com/Farad77/Bidule" class="btn btn-primary mb-3">GitHub</a></div>
|
<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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="pt-5">
|
||||||
|
<table class="table table-bordered container">
|
||||||
|
<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>
|
</div>
|
||||||
|
|
||||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
|
||||||
|
|||||||
@@ -0,0 +1,55 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset='utf-8'>
|
||||||
|
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
|
||||||
|
<title>Connexion</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">
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="col-md pb-2 d-flex justify-content-center">
|
||||||
|
<form class="d-flex flex-column rounded p-5 card">
|
||||||
|
<img src="https://expernet.re/wp-content/themes/tm-bootstrap/images/logo.png" alt="expernet" class=" pb-4 img-fluid">
|
||||||
|
|
||||||
|
<!-- Email input -->
|
||||||
|
<div data-mdb-input-init class="form-outline mb-4">
|
||||||
|
<label class="form-label" for="form2Example1">Adresse mail :</label>
|
||||||
|
<input type="email" id="form2Example1" class="form-control" />
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Password input -->
|
||||||
|
<div data-mdb-input-init class="form-outline mb-4">
|
||||||
|
<label class="form-label" for="form2Example2">Mot de passe :</label>
|
||||||
|
<input type="password" id="form2Example2" class="form-control" />
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- 2 column grid layout for inline styling -->
|
||||||
|
<div class="row mb-4">
|
||||||
|
<div class="col d-flex justify-content-center">
|
||||||
|
<!-- Checkbox -->
|
||||||
|
<div class="form-check">
|
||||||
|
<label class="form-check-label" for="form2Example31"> Se souvenir de moi </label>
|
||||||
|
<input class="form-check-input" type="checkbox" value="" id="form2Example31" checked />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="col">
|
||||||
|
<!-- Simple link -->
|
||||||
|
<a href="#!">Mot de passe oublié</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Submit button -->
|
||||||
|
<button type="button" data-mdb-button-init data-mdb-ripple-init class="btn btn-primary btn-block mb-4">Se connecter</button>
|
||||||
|
|
||||||
|
<!-- Register buttons -->
|
||||||
|
<div class="text-center">
|
||||||
|
<p>Pas inscrit ? <a href="#!">S'inscrire</a></p>
|
||||||
|
<p>ou se connecter en anonyme avec :</p>
|
||||||
|
<a href="C:\Users\lenovo\Documents\RemoteRepository\ExternalWorkspace\Bidule\GRONDINClarel\index.html" class="">Anonyme</a>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
+28
-17
@@ -1,22 +1,33 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="fr">
|
<html lang="fr">
|
||||||
<head>
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
<title>Coucou</title>
|
<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>Connexion - CDA8</title>
|
||||||
</head>
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||||
<body>
|
<link rel="stylesheet" href="styles.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Yooooo</h1>
|
<div class="container d-flex justify-content-center align-items-center vh-100">
|
||||||
<p>Hello!</p>
|
<div class="card p-5 shadow-lg" style="width: 400px;">
|
||||||
<script
|
<h3 class="text-center mb-4">Connexion à CDA8</h3>
|
||||||
src="https://code.jquery.com/jquery-3.7.1.min.js"
|
<form>
|
||||||
integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo="
|
<div class="mb-3">
|
||||||
crossorigin="anonymous">
|
<label for="email" class="form-label">Email</label>
|
||||||
</script>
|
<input type="email" class="form-control" id="email" placeholder="Entrez votre email" required>
|
||||||
|
</div>
|
||||||
|
<div class="mb-3">
|
||||||
|
<label for="password" class="form-label">Mot de passe</label>
|
||||||
|
<input type="password" class="form-control" id="password" placeholder="Entrez votre mot de passe" required>
|
||||||
|
</div>
|
||||||
|
<button type="submit" class="btn btn-primary w-100">Se connecter</button>
|
||||||
|
</form>
|
||||||
|
<div class="mt-3 text-center">
|
||||||
|
<a href="liste.html" class="text-decoration-none text-primary">Se connecter anonymement</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<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.0-alpha1/dist/js/bootstrap.bundle.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>
|
</body>
|
||||||
</body>
|
</html>
|
||||||
</html>
|
|
||||||
|
|||||||
@@ -0,0 +1,151 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="fr">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>Liste des étudiants CDA8</title>
|
||||||
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||||
|
<link rel="stylesheet" href="style.css">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<!-- Navbar -->
|
||||||
|
<nav class="navbar navbar-expand-lg navbar-light bg-white shadow-sm">
|
||||||
|
<div class="container">
|
||||||
|
<a class="navbar-brand" href="#">
|
||||||
|
<img src="https://expernet-campus.re/wp-content/uploads/2020/06/Logo-EXPERNET-2024.png" alt="" width="150">
|
||||||
|
</a>
|
||||||
|
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
|
||||||
|
<span class="navbar-toggler-icon"></span>
|
||||||
|
</button>
|
||||||
|
<div class="collapse navbar-collapse" id="navbarNav">
|
||||||
|
<ul class="navbar-nav ms-auto">
|
||||||
|
<li class="nav-item">
|
||||||
|
<a class="btn btn-warning text-white ms-3" href="https://expernet-campus.re/wp-content/uploads/2024/08/Brochure-expernet-campus-2024.pdf">Brochure</a>
|
||||||
|
</li>
|
||||||
|
<li class="nav-item">
|
||||||
|
<a class="btn btn-warning text-white ms-2" href="https://expernet-campus.re/inscription/">Inscription</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
<!-- Main content -->
|
||||||
|
<div class="container mt-5">
|
||||||
|
<h1 class="text-center mb-4">Liste des étudiants de la classe CDA8</h1>
|
||||||
|
<table class="table table-hover table-bordered shadow-sm">
|
||||||
|
<thead class="table-primary">
|
||||||
|
<tr>
|
||||||
|
<th>#</th>
|
||||||
|
<th>Prénom</th>
|
||||||
|
<th>Email</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td>1</td>
|
||||||
|
<td>AHOVEYSaintGeorge</td>
|
||||||
|
<td>1@exemple.com</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>2</td>
|
||||||
|
<td>AHYONG_Emjy</td>
|
||||||
|
<td>2@exemple.com</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>3</td>
|
||||||
|
<td>BToma</td>
|
||||||
|
<td>3@exemple.com</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>4</td>
|
||||||
|
<td>CELEMANITheo</td>
|
||||||
|
<td>4@exemple.com</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>5</td>
|
||||||
|
<td>Cheun RAMASSY</td>
|
||||||
|
<td>5@exemple.com</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>6</td>
|
||||||
|
<td>Demontis matisse</td>
|
||||||
|
<td>6@exemple.com</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>7</td>
|
||||||
|
<td>GRONDINClarel</td>
|
||||||
|
<td>7@exemple.com</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>8</td>
|
||||||
|
<td>Jeremy_Hoarau</td>
|
||||||
|
<td>8@exemple.com</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>9</td>
|
||||||
|
<td>MUNIERJerome</td>
|
||||||
|
<td>9@exemple.com</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>10</td>
|
||||||
|
<td>SebastienM</td>
|
||||||
|
<td>10@exemple.com</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>11</td>
|
||||||
|
<td>Thomy Noel</td>
|
||||||
|
<td>11@exemple.com</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>12</td>
|
||||||
|
<td>dorian</td>
|
||||||
|
<td>12@exemple.com</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>13</td>
|
||||||
|
<td>Pedre Gabriel</td>
|
||||||
|
<td>13@exemple.com</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer class="bg-light text-center text-lg-start mt-5">
|
||||||
|
<div class="container p-4">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-lg-6 col-md-12 mb-4 mb-md-0">
|
||||||
|
<h5 class="text-uppercase">CDA8 - Expernet</h5>
|
||||||
|
<p>
|
||||||
|
Campus informatique et marketing digital. Préparez vos diplômes en alternance de BAC+2 à BAC+5.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="col-lg-6 col-md-12 text-center">
|
||||||
|
<ul class="list-unstyled mb-0">
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="text-center p-3 bg-primary text-white">
|
||||||
|
© 2024 CDA8 - Expernet
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -0,0 +1,32 @@
|
|||||||
|
body {
|
||||||
|
font-family: 'Arial', sans-serif;
|
||||||
|
background-color: #faf8f8;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar {
|
||||||
|
border-bottom: 2px solid #0056b3;
|
||||||
|
}
|
||||||
|
|
||||||
|
.table {
|
||||||
|
border-collapse: separate;
|
||||||
|
border-spacing: 0 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.table-primary {
|
||||||
|
background-color: #0056b3;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-warning {
|
||||||
|
background-color: #ffcc00;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer {
|
||||||
|
background-color: #f1f1f1;
|
||||||
|
padding: 20px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.text-primary {
|
||||||
|
color: #0056b3 !important;
|
||||||
|
}
|
||||||
+145
-16
@@ -1,17 +1,146 @@
|
|||||||
<html>
|
<!-- index.html -->
|
||||||
<head>
|
<!DOCTYPE html>
|
||||||
<title>Coucou </title>
|
<html lang="fr">
|
||||||
<!-- bootstrap css cdn-->
|
<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">
|
<meta charset="UTF-8">
|
||||||
</head>
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<body>
|
<title>Connexion - Expernet</title>
|
||||||
<h1>Message pour le monde!</h1>
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||||
<p>Hello!</p>
|
<style>
|
||||||
|
:root {
|
||||||
|
--primary-color: #00A0E3; /* Bleu Expernet */
|
||||||
|
--secondary-color: #FFB800; /* Jaune Expernet */
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
background-color: #ffffff;
|
||||||
|
font-family: 'Roboto', Arial, sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar {
|
||||||
|
background-color: white;
|
||||||
|
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
|
||||||
|
padding: 1rem 0;
|
||||||
|
}
|
||||||
|
|
||||||
<!-- jquery cdn-->
|
.navbar-brand img {
|
||||||
<script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
|
height: 40px;
|
||||||
<!-- 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>
|
.top-bar {
|
||||||
</body>
|
background-color: var(--primary-color);
|
||||||
</html>
|
color: white;
|
||||||
|
padding: 0.5rem 0;
|
||||||
|
font-size: 0.9rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.top-bar a {
|
||||||
|
color: white;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-primary {
|
||||||
|
background-color: var(--secondary-color);
|
||||||
|
border-color: var(--secondary-color);
|
||||||
|
color: #000;
|
||||||
|
font-weight: 500;
|
||||||
|
padding: 0.5rem 1.5rem;
|
||||||
|
border-radius: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-primary:hover {
|
||||||
|
background-color: #e6a600;
|
||||||
|
border-color: #e6a600;
|
||||||
|
color: #000;
|
||||||
|
}
|
||||||
|
|
||||||
|
.login-container {
|
||||||
|
max-width: 450px;
|
||||||
|
margin: 80px auto;
|
||||||
|
padding: 30px;
|
||||||
|
background-color: white;
|
||||||
|
border-radius: 10px;
|
||||||
|
box-shadow: 0 0 20px rgba(0,0,0,0.1);
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-control {
|
||||||
|
border-radius: 5px;
|
||||||
|
padding: 0.75rem;
|
||||||
|
border: 1px solid #ddd;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
color: var(--primary-color);
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
|
|
||||||
|
.social-links {
|
||||||
|
position: absolute;
|
||||||
|
top: 10px;
|
||||||
|
right: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.social-links a {
|
||||||
|
color: var(--primary-color);
|
||||||
|
margin-left: 10px;
|
||||||
|
font-size: 1.2rem;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="top-bar">
|
||||||
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-md-6">
|
||||||
|
<i class="fas fa-phone-alt"></i> 02 62 21 90 45
|
||||||
|
</div>
|
||||||
|
<div class="col-md-6 text-end">
|
||||||
|
<a href="mailto:formation@expernet.re">
|
||||||
|
<i class="fas fa-envelope"></i> formation@expernet.re
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<nav class="navbar navbar-light">
|
||||||
|
<div class="container">
|
||||||
|
<a class="navbar-brand" href="#">
|
||||||
|
<img src="logo.png" alt="Expernet">
|
||||||
|
</a>
|
||||||
|
<div class="social-links">
|
||||||
|
<a href="#"><i class="fab fa-linkedin"></i></a>
|
||||||
|
<a href="#"><i class="fab fa-facebook"></i></a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
<div class="container">
|
||||||
|
<div class="login-container">
|
||||||
|
<h2 class="text-center mb-4">Espace de connexion</h2>
|
||||||
|
<form id="loginForm">
|
||||||
|
<div class="mb-3">
|
||||||
|
<label for="email" class="form-label">Email</label>
|
||||||
|
<input type="email" class="form-control" id="email" required>
|
||||||
|
</div>
|
||||||
|
<div class="mb-3">
|
||||||
|
<label for="password" class="form-label">Mot de passe</label>
|
||||||
|
<input type="password" class="form-control" id="password" required>
|
||||||
|
</div>
|
||||||
|
<button type="submit" class="btn btn-primary w-100">Se connecter</button>
|
||||||
|
</form>
|
||||||
|
<div class="text-center mt-3">
|
||||||
|
<a href="liste.html" class="text-primary">Accéder à la liste des étudiants CDA8</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
document.getElementById('loginForm').addEventListener('submit', function(e) {
|
||||||
|
e.preventDefault();
|
||||||
|
window.location.href = 'liste.html';
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@@ -0,0 +1,213 @@
|
|||||||
|
<!-- liste.html -->
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="fr">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>Liste des étudiants CDA8 - Expernet</title>
|
||||||
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||||
|
<style>
|
||||||
|
:root {
|
||||||
|
--primary-color: #00A0E3;
|
||||||
|
--secondary-color: #FFB800;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
background-color: #ffffff;
|
||||||
|
font-family: 'Roboto', Arial, sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
.top-bar {
|
||||||
|
background-color: var(--primary-color);
|
||||||
|
color: white;
|
||||||
|
padding: 0.5rem 0;
|
||||||
|
font-size: 0.9rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.top-bar a {
|
||||||
|
color: white;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.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);
|
||||||
|
}
|
||||||
|
|
||||||
|
.table thead {
|
||||||
|
background-color: var(--primary-color);
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-yellow {
|
||||||
|
background-color: var(--secondary-color);
|
||||||
|
border-color: var(--secondary-color);
|
||||||
|
color: #000;
|
||||||
|
font-weight: 500;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-yellow:hover {
|
||||||
|
background-color: #e6a600;
|
||||||
|
border-color: #e6a600;
|
||||||
|
color: #000;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
color: var(--primary-color);
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
|
|
||||||
|
.social-links {
|
||||||
|
position: absolute;
|
||||||
|
top: 10px;
|
||||||
|
right: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.social-links a {
|
||||||
|
color: var(--primary-color);
|
||||||
|
margin-left: 10px;
|
||||||
|
font-size: 1.2rem;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="top-bar">
|
||||||
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-md-6">
|
||||||
|
<i class="fas fa-phone-alt"></i> 02 62 21 90 45
|
||||||
|
</div>
|
||||||
|
<div class="col-md-6 text-end">
|
||||||
|
<a href="mailto:formation@expernet.re">
|
||||||
|
<i class="fas fa-envelope"></i> formation@expernet.re
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<nav class="navbar navbar-light">
|
||||||
|
<div class="container">
|
||||||
|
<a class="navbar-brand" href="#">
|
||||||
|
<img src="/api/placeholder/200/80" alt="Expernet">
|
||||||
|
</a>
|
||||||
|
<div>
|
||||||
|
<a href="repertoires.html" class="btn btn-yellow me-2">Voir les répertoires</a>
|
||||||
|
<a href="index.html" class="btn btn-yellow">Déconnexion</a>
|
||||||
|
</div>
|
||||||
|
<div class="social-links">
|
||||||
|
<a href="#"><i class="fab fa-linkedin"></i></a>
|
||||||
|
<a href="#"><i class="fab fa-facebook"></i></a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
<div class="container">
|
||||||
|
<div class="content-container">
|
||||||
|
<h2 class="mb-4">Liste des étudiants CDA8</h2>
|
||||||
|
<div class="table-responsive">
|
||||||
|
<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>-</td>
|
||||||
|
<td>Dorian</td>
|
||||||
|
<td>dorian@email.com</td>
|
||||||
|
<td><span class="badge bg-success">Actif</span></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 8.0 KiB |
+160
@@ -0,0 +1,160 @@
|
|||||||
|
<!-- repertoires.html -->
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="fr">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>Répertoires étudiants - Expernet</title>
|
||||||
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||||
|
<style>
|
||||||
|
:root {
|
||||||
|
--primary-color: #00A0E3;
|
||||||
|
--secondary-color: #FFB800;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
background-color: #ffffff;
|
||||||
|
font-family: 'Roboto', Arial, sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
.top-bar {
|
||||||
|
background-color: var(--primary-color);
|
||||||
|
color: white;
|
||||||
|
padding: 0.5rem 0;
|
||||||
|
font-size: 0.9rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.top-bar a {
|
||||||
|
color: white;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.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);
|
||||||
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
color: var(--primary-color);
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
|
|
||||||
|
.social-links {
|
||||||
|
position: absolute;
|
||||||
|
top: 10px;
|
||||||
|
right: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.social-links a {
|
||||||
|
color: var(--primary-color);
|
||||||
|
margin-left: 10px;
|
||||||
|
font-size: 1.2rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.directory-list {
|
||||||
|
list-style: none;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.directory-link {
|
||||||
|
display: block;
|
||||||
|
padding: 15px 20px;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
background-color: #f8f9fa;
|
||||||
|
border-radius: 5px;
|
||||||
|
color: #333;
|
||||||
|
text-decoration: none;
|
||||||
|
transition: all 0.3s ease;
|
||||||
|
border-left: 4px solid var(--primary-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.directory-link:hover {
|
||||||
|
background-color: #e9ecef;
|
||||||
|
transform: translateX(5px);
|
||||||
|
color: var(--primary-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.directory-link i {
|
||||||
|
margin-right: 10px;
|
||||||
|
color: var(--primary-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-yellow {
|
||||||
|
background-color: var(--secondary-color);
|
||||||
|
border-color: var(--secondary-color);
|
||||||
|
color: #000;
|
||||||
|
font-weight: 500;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-yellow:hover {
|
||||||
|
background-color: #e6a600;
|
||||||
|
border-color: #e6a600;
|
||||||
|
color: #000;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="top-bar">
|
||||||
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-md-6">
|
||||||
|
<i class="fas fa-phone-alt"></i> 02 62 21 90 45
|
||||||
|
</div>
|
||||||
|
<div class="col-md-6 text-end">
|
||||||
|
<a href="mailto:formation@expernet.re">
|
||||||
|
<i class="fas fa-envelope"></i> formation@expernet.re
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<nav class="navbar navbar-light">
|
||||||
|
<div class="container">
|
||||||
|
<a class="navbar-brand" href="#">
|
||||||
|
<img src="SebastienM/logo.png" alt="Expernet">
|
||||||
|
</a>
|
||||||
|
<div>
|
||||||
|
<a href="index.html" class="btn btn-yellow">Déconnexion</a>
|
||||||
|
</div>
|
||||||
|
<div class="social-links">
|
||||||
|
<a href="#"><i class="fab fa-linkedin"></i></a>
|
||||||
|
<a href="#"><i class="fab fa-facebook"></i></a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
<div class="container">
|
||||||
|
<div class="content-container">
|
||||||
|
<h2 class="mb-4">Répertoires des étudiants</h2>
|
||||||
|
<ul class="directory-list">
|
||||||
|
<li><a href="AHOVEYSaintGeorge/index.html" class="directory-link"><i class="fas fa-folder"></i>AHOVEYSaintGeorge</a></li>
|
||||||
|
<li><a href="AHYONG_Emjy/index.html" class="directory-link"><i class="fas fa-folder"></i>AHYONG_Emjy</a></li>
|
||||||
|
<li><a href="BToma/index.html" class="directory-link"><i class="fas fa-folder"></i>BToma</a></li>
|
||||||
|
<li><a href="CELEMANITheo/index.html" class="directory-link"><i class="fas fa-folder"></i>CELEMANITheo</a></li>
|
||||||
|
<li><a href="Cheun RAMASSY/index.html" class="directory-link"><i class="fas fa-folder"></i>Cheun RAMASSY</a></li>
|
||||||
|
<li><a href="Demontis matisse/index.html" class="directory-link"><i class="fas fa-folder"></i>Demontis matisse</a></li>
|
||||||
|
<li><a href="GRONDINClarel/index.html" class="directory-link"><i class="fas fa-folder"></i>GRONDINClarel</a></li>
|
||||||
|
<li><a href="Jeremy_Hoarau/index.html" class="directory-link"><i class="fas fa-folder"></i>Jeremy_Hoarau</a></li>
|
||||||
|
<li><a href="MUNIERJerome/index.html" class="directory-link"><i class="fas fa-folder"></i>MUNIERJerome</a></li>
|
||||||
|
<li><a href="Pedre_Gabriel/index.html" class="directory-link"><i class="fas fa-folder"></i>Pedre_Gabriel</a></li>
|
||||||
|
<li><a href="SebastienM/index.html" class="directory-link"><i class="fas fa-folder"></i>SebastienM</a></li>
|
||||||
|
<li><a href="Thomy Noel/index.html" class="directory-link"><i class="fas fa-folder"></i>Thomy Noel</a></li>
|
||||||
|
<li><a href="dorian/index.html" class="directory-link"><i class="fas fa-folder"></i>dorian</a></li>
|
||||||
|
<li><a href="louDucauroy/index.html" class="directory-link"><i class="fas fa-folder"></i>Lou </a></li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@@ -0,0 +1,68 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="fr">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<!-- boostrap 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">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>GDA</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<section class="vh-100">
|
||||||
|
<div class="container py-5 h-100">
|
||||||
|
<div class="row d-flex align-items-center justify-content-center h-100">
|
||||||
|
<div class="col-md-8 col-lg-7 col-xl-6">
|
||||||
|
<img src="téléchargement.png"
|
||||||
|
class="img-fluid" alt="Phone image">
|
||||||
|
</div>
|
||||||
|
<div class="col-md-7 col-lg-5 col-xl-5 offset-xl-1">
|
||||||
|
<form>
|
||||||
|
<!-- Mail input -->
|
||||||
|
<div data-mdb-input-init class="form-outline mb-4">
|
||||||
|
<input type="email" id="form1Example13" class="form-control form-control-lg" />
|
||||||
|
<label class="form-label" for="form1Example13">Adresse mail </label>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Mot de passe input -->
|
||||||
|
<div data-mdb-input-init class="form-outline mb-4">
|
||||||
|
<input type="password" id="form1Example23" class="form-control form-control-lg" />
|
||||||
|
<label class="form-label" for="form1Example23">Mot de passe </label>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="d-flex justify-content-around align-items-center mb-4">
|
||||||
|
<!-- Enregisté -->
|
||||||
|
<div class="form-check">
|
||||||
|
<input class="form-check-input" type="checkbox" value="" id="form1Example3" checked />
|
||||||
|
<label class="form-check-label" for="form1Example3"> Enregistré </label>
|
||||||
|
</div>
|
||||||
|
<a href="#!">Mot de passe oublier?</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- button -->
|
||||||
|
<button type="submit" data-mdb-button-init data-mdb-ripple-init class="btn btn-primary btn-lg btn-block">Connection</button>
|
||||||
|
|
||||||
|
<div class="divider d-flex align-items-center my-4">
|
||||||
|
<p class="text-center fw-bold mx-3 mb-0 text-muted">Ou</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<a data-mdb-ripple-init class="btn btn-primary btn-lg btn-block" style="background-color: #3b5998" href="list.html"
|
||||||
|
role="button">
|
||||||
|
<i class="fab fa-facebook-f me-2"></i>Connexion Anonyme
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- jquery cdn-->
|
||||||
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js" integrity="sha512-v2CJ7UaYy4JwqLDIrZUI/4hqeoQieOmAZNXBeQyjo21dadnwR+8ZaIJVT8EE2iyI61OV8e6M8PP2/4hpQINQ/g==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
|
||||||
|
<!-- boostrap 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,418 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="fr">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<!-- boostrap 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">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>GDA</title>
|
||||||
|
<link rel="stylesheet" href="style.css">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/boxicons/2.1.0/css/boxicons.min.css" integrity="sha512-pVCM5+SN2+qwj36KonHToF2p1oIvoU3bsqxphdOIWMYmgr4ZqD3t5DjKvvetKhXGc/ZG5REYTT6ltKfExEei/Q==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
||||||
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/MaterialDesign-Webfont/5.3.45/css/materialdesignicons.css" integrity="sha256-NAxhqDvtY0l4xn+YVa6WjAcmd94NNfttjNsDmNatFVc=" crossorigin="anonymous" />
|
||||||
|
|
||||||
|
<div class="container">
|
||||||
|
<div class="row align-items-center">
|
||||||
|
<div class="col-md-6">
|
||||||
|
<div class="mb-3">
|
||||||
|
<h5 class="card-title">Elève expernet <span class="text-muted fw-normal ms-2">(15)</span></h5>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-6">
|
||||||
|
<div class="d-flex flex-wrap align-items-center justify-content-end gap-2 mb-3">
|
||||||
|
<div>
|
||||||
|
<ul class="nav nav-pills">
|
||||||
|
<li class="nav-item">
|
||||||
|
<a
|
||||||
|
aria-current="page"
|
||||||
|
href="#"
|
||||||
|
class="router-link-active router-link-exact-active nav-link active"
|
||||||
|
data-bs-toggle="tooltip"
|
||||||
|
data-bs-placement="top"
|
||||||
|
title=""
|
||||||
|
data-bs-original-title="List"
|
||||||
|
aria-label="List"
|
||||||
|
>
|
||||||
|
<i class="bx bx-list-ul"></i>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li class="nav-item">
|
||||||
|
<a href="#" class="nav-link" data-bs-toggle="tooltip" data-bs-placement="top" title="" data-bs-original-title="Grid" aria-label="Grid"><i class="bx bx-grid-alt"></i></a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-lg-12">
|
||||||
|
<div class="">
|
||||||
|
<div class="table-responsive">
|
||||||
|
<table class="table project-list-table table-nowrap align-middle table-borderless">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th scope="col" class="ps-4" style="width: 50px;">
|
||||||
|
<div class="form-check font-size-16"><input type="checkbox" class="form-check-input" id="contacusercheck" /><label class="form-check-label" for="contacusercheck"></label></div>
|
||||||
|
</th>
|
||||||
|
<th scope="col">Nom</th>
|
||||||
|
<th scope="col">Position</th>
|
||||||
|
<th scope="col">Mail</th>
|
||||||
|
<th scope="col">Projet</th>
|
||||||
|
<th scope="col" style="width: 200px;">Action</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th scope="row" class="ps-4">
|
||||||
|
<div class="form-check font-size-16"><input type="checkbox" class="form-check-input" id="contacusercheck2" /><label class="form-check-label" for="contacusercheck2"></label></div>
|
||||||
|
</th>
|
||||||
|
<td><img src="https://bootdey.com/img/Content/avatar/avatar1.png" alt="" class="avatar-sm rounded-circle me-2" /><a href="#" class="text-body">AHOVEY Saint George</a></td>
|
||||||
|
<td><span class="badge badge-soft-info mb-0">Frontend Developer</span></td>
|
||||||
|
<td>Expernet@expernetecolre.re</td>
|
||||||
|
<td>132</td>
|
||||||
|
<td>
|
||||||
|
<ul class="list-inline mb-0">
|
||||||
|
<li class="list-inline-item">
|
||||||
|
<a href="javascript:void(0);" data-bs-toggle="tooltip" data-bs-placement="top" title="Edit" class="px-2 text-primary"><i class="bx bx-pencil font-size-18"></i></a>
|
||||||
|
</li>
|
||||||
|
<li class="list-inline-item">
|
||||||
|
<a href="javascript:void(0);" data-bs-toggle="tooltip" data-bs-placement="top" title="Delete" class="px-2 text-danger"><i class="bx bx-trash-alt font-size-18"></i></a>
|
||||||
|
</li>
|
||||||
|
<li class="list-inline-item dropdown">
|
||||||
|
<a class="text-muted dropdown-toggle font-size-18 px-2" href="#" role="button" data-bs-toggle="dropdown" aria-haspopup="true"><i class="bx bx-dots-vertical-rounded"></i></a>
|
||||||
|
<div class="dropdown-menu dropdown-menu-end">
|
||||||
|
<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>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row" class="ps-4">
|
||||||
|
<div class="form-check font-size-16"><input type="checkbox" class="form-check-input" id="contacusercheck2" /><label class="form-check-label" for="contacusercheck2"></label></div>
|
||||||
|
</th>
|
||||||
|
<td><img src="https://bootdey.com/img/Content/avatar/avatar1.png" alt="" class="avatar-sm rounded-circle me-2" /><a href="#" class="text-body">AHYONG Emjy</a></td>
|
||||||
|
<td><span class="badge badge-soft-info mb-0">Frontend Developer</span></td>
|
||||||
|
<td>Expernet@expernetecolre.re</td>
|
||||||
|
<td>132</td>
|
||||||
|
<td>
|
||||||
|
<ul class="list-inline mb-0">
|
||||||
|
<li class="list-inline-item">
|
||||||
|
<a href="javascript:void(0);" data-bs-toggle="tooltip" data-bs-placement="top" title="Edit" class="px-2 text-primary"><i class="bx bx-pencil font-size-18"></i></a>
|
||||||
|
</li>
|
||||||
|
<li class="list-inline-item">
|
||||||
|
<a href="javascript:void(0);" data-bs-toggle="tooltip" data-bs-placement="top" title="Delete" class="px-2 text-danger"><i class="bx bx-trash-alt font-size-18"></i></a>
|
||||||
|
</li>
|
||||||
|
<li class="list-inline-item dropdown">
|
||||||
|
<a class="text-muted dropdown-toggle font-size-18 px-2" href="#" role="button" data-bs-toggle="dropdown" aria-haspopup="true"><i class="bx bx-dots-vertical-rounded"></i></a>
|
||||||
|
<div class="dropdown-menu dropdown-menu-end">
|
||||||
|
<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>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row" class="ps-4">
|
||||||
|
<div class="form-check font-size-16"><input type="checkbox" class="form-check-input" id="contacusercheck2" /><label class="form-check-label" for="contacusercheck2"></label></div>
|
||||||
|
</th>
|
||||||
|
<td><img src="https://bootdey.com/img/Content/avatar/avatar1.png" alt="" class="avatar-sm rounded-circle me-2" /><a href="#" class="text-body">B Toma</a></td>
|
||||||
|
<td><span class="badge badge-soft-info mb-0">Frontend Developer</span></td>
|
||||||
|
<td>Expernet@expernetecolre.re</td>
|
||||||
|
<td>132</td>
|
||||||
|
<td>
|
||||||
|
<ul class="list-inline mb-0">
|
||||||
|
<li class="list-inline-item">
|
||||||
|
<a href="javascript:void(0);" data-bs-toggle="tooltip" data-bs-placement="top" title="Edit" class="px-2 text-primary"><i class="bx bx-pencil font-size-18"></i></a>
|
||||||
|
</li>
|
||||||
|
<li class="list-inline-item">
|
||||||
|
<a href="javascript:void(0);" data-bs-toggle="tooltip" data-bs-placement="top" title="Delete" class="px-2 text-danger"><i class="bx bx-trash-alt font-size-18"></i></a>
|
||||||
|
</li>
|
||||||
|
<li class="list-inline-item dropdown">
|
||||||
|
<a class="text-muted dropdown-toggle font-size-18 px-2" href="#" role="button" data-bs-toggle="dropdown" aria-haspopup="true"><i class="bx bx-dots-vertical-rounded"></i></a>
|
||||||
|
<div class="dropdown-menu dropdown-menu-end">
|
||||||
|
<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>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row" class="ps-4">
|
||||||
|
<div class="form-check font-size-16"><input type="checkbox" class="form-check-input" id="contacusercheck2" /><label class="form-check-label" for="contacusercheck2"></label></div>
|
||||||
|
</th>
|
||||||
|
<td><img src="https://bootdey.com/img/Content/avatar/avatar1.png" alt="" class="avatar-sm rounded-circle me-2" /><a href="#" class="text-body">Clemant Theo</a></td>
|
||||||
|
<td><span class="badge badge-soft-info mb-0">Frontend Developer</span></td>
|
||||||
|
<td>Expernet@expernetecolre.re</td>
|
||||||
|
<td>132</td>
|
||||||
|
<td>
|
||||||
|
<ul class="list-inline mb-0">
|
||||||
|
<li class="list-inline-item">
|
||||||
|
<a href="javascript:void(0);" data-bs-toggle="tooltip" data-bs-placement="top" title="Edit" class="px-2 text-primary"><i class="bx bx-pencil font-size-18"></i></a>
|
||||||
|
</li>
|
||||||
|
<li class="list-inline-item">
|
||||||
|
<a href="javascript:void(0);" data-bs-toggle="tooltip" data-bs-placement="top" title="Delete" class="px-2 text-danger"><i class="bx bx-trash-alt font-size-18"></i></a>
|
||||||
|
</li>
|
||||||
|
<li class="list-inline-item dropdown">
|
||||||
|
<a class="text-muted dropdown-toggle font-size-18 px-2" href="#" role="button" data-bs-toggle="dropdown" aria-haspopup="true"><i class="bx bx-dots-vertical-rounded"></i></a>
|
||||||
|
<div class="dropdown-menu dropdown-menu-end">
|
||||||
|
<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>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row" class="ps-4">
|
||||||
|
<div class="form-check font-size-16"><input type="checkbox" class="form-check-input" id="contacusercheck2" /><label class="form-check-label" for="contacusercheck2"></label></div>
|
||||||
|
</th>
|
||||||
|
<td><img src="https://bootdey.com/img/Content/avatar/avatar1.png" alt="" class="avatar-sm rounded-circle me-2" /><a href="#" class="text-body">Cheum RAMASSy</a></td>
|
||||||
|
<td><span class="badge badge-soft-info mb-0">Frontend Developer</span></td>
|
||||||
|
<td>Expernet@expernetecolre.re</td>
|
||||||
|
<td>132</td>
|
||||||
|
<td>
|
||||||
|
<ul class="list-inline mb-0">
|
||||||
|
<li class="list-inline-item">
|
||||||
|
<a href="javascript:void(0);" data-bs-toggle="tooltip" data-bs-placement="top" title="Edit" class="px-2 text-primary"><i class="bx bx-pencil font-size-18"></i></a>
|
||||||
|
</li>
|
||||||
|
<li class="list-inline-item">
|
||||||
|
<a href="javascript:void(0);" data-bs-toggle="tooltip" data-bs-placement="top" title="Delete" class="px-2 text-danger"><i class="bx bx-trash-alt font-size-18"></i></a>
|
||||||
|
</li>
|
||||||
|
<li class="list-inline-item dropdown">
|
||||||
|
<a class="text-muted dropdown-toggle font-size-18 px-2" href="#" role="button" data-bs-toggle="dropdown" aria-haspopup="true"><i class="bx bx-dots-vertical-rounded"></i></a>
|
||||||
|
<div class="dropdown-menu dropdown-menu-end">
|
||||||
|
<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>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row" class="ps-4">
|
||||||
|
<div class="form-check font-size-16"><input type="checkbox" class="form-check-input" id="contacusercheck2" /><label class="form-check-label" for="contacusercheck2"></label></div>
|
||||||
|
</th>
|
||||||
|
<td><img src="https://bootdey.com/img/Content/avatar/avatar1.png" alt="" class="avatar-sm rounded-circle me-2" /><a href="#" class="text-body">Demontis matisse</a></td>
|
||||||
|
<td><span class="badge badge-soft-info mb-0">Frontend Developer</span></td>
|
||||||
|
<td>Expernet@expernetecolre.re</td>
|
||||||
|
<td>132</td>
|
||||||
|
<td>
|
||||||
|
<ul class="list-inline mb-0">
|
||||||
|
<li class="list-inline-item">
|
||||||
|
<a href="javascript:void(0);" data-bs-toggle="tooltip" data-bs-placement="top" title="Edit" class="px-2 text-primary"><i class="bx bx-pencil font-size-18"></i></a>
|
||||||
|
</li>
|
||||||
|
<li class="list-inline-item">
|
||||||
|
<a href="javascript:void(0);" data-bs-toggle="tooltip" data-bs-placement="top" title="Delete" class="px-2 text-danger"><i class="bx bx-trash-alt font-size-18"></i></a>
|
||||||
|
</li>
|
||||||
|
<li class="list-inline-item dropdown">
|
||||||
|
<a class="text-muted dropdown-toggle font-size-18 px-2" href="#" role="button" data-bs-toggle="dropdown" aria-haspopup="true"><i class="bx bx-dots-vertical-rounded"></i></a>
|
||||||
|
<div class="dropdown-menu dropdown-menu-end">
|
||||||
|
<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>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row" class="ps-4">
|
||||||
|
<div class="form-check font-size-16"><input type="checkbox" class="form-check-input" id="contacusercheck2" /><label class="form-check-label" for="contacusercheck2"></label></div>
|
||||||
|
</th>
|
||||||
|
<td><img src="https://bootdey.com/img/Content/avatar/avatar1.png" alt="" class="avatar-sm rounded-circle me-2" /><a href="#" class="text-body">Dorian</a></td>
|
||||||
|
<td><span class="badge badge-soft-info mb-0">Frontend Developer</span></td>
|
||||||
|
<td>Expernet@expernetecolre.re</td>
|
||||||
|
<td>132</td>
|
||||||
|
<td>
|
||||||
|
<ul class="list-inline mb-0">
|
||||||
|
<li class="list-inline-item">
|
||||||
|
<a href="javascript:void(0);" data-bs-toggle="tooltip" data-bs-placement="top" title="Edit" class="px-2 text-primary"><i class="bx bx-pencil font-size-18"></i></a>
|
||||||
|
</li>
|
||||||
|
<li class="list-inline-item">
|
||||||
|
<a href="javascript:void(0);" data-bs-toggle="tooltip" data-bs-placement="top" title="Delete" class="px-2 text-danger"><i class="bx bx-trash-alt font-size-18"></i></a>
|
||||||
|
</li>
|
||||||
|
<li class="list-inline-item dropdown">
|
||||||
|
<a class="text-muted dropdown-toggle font-size-18 px-2" href="#" role="button" data-bs-toggle="dropdown" aria-haspopup="true"><i class="bx bx-dots-vertical-rounded"></i></a>
|
||||||
|
<div class="dropdown-menu dropdown-menu-end">
|
||||||
|
<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>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row" class="ps-4">
|
||||||
|
<div class="form-check font-size-16"><input type="checkbox" class="form-check-input" id="contacusercheck2" /><label class="form-check-label" for="contacusercheck2"></label></div>
|
||||||
|
</th>
|
||||||
|
<td><img src="https://bootdey.com/img/Content/avatar/avatar1.png" alt="" class="avatar-sm rounded-circle me-2" /><a href="#" class="text-body">Ducauroy Lou</a></td>
|
||||||
|
<td><span class="badge badge-soft-info mb-0">Frontend Developer</span></td>
|
||||||
|
<td>Expernet@expernetecolre.re</td>
|
||||||
|
<td>132</td>
|
||||||
|
<td>
|
||||||
|
<ul class="list-inline mb-0">
|
||||||
|
<li class="list-inline-item">
|
||||||
|
<a href="javascript:void(0);" data-bs-toggle="tooltip" data-bs-placement="top" title="Edit" class="px-2 text-primary"><i class="bx bx-pencil font-size-18"></i></a>
|
||||||
|
</li>
|
||||||
|
<li class="list-inline-item">
|
||||||
|
<a href="javascript:void(0);" data-bs-toggle="tooltip" data-bs-placement="top" title="Delete" class="px-2 text-danger"><i class="bx bx-trash-alt font-size-18"></i></a>
|
||||||
|
</li>
|
||||||
|
<li class="list-inline-item dropdown">
|
||||||
|
<a class="text-muted dropdown-toggle font-size-18 px-2" href="#" role="button" data-bs-toggle="dropdown" aria-haspopup="true"><i class="bx bx-dots-vertical-rounded"></i></a>
|
||||||
|
<div class="dropdown-menu dropdown-menu-end">
|
||||||
|
<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>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row" class="ps-4">
|
||||||
|
<div class="form-check font-size-16"><input type="checkbox" class="form-check-input" id="contacusercheck2" /><label class="form-check-label" for="contacusercheck2"></label></div>
|
||||||
|
</th>
|
||||||
|
<td><img src="https://bootdey.com/img/Content/avatar/avatar1.png" alt="" class="avatar-sm rounded-circle me-2" /><a href="#" class="text-body">GRONDIN clarel</a></td>
|
||||||
|
<td><span class="badge badge-soft-info mb-0">Frontend Developer</span></td>
|
||||||
|
<td>Expernet@expernetecolre.re</td>
|
||||||
|
<td>132</td>
|
||||||
|
<td>
|
||||||
|
<ul class="list-inline mb-0">
|
||||||
|
<li class="list-inline-item">
|
||||||
|
<a href="javascript:void(0);" data-bs-toggle="tooltip" data-bs-placement="top" title="Edit" class="px-2 text-primary"><i class="bx bx-pencil font-size-18"></i></a>
|
||||||
|
</li>
|
||||||
|
<li class="list-inline-item">
|
||||||
|
<a href="javascript:void(0);" data-bs-toggle="tooltip" data-bs-placement="top" title="Delete" class="px-2 text-danger"><i class="bx bx-trash-alt font-size-18"></i></a>
|
||||||
|
</li>
|
||||||
|
<li class="list-inline-item dropdown">
|
||||||
|
<a class="text-muted dropdown-toggle font-size-18 px-2" href="#" role="button" data-bs-toggle="dropdown" aria-haspopup="true"><i class="bx bx-dots-vertical-rounded"></i></a>
|
||||||
|
<div class="dropdown-menu dropdown-menu-end">
|
||||||
|
<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>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row" class="ps-4">
|
||||||
|
<div class="form-check font-size-16"><input type="checkbox" class="form-check-input" id="contacusercheck2" /><label class="form-check-label" for="contacusercheck2"></label></div>
|
||||||
|
</th>
|
||||||
|
<td><img src="https://bootdey.com/img/Content/avatar/avatar1.png" alt="" class="avatar-sm rounded-circle me-2" /><a href="#" class="text-body">Jeremy Hoarau</a></td>
|
||||||
|
<td><span class="badge badge-soft-info mb-0">Frontend Developer</span></td>
|
||||||
|
<td>Expernet@expernetecolre.re</td>
|
||||||
|
<td>132</td>
|
||||||
|
<td>
|
||||||
|
<ul class="list-inline mb-0">
|
||||||
|
<li class="list-inline-item">
|
||||||
|
<a href="javascript:void(0);" data-bs-toggle="tooltip" data-bs-placement="top" title="Edit" class="px-2 text-primary"><i class="bx bx-pencil font-size-18"></i></a>
|
||||||
|
</li>
|
||||||
|
<li class="list-inline-item">
|
||||||
|
<a href="javascript:void(0);" data-bs-toggle="tooltip" data-bs-placement="top" title="Delete" class="px-2 text-danger"><i class="bx bx-trash-alt font-size-18"></i></a>
|
||||||
|
</li>
|
||||||
|
<li class="list-inline-item dropdown">
|
||||||
|
<a class="text-muted dropdown-toggle font-size-18 px-2" href="#" role="button" data-bs-toggle="dropdown" aria-haspopup="true"><i class="bx bx-dots-vertical-rounded"></i></a>
|
||||||
|
<div class="dropdown-menu dropdown-menu-end">
|
||||||
|
<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>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row" class="ps-4">
|
||||||
|
<div class="form-check font-size-16"><input type="checkbox" class="form-check-input" id="contacusercheck2" /><label class="form-check-label" for="contacusercheck2"></label></div>
|
||||||
|
</th>
|
||||||
|
<td><img src="https://bootdey.com/img/Content/avatar/avatar1.png" alt="" class="avatar-sm rounded-circle me-2" /><a href="#" class="text-body">MUNIER Jerome</a></td>
|
||||||
|
<td><span class="badge badge-soft-info mb-0">Frontend Developer</span></td>
|
||||||
|
<td>Expernet@expernetecolre.re</td>
|
||||||
|
<td>132</td>
|
||||||
|
<td>
|
||||||
|
<ul class="list-inline mb-0">
|
||||||
|
<li class="list-inline-item">
|
||||||
|
<a href="javascript:void(0);" data-bs-toggle="tooltip" data-bs-placement="top" title="Edit" class="px-2 text-primary"><i class="bx bx-pencil font-size-18"></i></a>
|
||||||
|
</li>
|
||||||
|
<li class="list-inline-item">
|
||||||
|
<a href="javascript:void(0);" data-bs-toggle="tooltip" data-bs-placement="top" title="Delete" class="px-2 text-danger"><i class="bx bx-trash-alt font-size-18"></i></a>
|
||||||
|
</li>
|
||||||
|
<li class="list-inline-item dropdown">
|
||||||
|
<a class="text-muted dropdown-toggle font-size-18 px-2" href="#" role="button" data-bs-toggle="dropdown" aria-haspopup="true"><i class="bx bx-dots-vertical-rounded"></i></a>
|
||||||
|
<div class="dropdown-menu dropdown-menu-end">
|
||||||
|
<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>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row" class="ps-4">
|
||||||
|
<div class="form-check font-size-16"><input type="checkbox" class="form-check-input" id="contacusercheck2" /><label class="form-check-label" for="contacusercheck2"></label></div>
|
||||||
|
</th>
|
||||||
|
<td><img src="https://bootdey.com/img/Content/avatar/avatar1.png" alt="" class="avatar-sm rounded-circle me-2" /><a href="#" class="text-body">Pedre Gabriel</a></td>
|
||||||
|
<td><span class="badge badge-soft-info mb-0">Frontend Developer</span></td>
|
||||||
|
<td>Expernet@expernetecolre.re</td>
|
||||||
|
<td>132</td>
|
||||||
|
<td>
|
||||||
|
<ul class="list-inline mb-0">
|
||||||
|
<li class="list-inline-item">
|
||||||
|
<a href="javascript:void(0);" data-bs-toggle="tooltip" data-bs-placement="top" title="Edit" class="px-2 text-primary"><i class="bx bx-pencil font-size-18"></i></a>
|
||||||
|
</li>
|
||||||
|
<li class="list-inline-item">
|
||||||
|
<a href="javascript:void(0);" data-bs-toggle="tooltip" data-bs-placement="top" title="Delete" class="px-2 text-danger"><i class="bx bx-trash-alt font-size-18"></i></a>
|
||||||
|
</li>
|
||||||
|
<li class="list-inline-item dropdown">
|
||||||
|
<a class="text-muted dropdown-toggle font-size-18 px-2" href="#" role="button" data-bs-toggle="dropdown" aria-haspopup="true"><i class="bx bx-dots-vertical-rounded"></i></a>
|
||||||
|
<div class="dropdown-menu dropdown-menu-end">
|
||||||
|
<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>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row" class="ps-4">
|
||||||
|
<div class="form-check font-size-16"><input type="checkbox" class="form-check-input" id="contacusercheck2" /><label class="form-check-label" for="contacusercheck2"></label></div>
|
||||||
|
</th>
|
||||||
|
<td><img src="https://bootdey.com/img/Content/avatar/avatar1.png" alt="" class="avatar-sm rounded-circle me-2" /><a href="#" class="text-body">Thomy Noel</a></td>
|
||||||
|
<td><span class="badge badge-soft-info mb-0">Frontend Developer</span></td>
|
||||||
|
<td>Expernet@expernetecolre.re</td>
|
||||||
|
<td>132</td>
|
||||||
|
<td>
|
||||||
|
<ul class="list-inline mb-0">
|
||||||
|
<li class="list-inline-item">
|
||||||
|
<a href="javascript:void(0);" data-bs-toggle="tooltip" data-bs-placement="top" title="Edit" class="px-2 text-primary"><i class="bx bx-pencil font-size-18"></i></a>
|
||||||
|
</li>
|
||||||
|
<li class="list-inline-item">
|
||||||
|
<a href="javascript:void(0);" data-bs-toggle="tooltip" data-bs-placement="top" title="Delete" class="px-2 text-danger"><i class="bx bx-trash-alt font-size-18"></i></a>
|
||||||
|
</li>
|
||||||
|
<li class="list-inline-item dropdown">
|
||||||
|
<a class="text-muted dropdown-toggle font-size-18 px-2" href="#" role="button" data-bs-toggle="dropdown" aria-haspopup="true"><i class="bx bx-dots-vertical-rounded"></i></a>
|
||||||
|
<div class="dropdown-menu dropdown-menu-end">
|
||||||
|
<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>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="row g-0 align-items-center pb-4">
|
||||||
|
<div class="col-sm-6">
|
||||||
|
<div><p class="mb-sm-0">Showing 1 to 10 of 57 entries</p></div>
|
||||||
|
</div>
|
||||||
|
<div class="col-sm-6">
|
||||||
|
<div class="float-sm-end">
|
||||||
|
<ul class="pagination mb-sm-0">
|
||||||
|
<li class="page-item disabled">
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- jquery cdn-->
|
||||||
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js" integrity="sha512-v2CJ7UaYy4JwqLDIrZUI/4hqeoQieOmAZNXBeQyjo21dadnwR+8ZaIJVT8EE2iyI61OV8e6M8PP2/4hpQINQ/g==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
|
||||||
|
<!-- boostrap 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,76 @@
|
|||||||
|
body{margin-top:20px;
|
||||||
|
background-color:#eee;
|
||||||
|
}
|
||||||
|
.project-list-table {
|
||||||
|
border-collapse: separate;
|
||||||
|
border-spacing: 0 12px
|
||||||
|
}
|
||||||
|
|
||||||
|
.project-list-table tr {
|
||||||
|
background-color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
.table-nowrap td, .table-nowrap th {
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
.table-borderless>:not(caption)>*>* {
|
||||||
|
border-bottom-width: 0;
|
||||||
|
}
|
||||||
|
.table>:not(caption)>*>* {
|
||||||
|
padding: 0.75rem 0.75rem;
|
||||||
|
background-color: var(--bs-table-bg);
|
||||||
|
border-bottom-width: 1px;
|
||||||
|
box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
|
||||||
|
}
|
||||||
|
|
||||||
|
.avatar-sm {
|
||||||
|
height: 2rem;
|
||||||
|
width: 2rem;
|
||||||
|
}
|
||||||
|
.rounded-circle {
|
||||||
|
border-radius: 50%!important;
|
||||||
|
}
|
||||||
|
.me-2 {
|
||||||
|
margin-right: 0.5rem!important;
|
||||||
|
}
|
||||||
|
img, svg {
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: #3b76e1;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.badge-soft-danger {
|
||||||
|
color: #f56e6e !important;
|
||||||
|
background-color: rgba(245,110,110,.1);
|
||||||
|
}
|
||||||
|
.badge-soft-success {
|
||||||
|
color: #63ad6f !important;
|
||||||
|
background-color: rgba(99,173,111,.1);
|
||||||
|
}
|
||||||
|
|
||||||
|
.badge-soft-primary {
|
||||||
|
color: #3b76e1 !important;
|
||||||
|
background-color: rgba(59,118,225,.1);
|
||||||
|
}
|
||||||
|
|
||||||
|
.badge-soft-info {
|
||||||
|
color: #57c9eb !important;
|
||||||
|
background-color: rgba(87,201,235,.1);
|
||||||
|
}
|
||||||
|
|
||||||
|
.avatar-title {
|
||||||
|
align-items: center;
|
||||||
|
background-color: #3b76e1;
|
||||||
|
color: #fff;
|
||||||
|
display: flex;
|
||||||
|
font-weight: 500;
|
||||||
|
height: 100%;
|
||||||
|
justify-content: center;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.bg-soft-primary {
|
||||||
|
background-color: rgba(59,118,225,.25)!important;
|
||||||
|
}
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 5.9 KiB |
Reference in New Issue
Block a user