fixed id naming convention
This commit is contained in:
parent
e44c65cbce
commit
21f50f5ccd
11 changed files with 142 additions and 142 deletions
12
connect.html
12
connect.html
|
|
@ -19,12 +19,12 @@
|
|||
<a class="navbar-brand" href="home.html">
|
||||
<img src="static/img/logo/logo_e-tandem-Bilinguisme_FR.svg">
|
||||
</a>
|
||||
<button type="button" id="menu-toggle" class="navbar-toggler border-0" type="button" data-bs-toggle="offcanvas" data-bs-target="#mainNav" aria-controls="mainNav" aria-label="Toggle main menu">
|
||||
<button type="button" id="menuToggle" class="navbar-toggler border-0" type="button" data-bs-toggle="offcanvas" data-bs-target="#mainNav" aria-controls="mainNav" aria-label="Toggle main menu">
|
||||
<span class="custom-toggler navbar-toggler-icon"></span>
|
||||
</button>
|
||||
<div class="offcanvas offcanvas-end" tabindex="-1" id="mainNav" aria-label="Main menu" data-bs-scroll="false">
|
||||
<div class="offcanvas-body">
|
||||
<div id="side-lang" class="ms-auto">
|
||||
<div id="sideLang" class="ms-auto">
|
||||
<div class="col">
|
||||
<label for="lang">Choisir la langue</label>
|
||||
<select id="lang" class="lang-select form-select form-select-sm" aria-label="Select language">
|
||||
|
|
@ -49,20 +49,20 @@
|
|||
<form class="form-sign mb-3">
|
||||
<h1 class="mb-4">M'identifier</h1>
|
||||
<div class="form-floating mb-4">
|
||||
<input type="email" id="userId" class="form-control">
|
||||
<input type="email" id="userId" class="form-control" placeholder="nom@domaine.ch">
|
||||
<label class="form-label" for="userId">Adresse électronique</label>
|
||||
</div>
|
||||
<div class="form-floating mb-3">
|
||||
<input type="password" id="userPass" class="form-control">
|
||||
<input type="password" id="userPass" class="form-control" placeholder="••••••••••">
|
||||
<label class="form-label" for="userPass">Mot de passe</label>
|
||||
</div>
|
||||
<div class="mb-4">
|
||||
<a href="#!">J'ai oublié mon mot de passe</a>
|
||||
<a href="#!" class="text-link">J'ai oublié mon mot de passe</a>
|
||||
</div>
|
||||
<button class="btn btn-cta rounded w-100 py-3" type="submit">S'identifier</button>
|
||||
</form>
|
||||
<span>Je n'ai pas de compte?</span>
|
||||
<a href="create-account.html">Créer un compte</a>
|
||||
<a href="create-account.html" class="text-link">Créer un compte</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue