-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbenefits.html
28 lines (24 loc) · 894 Bytes
/
benefits.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
<!DOCTYPE html>
<html>
<head>
<title>Subscribe page</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>
<h1>BENEFITS OF JOINING</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>
</body>
</html>