generated from HackYourFutureBelgium/template-html-css
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
533 lines (516 loc) · 18.9 KB
/
index.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
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./client/assets/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;600;900&family=Work+Sans:wght@300;600;700&display=swap"
/>
<title>HYF Home page</title>
<link href="./styles/index.css" rel="stylesheet" />
</head>
<body>
<main class="home-main">
<!--header-->
<header class="home-header">
<div class="container-header">
<div class="container-logo">
<a aria-current="page" href="./index.html">
<img src="./images/hyf.png" alt="HYF BELGIUM" />
</a>
</div>
<!--navbar-->
<nav class="home-nav">
<ul>
<li><a href="./pages/program.html">the program</a></li>
<li><a href="./pages/volunteer.html">volunteer</a></li>
<li><a href="./pages/digitalents.html">digitalents</a></li>
<li><a href="./pages/about.html">about</a></li>
<li><a href="./pages/faq.html">faq</a></li>
<li><a href="./pages/support.html">support us</a></li>
<li class="apply">
<a href="./pages/apply.html" target="_blank">apply now</a>
</li>
</ul>
</nav>
</div>
</header>
<!-- ----------START OUR PROGRAM & OUR IMPACT---------- -->
<!--SHOWCASE SECTION-->
<section class="showcase-section">
<div class="showcase-class">
<div class="showcase">
<h1 class="showcase-h1">HELPING NEW TALENT INTO THE TECH WORLD</h1>
</div>
</div>
</section>
<!-- OUR PROGRAMS SECTION-->
<section id="first-section">
<div>
<div id="h2-div">
<h2>OUR PROGRAM</h2>
</div>
<p>
Our <b>9-months</b> program is divided into
<b
>12 <br />
modules</b
>
. The last module is a
<b
>6-weeks<br />
intensive Final Project</b
>
where students work <br />
on a real project with a real partner. Our <br />training takes
place at <b>Epitech</b> (Brussels)<br />
every <b>Sunday</b>. During the week, students are<br />
supported online in their <b>self-study</b>,<br />
homework and peer learning.
</p>
<img
src="https://hackyourfuture.be/static/our-program-7f322aaf9dd9bfe6f4a8cf181291abd9.jpg"
alt="student coding"
/>
</div>
</section>
<section id="second-section">
<div id="second-section-box">
<div id="second-section-box-title">
<h2>OUR IMPACT</h2>
<p>
We graduated over 100 people in Belgium and more than 300
globally. In Belgium,<br />
over 70% found and retained a high-quality job as a developer.
</p>
</div>
<div id="boxes-container">
<div class="boxes-container-boxes">
<h1 class="boxes-container-boxes-h1">100</h1>
<p>
Students graduated since HackYourFuture Belgium was founded in
2018
</p>
</div>
<div class="boxes-container-boxes">
<h1 class="boxes-container-boxes-h1">70%</h1>
<p>
Of our graduates find an internship, a job or start advanced
studies.
</p>
</div>
<div class="boxes-container-boxes">
<h1 class="boxes-container-boxes-h1">300+</h1>
<p>Alumni in the Netherlands, Denmark, Belgium and Canada.</p>
</div>
</div>
</div>
</section>
<!-- ----------END OUR PROGRAM & OUR IMPACT---------- -->
<!-- Core values section -->
<section class="val">
<div class="val__wrap">
<div class="val__content">
<h1 class="val__title">OUR CORE VALUES</h1>
<div class="val__card-list">
<div class="val__card">
<img
src="./public/images/community.svg"
alt="community"
class="val__card-img"
/>
<h3 class="val__card-title">Community</h3>
<p class="val__par">
We’re largely dependent on volunteers. That’s what makes us an
engaged grassroots community, as our students call it ‘the HYF
family’.
</p>
</div>
<div class="val__card">
<img
src="./public/images/diversity-inclusiveness.svg"
alt="diversity"
class="val__card-img"
/>
<h3 class="val__card-title">Diversity & inclusiveness</h3>
<p class="val__par">
Our program is adapted to suit people with different
backgrounds, often in vulnerable situations. We teach on
Sundays to allow everyone to take control of their personal
lives during the week.
</p>
</div>
<div class="val__card">
<img
src="./public/images/commitment.svg"
alt="commitment"
class="val__card-img"
/>
<h3 class="val__card-title">Commitment</h3>
<p class="val__par">
Our program is free of charge, although we ask for strong
commitment during our 7 month-journey. And you know what? Many
alumni stay actively involved!
</p>
</div>
<div class="val__card">
<img
src="./public/images/open.svg"
alt="open"
class="val__card-img"
/>
<h3 class="val__card-title">Open</h3>
<p class="val__par">
Sharing is caring. Our curriculum is 100% open. We believe in
knowledge for the many, not the few.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- success section -->
<section class="success">
<div class="success__wrap">
<h2 class="success__title">OUR SUCCESS STORIES</h2>
<div class="success__slider">
<img
src="./public/images/arrow.svg"
alt="arrow"
class="arrow-left svg-inline--fa"
/>
<img
src="./public/images/arrow-right.svg"
alt="right"
class="arrow-right svg-inline--fa"
/>
<div class="success__slides">
<div class="success__slide active">
<div class="slide-image hanim"></div>
<h4 class="slide-title">Zeynep Hanim - Optis (Cronos)</h4>
<p class="slide-subtitle">Full-stack Developer</p>
<p class="slide-par">
"<!-- -->HYF is a light that I saw at the bottom as well, a
hope that I held onto as I was building a new life in a new
country. It gave me a chance not only to improve my knowledge
but to boost my confidence. Also, it gave me a chance to meet
many wonderful people.<!-- -->"
</p>
</div>
<div class="success__slide">
<div title="Edouardo" class="slide-image edouardo"></div>
<h4 class="slide-title">Edouardo - Capgemini</h4>
<p class="slide-subtitle">IT Consultant</p>
<p class="slide-par">
"<!-- -->Hack your future definitely built the bridge between
the unknown and the doors of my personal success, writing code
is now part of my life and I will never forget the lessons
learned and time spent with the fellow students and coaches. A
big thank you!<!-- -->"
</p>
</div>
</div>
</div>
</div>
</section>
<!--our partners-->
<section class="container-partner">
<div class="cont-partner">
<div class="logo-partner">
<h2 class="h-partner h2-partner">Our partners</h2>
<a href="#" class="btn-partner">Become a partners</a>
</div>
<div class="partner">
<div class="img-log-partner">
<div class="img-partner">
<img
class="img-partner-1"
src="./images/logo-partner/printsimple.svg"
alt="printsimple logo"
/>
</div>
<div class="img-partner">
<img
class="img-partner-1"
src="./images/logo-partner/openknowweldge-belgium.svg"
alt="openknoweldge-belgium logo"
/>
</div>
<div class="img-partner">
<img
class="img-partner-1"
src="./images/logo-partner/digital-belgium.svg"
alt="digital-belgium logo"
/>
</div>
<div class="img-partner">
<img
class="img-partner-1"
src="./images/logo-partner/hogeschool.svg"
alt="art hogeschool logo"
/>
</div>
<div class="img-partner">
<img
class="img-partner-1"
src="./images/logo-partner/bruxelle-formation.svg"
alt="bruxelle-formation logo"
/>
</div>
<div class="img-partner">
<img
class="img-partner-1"
src="./images/logo-partner/microsoft.svg"
alt="microsoft logo"
/>
</div>
<div class="img-partner">
<img
class="img-partner-1"
src="./images/logo-partner/duo4job.png"
alt="duo for job logo"
/>
</div>
<div class="img-partner">
<img
class="img-partner-1"
src="./images/logo-partner/member.png"
alt="member logo"
/>
</div>
<div class="img-partner">
<img
class="img-partner-1"
src="./images/logo-partner/DataCamp.png"
alt="DataCamp logo"
/>
</div>
<div class="img-partner">
<img
class="img-partner-1"
src="./images/logo-partner/ux-antwerpen.png"
alt="ux-antwerpen logo"
/>
</div>
<div class="img-partner">
<img
class="img-partner-1"
src="./images/logo-partner/openrecognation.png"
alt="openrecognation logo"
/>
</div>
<div class="img-partner">
<img
class="img-partner-1"
src="./images/logo-partner/bruxelle-formation.png"
alt="bruxelle-formation logo"
/>
</div>
<div class="img-partner">
<img
class="img-partner-1"
src="./images/logo-partner/axxes.png"
alt="axxes logo"
/>
</div>
<div class="img-partner">
<img
class="img-partner-1"
src="./images/logo-partner/antwerpen.jpg"
alt="antwerpen stad logo"
/>
</div>
<div class="img-partner">
<img
class="img-partner-1"
src="./images/logo-partner/epitech.png"
alt="epitech logo"
/>
</div>
<div class="img-partner">
<img
class="img-partner-1"
src="./images/logo-partner/vbo-feb.png"
alt="vbo-feb logo"
/>
</div>
<div class="img-partner">
<img
class="img-partner-1"
src="./images/logo-partner/agoria-logo.png"
alt="agoria-logo"
/>
</div>
</div>
</div>
</div>
</section>
<!--support the developers -->
<section class="container-support">
<div class="support">
<div class="container-el">
<div class="container-el-h1p">
<div class="h1-p">
<h1 class="h1-developer">support developers of tomorrow</h1>
<p class="paragraph-developer">
Help refugees build digital & soft skills for a career in
web development. We are a non-profit organization. Thanks to
your support we can improve and keep our program free of
charge for students.
</p>
</div>
</div>
<div class="container-form">
<form class="support-form" id="my-form">
<div class="label-form">
<label for="once" class="time-form"> </label>
<input type="radio" name="support" class="input-time" />
<p class="p-form">One time</p>
<input type="radio" name="support" class="input-time" />
<p class="p-form">Monthly</p>
<!--<label for="Monthly" class="time-form">
<input type="radio" name="support" />
<p class="p-form">Monthly</p>
</label>-->
</div>
<div class="amount-form">
<label for="amount-option" class="label-amount-form">
Select your amount
</label>
<ul class="list-form">
<li tabindex="0" class="list-amount">€10</li>
<li tabindex="0" class="list-amount">€25</li>
<li tabindex="0" class="list-amount">€50</li>
<li tabindex="0" class="list-amount">€100</li>
<li tabindex="0" class="list-amount">full scholarship</li>
</ul>
<label for="" class="label-amount">Amount</label>
<input type="number" class="input-amount" value="" />
<label for="message" class="label-amount">Message</label>
<input type="text" class="input-message" />
</div>
<button
form="my-form"
class="donate-form"
type="submit"
aria-required="false"
>
Donate
</button>
</form>
</div>
</div>
</div>
</section>
<!--Contact_US-->
<section class="contact flex">
<div class="container">
<div class="box">
<h1>CONTACT US</h1>
<p class="para">
We’re always happy to welcome people like you to our HYF
community. Drop us a line and become part of it!
</p>
<form action="action">
<label for="full-name" class="name">Full Name</label>
<input
type="text"
id="full-name"
class="finput"
name="firstname"
placeholder="Your name.."
/>
<label for="email" class="name">Email Address</label>
<input
type="email"
class="einput"
id="Email-address"
name="Email address"
placeholder="Enter Your Email address"
/>
<label for="message" class="name">Message</label>
<textarea
id="message"
class="minput"
name="message"
cols="30"
rows="10"
placeholder="Write something.."
></textarea>
<button type="submit" class="btn">Send</button>
</form>
</div>
<div class="maps">
<iframe
title="map-of-hackyourfuture"
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2519.225844256914!2d4.355299715609659!3d50.8455019795319!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47c3c47fd1e382f7%3A0xaf07bf72d3c7f131!2sBeCentral!5e0!3m2!1sfr!2sbe!4v1660207408915!5m2!1sfr!2sbe"
width="800"
height="600"
allowfullscreen=""
loading="lazy"
referrerpolicy="no-referrer-when-downgrade"
arial-hidden="false"
tabindex="0"
class="frame"
alt="map-of-hackyourfuture"
>
</iframe>
</div>
</div>
</section>
</main>
<!-- Footer -->
<div class="footer">
<h2 class="footHead">
HACK YOUR FUTURE (PART OF OPEN KNOWLEDGE BELGIUM)
</h2>
<p class="footAdd">
Open Knowledge Belgium vzw <br />
Cantersteen 12 <br />
1000 Bruxelles <br />
contact@hackyourfuture.be
</p>
<div class="footLogoContainer">
<a href="https://www.facebook.com/HackYFutureBE/">
<img
src="./image/footlogo/facebook.jpeg"
alt="facebook"
class="footLogo"
/>
</a>
<a href="https://twitter.com/HackYFutureBE">
<img
src="./image/footlogo/twitter.png"
alt="twitter"
class="footLogo"
/>
</a>
<a href="https://github.com/HackYourFutureBelgium">
<img
src="./image/footlogo/github.png"
alt="github"
class="footLogo"
/>
</a>
<a
href="https://www.linkedin.com/school/hackyourfuture-belgium/?originalSubdomain=be"
>
<img
src="./image/footlogo/linkedin.png"
alt="linkedin"
class="footLogo"
/>
</a>
<a href="https://www.livechat.com/">
<img
src="./image/footlogo/livechat.png"
alt="livechat"
class="footLogo"
/>
</a>
</div>
</div>
</body>
</html>