forked from RitishFG/cloudy-thing-7898
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathonline_course.html
More file actions
47 lines (42 loc) · 1.53 KB
/
online_course.html
File metadata and controls
47 lines (42 loc) · 1.53 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>online_course</title>
<link rel="stylesheet" href="./Styles/online_course.css">
<link rel="stylesheet" href="./Styles/navbar.css">
<link rel="stylesheet" href="./Styles/footer.css">
<script
src="https://kit.fontawesome.com/cace51320d.js"
crossorigin="anonymous"
></script>
</head>
<body>
<div id="navbar"></div>
<div id="offer_time">
<h4>Please varify your Phone Number and EMAIL </h4>
</div>
<div id="top">
<div id="img"><img src="https://assets.interntheory.com/creative/courses/listpage/Course-banner1.png" alt="">
</div>
</div>
<div id="body">
<div id="containerHead">
<h3>Certified Online Courses</h3>
<p>Upgrade your skills with Intern Theory's online learning platform. Enrol for any certified online
courses
and get a step ahead of competition. Select from a range of skill based online courses and kickstart
your
career.</p>
</div>
<div id="container"></div>
</div>
<div id="offer_time">
<h4>Use Coupon Code FIRSTCOURSE to avail a discount of 20% on your course enrolment. Offer expires shortly </h4>
</div>
<footer><div id="footer"></div></footer>
</body>
</html>
<script type="module" src="./Scripts/online_course.js"></script>