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>
|
||||||
+16
-18
@@ -6,25 +6,21 @@
|
|||||||
<title>Tic Tac Toc | Azylos</title>
|
<title>Tic Tac Toc | Azylos</title>
|
||||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
<link 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>
|
||||||
<body style="background-image: url('');">
|
<body>
|
||||||
<nav class="navbar navbar-expand-lg bg-body-tertiary">
|
<nav class="navbar navbar-light">
|
||||||
<div class="container-fluid">
|
<div class="container">
|
||||||
<a class="navbar-brand" href="#">CDA8 2024/2026</a>
|
<a class="navbar-brand" href="#">
|
||||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
<img src="https://expernet.re/wp-content/themes/tm-bootstrap/images/logo.png" alt="Expernet" style="height: 7rem;">
|
||||||
<span class="navbar-toggler-icon"></span>
|
</a>
|
||||||
</button>
|
<div>
|
||||||
<div class="collapse navbar-collapse position-absolute top-0 end-0" id="navbarSupportedContent">
|
<a href="liste.html" class="btn btn-primary">Liste des étudiants</a>
|
||||||
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
<a href="index.html" class="btn btn-secondary">Déconnexion</a>
|
||||||
<li class="nav-item">
|
|
||||||
<!-- <a class="nav-link active" aria-current="page" href="./list.html">List CDA8</a> -->
|
|
||||||
</li>
|
|
||||||
<li class="nav-item">
|
|
||||||
<a class="nav-link" href="./index.html">login</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</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">
|
<table class="table table-dark table-striped table-bordered border-primary">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@@ -95,6 +91,8 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<!-- <div class="container">
|
<!-- <div class="container">
|
||||||
<div class="position-absolute top-50 start-50 translate-middle">
|
<div class="position-absolute top-50 start-50 translate-middle">
|
||||||
<div class="d-flex justify-content-center align-items-center">
|
<div class="d-flex justify-content-center align-items-center">
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<nav class="navbar navbar-expand navbar-light bg-light" style="background-color: #009de0;">
|
<nav class="navbar navbar-expand navbar-light" style="background-color: #009de0;">
|
||||||
<ul class="nav navbar-nav">
|
<ul class="nav navbar-nav">
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link active" href="#" aria-current="page"
|
<a class="nav-link active" href="#" aria-current="page"
|
||||||
@@ -21,8 +21,10 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
<form
|
<form
|
||||||
class="container-lg rounded-3 border-1 shadow-lg" style="background-color: #009de0;"
|
class="container rounded-3 border-1 shadow-lg" style="background-color: #009de0; padding: 1%;"
|
||||||
>
|
>
|
||||||
<div class="mb-2">
|
<div class="mb-2">
|
||||||
<label for="" class="form-label">Email</label>
|
<label for="" class="form-label">Email</label>
|
||||||
|
|||||||
+1
-2
@@ -125,8 +125,7 @@
|
|||||||
<img src="SebastienM/logo.png" alt="Expernet">
|
<img src="SebastienM/logo.png" alt="Expernet">
|
||||||
</a>
|
</a>
|
||||||
<div>
|
<div>
|
||||||
<a href="liste.html" class="btn btn-yellow me-2">Liste des étudiants</a>
|
<a href="index.html" class="btn btn-yellow">Déconnexion</a>
|
||||||
<a href="index.html" class="btn btn-yellow">Déconnexion</a>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="social-links">
|
<div class="social-links">
|
||||||
<a href="#"><i class="fab fa-linkedin"></i></a>
|
<a href="#"><i class="fab fa-linkedin"></i></a>
|
||||||
|
|||||||
Reference in New Issue
Block a user