-
Notifications
You must be signed in to change notification settings - Fork 0
/
courses.html
283 lines (271 loc) · 27.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
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
<!DOCTYPE html>
<html lang="fa" dir="rtl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="./imgs/fh-favicon.ico">
<link rel="stylesheet" href="./styles/fonts.css">
<link rel="stylesheet" href="./styles/courses.css">
<title>دوره های آموزش برنامه نویسی وب فرانت اند | فرانت هوکس</title>
</head>
<script type="module" src="./js/courses.js" defer></script>
<body>
<header class="header">
<header-site location="courses"></header-site>
</header>
<main>
<section class="filter-section">
<div class="container padding-container">
<h1 class="title-page">دورههای آموزش برنامه نویسی</h1>
<div class="container-filter-and-courses">
<div class="filter-wrapper">
<div class="total-container-desktop-filter">
<div class="desktop-filter-course-type container-filter">
<div class="filter-course-type__svgs-and-title cursor-pointer space-between">
<div class="container-svg-and-title align-items-center">
<svg viewBox="0 0 20 20" fill="none" class="svg-filter">
<path fill="currentColor" d="M18.333 5v2.017c0 1.316-.833 2.15-2.15 2.15h-2.85V3.342c0-.925.759-1.675 1.684-1.675a3.35 3.35 0 0 1 2.341.975c.6.608.975 1.441.975 2.358Z"></path><path fill="currentColor" d="M1.667 5.833V17.5A.83.83 0 0 0 3 18.167L4.425 17.1a.84.84 0 0 1 1.1.083l1.383 1.392a.84.84 0 0 0 1.184 0l1.4-1.4a.826.826 0 0 1 1.083-.075L12 18.167a.835.835 0 0 0 1.333-.667V3.333c0-.916.75-1.666 1.667-1.666H5C2.5 1.667 1.667 3.158 1.667 5v.833Z" opacity="0.4"></path><path fill="currentColor" d="M10 8.125H5a.63.63 0 0 1-.625-.625A.63.63 0 0 1 5 6.875h5a.63.63 0 0 1 .625.625.63.63 0 0 1-.625.625Zm-.625 3.333h-3.75A.63.63 0 0 1 5 10.833a.63.63 0 0 1 .625-.625h3.75a.63.63 0 0 1 .625.625.63.63 0 0 1-.625.625Z"></path>
</svg>
<span class="title-filter">نوع دوره</span>
</div>
<svg stroke="currentColor" fill="none" stroke-width="0" viewBox="0 0 24 24" height="1em" width="1em" class="arrow-svg-filter">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path>
</svg>
</div>
<ul class="menu-filter">
<li class="menu-filter__list-item align-items-center">
<input type="checkbox" id="uncompleted" class="ml-svg check-box cursor-pointer" value="در حال برگزاری">
<label for="uncompleted" class="menu-filter__label cursor-pointer">در حال برگزاری</label>
</li>
<li class="menu-filter__list-item align-items-center">
<input type="checkbox" id="completed" class="ml-svg check-box cursor-pointer" value="تکمیل ضبط">
<label for="completed" class="menu-filter__label cursor-pointer">تکمیل ضبط</label>
</li>
<li class="menu-filter__list-item align-items-center">
<input type="checkbox" id="course-off" class="ml-svg check-box cursor-pointer" value="تخفیف دار">
<label for="course-off" class="menu-filter__label cursor-pointer">تخفیف دار</label>
</li>
<li class="menu-filter__list-item align-items-center">
<input type="checkbox" id="course-free" class="ml-svg check-box cursor-pointer" value="رایگان">
<label for="course-free" class="menu-filter__label cursor-pointer">رایگان</label>
</li>
<li class="menu-filter__list-item align-items-center">
<input type="checkbox" id="course-cash" class="ml-svg check-box cursor-pointer" value="نقدی">
<label for="course-cash" class="menu-filter__label cursor-pointer">نقدی</label>
</li>
</ul>
</div>
<div class="desktop-filter-course-category filter-course-category container-filter">
<div class="filter-course-type__svgs-and-title cursor-pointer space-between">
<div class="container-svg-and-title align-items-center">
<svg viewBox="0 0 48 48" fill="none" class="svg-filter">
<path fill="currentColor" d="M32.151 4h6.772C41.727 4 44 6.292 44 9.12v6.829c0 2.828-2.273 5.12-5.077 5.12h-6.772c-2.805 0-5.077-2.292-5.077-5.12v-6.83C27.074 6.293 29.346 4 32.151 4Z" opacity="0.4"></path><path fill="currentColor" d="M15.849 26.931c2.805 0 5.077 2.292 5.077 5.12v6.83c0 2.825-2.272 5.119-5.077 5.119H9.077C6.273 44 4 41.706 4 38.88v-6.829c0-2.828 2.273-5.12 5.077-5.12h6.772Zm23.074 0c2.804 0 5.077 2.292 5.077 5.12v6.83C44 41.705 41.727 44 38.923 44h-6.772c-2.805 0-5.077-2.294-5.077-5.12v-6.829c0-2.828 2.272-5.12 5.077-5.12h6.772ZM15.849 4c2.805 0 5.077 2.292 5.077 5.12v6.829c0 2.828-2.272 5.12-5.077 5.12H9.077C6.273 21.069 4 18.777 4 15.949v-6.83C4 6.293 6.273 4 9.077 4h6.772Z"></path>
</svg>
<span class="title-filter">دسته دوره</span>
</div>
<svg stroke="currentColor" fill="none" stroke-width="0" viewBox="0 0 24 24" height="1em" width="1em" class="arrow-svg-filter">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path>
</svg>
</div>
<ul class="menu-filter">
<li class="menu-filter__list-item align-items-center">
<input type="checkbox" id="back-end" class="ml-svg check-box cursor-pointer" value="back-end">
<label for="back-end" class="menu-filter__label cursor-pointer">بکاند</label>
</li>
<li class="menu-filter__list-item align-items-center">
<input type="checkbox" id="front-end" class="ml-svg check-box cursor-pointer" value="front-end">
<label for="front-end" class="menu-filter__label cursor-pointer">فرانتاند</label>
</li>
</ul>
</div>
<div class="desktop-filter-ordering container-filter">
<div class="filter-course-type__svgs-and-title cursor-pointer space-between">
<div class="container-svg-and-title align-items-center">
<svg viewBox="0 0 20 20" fill="none" class="svg-filter">
<path fill="currentColor" d="M18.333 8.967a.717.717 0 0 0-.716-.717H2.383c-.4 0-.716.317-.716.717 0 4.908 3.425 8.333 8.333 8.333s8.333-3.433 8.333-8.333Z" opacity="0.4"></path><path fill="currentColor" d="m10.442 2.883 2.375 2.367a.629.629 0 0 1 0 .883.629.629 0 0 1-.884 0l-1.308-1.3v7.975a.63.63 0 0 1-.625.625.63.63 0 0 1-.625-.625V4.833l-1.3 1.309a.629.629 0 0 1-.883 0A.627.627 0 0 1 7 5.7c0-.158.058-.317.183-.442l2.375-2.366a.621.621 0 0 1 .884-.009Z"></path>
</svg>
<span class="title-filter">مرتب سازی</span>
</div>
<svg stroke="currentColor" fill="none" stroke-width="0" viewBox="0 0 24 24" height="1em" width="1em" class="arrow-svg-filter">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path>
</svg>
</div>
<ul class="menu-filter">
<li class="menu-filter__list-item align-items-center">
<input type="checkbox" id="fav-courses" class="ml-svg check-box cursor-pointer" value="محبوبترینها">
<label for="fav-courses" class="menu-filter__label cursor-pointer">محبوبترینها</label>
</li>
</ul>
</div>
</div>
<div class="total-container-mobile-filter space-between">
<div class="container-mobile-filter-courses">
<div class="align-items-center mobile-filter__title-svg center cursor-pointer">
<svg stroke="currentColor" fill="none" stroke-width="0" viewBox="0 0 24 24" class="mobile-filter__svg ml-svg" height="1em" width="1em">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 6V4m0 2a2 2 0 100 4m0-4a2 2 0 110 4m-6 8a2 2 0 100-4m0 4a2 2 0 110-4m0 4v2m0-6V4m6 6v10m6-2a2 2 0 100-4m0 4a2 2 0 110-4m0 4v2m0-6V4"></path>
</svg>
فیلتر دورهها
</div>
<div class="total-mobile-filter">
<div class="mobile-filter">
<div class="mobile-filter__title-and-cross space-between">
<h3 class="mobile-filter__title">فیلتر دورهها</h3>
<svg stroke="currentColor" fill="none" stroke-width="0" viewBox="0 0 24 24" class="mobile-filter__cross" height="20" width="20">
<path d="M6.2253 4.81108C5.83477 4.42056 5.20161 4.42056 4.81108 4.81108C4.42056 5.20161 4.42056 5.83477 4.81108 6.2253L10.5858 12L4.81114 17.7747C4.42062 18.1652 4.42062 18.7984 4.81114 19.1889C5.20167 19.5794 5.83483 19.5794 6.22535 19.1889L12 13.4142L17.7747 19.1889C18.1652 19.5794 18.7984 19.5794 19.1889 19.1889C19.5794 18.7984 19.5794 18.1652 19.1889 17.7747L13.4142 12L19.189 6.2253C19.5795 5.83477 19.5795 5.20161 19.189 4.81108C18.7985 4.42056 18.1653 4.42056 17.7748 4.81108L12 10.5858L6.2253 4.81108Z" fill="currentColor"></path>
</svg>
</div>
<div class="mobile-filters">
<div class="mobile-filters-course-type container-filter">
<div class="filter-course-type__svgs-and-title cursor-pointer space-between">
<div class="container-svg-and-title align-items-center">
<svg viewBox="0 0 20 20" fill="none" class="svg-filter">
<path fill="currentColor" d="M18.333 5v2.017c0 1.316-.833 2.15-2.15 2.15h-2.85V3.342c0-.925.759-1.675 1.684-1.675a3.35 3.35 0 0 1 2.341.975c.6.608.975 1.441.975 2.358Z"></path><path fill="currentColor" d="M1.667 5.833V17.5A.83.83 0 0 0 3 18.167L4.425 17.1a.84.84 0 0 1 1.1.083l1.383 1.392a.84.84 0 0 0 1.184 0l1.4-1.4a.826.826 0 0 1 1.083-.075L12 18.167a.835.835 0 0 0 1.333-.667V3.333c0-.916.75-1.666 1.667-1.666H5C2.5 1.667 1.667 3.158 1.667 5v.833Z" opacity="0.4"></path><path fill="currentColor" d="M10 8.125H5a.63.63 0 0 1-.625-.625A.63.63 0 0 1 5 6.875h5a.63.63 0 0 1 .625.625.63.63 0 0 1-.625.625Zm-.625 3.333h-3.75A.63.63 0 0 1 5 10.833a.63.63 0 0 1 .625-.625h3.75a.63.63 0 0 1 .625.625.63.63 0 0 1-.625.625Z"></path>
</svg>
<span class="title-filter">نوع دوره</span>
</div>
<svg stroke="currentColor" fill="none" stroke-width="0" viewBox="0 0 24 24" height="1em" width="1em" class="arrow-svg-filter">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path>
</svg>
</div>
<ul class="menu-filter">
<li class="menu-filter__list-item align-items-center">
<input type="checkbox" id="uncompleted-mobile" class="ml-svg check-box cursor-pointer" value="در حال برگزاری">
<label for="uncompleted-mobile" class="menu-filter__label cursor-pointer">در حال برگزاری</label>
</li>
<li class="menu-filter__list-item align-items-center">
<input type="checkbox" id="completed-mobile" class="ml-svg check-box cursor-pointer" value="تکمیل ضبط">
<label for="completed-mobile" class="menu-filter__label cursor-pointer">تکمیل ضبط</label>
</li>
<li class="menu-filter__list-item align-items-center">
<input type="checkbox" id="courseOff" class="ml-svg check-box cursor-pointer" value="تخفیف دار">
<label for="courseOff" class="menu-filter__label cursor-pointer">تخفیف دار</label>
</li>
<li class="menu-filter__list-item align-items-center">
<input type="checkbox" id="courseFree" class="ml-svg check-box cursor-pointer" value="رایگان">
<label for="courseFree" class="menu-filter__label cursor-pointer">رایگان</label>
</li>
<li class="menu-filter__list-item align-items-center">
<input type="checkbox" id="courseCash" class="ml-svg check-box cursor-pointer" value="نقدی">
<label for="courseCash" class="menu-filter__label cursor-pointer">نقدی</label>
</li>
</ul>
</div>
<div class="mobile-filters-course-category filter-course-category container-filter">
<div class="filter-course-type__svgs-and-title cursor-pointer space-between">
<div class="container-svg-and-title align-items-center">
<svg viewBox="0 0 48 48" fill="none" class="svg-filter">
<path fill="currentColor" d="M32.151 4h6.772C41.727 4 44 6.292 44 9.12v6.829c0 2.828-2.273 5.12-5.077 5.12h-6.772c-2.805 0-5.077-2.292-5.077-5.12v-6.83C27.074 6.293 29.346 4 32.151 4Z" opacity="0.4"></path><path fill="currentColor" d="M15.849 26.931c2.805 0 5.077 2.292 5.077 5.12v6.83c0 2.825-2.272 5.119-5.077 5.119H9.077C6.273 44 4 41.706 4 38.88v-6.829c0-2.828 2.273-5.12 5.077-5.12h6.772Zm23.074 0c2.804 0 5.077 2.292 5.077 5.12v6.83C44 41.705 41.727 44 38.923 44h-6.772c-2.805 0-5.077-2.294-5.077-5.12v-6.829c0-2.828 2.272-5.12 5.077-5.12h6.772ZM15.849 4c2.805 0 5.077 2.292 5.077 5.12v6.829c0 2.828-2.272 5.12-5.077 5.12H9.077C6.273 21.069 4 18.777 4 15.949v-6.83C4 6.293 6.273 4 9.077 4h6.772Z"></path>
</svg>
<span class="title-filter">دسته دوره</span>
</div>
<svg stroke="currentColor" fill="none" stroke-width="0" viewBox="0 0 24 24" height="1em" width="1em" class="arrow-svg-filter">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path>
</svg>
</div>
<ul class="menu-filter">
<li class="menu-filter__list-item align-items-center">
<input type="checkbox" id="backEnd" class="ml-svg check-box cursor-pointer" value="back-end">
<label for="backEnd" class="menu-filter__label cursor-pointer">بکاند</label>
</li>
<li class="menu-filter__list-item align-items-center">
<input type="checkbox" id="frontEnd" class="ml-svg check-box cursor-pointer" value="front-end">
<label for="frontEnd" class="menu-filter__label cursor-pointer">فرانتاند</label>
</li>
</ul>
</div>
</div>
<button class="apply-filter-btn">اعمال فیلتر</button>
</div>
</div>
</div>
<div class="container-mobile-ordering">
<div class="align-items-center mobile-filter__title-svg center cursor-pointer">
<svg stroke="currentColor" fill="none" stroke-width="0" viewBox="0 0 24 24" class="mobile-filter__svg ml-svg" height="1em" width="1em"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 4h13M3 8h9m-9 4h9m5-4v12m0 0l-4-4m4 4l4-4"></path></svg>
مرتب سازی دورهها
</div>
<div class="total-mobile-filter">
<div class="mobile-filter">
<div class="mobile-filter__title-and-cross space-between">
<h3 class="mobile-filter__title">مرتب سازی دورهها</h3>
<svg stroke="currentColor" fill="none" stroke-width="0" viewBox="0 0 24 24" class="mobile-filter__cross" height="20" width="20">
<path d="M6.2253 4.81108C5.83477 4.42056 5.20161 4.42056 4.81108 4.81108C4.42056 5.20161 4.42056 5.83477 4.81108 6.2253L10.5858 12L4.81114 17.7747C4.42062 18.1652 4.42062 18.7984 4.81114 19.1889C5.20167 19.5794 5.83483 19.5794 6.22535 19.1889L12 13.4142L17.7747 19.1889C18.1652 19.5794 18.7984 19.5794 19.1889 19.1889C19.5794 18.7984 19.5794 18.1652 19.1889 17.7747L13.4142 12L19.189 6.2253C19.5795 5.83477 19.5795 5.20161 19.189 4.81108C18.7985 4.42056 18.1653 4.42056 17.7748 4.81108L12 10.5858L6.2253 4.81108Z" fill="currentColor"></path>
</svg>
</div>
<div class="mobile-filters">
<div class="mobile-filter-ordering container-filter">
<div class="filter-course-type__svgs-and-title cursor-pointer space-between">
<div class="container-svg-and-title align-items-center">
<svg viewBox="0 0 20 20" fill="none" class="svg-filter">
<path fill="currentColor" d="M18.333 8.967a.717.717 0 0 0-.716-.717H2.383c-.4 0-.716.317-.716.717 0 4.908 3.425 8.333 8.333 8.333s8.333-3.433 8.333-8.333Z" opacity="0.4"></path><path fill="currentColor" d="m10.442 2.883 2.375 2.367a.629.629 0 0 1 0 .883.629.629 0 0 1-.884 0l-1.308-1.3v7.975a.63.63 0 0 1-.625.625.63.63 0 0 1-.625-.625V4.833l-1.3 1.309a.629.629 0 0 1-.883 0A.627.627 0 0 1 7 5.7c0-.158.058-.317.183-.442l2.375-2.366a.621.621 0 0 1 .884-.009Z"></path>
</svg>
<span class="title-filter">مرتب سازی</span>
</div>
<svg stroke="currentColor" fill="none" stroke-width="0" viewBox="0 0 24 24" height="1em" width="1em" class="arrow-svg-filter">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path>
</svg>
</div>
<ul class="menu-filter">
<li class="menu-filter__list-item align-items-center">
<input type="checkbox" id="favCourses" class="ml-svg check-box cursor-pointer" value="محبوبترینها">
<label for="favCourses" class="menu-filter__label cursor-pointer">محبوبترینها</label>
</li>
</ul>
</div>
</div>
<button class="apply-filter-btn">اعمال فیلتر</button>
</div>
</div>
</div>
</div>
</div>
<div class="courses-wrapper">
<div class="container-courses">
<div class="course">
<course-site imgcourse-src="imgs/nextjs.svg" course-title="دوره متخصص next.js" course-status="تکمیل ضبط" course-price="2589000" discount-percent="" course-price-without-off="" course-table="nextTable" category="front-end">
</course-site>
</div>
<div class="course">
<course-site imgcourse-src="imgs/reactjs.svg" course-title="دوره متخصص ریکت و ریداکس" course-status="در حال برگزاری" course-price="2989000" discount-percent="" course-price-without-off="" course-table="reactTable" category="front-end">
</course-site>
</div>
<div class="course">
<course-site imgcourse-src="imgs/javascript.svg" course-title="دوره جامع و پیشرفته جاوااسکریپت" course-status="تکمیل ضبط" course-price="1829000" discount-percent="" course-price-without-off="" course-table="jsTable" category="front-end">
</course-site>
</div>
<div class="course">
<course-site imgcourse-src="imgs/freelancering.svg" course-title="دوره در مسیر فریلنسری" course-status="تکمیل ضبط" course-price="439000" discount-percent="" course-price-without-off="" course-table="freelanceringTable" category="front-end">
</course-site>
</div>
<div class="course">
<course-site imgcourse-src="imgs/tailwind.svg" course-title="دوره جامع و پیشرفته تیلویند" course-status="تکمیل ضبط" course-price="479000" discount-percent="20" course-price-without-off="598000" course-table="tailwindTable" category="front-end">
</course-site>
</div>
<div class="course">
<course-site imgcourse-src="imgs/git.svg" course-title="دوره گیت و گیت هاب" course-status="تکمیل ضبط" course-price="359000" discount-percent="" course-price-without-off="" course-table="gitTable" category="front-end">
</course-site>
</div>
<div class="course">
<course-site imgcourse-src="imgs/responsive-web.svg" course-title="دوره طراحی وب رسپانسیو" course-status="تکمیل ضبط" course-price="398000" discount-percent="" course-price-without-off="" course-table="responsiveWebTable" category="front-end">
</course-site>
</div>
<div class="course">
<course-site imgcourse-src="imgs/flex-grid.svg" course-title="دوره پروژه محور فلکس گرید" course-status="تکمیل ضبط" course-price="0" discount-percent="100" course-price-without-off="190000" course-table="flexGridTable" category="front-end">
</course-site>
</div>
<div class="course">
<course-site imgcourse-src="./imgs/vscode.svg" course-title="دوره vsCode" course-status="تکمیل ضبط" course-price="0" discount-percent="100" course-price-without-off="98000" course-table="vsCodeTable" category="front-end">
</course-site>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
<footer class="footer-section">
<div class="total-container-footer padding-container">
<footer-site></footer-site>
</div>
</footer>
</body>
</html>