-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcoursedetail.html
More file actions
72 lines (66 loc) · 2.18 KB
/
Copy pathcoursedetail.html
File metadata and controls
72 lines (66 loc) · 2.18 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
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
<!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>Course details</title>
<link
rel="icon"
href="https://play-lh.googleusercontent.com/_rscxiBBXosch987Y2RJjgeVzhCoewK_0IXsrIKFKKVAaXRqZaVXcSgap7uwM4-fbck"
type="image/icon type"
/>
<link rel="stylesheet" href="coursedetail.css">
</head>
<body>
<hr />
<div id="navbar-main">
<div id="navbar-menu">
<li>
<img class="fab fa-linkedin">
<p class="p-tag">LEARNING</p>
</li>
<li>
<a href=""> <p class="fas fa-bars">BROWSE</p></a>
</li>
<li>
<input type="text" name="" id="input-box" placeholder="Search For Skills,Subjetcts..." />
<!--<button id="button-box">
<img class="fas fa-search">
</button>-->
</li>
<li>
<a href=""><p class="fa-home">Home</p></a>
</li>
<li>
<a href=""><p class="fas fa-book-open">My Learning</p></a>
</li>
<li>
<img src="https://image.shutterstock.com/image-vector/user-icon-trendy-flat-style-260nw-1467725033.jpg"
alt="" id="img" />
<p class="p-tag">Me</p>
</li>
<li>
<a href=""><p class="fas fa-passport">En</p></a>
</li>
<li>
<a href="FreeTrial.html"><button id="button-box1">start my free month</button></a>
</li>
</div>
</div>
<hr />
<div id="navbar-downmenu">
<li><a href="">Solutions for:-</a></li>
<li><a href="business.html">Business</a></li>
<li><a href="highereducation.html">Higher Education</a></li>
<li><a href="government.html">Government</a></li>
<li><a href="">|</a></li>
<li><a href="buyforteam.html">Buy for my team</a></li>
</div>
<hr />
<br>
<br>
<!-- box div 1 -->
</body>
</html>
<script src="coursedetail.js"></script>