petite modif sur les LogSign
continuous-integration/drone/push Build is passing Details

ServeurDeTest
nathan boileau 2 years ago
parent fbf6c8d6dd
commit 70d51900fc

@ -2,63 +2,58 @@
<html lang="fr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Login</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha1/css/bootstrap.min.css"
integrity="sha384-r4NyP46KrjDleawBgD5tp8Y7UzmLA05oM1iAEQ17CSuDqnUK2+k9luXQOfXJCJ4I" crossorigin="anonymous" />
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha1/js/bootstrap.min.js"
integrity="sha384-oesi62hOLfzrys4LxRF63OJCXdXDipiYWBnvTl9Y9/TRlw5xlKIEHpNyvvDShgf/"
crossorigin="anonymous"></script>
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
<link rel="stylesheet" href="./View/src/CSS/Login.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Login</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha1/css/bootstrap.min.css" integrity="sha384-r4NyP46KrjDleawBgD5tp8Y7UzmLA05oM1iAEQ17CSuDqnUK2+k9luXQOfXJCJ4I" crossorigin="anonymous" />
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha1/js/bootstrap.min.js" integrity="sha384-oesi62hOLfzrys4LxRF63OJCXdXDipiYWBnvTl9Y9/TRlw5xlKIEHpNyvvDShgf/" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
<link rel="stylesheet" href="./View/src/CSS/Login.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
</head>
<body>
<div class="container user-select-none">
<div class="login-box col-12" id="form">
<div class="row mb-4 d-flex align-items-center">
<div class="col-2 justify-content-center">
<a class="material-icons p-0 m-0" id="home" href="index.php?action=goToHome"
style="font-size: 30px; color: white; text-decoration:none; width: fit-content;">home</a>
</div>
<div class="col d-flex justify-content-center align-content-center">
<h2 class="text-uppercase font-weight-bold text-center" id="h2" style="width:fit-content;">Password
Reset</h2>
</div>
<div class="col-2"></div>
</div>
<div class="col text-center">
<p> Your password was reset go to your mail and enter the validation code.</p>
</div>
<div class="container user-select-none">
<div class="login-box col-12" id="form">
<div class="row mb-4 d-flex align-items-center">
<div class="col-2 justify-content-center">
<a class="material-icons p-0 m-0" id="home" href="index.php?action=goToHome" style="font-size: 30px; color: white; text-decoration:none; width: fit-content;">home</a>
</div>
<div class="col d-flex justify-content-center align-content-center">
<h2 class="text-uppercase font-weight-bold text-center" style="width:fit-content;">
Reset
</h2>
</div>
<div class="col-2"></div>
</div>
<div class="row text-center py-3">
<p style="font-size: 14px;">Your password was reset go to your mail and enter the validation code.</p>
</div>
<form class="mb-5" action="index.php?action=goToHome" method="POST">
<div class="user-box mb-5 position-relative">
<input type="text" id="code" name="code" required="" />
<label>Code</label>
</div>
<div class="d-flex justify-content-around mt-5">
<button class="py-2 px-3" type="submit">
<span></span>
<span></span>
<span></span>
<span></span>
Reset Password
</button>
</div>
</form>
<div class="d-flex justify-content-around">
<a href="index.php?action=goToLogin" class="text-center" style="color: #5fc198;">Login</a>
<a href="index.php?action=goToSignUp" class="text-center" style="color: #5fc198;">Sign up</a>
</div>
<form class="mb-5" action="index.php?action=goToHome" method="POST">
<div class="user-box mb-5 position-relative">
<input type="text" id="code" name="code" required="" />
<label>Code</label>
</div>
<div class="d-flex justify-content-around mt-5">
<button class="py-2 px-3" type="submit">
<span></span>
<span></span>
<span></span>
<span></span>
Reset Password
</button>
</div>
</form>
<div class="d-flex justify-content-around">
<a href="index.php?action=goToLogin" class="text-center" style="color: #5fc198; border-bottom: 1px solid #5fc198;">Login</a>
<a href="index.php?action=goToSignUp" class="text-center" style="color: #5fc198; border-bottom: 1px solid #5fc198;">Sign up</a>
</div>
</div>
</div>
</body>
</html>

@ -35,7 +35,7 @@
<input type="password" id="password" name="password" required="" />
<label>Password</label>
</div>
<div class="d-flex justify-content-around mt-5">
<button class="py-2 px-3" type="submit">
<span></span>

@ -2,63 +2,57 @@
<html lang="fr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Login</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha1/css/bootstrap.min.css"
integrity="sha384-r4NyP46KrjDleawBgD5tp8Y7UzmLA05oM1iAEQ17CSuDqnUK2+k9luXQOfXJCJ4I" crossorigin="anonymous" />
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha1/js/bootstrap.min.js"
integrity="sha384-oesi62hOLfzrys4LxRF63OJCXdXDipiYWBnvTl9Y9/TRlw5xlKIEHpNyvvDShgf/"
crossorigin="anonymous"></script>
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
<link rel="stylesheet" href="./View/src/CSS/Login.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Login</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha1/css/bootstrap.min.css" integrity="sha384-r4NyP46KrjDleawBgD5tp8Y7UzmLA05oM1iAEQ17CSuDqnUK2+k9luXQOfXJCJ4I" crossorigin="anonymous" />
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha1/js/bootstrap.min.js" integrity="sha384-oesi62hOLfzrys4LxRF63OJCXdXDipiYWBnvTl9Y9/TRlw5xlKIEHpNyvvDShgf/" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
<link rel="stylesheet" href="./View/src/CSS/Login.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
</head>
<body>
<div class="container user-select-none">
<div class="login-box col-12" id="form">
<div class="row mb-4 d-flex align-items-center">
<div class="col-2 justify-content-center">
<a class="material-icons p-0 m-0" id="home" href="index.php?action=goToHome"
style="font-size: 30px; color: white; text-decoration:none; width: fit-content;">home</a>
</div>
<div class="col d-flex justify-content-center align-content-center">
<h2 class="text-uppercase font-weight-bold text-center" id="h2" style="width:fit-content;">Password
Reset</h2>
</div>
<div class="col-2"></div>
</div>
<div class="col text-center">
<p> Enter your email address and we'll send you an email with instructions to reset your password.</p>
</div>
<div class="container user-select-none">
<div class="login-box col-12" id="form">
<div class="row mb-4 d-flex align-items-center">
<div class="col-2 justify-content-center">
<a class="material-icons p-0 m-0" id="home" href="index.php?action=goToHome" style="font-size: 30px; color: white; text-decoration:none; width: fit-content;">home</a>
</div>
<div class="col d-flex justify-content-center align-content-center">
<h2 class="text-uppercase font-weight-bold text-center" style="width:fit-content;">
Reset
</h2>
</div>
<div class="col-2"></div>
</div>
<div class="row text-center py-3">
<p style="font-size: 14px;">Enter your email address and we'll send you an email with instructions to reset your password.</p>
</div>
<form class="mb-5" action="index.php?action=goToHome" method="POST">
<div class="user-box mb-5 position-relative">
<input type="text" id="email" name="email" required="" />
<label>Email</label>
</div>
<div class="d-flex justify-content-around mt-5">
<button class="py-2 px-3" type="submit">
<span></span>
<span></span>
<span></span>
<span></span>
Reset Password
</button>
</div>
</form>
<div class="d-flex justify-content-around">
<a href="index.php?action=goToLogin" class="text-center" style="color: #5fc198;">Login</a>
<a href="index.php?action=goToSignUp" class="text-center" style="color: #5fc198;">Sign up</a>
</div>
<form class="mb-5" action="index.php?action=goToHome" method="POST">
<div class="user-box mb-5 position-relative">
<input type="text" id="email" name="email" required="" />
<label>Email</label>
</div>
<div class="d-flex justify-content-around mt-5">
<button class="py-2 px-3" type="submit">
<span></span>
<span></span>
<span></span>
<span></span>
Reset Password
</button>
</div>
</form>
<div class="d-flex justify-content-around">
<a href="index.php?action=goToLogin" class="text-center" style="color: #5fc198; border-bottom: 1px solid #5fc198;">Login</a>
<a href="index.php?action=goToSignUp" class="text-center" style="color: #5fc198; border-bottom: 1px solid #5fc198;">Sign up</a>
</div>
</div>
</div>
</body>
</html>

@ -2,55 +2,55 @@
<html lang="fr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Login</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha1/css/bootstrap.min.css" integrity="sha384-r4NyP46KrjDleawBgD5tp8Y7UzmLA05oM1iAEQ17CSuDqnUK2+k9luXQOfXJCJ4I" crossorigin="anonymous" />
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha1/js/bootstrap.min.js" integrity="sha384-oesi62hOLfzrys4LxRF63OJCXdXDipiYWBnvTl9Y9/TRlw5xlKIEHpNyvvDShgf/" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
<link rel="stylesheet" href="./View/src/CSS/Login.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Login</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha1/css/bootstrap.min.css" integrity="sha384-r4NyP46KrjDleawBgD5tp8Y7UzmLA05oM1iAEQ17CSuDqnUK2+k9luXQOfXJCJ4I" crossorigin="anonymous" />
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha1/js/bootstrap.min.js" integrity="sha384-oesi62hOLfzrys4LxRF63OJCXdXDipiYWBnvTl9Y9/TRlw5xlKIEHpNyvvDShgf/" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
<link rel="stylesheet" href="./View/src/CSS/Login.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
</head>
<body>
<div class="container user-select-none">
<div class="login-box col-12" id="form">
<div class="row mb-4 d-flex align-items-center">
<div class="col-2 justify-content-center">
<a class="material-icons p-0 m-0" id="home" href="index.php?action=goToHome" style="font-size: 30px; color: white; text-decoration:none; width: fit-content;">home</a>
</div>
<div class="col d-flex justify-content-center align-content-center">
<h2 class="text-uppercase font-weight-bold text-center" id="h2" style="width:fit-content;">Sign Up</h2>
</div>
<div class="col-2"></div>
</div>
<form action="index.php?action=signUp" method="POST">
<div class="user-box mb-5 position-relative">
<input type="text" id="username" name="username" required="">
<label>Username</label>
</div>
<div class="user-box mb-5 position-relative">
<input type="text" id="email" name="email" required="" />
<label>Email</label>
</div>
<div class="user-box mb-5 position-relative">
<input type="password" id="password" name="password" required="" />
<label>Password</label>
</div>
<div class="d-flex justify-content-center mt-5">
<button class="py-2 px-3" type="submit">
<span></span>
<span></span>
<span></span>
<span></span>
Submit
</button>
</div>
</form>
<div class="container user-select-none">
<div class="login-box col-12" id="form">
<div class="row mb-4 d-flex align-items-center">
<div class="col-2 justify-content-center">
<a class="material-icons p-0 m-0" id="home" href="index.php?action=goToHome" style="font-size: 30px; color: white; text-decoration:none; width: fit-content;">home</a>
</div>
<div class="col d-flex justify-content-center align-content-center">
<h2 class="text-uppercase font-weight-bold text-center" id="h2" style="width:fit-content;">Sign Up</h2>
</div>
<div class="col-2"></div>
</div>
<form action="index.php?action=signUp" method="POST">
<div class="user-box mb-5 position-relative">
<input type="text" id="username" name="username" required="">
<label>Username</label>
</div>
<div class="user-box mb-5 position-relative">
<input type="text" id="email" name="email" required="" />
<label>Email</label>
</div>
<div class="user-box mb-5 position-relative">
<input type="password" id="password" name="password" required="" />
<label>Password</label>
</div>
<div class="d-flex justify-content-center mt-5">
<button class="py-2 px-3" type="submit">
<span></span>
<span></span>
<span></span>
<span></span>
Submit
</button>
</div>
</form>
</div>
</div>
</body>
</html>
Loading…
Cancel
Save