design/signup.html
author ymh <ymh.work@gmail.com>
Wed, 19 Jul 2017 15:57:13 +0200
changeset 119 8ff8e2aee0f9
parent 115 b5d11572f1ed
permissions -rw-r--r--
add parameter to filter session and note by updated date. Add pagination on sessions and notes. add read only endpoint at root level to list notes

---
layout: default
---

<div class="row justify-content-center" style="height: 100vh;">
<div class="col col-4 align-self-center">

<h2 class="mb-3">Bienvenue sur la prise de note IRI</h2>

<form>
  
	<div class="form-group">
    <label for="formGroupExampleInput">votre adresse e-mail</label>
    <input type="text" class="form-control" id="formGroupExampleInput" placeholder="Example input">
  </div>
  
	<div class="form-group">
    <label for="formGroupExampleInput2">votre mot de passe</label>
    <input type="password" class="form-control" id="formGroupExampleInput2" placeholder="Another input">
  </div>

	<div class="form-group">
    <label for="formGroupExampleInput2">Confirmation de votre mot de passe</label>
    <input type="password" class="form-control" id="formGroupExampleInput2" placeholder="Another input">
  </div>

	<a href="sessions.html" class="btn btn-primary">Créer un compte</a>
</form>

</div>
</div>