-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathhowitworks.html
29 lines (26 loc) · 941 Bytes
/
howitworks.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
<!DOCTYPE html>
<html>
<head>
<title>How it works</title>
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="CSS/index.css" />
<link rel="stylesheet" href="CSS/howitworks.css" />
</head>
<body>
<div class="wrapper">
<h1>HOW IT WORKS</h1>
<p>
After completing all modules, an instructor will evaluate your projects
and give you honest feedback as well as a final grade. Should you pass
all the criterias successfully, you will be given a certificate
equivalent to a level 3 degree that you can add to your portfolio. Each
course should have an average of 3 projects to complete, quite similar
to what you would find in real life work environment, making them
perfect to give you real experience.
</p>
</div>
</body>
</html>