-
Notifications
You must be signed in to change notification settings - Fork 10
/
mentordashboard.html
69 lines (64 loc) · 2.45 KB
/
mentordashboard.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mentor Dashboard | CCN</title>
<script src="https://kit.fontawesome.com/833e0cadb7.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="css\mentordashboard.css">
</head>
<body>
<div class="container">
<div class="sidebar">
<!--Codeclan Nigeria Logo and side bar icons start here-->
<ul class="nav-link">
<li> <img class="logo" src="img\white logo.png" alt=""></li>
<li><a href=""> <i class="fas fa-th-large fa-2x text-yellow"></i><span>Dashboard</span></a></li>
<li><a href=""> <i class="fas fa-layer-group fa-2x text-white"></i><span>Courses</span></a></li>
<li><a href=""> <i class="fas fa-layer-group fa-2x text-white"></i><span>Mentees</span></a></li>
</ul>
<button class="btn-sign-out"> <i class="fas fa-power-off"></i><span class="butn">Logout</span></button>
</div>
<!--Codeclan Nigeria Logo and side bar icons end here-->
<!--Body content starts here-->
<div class="content">
<!--list content starts here-->
<div class="content-list">
<ul class="item">
<li>LAB5e64188db</li>
<li><a href="#">cheche and co</a></li>
<li>March 13, 2020 9:30pm</li>
<li>NGN 1200.00</li>
<li>Lekki Lagos </li>
<li><a href="#" class="no-line">view more</a></li>
</ul>
<ul class="item">
<li>LAB5e64188db</li>
<li><a href="#">cheche and co</a></li>
<li>March 13, 2020 9:30pm</li>
<li>NGN 1200.00</li>
<li>Lekki Lagos </li>
<li><a href="#" class="no-line">view more</a></li>
</ul>
<ul class="item">
<li>LAB5e64188db</li>
<li><a href="#">cheche and co</a></li>
<li>March 13, 2020 9:30pm</li>
<li>NGN 1200.00</li>
<li>Lekki Lagos </li>
<li><a href="#" class="no-line">view more</a></li>
</ul>
<ul class="item">
<li>LAB5e64188db</li>
<li><a href="#">cheche and co</a></li>
<li>March 13, 2020 9:30pm</li>
<li>NGN 1200.00</li>
<li>Lekki Lagos </li>
<li><a href="#" class="no-line">view more</a></li>
</ul>
</div>
<!--list content ends here-->
</div>
</div>
</body>
</html>