diff --git a/css/mentordashboard.css b/css/mentordashboard.css index 6cc6d48..81c6bd3 100644 --- a/css/mentordashboard.css +++ b/css/mentordashboard.css @@ -19,6 +19,11 @@ padding: 30px; background: #0050AF; height: 600px; } +.sidebar1 { + padding: 30px; + background: #0050AF; + height: 600px; + } .nav-link { list-style: none; } @@ -94,3 +99,25 @@ padding: 20px 10px; .no-line { text-decoration: none; } +.table { + margin-top: 73px; +} +tbody { + border: 1px solid #555; +} +.fa-trash-alt { + color: red; + padding-left: 12px; + font-size: 12px; +} +.fa-pen { + color: grey; + font-size: 10px; +} +#icon { + content: hidden; + opacity: 0; +} +#icon:hover { + opacity: 1; +} diff --git a/mentee.html b/mentee.html new file mode 100644 index 0000000..4da63e1 --- /dev/null +++ b/mentee.html @@ -0,0 +1,119 @@ + + + + + + Mentees Dashboard | CCN + + + +
+
+ + + +
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NAMECourses enrolled InLevelMentorAccount Created
Cheche UdumaIntro to HTMLLevel 1Kisha1st July, 2020
Cheche UdumaIntro to HTMLLevel 1Kisha1st July, 2020
Cheche UdumaIntro to HTMLLevel 1Kisha1st July, 2020
Cheche UdumaIntro to HTMLLevel 1Kisha1st July, 2020
Cheche UdumaIntro to HTMLLevel 1Kisha1st July, 2020
Cheche UdumaIntro to HTMLLevel 1Kisha1st July, 2020
Cheche UdumaIntro to HTMLLevel 1Kisha1st July, 2020
Cheche UdumaIntro to HTMLLevel 1Kisha1st July, 2020
+ + +
+ + + + \ No newline at end of file