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
+ < meta http-equiv ="X-UA-Compatible " content ="ie=edge ">
7
+ < link rel ="stylesheet " href ="css/bootstrap.min.css ">
8
+ < link rel ="stylesheet " href ="user-dashboard.css ">
9
+ < link rel ="stylesheet " href ="taskPage1.css ">
10
+ < link rel ="stylesheet " href ="admin-dashboard-edit-course.css ">
11
+ < script src ="https://kit.fontawesome.com/833e0cadb7.js " crossorigin ="anonymous "> </ script >
12
+ < title > Admin Dashboard | CCN</ title >
13
+ </ head >
14
+ < body >
15
+
16
+ < div class ="dashboard-wrap row blur ">
17
+ < nav class ="col-2 ">
18
+
19
+ < ul class ="nav flex-column ">
20
+ < li class ="nav-item mb-5 ">
21
+ < a class ="nav-link dashboard-icon " href ="# ">
22
+ < i class ="fas fa-th-large fa-2x text-yellow "> </ i >
23
+ < span class ="ml-3 text-white "> Dashboard</ span >
24
+ </ a >
25
+
26
+ < ul class ="nav flex-column mt-5 dashboard-menu-list ">
27
+ < li class ="nav-item mb-5 text-center active ">
28
+ < a href ="# " class ="nav-link ml-5 ">
29
+ < i class ="fas fa-layer-group fa-2x text-white "> </ i >
30
+ < span class ="ml-3 text-white "> Courses</ span >
31
+ </ a >
32
+ </ li >
33
+
34
+ < li class ="nav-item mb-5 ">
35
+ < a href ="# " class ="nav-link ml-5 ">
36
+ < i class ="fas fa-layer-group fa-2x text-white "> </ i >
37
+ < span class ="ml-3 text-white "> Mentors</ span >
38
+ </ a >
39
+ </ li >
40
+
41
+ < li class ="nav-item ">
42
+ < a href ="# " class ="nav-link ml-5 ">
43
+ < i class ="fas fa-layer-group fa-2x text-white "> </ i >
44
+ < span class ="ml-3 text-white "> Mentees</ span >
45
+ </ a >
46
+ </ li >
47
+ </ ul >
48
+ </ li >
49
+
50
+ </ ul >
51
+
52
+ < button class ="btn-sign-out mx-auto "> < i class ="fas fa-power-off "> </ i > < span class ="ml-2 "> Logout</ span > </ button >
53
+ </ nav >
54
+
55
+ < div class ="dashboard-content col-sm-10 container mt-3 ">
56
+ < div class ="top-bar mt-3 ">
57
+ < nav class ="top-nav ">
58
+
59
+ < div class ="">
60
+ < h3 > Courses Overview</ h3 >
61
+ </ div >
62
+
63
+ < div class ="user__details ">
64
+ < div class ="">
65
+ < img src ="img/notification.png " alt ="notification-icon ">
66
+ </ div >
67
+
68
+ < div class ="display-profile ">
69
+ < div class ="display-picture "> </ div >
70
+ < p class ="mt-2 ml-4 "> John Doe</ p >
71
+ </ div >
72
+
73
+ < div class ="hamburger-menu ">
74
+ < i class ="fas fa-bars fa-2x text-blue "> </ i >
75
+ </ div >
76
+ </ div >
77
+ </ nav >
78
+ </ div >
79
+
80
+ < div class ="courses mt-5 pb-5 ">
81
+ < div class ="card ">
82
+ < img src ="img/course-img.png " class ="card-img-top " alt ="... ">
83
+ < div class ="card-body ">
84
+ < h5 class ="card-title text-center "> JavaScript Fundamentals</ h5 >
85
+ < p class ="card-text "> Our introductory course serves as an easy way in for people just starting out in their developer journey.</ p >
86
+ < div class ="card-buttons ">
87
+ < button type ="button " class ="btn btn-outline-primary btn-delete "> Delete < i class ="far fa-trash-alt "> </ i > </ button >
88
+ < button type ="button " class ="btn btn-primary btn-edit "> Edit < i class ="fas fa-pencil-alt "> </ i > </ button >
89
+ </ div >
90
+ </ div >
91
+ </ div >
92
+
93
+ < div class ="card ">
94
+ < img src ="img/course-img.png " class ="card-img-top " alt ="... ">
95
+ < div class ="card-body ">
96
+ < h5 class ="card-title text-center "> JavaScript Fundamentals</ h5 >
97
+ < p class ="card-text "> Our introductory course serves as an easy way in for people just starting out in their developer journey.</ p >
98
+ < div class ="card-buttons ">
99
+ < button type ="button " class ="btn btn-outline-primary btn-delete "> Delete < i class ="far fa-trash-alt "> </ i > </ button >
100
+ < button type ="button " class ="btn btn-primary btn-edit "> Edit < i class ="fas fa-pencil-alt "> </ i > </ button >
101
+ </ div >
102
+ </ div >
103
+ </ div >
104
+
105
+ < div class ="card ">
106
+ < img src ="img/course-img.png " class ="card-img-top " alt ="... ">
107
+ < div class ="card-body ">
108
+ < h5 class ="card-title text-center "> JavaScript Fundamentals</ h5 >
109
+ < p class ="card-text "> Our introductory course serves as an easy way in for people just starting out in their developer journey.</ p >
110
+ < div class ="card-buttons ">
111
+ < button type ="button " class ="btn btn-outline-primary btn-delete "> Delete < i class ="far fa-trash-alt "> </ i > </ button >
112
+ < button type ="button " class ="btn btn-primary btn-edit "> Edit < i class ="fas fa-pencil-alt "> </ i > </ button >
113
+ </ div >
114
+ </ div >
115
+ </ div >
116
+
117
+ < div class ="card ">
118
+ < img src ="img/course-img.png " class ="card-img-top " alt ="... ">
119
+ < div class ="card-body ">
120
+ < h5 class ="card-title text-center "> JavaScript Fundamentals</ h5 >
121
+ < p class ="card-text "> Our introductory course serves as an easy way in for people just starting out in their developer journey.</ p >
122
+ < div class ="card-buttons ">
123
+ < button type ="button " class ="btn btn-outline-primary btn-delete "> Delete < i class ="far fa-trash-alt "> </ i > </ button >
124
+ < button type ="button " class ="btn btn-primary btn-edit "> Edit < i class ="fas fa-pencil-alt "> </ i > </ button >
125
+ </ div >
126
+ </ div >
127
+ </ div >
128
+
129
+ < div class ="card ">
130
+ < img src ="img/course-img.png " class ="card-img-top " alt ="... ">
131
+ < div class ="card-body ">
132
+ < h5 class ="card-title text-center "> JavaScript Fundamentals</ h5 >
133
+ < p class ="card-text "> Our introductory course serves as an easy way in for people just starting out in their developer journey.</ p >
134
+ < div class ="card-buttons ">
135
+ < button type ="button " class ="btn btn-outline-primary btn-delete "> Delete < i class ="far fa-trash-alt "> </ i > </ button >
136
+ < button type ="button " class ="btn btn-primary btn-edit "> Edit < i class ="fas fa-pencil-alt "> </ i > </ button >
137
+ </ div >
138
+ </ div >
139
+ </ div >
140
+
141
+ < div class ="card add-new-course ">
142
+ < img src ="img/course-img.png " class ="card-img-top " alt ="... ">
143
+ < div class ="card-body text-center ">
144
+ < button class =""> < i class ="fas fa-plus fa-2x text-blue "> </ i > </ button >
145
+ < h5 class ="card-title text-center text-blue "> Add New Course</ h5 >
146
+ </ div >
147
+ </ div >
148
+
149
+
150
+
151
+
152
+
153
+
154
+ </ div >
155
+ </ div >
156
+
157
+ </ div >
158
+
159
+ < form class ="form-edit-course ">
160
+
161
+
162
+
163
+ < button type ="" class ="btn btn-danger "> X</ button >
164
+
165
+ < h4 class ="text-center mb-4 "> Edit Course</ h4 >
166
+
167
+ < div class ="form-group ">
168
+ < label for ="exampleFormControlSelect1 "> Category</ label >
169
+ < select class ="form-control " id ="exampleFormControlSelect1 ">
170
+ < option > Frontend Development</ option >
171
+ < option > Backend Development</ option >
172
+ < option > Data science</ option >
173
+ < option > Machine Learning</ option >
174
+ < option > UI/UX</ option >
175
+ </ select >
176
+ </ div >
177
+
178
+ < div class ="form-group ">
179
+ < label for ="exampleInputEmail1 "> Title</ label >
180
+ < input type ="email " class ="form-control " id ="exampleInputEmail1 " aria-describedby ="emailHelp ">
181
+ </ div >
182
+
183
+ < div class ="form-group ">
184
+ < label for ="exampleFormControlTextarea1 "> Description</ label >
185
+ < textarea class ="form-control " id ="exampleFormControlTextarea1 " rows ="3 "> </ textarea >
186
+ </ div >
187
+
188
+ < div class ="form-group ">
189
+ < label for ="exampleInputEmail1 "> Link</ label >
190
+ < input type ="email " class ="form-control " id ="exampleInputEmail1 " aria-describedby ="emailHelp ">
191
+ </ div >
192
+ < button type ="submit " class ="btn btn-primary btn-submit "> Submit</ button >
193
+ </ form >
194
+ </ body >
195
+ </ html >
0 commit comments