-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathrefundpolicy.html
More file actions
27 lines (24 loc) · 891 Bytes
/
refundpolicy.html
File metadata and controls
27 lines (24 loc) · 891 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>Refund Policy 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>REFUND POLICY</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>