-
Notifications
You must be signed in to change notification settings - Fork 1
/
digital.html
338 lines (330 loc) · 12.5 KB
/
digital.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
<!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="digital">
<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="#">
<span lang="en">Digital Skills</span>
<span lang="fr">Programme digitale</span>
</a>
<a href="code.html">
<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">Digital Skills</span>
<span lang="fr">Programme Digitale</span>
</h2>
<h4>
<span lang="en">
Do you want to benefit from computer training courses to improve your
professional skills and/or facilitate tasks in your daily life?
Ready to learn in a diverse environment and make new friends?
</span>
<span lang="fr">
Vous voulez accueillir des bonnes bases informatiques pour développer
vos compétences professionnelles ou pour faciliter votre vie quotidienne ?
Prêt.e.s à passer du temps pour apprendre ensemble ?
</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="#digital">
<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="digital">
<div class="row twelve columns">
<h3>
<span lang="en">Digital Skills</span>
<span lang="fr">Programme Digitale</span>
</h3>
</div>
</div>
<div class="row twelve columns">
<p>
<span lang="en">
Developed in line with computer skills and literacy standards recognized
at both the European and international level, and in response to the
current demands for digital skills in the workforce, our digital skills
program consists of a sequence of cumulative courses covering basic
computer use and internet navigation to word processing (Microsoft Word)
and spreadsheet proficiency (Microsoft Excel).
</span>
<span lang="fr">
Développé selon les standards de compétences numériques reconnues au
niveau européen et selon les demandes actuelles de compétences numériques,
notre programme digital consiste en une séquence de cours cumulatifs
couvrant l'utilisation de l'informatique de base, la navigation sur
Internet, et le traitement de texte.
</span>
</p>
</br>
<p>
<span lang="en">
Do you want to benefit from computer training courses to improve your
professional skills and/or facilitate tasks in your daily life?
Ready to learn in a diverse environment and make new friends?
</span>
<span lang="fr">
Vous voulez accueillir des bonnes bases informatiques pour développer
vos compétences professionnelles ou pour faciliter votre vie quotidienne ?
Prêt.e.s à passer du temps pour apprendre ensemble ?
</span>
</p>
</div>
</div>
<div class="container photos">
<div class="row twelve columns">
<span lang="en">
<img src="imgs/digital_en.png" alt="Your Konexio Program">
</span>
<span lang="fr">
<img src="imgs/digital_fr.png" alt="Votre parcours au sein de Konexio">
</span>
</div>
</div>
<div class="container">
<div class="row twelve columns">
<p>
<span lang="en">
<span class="highlight">Beginner Level</span>: This course introduces
students to the basic functions and parts of a computer (the mouse,
the keyboard, creating files, using a USB key, etc.), how to navigate
and search on the Internet and a short introduction to the Microsoft Office suite.
</span>
<span lang="fr">
<span class="highlight">Niveau Débutant</span> : Ce cours aborde le
fonctionnement d'un ordinateur (la souris, le clavier) et de ses
différentes composantes (la création de fichiers, l’utilisation
d’une clé USB,) comment naviguer sur internet, ainsi qu'une
petite introduction à la suite Office.
</span>
</p>
</br>
<p>
<span lang="en">
<span class="highlight">Intermediate Level</span>: This course covers
more advanced uses of the Internet, tips on protecting your data and
information online, using email functions, etc. and delves into
advanced use of Microsoft Office (Word).
</span>
<span lang="fr">
<span class="highlight">Niveau Intermédiaire</span>: Ce cours aborde
de manière plus approfondie la navigation sur internet, la protection
des données, l’utilisation d'e-mail et se plonge dans la complexité des suites Office (Word).
</span>
</p>
</br>
<p>
<span lang="en">
<span class="highlight">Advanced Level</span>: This course certifies
the basic competency level as established by the PCIE (European Computer
Driving Licence) and guides students through advanced Excel use and professional skills.
</span>
<span lang="fr">
<span class="highlight">Niveau Avancé</span> : Ce cours certifiant
se base sur les compétences établies par le PCIE (Passeport de
compétences informatiques Européen) et guide les étudiants dans
l'apprentissage de concepts avancés d'excel à des fins professionnelles.
</span>
</p>
</br>
<p>
<span lang="en">
<span class="highlight">Introduction to code</span>: This training course
introduces students to basic programming concepts (HTML, Javascript, CSS).
</span>
<span lang="fr">
<span class="highlight">Introduction au code</span> : Une formation
qui introduit aux concepts basiques de la programmation (HTML, Javascript, CSS).
</span>
</p>
</div>
</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>