-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcourses.html
302 lines (302 loc) · 15.8 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
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
<!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">
<link rel="stylesheet" href="./css/all.min.css">
<link rel="stylesheet" href="./css/framework.css">
<link rel="stylesheet" href="./css/main.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:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap" rel="stylesheet">
<title>Courses</title>
</head>
<body class="bg-eee">
<div class="page d-flex bg-eee">
<!-- Sidebar -->
<div class="sidebar bg-white p-20 p-relative">
<h3 class="p-relative text-center pb-15 mb-30 hide-mobile">Momen</h3>
<ul>
<li>
<a href="index.html" class="fs-14 rad-6 d-flex align-center c-black p-10">
<i class="fa-regular fa-chart-bar fa-fw mr-10"></i>
<span class="hide-mobile">Dashboard</span>
</a>
</li>
<li>
<a href="settings.html" class="fs-14 rad-6 d-flex align-center c-black p-10">
<i class="fa-solid fa-gear fa-fw mr-10"></i>
<span class="hide-mobile">Settings</span>
</a>
</li>
<li>
<a href="profile.html" class="fs-14 rad-6 d-flex align-center c-black p-10">
<i class="fa-regular fa-user fa-fw mr-10"></i>
<span class="hide-mobile">Profile</span>
</a>
</li>
<li>
<a href="projects.html" class="fs-14 rad-6 d-flex align-center c-black p-10">
<i class="fa-solid fa-diagram-project fa-fw mr-10"></i>
<span class="hide-mobile">Projects</span>
</a>
</li>
<li>
<a href="courses.html" class="active fs-14 rad-6 d-flex align-center c-black p-10">
<i class="fa-solid fa-graduation-cap fa-fw mr-10"></i>
<span class="hide-mobile">Courses</span>
</a>
</li>
<li>
<a href="friends.html" class="fs-14 rad-6 d-flex align-center c-black p-10">
<i class="fa-regular fa-circle-user fa-fw mr-10"></i>
<span class="hide-mobile">Friends</span>
</a>
</li>
<li>
<a href="files.html" class="fs-14 rad-6 d-flex align-center c-black p-10">
<i class="fa-regular fa-file fa-fw mr-10"></i>
<span class="hide-mobile">Files</span>
</a>
</li>
<li>
<a href="plans.html" class="fs-14 rad-6 d-flex align-center c-black p-10">
<i class="fa-regular fa-credit-card fa-fw mr-10"></i>
<span class="hide-mobile">Plans</span>
</a>
</li>
</ul>
</div>
<!-- End Sidebar -->
<!-- Content -->
<div class="content w-full">
<!-- Content Head -->
<div class="head p-20 p-10-mobile bg-white between-flex">
<div class="search p-relative">
<input class="p-10 rad-10" type="search" placeholder="Type A Keyword">
</div>
<div class="icons d-flex align-center">
<a href="#" class="mr-15 p-relative"><i class="fa-regular fa-bell fa-lg"></i></a>
<img src="./imgs/avatar.png">
</div>
</div>
<!-- End Content Head -->
<h1 class="p-relative">Courses</h1>
<div class="wrapper courses-page pb-20 m-20 d-grid gap-20">
<div class="course rad-6 bg-white overflow-hidden p-relative">
<img src="./imgs//course-01.jpg" class="cover w-full">
<img src="./imgs/team-01.png" class="avatar">
<div class="p-20">
<h3 class="title fw-600 fs-16 mb-15">Mastering Web Design</h3>
<p class="description c-grey fs-14 fw-500 mb-10">
Master The Art Of Web Designing And Mocking, Prototyping And Creating Web Design Architecture
</p>
</div>
<div class="info p-20 between-flex p-relative">
<span class="title btn-shape c-white bg-blue fs-13 fw-500">Course Info</span>
<span class="c-grey fs-13 fw-500">
<i class="fa-regular fa-user"></i>
950
</span>
<span class="c-grey fs-13 fw-500">
<i class="fa-solid fa-dollar-sign"></i>
165
</span>
</div>
</div>
<div class="course rad-6 bg-white overflow-hidden p-relative">
<img src="./imgs//course-02.jpg" class="cover w-full">
<img src="./imgs/team-02.png" class="avatar">
<div class="p-20">
<h3 class="title fw-600 fs-16 mb-15">Data Structure And Algorithms</h3>
<p class="description c-grey fs-14 fw-500 mb-10">
Master The Art Of Data Strcuture And Famous Algorithms Like Sorting, Dividing And Conquering
</p>
</div>
<div class="info p-20 between-flex p-relative">
<span class="title btn-shape c-white bg-blue fs-13 fw-500">Course Info</span>
<span class="c-grey fs-13 fw-500">
<i class="fa-regular fa-user"></i>
1150
</span>
<span class="c-grey fs-13 fw-500">
<i class="fa-solid fa-dollar-sign"></i>
210
</span>
</div>
</div>
<div class="course rad-6 bg-white overflow-hidden p-relative">
<img src="./imgs//course-03.jpg" class="cover w-full">
<img src="./imgs/team-01.png" class="avatar">
<div class="p-20">
<h3 class="title fw-600 fs-16 mb-15">Responsive Web Design</h3>
<p class="description c-grey fs-14 fw-500 mb-10">
Mastering Responsive Web Design And Media Queries And Know Everything About Breakpoints
</p>
</div>
<div class="info p-20 between-flex p-relative">
<span class="title btn-shape c-white bg-blue fs-13 fw-500">Course Info</span>
<span class="c-grey fs-13 fw-500">
<i class="fa-regular fa-user"></i>
650
</span>
<span class="c-grey fs-13 fw-500">
<i class="fa-solid fa-dollar-sign"></i>
90
</span>
</div>
</div>
<div class="course rad-6 bg-white overflow-hidden p-relative">
<img src="./imgs//course-04.jpg" class="cover w-full">
<img src="./imgs/team-03.png" class="avatar">
<div class="p-20">
<h3 class="title fw-600 fs-16 mb-15">Mastering Python</h3>
<p class="description c-grey fs-14 fw-500 mb-10">
Mastering Python To Prepare For Data Science And AI And Automating Things in Your Life
</p>
</div>
<div class="info p-20 between-flex p-relative">
<span class="title btn-shape c-white bg-blue fs-13 fw-500">Course Info</span>
<span class="c-grey fs-13 fw-500">
<i class="fa-regular fa-user"></i>
950
</span>
<span class="c-grey fs-13 fw-500">
<i class="fa-solid fa-dollar-sign"></i>
250
</span>
</div>
</div>
<div class="course rad-6 bg-white overflow-hidden p-relative">
<img src="./imgs//course-05.jpg" class="cover w-full">
<img src="./imgs/team-03.png" class="avatar">
<div class="p-20">
<h3 class="title fw-600 fs-16 mb-15">PHP Examples</h3>
<p class="description c-grey fs-14 fw-500 mb-10">
PHP Tutorials And Examples And Practice On Web Application And Connecting With Databases
</p>
</div>
<div class="info p-20 between-flex p-relative">
<span class="title btn-shape c-white bg-blue fs-13 fw-500">Course Info</span>
<span class="c-grey fs-13 fw-500">
<i class="fa-regular fa-user"></i>
850
</span>
<span class="c-grey fs-13 fw-500">
<i class="fa-solid fa-dollar-sign"></i>
150
</span>
</div>
</div>
<div class="course rad-6 bg-white overflow-hidden p-relative">
<img src="./imgs//course-02.jpg" class="cover w-full">
<img src="./imgs/team-02.png" class="avatar">
<div class="p-20">
<h3 class="title fw-600 fs-16 mb-15">Data Structure And Algorithms</h3>
<p class="description c-grey fs-14 fw-500 mb-10">
Master The Art Of Data Strcuture And Famous Algorithms Like Sorting, Dividing And Conquering
</p>
</div>
<div class="info p-20 between-flex p-relative">
<span class="title btn-shape c-white bg-blue fs-13 fw-500">Course Info</span>
<span class="c-grey fs-13 fw-500">
<i class="fa-regular fa-user"></i>
1150
</span>
<span class="c-grey fs-13 fw-500">
<i class="fa-solid fa-dollar-sign"></i>
210
</span>
</div>
</div>
<div class="course rad-6 bg-white overflow-hidden p-relative">
<img src="./imgs//course-03.jpg" class="cover w-full">
<img src="./imgs/team-01.png" class="avatar">
<div class="p-20">
<h3 class="title fw-600 fs-16 mb-15">Responsive Web Design</h3>
<p class="description c-grey fs-14 fw-500 mb-10">
Mastering Responsive Web Design And Media Queries And Know Everything About Breakpoints
</p>
</div>
<div class="info p-20 between-flex p-relative">
<span class="title btn-shape c-white bg-blue fs-13 fw-500">Course Info</span>
<span class="c-grey fs-13 fw-500">
<i class="fa-regular fa-user"></i>
650
</span>
<span class="c-grey fs-13 fw-500">
<i class="fa-solid fa-dollar-sign"></i>
90
</span>
</div>
</div>
<div class="course rad-6 bg-white overflow-hidden p-relative">
<img src="./imgs//course-01.jpg" class="cover w-full">
<img src="./imgs/team-01.png" class="avatar">
<div class="p-20">
<h3 class="title fw-600 fs-16 mb-15">Mastering Web Design</h3>
<p class="description c-grey fs-14 fw-500 mb-10">
Master The Art Of Web Designing And Mocking, Prototyping And Creating Web Design Architecture
</p>
</div>
<div class="info p-20 between-flex p-relative">
<span class="title btn-shape c-white bg-blue fs-13 fw-500">Course Info</span>
<span class="c-grey fs-13 fw-500">
<i class="fa-regular fa-user"></i>
850
</span>
<span class="c-grey fs-13 fw-500">
<i class="fa-solid fa-dollar-sign"></i>
145
</span>
</div>
</div>
<div class="course rad-6 bg-white overflow-hidden p-relative">
<img src="./imgs//course-05.jpg" class="cover w-full">
<img src="./imgs/team-03.png" class="avatar">
<div class="p-20">
<h3 class="title fw-600 fs-16 mb-15">PHP Examples</h3>
<p class="description c-grey fs-14 fw-500 mb-10">
PHP Tutorials And Examples And Practice On Web Application And Connecting With Databases
</p>
</div>
<div class="info p-20 between-flex p-relative">
<span class="title btn-shape c-white bg-blue fs-13 fw-500">Course Info</span>
<span class="c-grey fs-13 fw-500">
<i class="fa-regular fa-user"></i>
850
</span>
<span class="c-grey fs-13 fw-500">
<i class="fa-solid fa-dollar-sign"></i>
150
</span>
</div>
</div>
<div class="course rad-6 bg-white overflow-hidden p-relative">
<img src="./imgs//course-04.jpg" class="cover w-full">
<img src="./imgs/team-03.png" class="avatar">
<div class="p-20">
<h3 class="title fw-600 fs-16 mb-15">Mastering Python</h3>
<p class="description c-grey fs-14 fw-500 mb-10">
Mastering Python To Prepare For Data Science And AI And Automating Things in Your Life
</p>
</div>
<div class="info p-20 between-flex p-relative">
<span class="title btn-shape c-white bg-blue fs-13 fw-500">Course Info</span>
<span class="c-grey fs-13 fw-500">
<i class="fa-regular fa-user"></i>
950
</span>
<span class="c-grey fs-13 fw-500">
<i class="fa-solid fa-dollar-sign"></i>
250
</span>
</div>
</div>
</div>
</div>
<!-- End Content -->
</div>
</body>
</html>