-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpreinscription.html
250 lines (224 loc) · 9.59 KB
/
preinscription.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
<!DOCTYPE html>
<html lang="fr">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="src/img/logo3.png">
<style type="text/css">
[class*="col"] { margin-bottom: 20px; }
img { width: 100%; }
</style>
<title>Les Films de Plein Air | Pré inscription</title>
<!-- Bootstrap core CSS -->
<link href="bootstrap-4.3.1/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="src/scss/style.css" rel="stylesheet">
<!-- Font-awesome CDN -->
<script src="https://kit.fontawesome.com/2cfa3d7339.js" crossorigin="anonymous"></script>
<!-- Police Questrial CDN
<link href="https://fr.allfont.net/allfont.css?fonts=questrial" rel="stylesheet" type="text/css" />-->
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Entête -->
<nav class="navbar navbar-expand-lg navbar-dark bg-custom navbar-custom justify-content-between">
<a class="navbar-brand" href="index.html">
<img src="src/img/logo-navbar2.png" width="30" height="30" class="d-inline-block align-top" alt="Logo de l'association">
<p id="titre-marque" class="navbar-brand titre">
Les Films de Plein Air
</p>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarToggler" aria-controls="navbarToggler" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarToggler">
<ul class="nav navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">
<span class="fas fa-home"></span>
Accueil
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="films.html">
Films
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="actualites.html">
Actualités
</a>
</li>
<li class="active nav-item">
<a class="nav-link" href="preinscription.html">
Pré inscription
</a>
</li>
</ul>
</div>
</nav>
<!-- /.Entête -->
<!-- Banniere image -->
<div class="container-fluid">
<div class="row">
<div class="col-12 text-center" id="banniere">
<h1> PRÉ INSCRIPTION </h1>
</div>
</div>
</div>
<!-- /.Banniere image -->
<!-- Contenu de la page -->
<section class="container mt-3">
<div class="container">
<form class="col-lg-6 mr-auto ml-auto bg-cyan-transparent rounded form">
<legend>Remplissez ce formulaire :</legend>
<div class="form-group">
<label for="text">Nom et prénom : </label>
<input id="text" type="text" class="form-control">
</div>
<div class="form-group">
<label for="email">Adresse email : </label>
<input id="email" type="email" class="form-control">
</div>
<div class="form-group">
<label for="places">Nombre de place(s) : </label>
<input id="places" type="number" class="form-control" min="1" max="10" value="1">
</div>
<div class="form-group">
<label for="seance">Film :</label>
<select class="form-control" required="" name="seance" id="seance">
<option value="" selected="" disabled="">Choisissez un film</option>
<optgroup label="05/08/20">
<option value="15h">15h - Le Mans 66</option>
<option value="18h">18h - Hors normes</option>
<option value="21h">21h - Joker</option>
</optgroup>
<optgroup label="06/08/20">
<option value="18h">18h - Donne moi des Ailes</option>
<option value="21h">21h - Camille</option>
</optgroup>
<optgroup label="07/08/20">
<option value="18h">18h - Fahim</option>
</optgroup>
<optgroup label="08/08/20">
</optgroup>
</select>
<div class="invalid-tooltip">
Merci de choisir votre séance.
</div>
</div>
<div class="form-group">
<label for="commentaires">Commentaires : </label>
<textarea id="commentaires" type="textarea" class="form-control"></textarea>
</div>
<div class="form-group text-center pb-4">
<button class="btn btn-subscribe">Envoyer</button>
</div>
</form>
</div>
</section>
<hr>
<!-- Footer -->
<footer class="page-footer font-small mdb-color pt-4">
<!-- Footer Links -->
<div class="container text-center text-md-left">
<!-- Footer links -->
<div class="row text-center text-md-left mt-3 pb-3">
<!--/.Grid column-->
<div class="col-md-6 mb-4 text-center">
<h6 class="text-uppercase mb-4 font-weight-bold">Plan du site</h6>
<ul class="list-unstyled">
<li>
<a class="lien-site-footer" href="index.html">Accueil</a>
</li>
<li>
<a class="lien-site-footer" href="films.html">Films</a>
</li>
<li>
<a class="lien-site-footer" href="actualites.html">Actualités</a>
</li>
<li>
<a class="lien-site-footer" href="pre-inscription.html">Pré inscription</a>
</li>
</ul>
</div>
<!--Grid column-->
<div class="col-md-6 mb-4 text-center">
<h6 class="text-uppercase mb-4 font-weight-bold">Contact</h6>
<p>
<i class="fas fa-home mr-3"></i> 34 rue Nationale, 75006 PARIS</p>
<p>
<i class="fas fa-envelope mr-3"></i> jennifer.edwards@films-plein-air.com</p>
<p>
<i class="fas fa-phone mr-3"></i> + 01 88 01 66343</p>
</div>
<!--/.Grid column-->
</div>
<!-- Footer links -->
<!-- Grid row -->
<div class="row d-flex align-items-center">
<!-- Grid column -->
<div class="col-md-7 col-lg-8">
<p class="text-center text-md-left font-italic ">
Projet 3 du parcours "Développeur d'application Frontend" OpenClassrooms
</p>
<!--Copyright-->
<p class="">© 2019 Copyright:
<a href="#">
<strong> plein-air.com</strong>
</a>
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-5 col-lg-4 ml-lg-0">
<!-- Social buttons -->
<div class="text-center text-md-right">
<ul class="list-unstyled list-inline">
<li class="list-inline-item">
<a class="btn-floating btn-sm rgba-white-slight mx-1">
<i class="fab fa-facebook-f"></i>
</a>
</li>
<li class="list-inline-item">
<a class="btn-floating btn-sm rgba-white-slight mx-1">
<i class="fab fa-twitter"></i>
</a>
</li>
<li class="list-inline-item">
<a class="btn-floating btn-sm rgba-white-slight mx-1">
<i class="fab fa-google-plus-g"></i>
</a>
</li>
<li class="list-inline-item">
<a class="btn-floating btn-sm rgba-white-slight mx-1">
<i class="fab fa-linkedin-in"></i>
</a>
</li>
</ul>
</div>
</div>
<!-- Grid column -->
</div>
<!-- Grid row -->
</div>
<!-- Footer Links -->
</footer>
<!-- Footer -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
<script src="bootstrap-4.3.1/js/bootstrap.min.js"></script>
<script src="bootstrap-4.3.1/js/jquery.js"></script>
</body>
</html>