You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
76 lines
3.9 KiB
76 lines
3.9 KiB
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Login Page</title>
|
|
<link rel="stylesheet" href="../css/style.css">
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@48,300,0,0" />
|
|
</head>
|
|
<body>
|
|
|
|
<div class="text-box">
|
|
<a href="#" class="btn btn-white btn-animate">Rentrer quand même</a>
|
|
</div>
|
|
<div class="main">
|
|
|
|
<div class="model">
|
|
<div class="main-logo">
|
|
<img src="../Images/Logo.png" alt="logo">
|
|
</div>
|
|
<div class="login-card-header">
|
|
<h1>Se Connecter</h1>
|
|
</div>
|
|
<form class="login-card-form">
|
|
<div class="form-item">
|
|
<span class="form-item-icon material-symbols-rounded">mail</span>
|
|
<input type="text" placeholder="Enter Mail" required autofocus>
|
|
</div>
|
|
<div class="form-item">
|
|
<span class="form-item-icon material-symbols-rounded">lock</span>
|
|
<input type="password" placeholder="Enter Password" required >
|
|
</div>
|
|
<div class="form-item-other">
|
|
<div class="checkbox">
|
|
<input type="checkbox" id="rememberMeCheckbox">
|
|
<label for="rememberMeCheckBox">Se souvenir de moi</label>
|
|
</div>
|
|
<a href="#">Oublie de mot de passe</a>
|
|
</div>
|
|
<button type="submit">Se connecter</button>
|
|
</form>
|
|
<div class="login-card-footer">
|
|
Pas de compte? <a href="inscription.html">Creer un compte</a>
|
|
</div>
|
|
</div>
|
|
<div class="social">
|
|
<div>Autre plateforme</div>
|
|
<div class="lesLogo">
|
|
<a href="#">
|
|
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-instagram" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
|
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
|
<rect x="4" y="4" width="16" height="16" rx="4"></rect>
|
|
<circle cx="12" cy="12" r="3"></circle>
|
|
<line x1="16.5" y1="7.5" x2="16.5" y2="7.501"></line>
|
|
</svg>
|
|
</a>
|
|
<a href="#">
|
|
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-google" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
|
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
|
<path d="M17.788 5.108a9 9 0 1 0 3.212 6.892h-8"></path>
|
|
</svg>
|
|
</a>
|
|
<a href="#">
|
|
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-twitter" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
|
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
|
<path d="M22 4.01c-1 .49 -1.98 .689 -3 .99c-1.121 -1.265 -2.783 -1.335 -4.38 -.737s-2.643 2.06 -2.62 3.737v1c-3.245 .083 -6.135 -1.395 -8 -4c0 0 -4.182 7.433 4 11c-1.872 1.247 -3.739 2.088 -6 2c3.308 1.803 6.913 2.423 10.034 1.517c3.58 -1.04 6.522 -3.723 7.651 -7.742a13.84 13.84 0 0 0 .497 -3.753c-.002 -.249 1.51 -2.772 1.818 -4.013z"></path>
|
|
</svg>
|
|
</a>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
</html> |