1
+ <!DOCTYPE html>
2
+ < html lang ="en ">
3
+ < head >
4
+ < meta charset ="UTF-8 ">
5
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6
+ < title > Mentees Dashboard | CCN</ title >
7
+ < link rel ="stylesheet " href ="css\mentordashboard.css ">
8
+ </ head >
9
+ < body >
10
+ < div class ="container ">
11
+ < div class ="sidebar1 ">
12
+ <!--Codeclan Nigeria Logo and side bar icons start here-->
13
+ < ul class ="nav-link ">
14
+ < li > < img class ="logo " src ="img\white logo.png " alt =""> </ li >
15
+ < li > < a href =""> < i class ="fas fa-th-large fa-2x text-yellow "> </ i > < span > Dashboard</ span > </ a > </ li >
16
+ < li > < a href =""> < i class ="fas fa-layer-group fa-2x text-white "> </ i > < span > Courses</ span > </ a > </ li >
17
+ < li active > < a href =""> < i class ="fas fa-layer-group fa-2x text-white "> </ i > < span > Mentees</ span > </ a > </ li >
18
+ </ ul >
19
+ < button class ="btn-sign-out "> < i class ="fas fa-power-off "> </ i > < span class ="butn "> Logout</ span > </ button >
20
+ </ div >
21
+ <!--Codeclan Nigeria Logo and side bar icons end here-->
22
+
23
+ <!--Body content starts here-->
24
+ < div class ="">
25
+ <!--list content starts here-->
26
+ < table class ="table " cellpadding ="" cellspacing ="40px " width ="100% " align ="center " style ="max-width:100%; min-width: width 300px "; class ="email-root-wrapper ">
27
+ < thead >
28
+ < tr >
29
+ < th scope ="col "> </ th >
30
+ < th scope ="col "> NAME</ th >
31
+ < th scope ="col "> Courses enrolled In</ th >
32
+ < th scope ="col "> Level</ th >
33
+ < th scope ="col "> Mentor</ th >
34
+ < th scope ="col "> Account Created</ th >
35
+ </ tr >
36
+ </ thead >
37
+ < tbody >
38
+ < tr >
39
+ < th scope ="row "> </ th >
40
+ < td > Cheche Uduma</ td >
41
+ < td > Intro to HTML</ td >
42
+ < td > Level 1</ td >
43
+ < td > Kisha</ td >
44
+ < td > 1st July, 2020</ td >
45
+ < td id ="icon "> < i class ="fas fa-pen "> </ i > < i class ="far fa-trash-alt "> </ i > </ td >
46
+ </ tr >
47
+ < tr >
48
+ < th scope ="row "> </ th >
49
+ < td > Cheche Uduma</ td >
50
+ < td > Intro to HTML</ td >
51
+ < td > Level 1</ td >
52
+ < td > Kisha</ td >
53
+ < td > 1st July, 2020</ td >
54
+ < td id ="icon "> < i class ="fas fa-pen "> </ i > < i class ="far fa-trash-alt "> </ i > </ td >
55
+ </ tr >
56
+ < tr >
57
+ < th scope ="row "> </ th >
58
+ < td > Cheche Uduma</ td >
59
+ < td > Intro to HTML</ td >
60
+ < td > Level 1</ td >
61
+ < td > Kisha</ td >
62
+ < td > 1st July, 2020</ td >
63
+ < td id ="icon "> < i class ="fas fa-pen "> < i class ="far fa-trash-alt "> </ i > </ i > </ td >
64
+ </ tr >
65
+ < tr >
66
+ < th scope ="row "> </ th >
67
+ < td > Cheche Uduma</ td >
68
+ < td > Intro to HTML</ td >
69
+ < td > Level 1</ td >
70
+ < td > Kisha</ td >
71
+ < td > 1st July, 2020</ td >
72
+ < td id ="icon "> < i class ="fas fa-pen "> </ i > < i class ="far fa-trash-alt "> </ i > </ td >
73
+ </ tr >
74
+ < tr >
75
+ < th scope ="row "> </ th >
76
+ < td > Cheche Uduma</ td >
77
+ < td > Intro to HTML</ td >
78
+ < td > Level 1</ td >
79
+ < td > Kisha</ td >
80
+ < td > 1st July, 2020</ td >
81
+ < td id ="icon "> < i class ="fas fa-pen "> </ i > < i class ="far fa-trash-alt "> </ i > </ td >
82
+ </ tr >
83
+ < tr >
84
+ < th scope ="row "> </ th >
85
+ < td > Cheche Uduma</ td >
86
+ < td > Intro to HTML</ td >
87
+ < td > Level 1</ td >
88
+ < td > Kisha</ td >
89
+ < td > 1st July, 2020</ td >
90
+ < td id ="icon "> < i class ="fas fa-pen "> </ i > < i class ="far fa-trash-alt "> </ i > </ td >
91
+ </ tr >
92
+ < tr >
93
+ < th scope ="row "> </ th >
94
+ < td > Cheche Uduma</ td >
95
+ < td > Intro to HTML</ td >
96
+ < td > Level 1</ td >
97
+ < td > Kisha</ td >
98
+ < td > 1st July, 2020</ td >
99
+ < td id ="icon "> < i class ="fas fa-pen "> </ i > < i class ="far fa-trash-alt "> </ i > </ td >
100
+ </ tr >
101
+ < tr >
102
+ < th scope ="row "> </ th >
103
+ < td > Cheche Uduma</ td >
104
+ < td > Intro to HTML</ td >
105
+ < td > Level 1</ td >
106
+ < td > Kisha</ td >
107
+ < td > 1st July, 2020</ td >
108
+ < td id ="icon "> < i class ="fas fa-pen "> </ i > < i class ="far fa-trash-alt "> </ i > </ td >
109
+ </ tr >
110
+
111
+ </ tbody >
112
+ </ table >
113
+
114
+ <!--list content ends here-->
115
+ </ div >
116
+
117
+ < script src ="https://kit.fontawesome.com/833e0cadb7.js " crossorigin ="anonymous "> </ script >
118
+ </ body >
119
+ </ html >
0 commit comments