-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (53 loc) · 2.42 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Exposition MAKER, L'art de faire</title>
<meta name="author" content="LPDW" />
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="assets/css/normalize.css" />
<link rel="stylesheet" type="text/css" href="assets/css/style.css" />
</head>
<body>
<header class="container">
<h1>Exposition MAKER, L'art de faire <span class="totalreponse"></span></h1>
</header>
<main class="container">
<form action="#" method="">
<div class="inputs">
<div class="area">
<div class="col-xs-12">
<div class="affinities row">
<h2>Affinités <span class="cptAffinity"></span></h2>
<hr>
<p>Sélectionnez au moins une affinité (maximum 5 ou 4 si deux sentiments sélectionnés)</p>
</div>
</div>
<div class="col-xs-12">
<div class="feelings row">
<h2>Sentiments <span class="cptFeeling"></span></h2>
<hr>
<p>Sélectionnez au moins un sentiment (maximum 2)</p>
</div>
</div>
<div class="button container">
<button type="reset" class="reset btn btn-warning">Réinitialiser | <span class="glyphicon glyphicon-repeat"></span></button>
<button type="submit" class="btn btn-danger" >Envoyer | <span class="glyphicon glyphicon-share-alt"></span></button>
</div>
</div>
</div>
</form>
</main>
<footer class="container">
<p> GeneTree 2017 - LPDW </p>
</footer>
<script src="assets/js/jquery-1.9.1.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/script.js"></script>
</body>
</html>