TP1
This commit is contained in:
+42
-3
@@ -5,11 +5,50 @@
|
||||
<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>Coucou</title>
|
||||
<title>Login</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Message pour le monde !</h1>
|
||||
<p>Hello !</p>
|
||||
<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 -->
|
||||
|
||||
@@ -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 |
Reference in New Issue
Block a user