68 lines
3.1 KiB
HTML
68 lines
3.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<!-- boostrap 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">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>GDA</title>
|
|
</head>
|
|
|
|
<section class="vh-100">
|
|
<div class="container py-5 h-100">
|
|
<div class="row d-flex align-items-center justify-content-center h-100">
|
|
<div class="col-md-8 col-lg-7 col-xl-6">
|
|
<img src="téléchargement.png"
|
|
class="img-fluid" alt="Phone image">
|
|
</div>
|
|
<div class="col-md-7 col-lg-5 col-xl-5 offset-xl-1">
|
|
<form>
|
|
<!-- Mail input -->
|
|
<div data-mdb-input-init class="form-outline mb-4">
|
|
<input type="email" id="form1Example13" class="form-control form-control-lg" />
|
|
<label class="form-label" for="form1Example13">Adresse mail </label>
|
|
</div>
|
|
|
|
<!-- Mot de passe input -->
|
|
<div data-mdb-input-init class="form-outline mb-4">
|
|
<input type="password" id="form1Example23" class="form-control form-control-lg" />
|
|
<label class="form-label" for="form1Example23">Mot de passe </label>
|
|
</div>
|
|
|
|
<div class="d-flex justify-content-around align-items-center mb-4">
|
|
<!-- Enregisté -->
|
|
<div class="form-check">
|
|
<input class="form-check-input" type="checkbox" value="" id="form1Example3" checked />
|
|
<label class="form-check-label" for="form1Example3"> Enregistré </label>
|
|
</div>
|
|
<a href="#!">Mot de passe oublié?</a>
|
|
</div>
|
|
|
|
<!-- button -->
|
|
<button type="submit" data-mdb-button-init data-mdb-ripple-init class="btn btn-primary btn-lg btn-block">Connection</button>
|
|
|
|
<div class="divider d-flex align-items-center my-4">
|
|
<p class="text-center fw-bold mx-3 mb-0 text-muted">Ou</p>
|
|
</div>
|
|
|
|
<a data-mdb-ripple-init class="btn btn-primary btn-lg btn-block" style="background-color: #3b5998" href="list.html"
|
|
role="button">
|
|
<i class="fab fa-facebook-f me-2"></i>Connexion Anonyme
|
|
</a>
|
|
|
|
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
|
|
|
|
<!-- jquery cdn-->
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js" integrity="sha512-v2CJ7UaYy4JwqLDIrZUI/4hqeoQieOmAZNXBeQyjo21dadnwR+8ZaIJVT8EE2iyI61OV8e6M8PP2/4hpQINQ/g==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
|
|
<!-- boostrap 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> |