-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcourses.html
214 lines (211 loc) · 9.3 KB
/
courses.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
<!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>Courses</title>
<link rel="stylesheet" href="css/all.min.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;500&display=swap" rel="stylesheet" />
</head>
<body>
<div class="page d-flex">
<!-- <video autoplay="" loop="" muted="" width="320" height="240">
<source src="imgs/7btrrd.mp4" type="video/mp4">
Your browser does not support the video tag.
</video> -->
<div class="sidebar p-20 p-relative">
<h3 class="p-relative txt-c mt-0">Duaa Ali</h3>
<ul>
<li>
<a class="d-flex align-center fs-14 rad-6 p-10" href="index.html">
<i class="fa-regular fa-chart-bar fa-fw"></i>
<span>Dashboard</span>
</a>
</li>
<li>
<a class="d-flex align-center fs-14 rad-6 p-10" href="profile.html">
<i class="fa-regular fa-user fa-fw"></i>
<span>Profile</span>
</a>
</li>
<li>
<a class="d-flex align-center fs-14 rad-6 p-10" href="projects.html">
<i class="fa-solid fa-diagram-project fa-fw"></i>
<span>Projects</span>
</a>
</li>
<li>
<a class="active d-flex align-center fs-14 rad-6 p-10" href="courses.html">
<i class="fa-solid fa-graduation-cap fa-fw"></i>
<span>Courses</span>
</a>
</li>
<li>
<a class="d-flex align-center fs-14 rad-6 p-10" href="faculty.html">
<i class="fa-regular fa-circle-user fa-fw"></i>
<span>Faculty</span>
</a>
</li>
</ul>
</div>
<div class="content w-full">
<!-- Start Head -->
<div class="head p-15 between-flex">
<div class="search p-relative">
<input class="p-10" type="search" placeholder="Search Course" />
</div>
<div class="icons d-flex align-center">
<span class="notification p-relative">
<i class="fa-regular fa-bell fa-lg"></i>
<div class="notification-content" style="color: black;">
<ul>
<li>New comment </li>
<li>new follower</li>
</ul>
</div>
</span>
<a href="profile.html"> <!-- Link to the profile page -->
<img src="imgs/avatar.png" alt="Profile" />
</a>
</div>
</div>
<!-- End Head -->
<h1 class="p-relative">Courses</h1>
<div class="courses-page d-grid m-20 gap-20">
<div class="course rad-6 p-relative">
<img class="cover" src="imgs/course-02.jpg" alt="" />
<img class="instructor" src="imgs/sir.png" alt="" />
<div class="p-20">
<h4 class="m-0 white-color">Game Development</h4>
<p class="description c-white mt-15 fs-14">
Unleash Your Creativity: Master Game Development from Concept to Console
</p>
</div>
<div class="info p-15 p-relative between-flex">
<a href="https://www.blender.org/" class="btn" ">
<span>Course Info</span>
</a>
<span class="c-white"> <i class="fa-regular fa-user"></i> 70</span>
</div>
</div>
<div class="course rad-6 p-relative">
<img class="cover" src="imgs/course-01.jpg" alt="" />
<img class="instructor" src="imgs/team-01.png" alt="" />
<div class="p-20">
<h4 class="m-0 white-color">Computer Networks and Data Communications</h4>
<p class="description c-white mt-15 fs-14">
Master the Essentials of Computer Networks
</p>
</div>
<div class="info p-15 p-relative between-flex">
<a href="https://www.cisco.com/" class="btn" ">
<span>Course Info</span>
</a>
<span class="c-white"> <i class="fa-regular fa-user"></i> 90</span>
</div>
</div>
<div class="course rad-6 p-relative">
<img class="cover" src="imgs/course-03.jpg" alt="" />
<img class="instructor" src="imgs/team-02.png" alt="" />
<div class="p-20">
<h4 class="m-0 white-color">Artificial Intelligence</h4>
<p class="description c-white mt-15 fs-14">
Empower the Future: Master the Art of Artificial Intelligence
</p>
</div>
<div class="info p-15 p-relative between-flex">
<a href="https://www.anaconda.com/" class="btn" ">
<span>Course Info</span>
</a>
<span class="c-white"> <i class="fa-regular fa-user"></i> 93</span>
</div>
</div>
<div class="course rad-6 p-relative">
<img class="cover" src="imgs/course-04.jpg" alt="" />
<img class="instructor" src="imgs/sir.png" alt="" />
<div class="p-20">
<h4 class="m-0 white-color">UI Design</h4>
<p class="description c-white mt-15 fs-14">
Design with Impact: Master the Art of User Interface Design
</p>
</div>
<div class="info p-15 p-relative between-flex">
<a href="https://pagespeed.web.dev/" class="btn" ">
<span>Course Info</span>
</a>
<span class="c-white"> <i class="fa-regular fa-user"></i> 50</span>
</div>
</div>
<div class="course rad-6 p-relative">
<img class="cover" src="imgs/course-03.jpg" alt="" />
<img class="instructor" src="imgs/team-03.png" alt="" />
<div class="p-20">
<h4 class="m-0 white-color">Responsive Web Design</h4>
<p class="description c-white mt-15 fs-14">
Mastering Responsive Web Design And Media Queries And Know Everything About Breakpoints
</p>
</div>
<div class="info p-15 p-relative between-flex">
<a href="https://pagespeed.web.dev/" class="btn" >
<span>Course Info</span>
</a>
<span class="c-white"> <i class="fa-regular fa-user"></i> 60</span>
</div>
</div>
<div class="course rad-6 p-relative">
<img class="cover" src="imgs/course-01.jpg" alt="" />
<img class="instructor" src="imgs/team-01.png" alt="" />
<div class="p-20">
<h4 class="m-0 white-color">Mastering Web Design</h4>
<p class="description c-white mt-15 fs-14">
Master The Art Of Web Designing And Mocking, Prototyping And Creating Web Design Archticture
</p>
</div>
<div class="info p-15 p-relative between-flex">
<a href="https://pagespeed.web.dev/" class="btn" ">
<span>Course Info</span>
</a>
<span class="c-white"> <i class="fa-regular fa-user"></i> 80</span>
</div>
</div>
<div class="course rad-6 p-relative">
<img class="cover" src="imgs/course-02.jpg" alt="" />
<img class="instructor" src="imgs/team-03.png" alt="" />
<div class="p-20">
<h4 class="m-0 white-color">PHP Examples</h4>
<p class="description c-white mt-15 fs-14">
PHP Tutorials And Examples And Practice On Web Application And Connecting With Databases
</p>
</div>
<div class="info p-15 p-relative between-flex">
<a href="https://pagespeed.web.dev/" class="btn" ">
<span>Course Info</span>
</a>
<span class="c-white"> <i class="fa-regular fa-user"></i> 50</span>
</div>
</div>
<div class="course rad-6 p-relative">
<img class="cover" src="imgs/course-03.jpg" alt="" />
<img class="instructor" src="imgs/team-02.png" alt="" />
<div class="p-20">
<h4 class="m-0 white-color">Mastering Python</h4>
<p class="description c-white mt-15 fs-14">
Mastering Python To Prepare For Data Science And AI And Automating Things in Your Life
</p>
</div>
<div class="info p-15 p-relative between-flex">
<a href="https://pagespeed.web.dev/" class="btn" ">
<span>Course Info</span>
</a>
<span class="c-white"> <i class="fa-regular fa-user"></i> 90</span>
</div>
</div>
</div>
</div>
</div>
</body>
</html>