-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinscription.html
228 lines (222 loc) · 8.2 KB
/
inscription.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<link href="./css/header.css" rel="stylesheet" />
<link href="./css/footer.css" rel="stylesheet" />
<link href="./css/inscription.css" rel="stylesheet" />
<link href="./css/police.css" rel="stylesheet" />
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css"
/>
<title>Inscription</title>
</head>
<body>
<header>
<nav class="navbar navbar-expand-md navbar-light">
<a class="navbar-brand" href="index.html"
><img
src="./images/logo-fond-blanc.png"
width="70"
height="50"
alt="logo"
/></a>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarTogglerDemo01"
aria-controls="navbarTogglerDemo01"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo01">
<ul class="navbar-nav ml-auto mt-2 mt-lg-0">
<li class="nav-item active">
<a class="nav-link" href="index.html"
>Accueil<span class="sr-only">(current)</span></a
>
</li>
<li class="nav-item">
<a class="nav-link" href="actualites.html">Actualités</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="contact.html">Contact</a>
</li>
<li class="nav-item ml-lg-3 ml-xl-3 ml-md-0 ml-sm-0 buttonSearch">
<form class="form-inline">
<div class="input-group">
<input
type="search"
class="form-control"
placeholder="recherche"
/>
<div class="input-group-btn">
<a
class="btn btn-light"
href="recherche.html"
role="button"
type="submit"
><span class="bi bi-search"></span
></a>
</div>
</div>
</form>
</li>
</ul>
</div>
</nav>
</header>
<div class="container">
<div class="row">
<div class="offset-md-2 col-md-8 offset-md-2">
<form class="border">
<div class="m-4">
<h3 class="text-center">Formulaire d'inscription</h3>
<div class="form-group">
<label for="selected-film">Film sélectionné :</label>
<input
type="text"
class="form-control"
id="selected-film"
placeholder="Bartkowiak"
/>
</div>
<div class="form-group">
<label for="nom">Nom :</label>
<input type="text" class="form-control" id="nom" />
</div>
<div class="form-group">
<label for="prenom">Prénom :</label>
<input type="text" class="form-control" id="prenom" />
</div>
<div class="form-group">
<label for="telephone">Téléphone :</label>
<input type="email" class="form-control" id="telephone" />
</div>
<div class="form-group">
<label for="email">E-mail :</label>
<input
type="email"
class="form-control"
id="email"
placeholder="name@example.com"
/>
</div>
<div class="form-group">
<label class="my-1 mr-2" for="select-number"
>Nombre de personnes :</label
>
<select class="custom-select my-1 mr-sm-2" id="select-number">
<option selected>--- Choisir nombre ---</option>
<option value="1">1</option>
<option value="2" selected>2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
<option value="6">6</option>
<option value="7">7</option>
<option value="8">8</option>
<option value="9">9</option>
<option value="10">10</option>
</select>
</div>
<div class="form-row mb-4">
<label class="" for="select-number">Personnes 2 :</label>
<div class="col">
<input type="text" class="form-control" placeholder="nom" />
</div>
<div class="col">
<input
type="text"
class="form-control"
placeholder="prénom"
/>
</div>
</div>
<div class="text-right">
<button type="submit" class="btn btn-primary btn-md">
Envoyer
</button>
</div>
</div>
</form>
</div>
</div>
</div>
<footer class="row">
<div class="col-sm-12 col-md-4 col-lg-4">
<div class="contact my-4">
<p><strong>Tél : </strong>01 02 51 24 41</p>
<address>
<strong>Adresses :</strong><br />
<strong>A</strong>: siège de l'association <br />13 rue de l'espace
<br />75001 Paris<br />
<strong>B</strong>: Lieu du festival <br />parc monceau<br />
35 boulevard de courcelles <br />
75008 Paris <br />
</address>
</div>
</div>
<div class="col-sm-12 col-md-4 col-lg-4">
<div class="text-center my-4">
<iframe
class="google-maps"
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2623.8735531365996!2d2.3067663152024878!3d48.87968700716177!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47e66fbe98f714c3%3A0xe62425fddeddc402!2sParc%20Monceau!5e0!3m2!1sfr!2sdz!4v1624101239338!5m2!1sfr!2sdz"
style="border: 0"
allowfullscreen=""
loading="lazy"
></iframe>
</div>
</div>
<div class="col-sm-12 col-md-4 col-lg-4">
<div class="text-center my-4">
<p>
<a href="contact.html">Nous contacter</a><br />
<a href="a-propos-de-nous.html">A propose de nous</a><br />
<a href="mentions-legales.html">Mentions légales</a>
</p>
<h4>Nous suivre</h4>
<a class="btn btn-secondary" href="#"
><i class="bi bi-facebook"></i
></a>
<a class="btn btn-secondary" href="#"
><i class="bi bi-twitter"></i
></a>
<a class="btn btn-secondary" href="#"><i class="bi bi-google"></i></a>
</div>
</div>
</footer>
<script
src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"
></script>
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
crossorigin="anonymous"
></script>
</body>
</html>