This commit is contained in:
AHOVEY Saint-George
2024-10-22 14:47:26 +04:00
12 changed files with 549 additions and 11 deletions
+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>
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('https://expernet-campus.re/wp-content/uploads/2021/12/entree-expernet-campus-informatique-1024x576.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>
+55
View File
@@ -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>
@@ -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>
<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-->
+108
View File
@@ -0,0 +1,108 @@
<!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>
<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>
</tbody>
<tbody>
<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>
<!--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>
+44
View File
@@ -0,0 +1,44 @@
form{
width: 20%;
margin: 64px auto;
}
#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;
}