-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
381 lines (287 loc) · 11.3 KB
/
Copy pathindex.html
File metadata and controls
381 lines (287 loc) · 11.3 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
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
<!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="https://fonts.googleapis.com/css?family=Poppins:300,400,600,700|Roboto+Mono&display=swap" rel="stylesheet">
<link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet">
<meta name="generator" content="Hugo 0.55.6" />
<title>Python Benin</title>
<meta name="title" content="Python Benin">
<meta name="description" content="La communauté des utilisateurs du langage de programmation Python au Bénin">
<meta property="og:type" content="website">
<meta property="og:url" content="https://pythonbenin.com/">
<meta property="og:title" content="Python Benin">
<meta property="og:description" content="La communauté des utilisateurs du langage de programmation Python au Bénin">
<meta property="og:image" content="">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://pythonbenin.com/">
<meta property="twitter:title" content="Python Benin">
<meta property="twitter:description" content="La communauté des utilisateurs du langage de programmation Python au Bénin">
<meta property="twitter:image" content="La communauté des utilisateurs du langage de programmation Python au Bénin">
<title>Proposer un sujet | Python Bénin</title>
<style>
.link {
text-decoration: underline;
font-weight: bold;
}
#mobilemenu {
transition: .3s;
}
.button-primary {
padding: 0.75rem 1rem;
background-color: #5C038B;
color: white;
font-family: 'Poppins';
font-weight: bold;
cursor: pointer;
}
.main-font {
font-family: 'Poppins', Arial, Helvetica, sans-serif;
}
.secondary-font {
font-family: 'Roboto Mono';
}
.bg-pink {
background-color: #EA007B;
}
.bg-purple {
background-color: #5C038B;
}
.bg-purple-dark {
background-color:#420264;
}
.text-pink {
color: #EA007B;
}
.text-purple {
color: #5C038B;
}
.mobile-menu-item-bordered {
border: solid #5C038B 1px;
}
body {
font-family: 'Poppins', Arial, Helvetica, sans-serif;
background-color: #EDEEF2;
}
.container {
max-width: 1060px;
padding: 40px 40px;
margin: 0 auto;
}
#nav a {
font-weight: bold;
color: inherit;
}
#nav-border {
border-bottom: 1px solid #212529;
}
#main {
margin-top: 1em;
margin-bottom: 4em;
}
#home-jumbotron {
background-color: inherit;
}
.font-125 {
font-size: 125%;
}
.tag-btn {
margin-bottom: 0.3em;
}
img {
max-width: 100%;
}
@media (max-width: 400px) {
.container {
padding: inherit 15px;
}
.main-cta {
border: #EDEEF2 solid 1px;
background: transparent;
}
}
@media (max-width: 640px) {
.main-cta {
border: #EDEEF2 solid 1px;
background: transparent;
}
.nav-container {
padding-left: 0px;
}
}
</style>
</head>
<body>
<div>
<div class="bg-pink h-16 flex items-center">
<div class="mx-auto container nav-container">
<nav class="font-bold">
<div class="flex flex-row items-center justify-between ">
<div class="flex flex-row items-center">
<div class="bg-purple text-white pl-0 sm:text-xl font-bold h-20 mt-4 flex flex-row items-center">
<div class=" bg-purple-dark sm:hidden h-full flex-shrink-0 flex flex-center w-16" >
<button type="button" id="menu-open" class=" w-full h-full mx-auto focus:outline-none focus:text-gray-700" onclick="openMobileMenu()">
<svg class="m-auto" width="16" height="12" viewBox="0 0 16 12" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M16 0V2H0V0H16ZM0 12H16V10H0V12ZM0 7H16V5H0V7Z" fill="white"/>
</svg>
</button>
<button type="button" id="menu-close" class="w-full h-full hidden mx-auto focus:outline-none focus:text-gray-700" onclick="closeMobileMenu()">
<svg class="m-auto" width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.29296 7.00008L0 1.70712L1.41421 0.292908L6.70717 5.58586L12.0001 0.292915L13.4143 1.70713L8.12138 7.00008L13.4142 12.2929L12 13.7071L6.70717 8.41429L1.41433 13.7071L0.000116348 12.2929L5.29296 7.00008Z" fill="white"/>
</svg>
</button>
</div>
<a class="w-full h-full flex px-4" href="/">
<p class="m-auto">Python <br> Bénin</p>
</a>
</div>
</div>
<div class="flex flex-row sm:w-full justify-between">
<div class="hidden sm:block">
<a class="ml-10 text-white" href="/faq">FAQ</a>
<a class="ml-10 text-white" href="/partners">Partenaires</a>
</div>
<div>
<a class="main-cta ml-10 text-white hidden sm:inline bg-purple p-2 px-4" href="/propose-a-topic">Proposer un sujet</a>
<a class="ml-10 text-white uppercase" href="https://pythonbenin.com/en/propose-a-topic/">English</a>
</div>
</div>
</div>
</nav>
</div>
</div>
<div id="mobilemenu" class="bg-purple-dark py-0 z-50 h-0 overflow-hidden sm:hidden">
<nav class="nav-mobile pt-6 text-center font-bold flex flex-col">
<a class=" w-full text-white font-normal p-2 px-4 py-3" href="/">< Aller à l'acceuil</a>
<div class="flex flex-row w-full mt-2">
<a class="text-white text-center w-1/2 mobile-menu-item-bordered py-3" href="/faq">FAQ</a>
<a class="text-white w-1/2 text-center mobile-menu-item-bordered py-3" href="/partners">Partenaires</a>
</div>
<div class="mb-8 mt-8 ">
<a class=" text-black bg-white max-w-xm p-2 px-16 " href="/propose-a-topic">Proposer un sujet</a>
</div>
</nav>
</div>
</div>
<div>
<main>
<div class="container pt-16">
<h1 class="text-4xl text-purple font-bold">Proposer un sujet</h1>
<div class="content secondary-font mt-8">
<p> Nous proposons 2 formats différents : <br><br>
<ul>
<li><strong>- Le court (5 minutes): </strong>par exemple pour susciter la curiosité en faisant découvrir une librairie Python, ou pour parler d’un sujet précis lié à la programmation. </li>
<li><strong>- Le long (30 minutes + 10 minutes de questions): </strong>parfait pour rentrer un peu plus dans le sujet, développer l’argumentation, faire un “live-coding”. </li>
</ul>
</p>
<div class="bg-white mt-8 p-8">
<form method="POST" netlify>
<div class="form-row">
<label for="tile">Titre*</label>
<input type="text" name="title" id="title" required>
</div>
<div class="form-row">
<label for="description">Description*</label>
<textarea name="" id="description" cols="" rows="5" required></textarea>
</div>
<div class="form-row" id="talk-format">
<label for="talk-format">Format de Talk*</label>
<div class="radio-button">
<input type="radio" name="talk-format" id="long" checked>
<label for="long">Long (30 mins + questions) </label>
</div>
<div class="radio-button">
<input type="radio" name="talk-format" id="short">
<label for="short">Court (5 mins) </label>
</div>
</div>
<div class="form-row">
<label for="slide-link">Lien vers les slides</label>
<input type="text" name="" id="slide-link" placeholder="https://">
</div>
<div class="form-row">
<label for="project-link">Lien vers le projet</label>
<input type="text" name="" id="project-link" placeholder="https://">
</div>
<div class="form-row">
<label for="twitter">Twitter</label>
<input type="text" name="" id="twitter" placeholder="@pythonbenin">
</div>
<div data-netlify-recaptcha="true"></div>
<input class="button-primary" type="submit" value="Valider">
</form>
</div>
<style>
.form-row {
display: flex;
flex-direction: column;
margin-bottom: 1.5rem ;
}
label {
font-weight: bold;
font-size: 15px;
margin-bottom: 0.5rem;
}
.form-row textarea {
height: inherit;
}
.form-row input, textarea {
width: 100%;
height: 50px;
border: solid 1px gray;
align-items: center;
padding: 0.75rem;
outline: none;
}
.form-row input:hover {
}
.form-row input:hover, input:focus, textarea:focus {
border-color: #5C038B;
border-width: 2px;
}
.form-row:focus-within label {
}
.form-row input[type=radio] {
height: 1rem;
width: 1rem;
text-align: left;
}
.radio-button {
display: flex;
align-items: center;
margin-bottom: 0.5rem ;
}
.radio-button label {
padding-left: 0.5rem ;
font-weight: normal;
margin-bottom: 0px;
margin-top: 0px;
}
</style>
</div>
</div>
<p class=" mt-8 text text-gray-700 font-bold text-center"> Python Bénin </p>
<p class=" text-sm secondary-font text-center mb-8">
<a href="https://join.slack.com/t/pythonbenin/shared_invite/enQtODAxMjg2Njk5NzYzLTEwNTQwOTg4MGI4ZGVkYzgyOTA2NTQ2OTc2YmRmZjkyODJjNWYyMDc0ODg4ZjRmZmMxNDI4OWVlNTFhM2I5YmE">Slack</a>
- <a href="https://twitter.com/PythonBenin">Twitter</a>
- <a href="https://github.com/PythonBenin/">Github</a> </p>
</main>
</div>
<script src="https://pythonbenin.com/js/feather.min.js"></script>
<script>
feather.replace()
var mobilemenu = document.getElementById('mobilemenu')
function openMobileMenu () {
mobilemenu.style.height = "220px"
document.getElementById('menu-open').style.display = "none"
document.getElementById('menu-close').style.display = "inline"
}
function closeMobileMenu () {
mobilemenu.style.height = "0"
document.getElementById('menu-open').style.display = "inline"
document.getElementById('menu-close').style.display = "none"
}
</script>
</body>
</html>