generated from DeNepo/template-html-css
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
79 lines (77 loc) · 3.16 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
<!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" />
<title>project!</title>
<link href="./styles/index.css" rel="stylesheet" />
</head>
<body>
<div class="grid-container">
<div class="header-logo">
<img src="./assets/header-logo.png" alt="image-logo" width="100%" />
</div>
<div class="header-navigation">
<ul>
<li><a href="#">Program</a></li>
<li><a href="#">Teachers/Coaches</a></li>
<li><a href="#">About</a></li>
<li><a href="#">FAQ</a></li>
<li><a href="#">Support US</a></li>
<li><a href="#">Apply</a></li>
</ul>
</div>
<div class="slide-show">
<img src="./assets/slideshow.png" alt="slideshow image" width="100%" />
<div class="bottom-right-text">
WE ARE HERE FOR HELPING YOU<br />TO REACH YOUR GOALS
</div>
</div>
<div class="body-row-left">
<div class="img-row-left"></div>
<div class="txt-row-right"></div>
</div>
<div class="body-row-right">
<div class="img-row-right"></div>
<div class="txt-row-left"></div>
</div>
<div class="body-banner">
<img src="styles/body-row.jpg" alt="image" width="50%" />
<p>
Our 8-month program is divided into 12 modules. The last module is a
6-weeks intensive Final Project where students work on a real project
with a real partner. Our training takes place at BeCentral (Brussels)
every Sunday. During the week, students are supported online in their
self-study, homework and peer learning.
</p>
<div class="body-two">
<img src="styles/body-row-2.jpg" alt="image" width="50%" />
<p>
We graduated over 100 people in Belgium and more than 300 globally.
In Belgium, over 70% found and retained a high-quality job as a
developer.
</p>
</div>
<img src="styles/body-row-3.jpg" alt="image" width="50%" />
<p>
HackYourFuture was initially founded in 2015 in Amsterdam Because our
curriculum is 100% open,the school was replicated in many countries,
including Belgium in 2018 All International Chapters share the aim to
enable refugees and disadvantaged people to build digital skills for a
career in web development, facilitate the integration of newcomers,
and address the shortage of qualify HackYourFuture Belgium is an
initiative of Open Knowledge Belgium. We believe in an IT world where
everyone has access to open knowledge and open education, in order to
participate actively in society. We believe diversity is essential on
IT company floors, which can be increased by hiring our graduates as
junior web developers.
</p>
</div>
<div class="footer">
<div class="footer-logos"></div>
<div class="footer-buttons"></div>
</div>
</div>
</body>
</html>