-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcourses.html
More file actions
372 lines (372 loc) · 15.6 KB
/
courses.html
File metadata and controls
372 lines (372 loc) · 15.6 KB
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
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
<!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" />
<!-- Description Meta -->
<meta
name="description"
content="Fourth template created by Pola Bahaa (ViSi0N)"
/>
<title>Courses</title>
<link rel="stylesheet" href="css/all.min.css" />
<link rel="stylesheet" href="css/framework.css" />
<link rel="stylesheet" href="css/master.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>
<!-- Inputs For Color Themes Buttons -->
<input id="theme-1" type="radio" name="only-one" />
<input id="theme-2" type="radio" name="only-one" />
<input id="theme-3" type="radio" name="only-one" />
<input id="theme-4" type="radio" name="only-one" />
<input id="theme-5" type="radio" name="only-one" />
<input id="color-mode" type="checkbox" name="color-mode" />
<!-- Start Color Theme Wrapper -->
<div class="theme-wrapper">
<!-- Start Scroll Bar Wrapper -->
<div class="scroll-bar">
<div class="page d-flex">
<div class="sidebar bg-white p-20 p-relative">
<h3 class="p-relative txt-c mt-0">ViSi0N</h3>
<ul>
<li>
<a
class="d-flex align-center fs-14 c-black rad-6 p-10"
href="index.html"
>
<i class="fa-regular fa-chart-bar fa-fw"></i>
<span class="fs-14 hide-mobile">Dashboard</span>
</a>
</li>
<li>
<a
class="d-flex align-center fs-14 c-black rad-6 p-10"
href="settings.html"
>
<i class="fa-solid fa-gear fa-fw"></i>
<span class="fs-14 hide-mobile">Settings</span>
</a>
</li>
<li>
<a
class="d-flex align-center fs-14 c-black rad-6 p-10"
href="profile.html"
>
<i class="fa-regular fa-user fa-fw"></i>
<span class="fs-14 hide-mobile">Profile</span>
</a>
</li>
<li>
<a
class="d-flex align-center fs-14 c-black rad-6 p-10"
href="projects.html"
>
<i class="fa-solid fa-diagram-project fa-fw"></i>
<span class="fs-14 hide-mobile">Projects</span>
</a>
</li>
<li>
<a
class="active d-flex align-center fs-14 c-black rad-6 p-10"
href="courses.html"
>
<i class="fa-solid fa-graduation-cap fa-fw"></i>
<span class="fs-14 hide-mobile">Courses</span>
</a>
</li>
<li>
<a
class="d-flex align-center fs-14 c-black rad-6 p-10"
href="friends.html"
>
<i class="fa-regular fa-circle-user fa-fw"></i>
<span class="fs-14 hide-mobile">Friends</span>
</a>
</li>
<li>
<a
class="d-flex align-center fs-14 c-black rad-6 p-10"
href="files.html"
>
<i class="fa-regular fa-file fa-fw"></i>
<span class="fs-14 hide-mobile">Files</span>
</a>
</li>
<li>
<a
class="d-flex align-center fs-14 c-black rad-6 p-10"
href="plans.html"
>
<i class="fa-regular fa-credit-card fa-fw"></i>
<span class="fs-14 hide-mobile">Plans</span>
</a>
</li>
</ul>
</div>
<div class="content w-full flow-hidden">
<!-- Start Head -->
<div class="head bg-white p-15 between-flex">
<div class="search p-relative">
<input
class="p-10 rad-10 border-ccc"
type="search"
placeholder="Type A Keyword"
/>
</div>
<div class="icons d-flex align-center">
<div class="theme-menu">
<!-- Labels For Color Themes Buttons -->
<label class="theme theme-1" for="theme-1"></label>
<label class="theme theme-2" for="theme-2"></label>
<label class="theme theme-3" for="theme-3"></label>
<label class="theme theme-4" for="theme-4"></label>
<label class="theme theme-5" for="theme-5"></label>
</div>
<label class="color-mode" for="color-mode"></label>
<span class="notification p-relative">
<i class="fa-regular fa-bell fa-lg"></i>
</span>
<img src="imgs/avatar.png" alt="" />
</div>
</div>
<!-- End Head -->
<h1 class="p-relative">Courses</h1>
<div class="courses-page d-grid m-20 gap-20">
<div class="course bg-white 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">Mastering Web Design</h4>
<p class="description c-grey mt-15 fs-14">
Master The Art Of Web Designing And Mocking, Prototyping And
Creating Web Design Architecture
</p>
</div>
<div class="info p-15 p-relative between-flex">
<span class="title bg-blue c-white btn-shape"
>Course Info</span
>
<span class="c-grey">
<i class="fa-regular fa-user"></i>
950
</span>
<span class="c-grey">
<i class="fa-solid fa-dollar-sign"></i>
165
</span>
</div>
</div>
<div class="course bg-white rad-6 p-relative">
<img class="cover" src="imgs/course-02.jpg" alt="" />
<img class="instructor" src="imgs/team-02.png" alt="" />
<div class="p-20">
<h4 class="m-0">Data Structure And Algorithms</h4>
<p class="description c-grey mt-15 fs-14">
Master The Art Of Data Strcuture And Famous Algorithms Like
Sorting, Dividing And Conquering
</p>
</div>
<div class="info p-15 p-relative between-flex">
<span class="title bg-blue c-white btn-shape"
>Course Info</span
>
<span class="c-grey">
<i class="fa-regular fa-user"></i> 1150</span
>
<span class="c-grey"
><i class="fa-solid fa-dollar-sign"></i> 210</span
>
</div>
</div>
<div class="course bg-white rad-6 p-relative">
<img class="cover" src="imgs/course-03.jpg" alt="" />
<img class="instructor" src="imgs/team-01.png" alt="" />
<div class="p-20">
<h4 class="m-0">Responsive Web Design</h4>
<p class="description c-grey 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">
<span class="title bg-blue c-white btn-shape"
>Course Info</span
>
<span class="c-grey">
<i class="fa-regular fa-user"></i> 650</span
>
<span class="c-grey"
><i class="fa-solid fa-dollar-sign"></i> 90</span
>
</div>
</div>
<div class="course bg-white rad-6 p-relative">
<img class="cover" src="imgs/course-04.jpg" alt="" />
<img class="instructor" src="imgs/team-03.png" alt="" />
<div class="p-20">
<h4 class="m-0">Mastering Python</h4>
<p class="description c-grey 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">
<span class="title bg-blue c-white btn-shape"
>Course Info</span
>
<span class="c-grey">
<i class="fa-regular fa-user"></i> 950</span
>
<span class="c-grey"
><i class="fa-solid fa-dollar-sign"></i> 250</span
>
</div>
</div>
<div class="course bg-white rad-6 p-relative">
<img class="cover" src="imgs/course-05.jpg" alt="" />
<img class="instructor" src="imgs/team-03.png" alt="" />
<div class="p-20">
<h4 class="m-0">PHP Examples</h4>
<p class="description c-grey 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">
<span class="title bg-blue c-white btn-shape"
>Course Info</span
>
<span class="c-grey">
<i class="fa-regular fa-user"></i> 850</span
>
<span class="c-grey"
><i class="fa-solid fa-dollar-sign"></i> 150</span
>
</div>
</div>
<div class="course bg-white rad-6 p-relative">
<img class="cover" src="imgs/course-06.jpg" alt="" />
<img class="instructor" src="imgs/team-02.png" alt="" />
<div class="p-20">
<h4 class="m-0">Browser Compatibility</h4>
<p class="description c-grey mt-15 fs-14">
Learn how to ensure your web projects work seamless across
different browsers
</p>
</div>
<div class="info p-15 p-relative between-flex">
<span class="title bg-blue c-white btn-shape"
>Course Info</span
>
<span class="c-grey">
<i class="fa-regular fa-user"></i> 1150</span
>
<span class="c-grey"
><i class="fa-solid fa-dollar-sign"></i> 210</span
>
</div>
</div>
<div class="course bg-white rad-6 p-relative">
<img class="cover" src="imgs/course-07.jpg" alt="" />
<img class="instructor" src="imgs/team-01.png" alt="" />
<div class="p-20">
<h4 class="m-0">Core of a Good Test</h4>
<p class="description c-grey mt-15 fs-14">
Learn how to write reliable and maintainable test cases
usually for your codebase
</p>
</div>
<div class="info p-15 p-relative between-flex">
<span class="title bg-blue c-white btn-shape"
>Course Info</span
>
<span class="c-grey">
<i class="fa-regular fa-user"></i> 650</span
>
<span class="c-grey"
><i class="fa-solid fa-dollar-sign"></i> 90</span
>
</div>
</div>
<div class="course bg-white rad-6 p-relative">
<img class="cover" src="imgs/course-08.jpg" alt="" />
<img class="instructor" src="imgs/team-01.png" alt="" />
<div class="p-20">
<h4 class="m-0">Building Apps With Vite</h4>
<p class="description c-grey mt-15 fs-14">
A fast and efficient build tool. Explore its features and
create modern web apps with ease
</p>
</div>
<div class="info p-15 p-relative between-flex">
<span class="title bg-blue c-white btn-shape"
>Course Info</span
>
<span class="c-grey">
<i class="fa-regular fa-user"></i> 850</span
>
<span class="c-grey"
><i class="fa-solid fa-dollar-sign"></i> 145</span
>
</div>
</div>
<div class="course bg-white rad-6 p-relative">
<img class="cover" src="imgs/course-09.jpg" alt="" />
<img class="instructor" src="imgs/team-03.png" alt="" />
<div class="p-20">
<h4 class="m-0">Bootstrap Framework</h4>
<p class="description c-grey mt-15 fs-14">
Enhance your web design and functionality with this popular
front-end jump
</p>
</div>
<div class="info p-15 p-relative between-flex">
<span class="title bg-blue c-white btn-shape"
>Course Info</span
>
<span class="c-grey">
<i class="fa-regular fa-user"></i> 850</span
>
<span class="c-grey"
><i class="fa-solid fa-dollar-sign"></i> 150</span
>
</div>
</div>
<div class="course bg-white rad-6 p-relative">
<img class="cover" src="imgs/course-10.jpg" alt="" />
<img class="instructor" src="imgs/team-03.png" alt="" />
<div class="p-20">
<h4 class="m-0">Platform Accessibility</h4>
<p class="description c-grey mt-15 fs-14">
Ensuring accessibility is crucial for usable content by all
users, regardless of their devices
</p>
</div>
<div class="info p-15 p-relative between-flex">
<span class="title bg-blue c-white btn-shape"
>Course Info</span
>
<span class="c-grey">
<i class="fa-regular fa-user"></i> 950</span
>
<span class="c-grey"
><i class="fa-solid fa-dollar-sign"></i> 250</span
>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End Scroll Bar Wrapper -->
</div>
<!-- End Color Theme Wrapper -->
</body>
</html>