-
Notifications
You must be signed in to change notification settings - Fork 1
/
code.html
383 lines (373 loc) · 14.2 KB
/
code.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
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
382
383
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Konexio</title>
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/digitous.css">
<link href="https://fonts.googleapis.com/css?family=Hind:400,400i,600,700" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class="main en">
<header class="coding">
<nav>
<h1>
<!-- should this be a homepage link? -->
<img src="imgs/logo-konexio-nue.png" alt="Konexio">
</h1>
<ul>
<li>
<span lang="en">
<a href="index.html">About Konexio</a>
</span>
<span lang="fr">
<a href="index-french.html">Notre Mission</a>
</span>
</li>
<li>
<div class="dropdown">
<span lang="en">
<button class="dropbtn" onclick="location.href = 'index.html#initiatives'">
Our Initiatives
</button>
</span>
<span lang="fr">
<button class="dropbtn" onclick="location.href = 'index-french.html#initiatives'">
Nos Initiatives
</button>
</span>
<div class="dropdown-content">
<a href="digital.html">
<span lang="en">Digital Skills</span>
<span lang="fr">Programme digitale</span>
</a>
<a href="#">
<span lang="en">Code Skills</span>
<span lang="fr">Programme code</span>
</a>
</div>
</div>
</li>
<li>
<span lang="en">
<a href="index.html#testimonials">Testimonials</a>
</span>
<span lang="fr">
<a href="index-french.html#testimonials">Témoignages</a>
</span>
</li>
<li>
<span lang="en">
<a href="index.html#partners">Team & Partners</a>
</span>
<span lang="fr">
<a href="index-french.html#partners">Equipe et Partenaires</a>
</span>
</li>
<li>
<a href="https://www.helloasso.com/associations/konexio/formulaires/1" target="_blank">
<span lang="en">Donate</span>
<span lang="fr">Faire un Don</span>
</a>
</li>
<li>
<span lang="en">
<a href="index.html#contact">Contact</a>
</span>
<span lang="fr">
<a href="index-french.html#contact">Contact</a>
</span>
</li>
<li>
<a href="https://medium.com/@Konexio">Blog</a>
</li>
<li>
<span lang="en">
<a href="press-kit-en.pdf">Press</a>
</span>
<span lang="fr">
<a href="press-kit-fr.pdf">Press</a>
</span>
</li>
<li>
<a href="https://www.facebook.com/konexio.eu">
<img src="imgs/facebook.png" alt="Facebook">
</a>
</li>
<li>
<a href="https://twitter.com/Konexio_eu">
<img src="imgs/twitter.png" alt="Twitter">
</a>
</li>
<li>
<a href="http://eepurl.com/cEVfen">
<img src="imgs/mailchimp.png" alt="Newsletter">
</a>
</li>
<li>
<div id="language-selector">
<a href="#" class="select-lang selected" lang="en">EN</a> | <a href="#" class="select-lang" lang="fr">FR</a>
</div>
</li>
</ul>
</nav>
<div class="welcome-container">
<div class="welcome-message">
<h2>
<span lang="en">Code Skills</span>
<span lang="fr">Programme Code</span>
</h2>
<h4>
<span lang="en">
Want to learn the concepts necessary to create a website, discover the
foundations of programming, and connect with others passionate about coding?
</span>
<span lang="fr">
Voulez-vous apprendre les concepts nécessaires pour créer un site web,
découvrir les bases de la programmation et communiquer avec d'autres passionnés ?
</span>
</h4>
</div>
<div class="welcome-shortcuts">
<a href="https://docs.google.com/forms/d/e/1FAIpQLScF-zrERka8WJM9B9FbPb6SNCnrdFrCJ85Gw6TChW51OiDU6Q/viewform">
<i class="fa fa-edit" aria-hidden="true"></i>
<span lang="en">Sign up</span>
<span lang="fr">Je m'inscris</span>
</a>
<a href="#code">
<i class="fa fa-laptop" aria-hidden="true"></i>
<span lang="en">Learn more</span>
<span lang="fr">En savoir plus</span>
</a>
</div>
</div>
</header>
<div class="container">
<div id="code">
<div class="row twelve columns">
<h3>
<span lang="en">Code Skills</span>
<span lang="fr">Programme Code</span>
</h3>
</div>
</div>
<div class="row twelve columns">
<p>
<span lang="en">
Our code skills program starts with basic concepts of web development— moving
from HTML and CSS to JavaScript and beyond– and makes use of interactive
online platforms and exercises adapted for participants of all backgrounds and learning abilities.
</span>
<span lang="fr">
Notre programme de code commence par les concepts de base du développement web,
et puis connaissance de HTML, CSS et JavaScript et au-delà, en appuyant
sur des plateformes et des exercices interactifs en ligne adaptés
aux participants de tous les milieux et capacités d'apprentissage.
</span>
</p>
</br>
<p>
<span lang="en">
Want to learn the concepts necessary to create a website, discover the
foundations of programming, and connect with others passionate about coding?
</span>
<span lang="fr">
Voulez-vous apprendre les concepts nécessaires pour créer un site web,
découvrir les bases de la programmation et communiquer avec d'autres passionnés ?
</span>
</p>
</div>
</div>
<div class="container">
<div class="row twelve columns">
<h3>Digitous</h3>
</div>
<div class="row twelve columns">
<p>
<span lang="en">
<span class="highlight">Digitous</span> if the following course and a 2-step program.
The first part involves a full stack curriculum,
while the second focuses on hands-on learning by working on tech projects
for businesses to give Konexio students access to their first professional experience in France.
</span>
<span lang="fr">
<span class="highlight">Digitous</span> est la suite de l'introduction du code et un programme qui consiste
en 2 phases. La première est un programme fullstack, et la deuxième
mettant en œuvre l’apprentissage au sein d’entreprises pour donner
aux talents de Konexio un accès direct à une première expérience
professionnelle en France.
</span>
</p>
</div>
</div>
<div class="container">
<table>
<tr>
<th></th>
<th>
<span lang="en">Part I: Integrative learning approach</span>
<span lang="fr">Phase I: Approche intégrative d’apprentissage</span>
</th>
<th>
<span lang="en">Part II: Learning in action</span>
<span lang="fr">Phase II: Apprentissage en action</span>
</th>
</tr>
<tr>
<th>Description</th>
<td>
<span lang="en">
Intensive full-stack curriculum with an added focus on the 'soft skills'
necessary to integrate into the professional tech sector
</span>
<span lang="fr">
Formation intensive full-stack avec un focus supplémentaire sur les ‘softs skills’
nécessaires pour l’intégration professionnelle dans le domaine numérique
</span>
</td>
<td>
<span lang="en">
Our internal agency connects our students with partnering tech
companies to be paired with a mentor and work experience director
</span>
<span lang="fr">
Notre agence interne connectera nos étudiants avec des entreprises
numériques partenaires pour la réalisation de missions tutorées
au sein de ces entreprises
</span>
</td>
</tr>
<tr>
<th>
<span lang="en">Duration</span>
<span lang="fr">Durée</span>
</th>
<td>
<span lang="en">6 months</span>
<span lang="fr">6 mois</span>
</td>
<td>
<span lang="en">3 – 6 months (renewable)*</span>
<span lang="fr">3 – 6 mois (renouvelables)*</span>
</td>
</tr>
<tr>
<th>
<span lang="en">Content</span>
<span lang="fr">Contenu</span>
</th>
<td>
<span lang="en">
<span class="highlight">Program (full stack development)</span> :
HTML, CSS, CSS Advanced (CSS3) JS, React JS (framework)</br>
<span class="highlight">Project Phase</span> : Design thinking /
Design thinking / Agile approach workshops to create a professional project over 3 weeks</br>
<span class="highlight">Demo day</span> :
Presentation of the projects created</br>
</span>
<span lang="fr">
<span class="highlight">Programme (développeur full stack)</span> :
HTML, CSS, CSS avancé (CSS3) JS, React JS (framework)</br>
<span class="highlight">Phase projet</span> : Atelier design
thinking/approche AGILE pour créer un projet professionnalisant durant 3 semaines </br>
<span class="highlight">Demo day</span> :
Présentation des projets élaborés</br>
</span>
</td>
<td>
<span lang="en">
<span class="highlight">Program</span> : Work experience and guided
mentorship with one of our partner companies where students work on
projects responding to the needs of the company. Konexio will match
the student profiles (types of projects, companies of interest, etc.)
and the operational needs of the companies (code languages or frameworks).
Students will also be asked to an official job interview with their
assigned company at the end of the internship engagement.
</span>
<span lang="fr">
<span class="highlight">Programme</span> : réalisation de missions
tutorées dans l’une de nos entreprises partenaires, répondant aux
besoins de l’entreprise. Konexio matchera le profil des apprenants
(types de projets qu’ils souhaitent effectuer, types d’entreprises
avec lesquelles ils souhaitent s’engager) et les besoins opérationnels
des entreprises (notamment les langages ou frameworks en particulier).
Les apprenants devront aussi passer un entretien officiel afin de finaliser l’engagement.
</span>
</td>
</tr>
</table>
</div>
<div class="container">
<div class="twelve columns">
<div class="action-buttons">
<button type="button" name="signup-digital-class-button" onclick="window.open('https://docs.google.com/forms/d/e/1FAIpQLScF-zrERka8WJM9B9FbPb6SNCnrdFrCJ85Gw6TChW51OiDU6Q/viewform', '_blank')">
<span lang="en">Sign up</span>
<span lang="fr">Je m'inscris</span>
</button>
</div>
</div>
</div>
<footer>
<div class="container">
<ul>
<li>
<span lang="en">
<a href="index.html#about">About Konexio</a>
</span>
<span lang="fr">
<a href="index-french.html#about">Notre Mission</a>
</span>
</li>
<li>
<span lang="en">
<a href="index.html#initiatves">Our Initiatives</a>
</span>
<span lang="fr">
<a href="index-french.html#initiatves">Nos Initiatives</a>
</span>
</li>
<li>
<span lang="en">
<a href="index.html#testimonials">Testimonials</a>
</span>
<span lang="fr">
<a href="index-french.html#testimonials">Témoignages</a>
</span>
</li>
<li>
<span lang="en">
<a href="index.html#partners">Team & Partners</a>
</span>
<span lang="fr">
<a href="index-french.html#partners">Equipe et Partenaires</a>
</span>
</li>
<li>
<span lang="en">
<a href="index.html#contact">Contact</a>
</span>
<span lang="fr">
<a href="index-french.html#contact">Contact</a>
</span>
</li>
<li>
<span lang="en">
<a href="press-kit-en.pdf">Press</a>
</span>
<span lang="fr">
<a href="press-kit-fr.pdf">Press</a>
</span>
</li>
<li style="color:white"> © Konexio 2017 </li>
</ul>
</div>
</footer>
</div>
<script src="js/lang-switcher.js" charset="utf-8"></script>
</body>
</html>