This commit is contained in:
gaad pasou
2024-10-22 14:52:14 +04:00
30 changed files with 969 additions and 249 deletions
Vendored
BIN
View File
Binary file not shown.
+1
View File
@@ -0,0 +1 @@
+38
View File
@@ -0,0 +1,38 @@
<!-- bootsrap css cdn -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<!-- bootsrap js cdn -->
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js" integrity="sha384-I7E8VVD/imdYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.min.js" integrity="sha384-0pUGZvbkm6XF6gxjEnlmuGrJXVbNuzT9qBBavbLwCsOGabYfZo0T0to5eqruptLy" crossorigin="anonymous"></script>
<body>
<div class="container">
<div class="row align-items-center">
<div class="col-md-6">
<img src="logo.png" alt="Logo" style="max-width: 100%;">
</div>
<div class="col-md-6">
<h1 class="fw-bold">CENTRE DE FORMATION INFORMATIQUE <br>
À LA RÉUNION DEPUIS 2002 !</h1>
</div>
</div>
<P></P>
<div class="row-5">
<form style="background-color:#009DE0; padding: 20px; border-radius: 10px;">
<div class="form-group mb-3">
<label for="form_email" class="form-label text-white">Adresse email</label>
<input type="email" class="form-control" id="form_email" placeholder="Entrer votre email">
</div>
<div class="form-group mb-3">
<label for="form_mdp" class="form-label text-white">Mot de passe</label>
<input type="password" class="form-control" id="form_mdp" placeholder="Mot de passe">
</div>
<button type="submit" class="btn btn-light w-100">Se connecter</button>
<p class="text-center mt-3">
<a href="liste.html" class="text-white">Se connecter anonymement</a>
</p>
</form>
</div>
</div>
</div>
</div>
+56
View File
@@ -0,0 +1,56 @@
<!-- bootsrap css cdn -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<!-- bootsrap js cdn -->
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js" integrity="sha384-I7E8VVD/imdYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.min.js" integrity="sha384-0pUGZvbkm6XF6gxjEnlmuGrJXVbNuzT9qBBavbLwCsOGabYfZo0T0to5eqruptLy" crossorigin="anonymous"></script>
<div class="container">
<div class="row align-items-center">
<div class="col-md-6">
<img src="logo.png" alt="Logo" style="max-width: 100%;">
</div>
<div class="col-md-6">
<h1 class="fw-bold">CENTRE DE FORMATION INFORMATIQUE <br>
À LA RÉUNION DEPUIS 2002 !</h1>
</div>
</div>
<P></P>
<h1 class="text-center my-4">Liste des étudiants en CDA8</h1>
<div class="card" style="background-color: #009DE0; padding: 20px;">
<div class="row text-center text-white">
<div class="col-md-12">
<span>AHOVEY Saint-George</span>
</div>
<div class="col-md-12">
<span>AH-YONG Emjy</span>
</div>
<div class="col-md-12">
<span>BARRET Toma</span>
</div>
<div class="col-md-12">
<span>CELEMANI Theo</span>
</div>
<div class="col-md-12">
<span>RAMASSY Cheun</span>
</div>
<div class="col-md-12">
<span>DEMONTIS Matisse</span>
</div>
<div class="col-md-12">
<span>GRONDIN Clarel</span>
</div>
<div class="col-md-12">
<span>HOARAU Jeremy</span>
</div>
<div class="col-md-12">
<span>MUNIER Jerome</span>
</div>
<div class="col-md-12 mb-3">
<span>PEDRE Gabriel</span>
</div>
</div>
</div>
</div>
</body>
Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

+53
View File
@@ -0,0 +1,53 @@
<!-- jQuery cdn -->
<script src="https://code.jquery.com/jquery-3.7.1.js" integrity="sha256-eKhayi8LEQwp4NKxN+CfCh+3qOVUtJn3QNZ0TciWLP4=" crossorigin="anonymous"></script>
<!-- bootsrap css cdn -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<!-- bootsrap js cdn -->
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js" integrity="sha384-I7E8VVD/imdYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.min.js" integrity="sha384-0pUGZvbkm6XF6gxjEnlmuGrJXVbNuzT9qBBavbLwCsOGabYfZo0T0to5eqruptLy" crossorigin="anonymous"></script>
<html>
<head>
<title> Coucou</title>
</head>
<body>
<div class="container" style="background-color: pink;">
<div class="row">
<div class="col-md" style="background-color: blueviolet;">
<span> Case 1</span>
</div>
<div class="col-md" style="background-color: aqua;">
<div class="">
<span> Case 2</span>
</div>
</div>
<div class="col-md" style="background-color: pink ;">
<div class="">
<span> Case 3</span>
</div>
</div>
<!-- <div class="row">
<div class="col-3" style="background-color: rgb(255, 51, 55);">
<span> Case 1</span>
</div>
<div class="col-2" style="background-color: rgb(66, 236, 47);">
<div class="">
<span> Case 2</span>
</div>
</div>
<div class="col-7" style="background-color: rgb(255, 210, 62) ;">
<div class="">
<span> Case 3</span>
</div> -->
<!-- <p> Message pour le monde</p>
<p> Hello !</p> -->
<!-- </div> -->
</body>
</html>
+11 -16
View File
@@ -50,28 +50,23 @@
<body>
<div class="container">
<h1>Se connecter</h1>
<div class="container mt-5">
<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="container">
<form style>
<div class="form-group">
<label for="exampleInputEmail1">Adresse Email</label>
<input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="Entrez votre Email">
<div class="mb-3">
<label for="password" class="form-label">Mot de passe</label>
<input type="password" class="form-control" id="password" required>
</div>
<div class="form-group">
<label for="exampleInputPassword1">Mot de passe</label>
<input type="password" class="form-control" id="exampleInputPassword1" placeholder="Mot de passe">
</div>
<div class="form-check">
<input type="checkbox" class="form-check-input" id="exampleCheck1">
<label class="form-check-label" for="exampleCheck1">Se souvenir de moi</label>
</div>
<button type="submit" class="btn btn-primary" style="background-color: #009DE0; color: rgb(0, 0, 0);" >Valider</button>
<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">
+16 -2
View File
@@ -5,6 +5,20 @@
<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">
@@ -13,8 +27,8 @@
<img src="https://expernet.re/wp-content/themes/tm-bootstrap/images/logo.png" alt="Expernet" style="height: 7rem;">
</a>
<div>
<a href="liste.html" class="btn btn-primary">Liste des étudiants</a>
<a href="index.html" class="btn btn-secondary">Déconnexion</a>
<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>
+1 -1
View File
@@ -15,7 +15,7 @@
<br>
<div class="row">
<div class="col-3">
<img src="logo.png">
<img src="logo.png" class="img-fluid">
</div>
<div class="col-9">
<P style="font-family: 'Roboto Condensed', sans-serif; color: white;">Formulaire de connexion</P>
+3 -3
View File
@@ -10,10 +10,10 @@
<body>
<div class="container">
<div class="row">
<div class="col-3">
<img src="logo.png" style="width: 50%;">
<div class="col-2">
<img src="logo.png" class="img-fluid" style="width: 80%;">
</div>
<div class="col-9">
<div class="col-10">
<h1 style="font-family: 'Roboto Condensed', sans-serif; font-size: 30px; font-weight: 600;">LISTE CONCEPTEUR DEVELOPPEUR APPLICATION</h1>
</div>
</div>
Binary file not shown.

After

Width:  |  Height:  |  Size: 195 KiB

+68 -7
View File
@@ -6,15 +6,76 @@
<title>Page de Clarel</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.1.3/dist/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<script src='main.js'></script>
</head>
<body style="background-image: url('https://wallpaperaccess.com/full/4623107.png');" class="text-white">
<p class="text-center"><i>Ceci est la page de Clarel</i></p>
<div class="d-flex align-middle justify-content-center">
<div class="d-flex flex-column bg-dark rounded p-2">
<div class="text-center pb-2">Bienvenue mon Rèf</div>
<div class="d-flex justify-content-center"><a href="https://github.com/Farad77/Bidule" class="btn btn-primary mb-3">GitHub</a></div>
<body style="background-image: url('expernet.png');" class="text-white">
<h1><p class="text-center pt-3 pb-5"><i>CDA8 : Expernet 2024-2026</i></p></h1>
<div class="pl-5">
<a href="C:\Users\lenovo\Documents\RemoteRepository\ExternalWorkspace\Bidule\GRONDINClarel\login.html" class="btn btn-primary">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-left" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8"/>
</svg>
Retour
</a>
</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>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
+54
View File
@@ -0,0 +1,54 @@
<!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="logo.png" alt="logo_expernet" class="img-fluid mx-auto pb-5">
<!-- 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>
Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

+51
View File
@@ -0,0 +1,51 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- CDN BOOTSTRAP -->
<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>EXPERTNET | CDA8 EXO1</title>
</head>
<body class="bg-dark">
<div class="position-relative bg-light d-flex align-items-center justify-content-center position-absolute top-50 start-50 translate-middle w-50 rounded p-5 flex-column">
<img src="https://expernet.re/wp-content/themes/tm-bootstrap/images/logo.png" alt="logo-expernet" class="m-bottom-1">
<form>
<h1 class="h3 mb-3 fw-normal">Connexion</h1>
<div class="form-floating">
<input
type="email"
class="form-control"
id="floatingInput"
placeholder="votremail@example.com"
/>
<label for="floatingInput">Email</label>
</div>
<div class="form-floating">
<input
type="password"
class="form-control"
id="floatingPassword"
placeholder="Votre mot de passe"
/>
<label for="floatingPassword">Mot de passe</label>
</div>
<button class="btn btn-primary w-100 py-2" type="submit">
Connexion
</button>
<a href="liste.html">Ce connecté en anonyme</a>
</form>
</div>
</body>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"
></script>
</html>
+125
View File
@@ -0,0 +1,125 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- CDN BOOTSTRAP -->
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<title>EXPERTNET | CDA8 EXO1</title>
</head>
<header class="w-100 bg-light">
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container-fluid">
<img
src="https://expernet.re/wp-content/themes/tm-bootstrap/images/logo.png"
alt="expernet logo"
/>
<h3 class="font-weight-bold">
CENTRE DE FORMATION INFORMATIQUE À LA RÉUNION DEPUIS 2002 !
</h3>
<button type="button" class="btn btn-warning">
<i class="fa-solid fa-calculator"></i>Demande de devis
</button>
<button type="button" class="btn btn-warning">
<i class="fa-solid fa-graduation-cap"></i>Découvrez notre
école
</button>
<a href="index.html">
<button type="button" class="btn btn-danger">
<i class="fa-solid fa-door-open"></i>Déconnexion
</button>
</a>
</div>
</nav>
</header>
<body class="container-fluid bg-dark">
<h1 class="text-center text-white">Liste des élèves de CDA 8</h1>
<table class="table rounded p-5">
<thead>
<tr>
<th>Nom</th>
<th>Prénom</th>
</tr>
</thead>
<tbody>
<tr>
<th>AHOVEY</th>
<th>SaintGeorge</th>
</tr>
<tr>
<th>AHYONG</th>
<th>Emjy</th>
</tr>
<tr>
<th>Barret</th>
<th>Toma</th>
</tr>
<tr>
<th>CELEMANI</th>
<th>Theo</th>
</tr>
<tr>
<th>RAMASSY</th>
<th>Cheun</th>
</tr>
<tr>
<th>Demontis</th>
<th>Matisse</th>
</tr>
<tr>
<th>Grondin</th>
<th>Clarel</th>
</tr>
<tr>
<th>Jeremy</th>
<th>Hoarau</th>
</tr>
<tr>
<th>Munier</th>
<th>Jerome</th>
</tr>
<tr>
<th>Pedre</th>
<th>Gabriel</th>
</tr>
<tr>
<th>M</th>
<th>Sebastien</th>
</tr>
<tr>
<th>Noel</th>
<th>Thomy</th>
</tr>
<tr>
<th>Boyer</th>
<th>Dorian</th>
</tr>
<tr>
<th>DUCAUROY</th>
<th>Lou</th>
</tr>
<tr>
<th>Hoarau</th>
<th>Julien</th>
</tr>
</tbody>
</table>
</body>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"
></script>
</html>
+57
View File
@@ -0,0 +1,57 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- <link rel="stylesheet" href="styles.css" /> Utilisation de Bootstrap -->
<!-- CDN BOOTSTRAP -->
<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>Expernet | CDA8 HJ</title>
</head>
<body>
<div class="container">
<div class="row">
<div class="col-md">
<h1 class="title">Hello World!</h1>
<p>Welcome in my world 😊</p>
</div>
<div class="col-md">
<p>
I'm 3thernity a friendly developper let's be friends !
</p>
</div>
<div class="col-md">
<p>Alright let's have some fun 😝</p>
</div>
</div>
<div class="row">
<div class="col-md">
<p>
Je suis un passionner d'informatique, de jeux video et
j'aime également chanter de tant à autres eheh
</p>
</div>
</div>
</div>
</body>
<!-- CDN JQUERY -->
<script
src="https://code.jquery.com/jquery-3.7.1.min.js"
integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo="
crossorigin="anonymous"
></script>
<!-- CDN BOOTSTRAP -->
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"
></script>
</html>
+15
View File
@@ -0,0 +1,15 @@
* {
margin: 0;
padding: 0;
font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS",
sans-serif;
}
body {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: whitesmoke;
background-color: black;
}
-33
View File
@@ -1,33 +0,0 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Connexion - 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="styles.css">
</head>
<body>
<div class="container d-flex justify-content-center align-items-center vh-100">
<div class="card p-5 shadow-lg" style="width: 400px;">
<h3 class="text-center mb-4">Connexion à CDA8</h3>
<form>
<div class="mb-3">
<label for="email" class="form-label">Email</label>
<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/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>
-151
View File
@@ -1,151 +0,0 @@
<!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>
-32
View File
@@ -1,32 +0,0 @@
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;
}
View File
@@ -0,0 +1,73 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Liste des Utilisateurs</title>
</head>
<body>
<h2>Liste des etudients de cda8</h2>
<table border="1" cellpadding="10" cellspacing="0">
<tr>
<th>Nom d'utilisateur</th>
<th>Email</th>
</tr>
<tr>
<td>cestLeMatin</td>
<td>@example.com</td>
</tr>
<tr>
<td>Cheun.md</td>
<td>@example.com</td>
</tr>
<tr>
<td>despacito</td>
<td>@example.com</td>
</tr>
<tr>
<td>Dorian</td>
<td>@example.com</td>
</tr>
<tr>
<td>Gabriel</td>
<td>@example.com</td>
</tr>
<tr>
<td>Jeremy</td>
<td>@example.com</td>
</tr>
<tr>
<td>Jerome</td>
<td>@example.com</td>
</tr>
<tr>
<td>Lou</td>
<td>@example.com</td>
</tr>
<tr>
<td>sgg</td>
<td>@example.com</td>
</tr>
<tr>
<td>Theo</td>
<td>@example.com</td>
</tr>
<tr>
<td>Thomy</td>
<td>@example.com</td>
</tr>
<tr>
<td>Toma</td>
<td>@example.com</td>
</tr>
<tr>
<td>Ludovic</td>
<td>@example.com</td>
</tr>
</table>
<!-- Bouton pour revenir à la page index.html -->
<br>
<button onclick="window.location.href='index.html'">Revenir à la page de connexion</button>
</body>
</html>
@@ -0,0 +1,44 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=2.0">
<title>Connexion</title>
<!-- Lien vers le CSS de Bootstrap -->
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<div class="container h-100 d-flex justify-content-center align-items-center">
<div class="row">
<div class="col-md-8 offset-md-3">
<!-- Ajout de l'image au-dessus du formulaire -->
<div class="text-center mb-4">
<img src="https://expernet.re/wp-content/themes/tm-bootstrap/images/logo.png" alt="Logo" class="img-fluid" style="max-width: 150px;">
</div>
<h2 class="text-center mb-4">Formulaire de Connexion</h2>
<form action="liste.html" method="POST">
<div class="form-group">
<label for="username">Email :</label>
<input type="text" id="username" name="username" class="form-control" required>
</div>
<div class="form-group">
<label for="password">Mot de passe :</label>
<input type="password" id="password" name="password" class="form-control" required>
</div>
<button type="submit" class="btn btn-primary btn-block">Se connecter</button>
</form>
<p class="text-center mt-3">
Pour vous connecter anonymement, suivez le
<a href="liste.html" class="link-opacity-100">lien suivant</a>
</p>
</div>
</div>
</div>
<!-- Lien vers le JS de Bootstrap et de jQuery -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.2/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>
+27
View File
@@ -0,0 +1,27 @@
<html>
<head>
<title>coucou</title>
<!-- bootsrap css cdn -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
</head>
<body>
<div class="row">
<div class="col-sm" style="background-color: red;">
<span> case 1 <span>
</div>
<div class="col-sm" style="background-color: blue;">
<span> case 2 <span>
</div>
<div class="col" style="background-color: green;">
<span> case 3 <span>
</div>
</div>
<h1> Message test</h1>
<p>test</p>
<!-- Jquery cdn-->
<script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
<!-- Bootstrap js cdn-->
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js" integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.min.js" integrity="sha384-0pUGZvbkm6XF6gxjEnlmuGrJXVbNuzT9qBBavbLwCsOGabYfZo0T0to5eqruptLy" crossorigin="anonymous"></script>
</body>
</html>
Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

+86
View File
@@ -0,0 +1,86 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>connection</title>
<link rel="stylesheet" href="style.css">
<!--Lien bootstrap-->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
</head>
<body>
<nav id="navig" class="navbar navbar-expand-lg bg-body-tertiary">
<div class="container-fluid">
<a class="navbar-brand" href="#">EXPERNET</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#">Campus</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Informatique</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Marketing digital
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#">Inscription</a></li>
<li><a class="dropdown-item" href="#">Another action</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="#">Something else here</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Inscription</a>
</li>
</ul>
<form class="d-flex" role="search">
<input class="form-control me-2" type="search" placeholder="Rechercher" aria-label="Search">
<button class="btn btn-outline-success" type="submit">Rechercher</button>
</form>
</div>
</div>
</nav>
<div class="header">
<div class="logo"></div>
<div class="text">CAMPUS INFORMATIQUE ET MARKETING DIGITAL</div>
</div>
<form id="connection">
<h1 class="h3 mb-3 fw-normal">Connectez vous</h1>
<div class="form-floating">
<input type="email" class="form-control" id="floatingInput" placeholder="name@example.com">
<label for="floatingInput">E-mail</label>
</div>
<div class="form-floating">
<input type="password" class="form-control" id="floatingPassword" placeholder="Password">
<label for="floatingPassword">Mot de passe</label>
</div>
<div class="form-check text-start my-3">
<input class="form-check-input" type="checkbox" value="remember-me" id="flexCheckDefault">
<label class="form-check-label" for="flexCheckDefault">
Se rappeler de moi
</label>
</div>
<button id="btn" class="btn btn-primary w-100 py-2" type="submit">Se connecter</button>
<p class="mt-5 mb-3 text-body-secondary">© 20172024</p>
</form>
<a href="liste.html">liste des étudiants</a>
<!--Bootstrap-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<!--Jquery-->
<script src="https://code.jquery.com/jquery-3.7.1.js" integrity="sha256-eKhayi8LEQwp4NKxN+CfCh+3qOVUtJn3QNZ0TciWLP4=" crossorigin="anonymous"></script>
</body>
</html>
+28 -2
View File
@@ -5,13 +5,39 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Coucou</title>
<!--Lien bootstrap-->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
</head>
<body>
<p>Message pour le monde!</p>
<p>Hello!</p>
<div class="container" style="background-color: grey" >
<div class="row">
<div id="colonne" class="col-md" style="background-color: rgb(141, 30, 30)">
<span>Case 1</span>
</div>
<div id="colonne" class="col-md" style="background-color: rgb(65, 24, 212)">
<span>Case 2</span>
</div>
<div id="colonne" class="col-md" style="background-color: rgb(228, 207, 20)">
<span>Case 3</span>
</div>
</div>
<div class="row">
<div id="colonne" class="col-md" style="background-color: rgb(141, 63, 63)">
<span>Case 1</span>
</div>
<div id="colonne" class="col-md" style="background-color: rgb(111, 90, 187)">
<span>Case 2</span>
</div>
<div id="colonne" class="col-md" style="background-color: rgb(199, 190, 111)">
<span>Case 3</span>
</div>
</div>
</div>
<!--Bootstrap-->
+109
View File
@@ -0,0 +1,109 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Liste</title>
<link rel="stylesheet" href="style.css">
<!--Lien bootstrap-->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
</head>
<body>
<nav id="navig" class="navbar navbar-expand-lg bg-body-tertiary">
<div class="container-fluid">
<a class="navbar-brand" href="#">EXPERNET</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#">Campus</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Informatique</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Marketing digital
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#">Inscription</a></li>
<li><a class="dropdown-item" href="#">FAQ</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="#">Blog</a></li>
</ul>
</li>
</li>
</ul>
<form class="d-flex" role="search">
<input class="form-control me-2" type="search" placeholder="Rechercher" aria-label="Rechercher">
<button class="btn btn-outline-success" type="submit">Rechercher</button>
</form>
</div>
</div>
</nav>
<div class="header">
<div class="logo"></div>
<div class="text">CAMPUS INFORMATIQUE ET MARKETING DIGITAL</div>
</div>
<h1>Listes des étudiants</h1>
<div class="Liste">
<table class="table">
<thead>
<tr>
<th scope="col">#</th>
<th scope="col">Nom</th>
<th scope="col">Prénom</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td>Marc</td>
<td>Otto</td>
</tr>
<tr>
<th scope="row">2</th>
<td>Jean</td>
<td>Thornton</td>
</tr>
<tr>
<th scope="row">3</th>
<td>Stéphane</td>
<td>Thornton</td>
</tr>
<tr>
<th scope="row">4</th>
<td>Julien</td>
<td>gence</td>
</tr>
<tr>
<th scope="row">5</th>
<td>Nicolas</td>
<td>martin</td>
</tr>
<tr>
<th scope="row">6</th>
<td>eric</td>
<td>Thomas</td>
</tr>
</tbody>
</table>
</div>
<a href="connection.html">Retour</a>
<!--Bootstrap-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<!--Jquery-->
<script src="https://code.jquery.com/jquery-3.7.1.js" integrity="sha256-eKhayi8LEQwp4NKxN+CfCh+3qOVUtJn3QNZ0TciWLP4=" crossorigin="anonymous"></script>
</body>
</html>
+51
View File
@@ -0,0 +1,51 @@
#connection{
width: 20%;
margin: 64px auto;
background-color: rgb(245, 238, 230);
border-radius: 10%;
box-shadow: black;
padding: 32px;
}
h1{
text-align: center;
}
#navig{
height: 100px;
background-color: #009BDE;
color: white;
}
nav a{
color: white;
}
a{
color: white;
display: block;
width: 10%;
margin: 0 auto;
}
#btn{
background-color: #FFC329;
border: none;
border-radius: 10px;
}
.Liste{
width: 50%;
margin: 64px auto;
}
.header{
display: flex;
width: 70%;
height: 200px;
margin: 0 auto;
}
.logo{
background-image: url("Logo-EXPERNET-2024.png");
background-size: contain;
background-repeat: no-repeat;
width: 10%;
height: 100px;
}
.text{
color: #009BDE;
}