-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmembre.html
More file actions
307 lines (265 loc) · 14.2 KB
/
membre.html
File metadata and controls
307 lines (265 loc) · 14.2 KB
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
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Simplon.co - WikiDév</title>
<meta content="" name="descriptison">
<meta content="" name="keywords">
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<link
href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i"
rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/line-awesome/css/line-awesome.min.css" rel="stylesheet">
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<!-- ======= Mobile Menu ======= -->
<div class="site-mobile-menu site-navbar-target">
<div class="site-mobile-menu-header">
<div class="site-mobile-menu-close mt-3">
<span class="icofont-close js-menu-toggle"></span>
</div>
</div>
<div class="site-mobile-menu-body"></div>
</div>
<!-- ======= Header ======= -->
<header class="site-navbar js-sticky-header site-navbar-target" role="banner">
<div class="container">
<div class="row align-items-center">
<div class="col-6 col-lg-2">
<h1 class="mb-0 site-logo"><a href="./" class="mb-0"></a><img
src="https://cdn.discordapp.com/attachments/766605510899925034/773205329873469500/logo_simplon_blanc.png"
alt=""></h1>
</div>
<div class="col-12 col-md-10 d-none d-lg-block">
<nav class="site-navigation position-relative text-right" role="navigation">
<ul class="site-menu main-menu js-clone-nav mr-auto d-none d-lg-block">
<li class="active"><a href="./" class="nav-link">ACCUEIL</a></li>
<li><a href="search.html" class="nav-link">EFFECTUER UNE RECHERCHE</a></li>
<li class="has-children">
<a href="list.html" class="nav-link">CATÉGORIES</a>
<ul class="dropdown">
<li><a href="list.html" class="nav-link">Par languages</a></li>
<li><a href="list.html" class="nav-link">Par framework</a></li>
<li><a href="list.html" class="nav-link">Autres...</a></li>
</ul>
</li>
<li><a href="login.html" class="nav-link"><button
class="btn btn-info">DÉCONNEXION</button></a></li>
</ul>
</nav>
</div>
<div class="col-6 d-inline-block d-lg-none ml-md-0 py-3" style="position: relative; top: 3px;">
<a href="#" class="burger site-menu-toggle js-menu-toggle" data-toggle="collapse"
data-target="#main-navbar">
<span></span>
</a>
</div>
</div>
</div>
</header>
<main id="main">
<!-- ======= Blog Section ======= -->
<section class="hero-section inner-page">
<div class="wave">
<svg width="1920px" height="265px" viewBox="0 0 1920 265" version="1.1"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Apple-TV" transform="translate(0.000000, -402.000000)" fill="#FFFFFF">
<path
d="M0,439.134243 C175.04074,464.89273 327.944386,477.771974 458.710937,477.771974 C654.860765,477.771974 870.645295,442.632362 1205.9828,410.192501 C1429.54114,388.565926 1667.54687,411.092417 1920,477.771974 L1920,667 L1017.15166,667 L0,667 L0,439.134243 Z"
id="Path"></path>
</g>
</g>
</svg>
</div>
<div class="container">
<div class="row align-items-center">
<div class="col-12">
<div class="row justify-content-center">
<div class="col-md-12 text-center hero-text">
<h1 class="mt-title" data-aos="fade-up" data-aos-delay="">Panel de gestion :</h1>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="team">
<div class="container">
<div class="row align-items-center">
<div class="col-12">
<div class="row justify-content-center">
<div class="col-md-12 text-center hero-text">
<h2 class="section-heading">Ajouter une contribution :</h2>
</div>
</div>
<form>
<div class="form-group">
<label for="exampleFormControlInput1">Titre de la ressource :</label>
<input type="text" class="form-control">
</div>
<div class="form-group">
<label for="exampleFormControlSelect1">Étiquettes :</label>
<input type="text" class="form-control" placeholder="10 tags maximum">
</div>
<div class="form-group">
<label for="exampleFormControlSelect2">Sources :</label>
<input type="url" class="form-control" placeholder="Le lien principal, les autres, dans la description longue.">
</div>
<div class="form-group">
<label for="exampleFormControlTextarea1">Description Courte :</label>
<input type="text" class="form-control" placeholder="255 caractères maximum">
</div>
<div class="form-group">
<label for="exampleFormControlTextarea1">Description Longue :</label>
<textarea></textarea>
</div>
</form>
</div>
</div>
</div>
</section>
<section class="team mt-5">
<div class="container mt-5">
<div class="row align-items-center">
<div class="col-12">
<div class="row justify-content-center">
<div class="col-md-12 text-center hero-text">
<h2 class="section-heading">Liste des contributions :</h2>
<div class="input-group mb-5">
<input type="text" class="form-control" placeholder="Tapez un nom, une étiquette ou le nom d'un contribueur..." aria-describedby="button-addon2">
<div class="input-group-append">
<button class="btn btn-primary" type="button" id="button-addon2"><i class="fas fa-paper-plane"></i></button>
</div>
</div>
</div>
</div>
<table class="table mt-5 text-center">
<thead>
<tr>
<th scope="col">ID</th>
<th scope="col">Nom</th>
<th scope="col">Créateur</th>
<th scope="col">Action</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td>Utiliser Figma</td>
<td>Otto</td>
<td><button class="btn btn-success"><i class="fas fa-edit"></i></button> <button class="btn btn-danger"><i class="fas fa-trash"></i></button></td>
</tr>
<tr>
<th scope="row">2</th>
<td>Jacob</td>
<td>Thornton</td>
<td><button class="btn btn-success"><i class="fas fa-edit"></i></button> <button class="btn btn-danger"><i class="fas fa-trash"></i></button></td>
</tr>
<tr>
<th scope="row">3</th>
<td>Larry</td>
<td>the Bird</td>
<td><button class="btn btn-success"><i class="fas fa-edit"></i></button> <button class="btn btn-danger"><i class="fas fa-trash"></i></button></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</section>
<section class="team">
<div class="container mt-5">
<div class="row align-items-center">
<div class="col-12">
<div class="row justify-content-center">
<div class="col-md-12 text-center hero-text">
<h2 class="section-heading">Inscription en attente de confirmation :</h2>
</div>
</div>
<table class="table mt-5 text-center">
<thead>
<tr>
<th scope="col">ID</th>
<th scope="col">Prénom</th>
<th scope="col">Action</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td>Otto</td>
<td><button class="btn btn-success"><i class="fas fa-check"></i></button> <button class="btn btn-danger"><i class="fas fa-trash"></i></button></td>
</tr>
<tr>
<th scope="row">2</th>
<td>Jacob</td>
<td><button class="btn btn-success"><i class="fas fa-check"></i></button> <button class="btn btn-danger"><i class="fas fa-trash"></i></button></td>
</tr>
<tr>
<th scope="row">3</th>
<td>Larry</td>
<td><button class="btn btn-success"><i class="fas fa-check"></i></button> <button class="btn btn-danger"><i class="fas fa-trash"></i></button></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</section>
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer class="footer" role="contentinfo">
<div class="container">
<div class="row">
<div class="col-md-4 mb-4 mb-md-0">
<p class="copyright">© Copyright Simplon WikiDév. All Rights Reserved</p>
<div class="credits">
Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a>
</div>
</div>
<div class="col-md-7 ml-auto">
<div class="row site-section pt-0">
<div class="col-md-4 mb-4 mb-md-0">
<h3><a href="#">GitHub</a></h3>
</div>
<div class="col-md-4 mb-4 mb-md-0">
<h3><a href="#">Discord</a></h3>
</div>
<div class="col-md-4 mb-4 mb-md-0">
<h3><a href="#">Mentions Légales</a></h3>
</div>
</div>
</div>
</div>
</div>
</footer>
<a href="#" class="back-to-top"><i class="icofont-simple-up"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/jquery-sticky/jquery.sticky.js"></script>
<script src="https://kit.fontawesome.com/1995bd8007.js" crossorigin="anonymous"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<script src="https://cdn.tiny.cloud/1/bgdz5lssoif7ut7a71u8pg00u20bwxyuz9r1biwwrla5wcbe/tinymce/5/tinymce.min.js" referrerpolicy="origin"></script>
<script>
tinymce.init({
selector: 'textarea',
plugins: 'advlist autolink lists link image charmap print preview hr anchor pagebreak',
toolbar_mode: 'floating',
});
</script>
</body>
</html>