Merge remote-tracking branch 'refs/remotes/origin/main'
This commit is contained in:
@@ -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>
|
||||||
@@ -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 |
@@ -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>
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
<br>
|
<br>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-3">
|
<div class="col-3">
|
||||||
<img src="logo.png">
|
<img src="logo.png" class="img-fluid">
|
||||||
</div>
|
</div>
|
||||||
<div class="col-9">
|
<div class="col-9">
|
||||||
<P style="font-family: 'Roboto Condensed', sans-serif; color: white;">Formulaire de connexion</P>
|
<P style="font-family: 'Roboto Condensed', sans-serif; color: white;">Formulaire de connexion</P>
|
||||||
|
|||||||
@@ -10,10 +10,10 @@
|
|||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-3">
|
<div class="col-2">
|
||||||
<img src="logo.png" style="width: 50%;">
|
<img src="logo.png" class="img-fluid" style="width: 80%;">
|
||||||
</div>
|
</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>
|
<h1 style="font-family: 'Roboto Condensed', sans-serif; font-size: 30px; font-weight: 600;">LISTE CONCEPTEUR DEVELOPPEUR APPLICATION</h1>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -51,7 +51,7 @@
|
|||||||
<div class="logo"></div>
|
<div class="logo"></div>
|
||||||
<div class="text">CAMPUS INFORMATIQUE ET MARKETING DIGITAL</div>
|
<div class="text">CAMPUS INFORMATIQUE ET MARKETING DIGITAL</div>
|
||||||
</div>
|
</div>
|
||||||
<form>
|
<form id="connection">
|
||||||
|
|
||||||
<h1 class="h3 mb-3 fw-normal">Connectez vous</h1>
|
<h1 class="h3 mb-3 fw-normal">Connectez vous</h1>
|
||||||
|
|
||||||
|
|||||||
@@ -47,6 +47,7 @@
|
|||||||
<div class="logo"></div>
|
<div class="logo"></div>
|
||||||
<div class="text">CAMPUS INFORMATIQUE ET MARKETING DIGITAL</div>
|
<div class="text">CAMPUS INFORMATIQUE ET MARKETING DIGITAL</div>
|
||||||
</div>
|
</div>
|
||||||
|
<h1>Listes des étudiants</h1>
|
||||||
<div class="Liste">
|
<div class="Liste">
|
||||||
<table class="table">
|
<table class="table">
|
||||||
<thead>
|
<thead>
|
||||||
@@ -76,8 +77,7 @@
|
|||||||
<td>Thornton</td>
|
<td>Thornton</td>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
|
||||||
<tbody>
|
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">4</th>
|
<th scope="row">4</th>
|
||||||
<td>Julien</td>
|
<td>Julien</td>
|
||||||
|
|||||||
@@ -1,8 +1,15 @@
|
|||||||
form{
|
#connection{
|
||||||
width: 20%;
|
width: 20%;
|
||||||
margin: 64px auto;
|
margin: 64px auto;
|
||||||
|
background-color: rgb(245, 238, 230);
|
||||||
|
border-radius: 10%;
|
||||||
|
box-shadow: black;
|
||||||
|
padding: 32px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
h1{
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
#navig{
|
#navig{
|
||||||
height: 100px;
|
height: 100px;
|
||||||
background-color: #009BDE;
|
background-color: #009BDE;
|
||||||
|
|||||||
Reference in New Issue
Block a user