Skip to content
Snippets Groups Projects
Commit dba87e70 authored by nicrausaz's avatar nicrausaz
Browse files

Design updates

parent 5dd803a1
No related branches found
No related tags found
No related merge requests found
......@@ -25,13 +25,18 @@
<li>Pour polymécanicien, le certificat d’aptitude GIM-CH peut être joint au dossier</li>
</ul>
</li>
<li class="mb-4">Veuillez prévoir une vingtaine de minutes pour compléter le formulaire</li>
<li class="mb-4"><a aria-describedby="footnote-label" id="footnotes-ref">Créez un compte en cliquant sur le bouton</a></li>
<li class="mb-4">Confirmez ensuite votre adresse via l’email reçu.</li>
<li class="mb-4">Une fois votre compte validé, cliquez sur le bouton "Se connecter"</li>
</ul>
<li class="mb-4">Veuillez prévoir une vingtaine de minutes pour compléter le formulaire</li>
<li class="mb-4"><a aria-describedby="footnote-label" id="footnotes-ref">Créez un compte en cliquant sur le bouton suivant</a></li>
</ul>
<div>
<button type="button" class="btn btn-primary btn-block btn-sm mt-3 mb-2" id="createAc">Créer un compte</button>
<br>
</div>
<ul class="list-bullet">
<li class="mb-4">Confirmez ensuite votre adresse via l’email reçu.</li>
<li class="mb-4">Une fois votre compte validé, cliquez sur le bouton suivant</li>
</ul>
<div>
<button type="button" class="btn btn-primary btn-block btn-sm mt-3 mb-2" id="createAc">Créer un compte</button>
<button type="button" class="btn btn-primary btn-block btn-sm mt-3 mb-5" id="connectB">Se connecter</button>
</div>
<ul class="list-bullet">
......
......@@ -4,7 +4,7 @@
<!-- Annexes obligatoires -->
<div class="form-group mt-3" id="files">
<div class="form-group">
<label for="photo-passeport">Photo passeport <strong>couleur: *</strong></label>
<label for="photo-passeport">Photo passeport <strong>couleur:</strong> *</label>
<input type="file" name="photo-passeport" class="upload-input" id="photo-passeport" onchange="changeTitleFile(this)" data-required/>
<br>
<label for="photo-passeport" class="btn btn-secondary btn-sm icon-right">
......@@ -15,7 +15,7 @@
</div>
<div class="form-group">
<label for="carte-identite">Copie carte d'indentité / passeport: *</label>
<label for="carte-identite">Copie carte d'indentité / passeport <strong>recto et verso</strong>: *</label>
<input type="file" name="carte-identite" class="upload-input" id="carte-identite" onchange="changeTitleFile(this)" data-required/>
<br>
<label for="carte-identite" class="btn btn-secondary btn-sm icon-right">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment