--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/design/signup.html Mon Jul 17 16:37:09 2017 +0200
@@ -0,0 +1,31 @@
+---
+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>