Traduction des pages LogSign
continuous-integration/drone/push Build was killed Details

ServeurDeTest
Noé GARNIER 2 years ago
parent b27f00b9c6
commit 5f828aaac8

@ -23,13 +23,13 @@
</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
Réinitialiser
</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>
<p style="font-size: 14px;">Votre mot de passe a été réinitialisé allez dans votre messagerie et entrez le code de validation.</p>
</div>
@ -44,13 +44,13 @@
<span></span>
<span></span>
<span></span>
Reset Password
Réinitialiser le mot de passe
</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>
<a href="index.php?action=goToLogin" class="text-center" style="color: #5fc198; border-bottom: 1px solid #5fc198;">Connection</a>
<a href="index.php?action=goToSignUp" class="text-center" style="color: #5fc198; border-bottom: 1px solid #5fc198;">Inscription</a>
</div>
</div>
</div>

@ -22,7 +22,7 @@
<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;">Login</h2>
<h2 class="text-uppercase font-weight-bold text-center" id="h2" style="width:fit-content;">Connection</h2>
</div>
<div class="col-2"></div>
</div>
@ -33,7 +33,7 @@
</div>
<div class="user-box position-relative">
<input type="password" id="password" name="password" required="" />
<label>Password</label>
<label>Mot de passe</label>
</div>
<div class="d-flex justify-content-around mt-5">
@ -42,14 +42,14 @@
<span></span>
<span></span>
<span></span>
Submit
Envoyer
</button>
<a href="index.php?action=goToSignUp" class="right py-2 px-3 btn">
<span></span>
<span></span>
<span></span>
<span></span>
Sign up
Inscription
</a>
</div>
<div class="text-center pt-4">

@ -29,7 +29,7 @@
<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>
<p style="font-size: 14px;">Entrez votre adresse e-mail et nous vous enverrons un e-mail avec des instructions pour réinitialiser votre mot de passe.</p>
</div>
<form class="mb-5" action="index.php?action=reset" method="POST">
@ -43,13 +43,13 @@
<span></span>
<span></span>
<span></span>
Reset Password
Réinitialiser le mot de passe
</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>
<a href="index.php?action=goToLogin" class="text-center" style="color: #5fc198; border-bottom: 1px solid #5fc198;">Connection</a>
<a href="index.php?action=goToSignUp" class="text-center" style="color: #5fc198; border-bottom: 1px solid #5fc198;">Inscription</a>
</div>
</div>
</div>

@ -22,14 +22,14 @@
<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>
<h2 class="text-uppercase font-weight-bold text-center" id="h2" style="width:fit-content;">Inscription</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>
<label>Nom d'utilisateur</label>
</div>
<div class="user-box mb-5 position-relative">
<input type="text" id="email" name="email" required="" />
@ -37,7 +37,7 @@
</div>
<div class="user-box mb-5 position-relative">
<input type="password" id="password" name="password" required="" />
<label>Password</label>
<label>Mot de passe</label>
</div>
<div class="d-flex justify-content-center mt-5">
<button class="py-2 px-3" type="submit">
@ -45,7 +45,7 @@
<span></span>
<span></span>
<span></span>
Submit
Envoyer
</button>
</div>
</form>

Loading…
Cancel
Save