-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
569 lines (566 loc) · 40.9 KB
/
index.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
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
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
<!DOCTYPE html>
<html lang="en" dir="rtl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="vendor/bootstrap.rtl.min.css">
<link rel="stylesheet" href="css/custom.css">
<title>Dashboard</title>
</head>
<body>
<div class="container-fluid">
<div class="row">
<div class="col-lg-2 d-none d-lg-block p-0">
<div class="d-flex flex-column shadow h-100 p-3 position-fixed w_inherit">
<a href="#" class="d-flex align-items-center gap-1 text-decoration-none link-body-emphasis">
<img src="images/9391712.png" alt="logo" width="65">
<span class="fs-5">داشبورد آزمایشی</span>
</a>
<hr>
<ul class="nav nav-pills d-block mb-auto">
<li class="nav-item">
<a href="#" class="nav-link d-flex gap-2 active">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-house-door" viewBox="0 0 16 16">
<path
d="M8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4.5a.5.5 0 0 0 .5-.5v-4h2v4a.5.5 0 0 0 .5.5H14a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293zM2.5 14V7.707l5.5-5.5 5.5 5.5V14H10v-4a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5v4z">
</path>
</svg>
<span>خانه</span>
</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link d-flex gap-2 link-body-emphasis">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-speedometer2" viewBox="0 0 16 16">
<path
d="M8 4a.5.5 0 0 1 .5.5V6a.5.5 0 0 1-1 0V4.5A.5.5 0 0 1 8 4M3.732 5.732a.5.5 0 0 1 .707 0l.915.914a.5.5 0 1 1-.708.708l-.914-.915a.5.5 0 0 1 0-.707M2 10a.5.5 0 0 1 .5-.5h1.586a.5.5 0 0 1 0 1H2.5A.5.5 0 0 1 2 10m9.5 0a.5.5 0 0 1 .5-.5h1.5a.5.5 0 0 1 0 1H12a.5.5 0 0 1-.5-.5m.754-4.246a.39.39 0 0 0-.527-.02L7.547 9.31a.91.91 0 1 0 1.302 1.258l3.434-4.297a.39.39 0 0 0-.029-.518z">
</path>
<path fill-rule="evenodd"
d="M0 10a8 8 0 1 1 15.547 2.661c-.442 1.253-1.845 1.602-2.932 1.25C11.309 13.488 9.475 13 8 13c-1.474 0-3.31.488-4.615.911-1.087.352-2.49.003-2.932-1.25A8 8 0 0 1 0 10m8-7a7 7 0 0 0-6.603 9.329c.203.575.923.876 1.68.63C4.397 12.533 6.358 12 8 12s3.604.532 4.923.96c.757.245 1.477-.056 1.68-.631A7 7 0 0 0 8 3">
</path>
</svg>
<span>داشبورد</span>
</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link d-flex gap-2 link-body-emphasis">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-bag" viewBox="0 0 16 16">
<path
d="M8 1a2.5 2.5 0 0 1 2.5 2.5V4h-5v-.5A2.5 2.5 0 0 1 8 1m3.5 3v-.5a3.5 3.5 0 1 0-7 0V4H1v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V4zM2 5h12v9a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1z">
</path>
</svg>
<span>سفارش</span>
</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link d-flex gap-2 link-body-emphasis">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-book" viewBox="0 0 16 16">
<path
d="M1 2.828c.885-.37 2.154-.769 3.388-.893 1.33-.134 2.458.063 3.112.752v9.746c-.935-.53-2.12-.603-3.213-.493-1.18.12-2.37.461-3.287.811zm7.5-.141c.654-.689 1.782-.886 3.112-.752 1.234.124 2.503.523 3.388.893v9.923c-.918-.35-2.107-.692-3.287-.81-1.094-.111-2.278-.039-3.213.492zM8 1.783C7.015.936 5.587.81 4.287.94c-1.514.153-3.042.672-3.994 1.105A.5.5 0 0 0 0 2.5v11a.5.5 0 0 0 .707.455c.882-.4 2.303-.881 3.68-1.02 1.409-.142 2.59.087 3.223.877a.5.5 0 0 0 .78 0c.633-.79 1.814-1.019 3.222-.877 1.378.139 2.8.62 3.681 1.02A.5.5 0 0 0 16 13.5v-11a.5.5 0 0 0-.293-.455c-.952-.433-2.48-.952-3.994-1.105C10.413.809 8.985.936 8 1.783">
</path>
</svg>
<span>دوره ها</span>
</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link d-flex gap-2 link-body-emphasis">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-person" viewBox="0 0 16 16">
<path
d="M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6m2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0m4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4m-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10s-3.516.68-4.168 1.332c-.678.678-.83 1.418-.832 1.664z">
</path>
</svg>
<span>مشتریان</span>
</a>
</li>
</ul>
<hr>
<div class="dropdown dropup">
<a href="#" data-bs-toggle="dropdown"
class="dropdown-toggle d-flex align-items-center gap-2 text-decoration-none link-body-emphasis">
<img src="images/Capture.JPG" class="rounded-circle" width="40" height="40">
<strong class="fs-5">سعید غلامی</strong>
</a>
<ul class="dropdown-menu shadow">
<li><a href="#" class="dropdown-item">ایجاد پروژه جدید ...</a></li>
<li><a href="#" class="dropdown-item">پروفایل</a></li>
<li><a href="#" class="dropdown-item">تنظیمات</a></li>
<li>
<hr class="dropdown-divider">
</li>
<li><a href="#" class="dropdown-item">خروج</a></li>
</ul>
</div>
</div>
</div>
<div class="col-lg-10 p-0">
<nav class="navbar navbar-expand-lg border-bottom border-secondary border-opacity-10">
<div class="container-fluid">
<a href="#" class="navbar-brand">پیش خوان</a>
<button class="navbar-toggler" data-bs-toggle="offcanvas" data-bs-target="#offcanvas1">
<span class="navbar-toggler-icon"></span>
</button>
<div class="offcanvas offcanvas-start d-lg-none" id="offcanvas1">
<div class="d-flex flex-column shadow h-100 p-3">
<div class="d-flex justify-content-between align-items-center">
<a href="#"
class="d-flex align-items-center gap-1 text-decoration-none link-body-emphasis">
<img src="images/9391712.png" alt="logo" width="65">
<span class="fs-5">داشبورد آزمایشی</span>
</a>
<button class="btn-close" data-bs-dismiss="offcanvas"></button>
</div>
<hr>
<ul class="nav nav-pills d-block mb-auto">
<li class="nav-item">
<a href="#" class="nav-link d-flex gap-2 active">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"
fill="currentColor" class="bi bi-house-door" viewBox="0 0 16 16">
<path
d="M8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4.5a.5.5 0 0 0 .5-.5v-4h2v4a.5.5 0 0 0 .5.5H14a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293zM2.5 14V7.707l5.5-5.5 5.5 5.5V14H10v-4a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5v4z">
</path>
</svg>
<span>خانه</span>
</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link d-flex gap-2 link-body-emphasis">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"
fill="currentColor" class="bi bi-speedometer2" viewBox="0 0 16 16">
<path
d="M8 4a.5.5 0 0 1 .5.5V6a.5.5 0 0 1-1 0V4.5A.5.5 0 0 1 8 4M3.732 5.732a.5.5 0 0 1 .707 0l.915.914a.5.5 0 1 1-.708.708l-.914-.915a.5.5 0 0 1 0-.707M2 10a.5.5 0 0 1 .5-.5h1.586a.5.5 0 0 1 0 1H2.5A.5.5 0 0 1 2 10m9.5 0a.5.5 0 0 1 .5-.5h1.5a.5.5 0 0 1 0 1H12a.5.5 0 0 1-.5-.5m.754-4.246a.39.39 0 0 0-.527-.02L7.547 9.31a.91.91 0 1 0 1.302 1.258l3.434-4.297a.39.39 0 0 0-.029-.518z">
</path>
<path fill-rule="evenodd"
d="M0 10a8 8 0 1 1 15.547 2.661c-.442 1.253-1.845 1.602-2.932 1.25C11.309 13.488 9.475 13 8 13c-1.474 0-3.31.488-4.615.911-1.087.352-2.49.003-2.932-1.25A8 8 0 0 1 0 10m8-7a7 7 0 0 0-6.603 9.329c.203.575.923.876 1.68.63C4.397 12.533 6.358 12 8 12s3.604.532 4.923.96c.757.245 1.477-.056 1.68-.631A7 7 0 0 0 8 3">
</path>
</svg>
<span>داشبورد</span>
</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link d-flex gap-2 link-body-emphasis">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"
fill="currentColor" class="bi bi-bag" viewBox="0 0 16 16">
<path
d="M8 1a2.5 2.5 0 0 1 2.5 2.5V4h-5v-.5A2.5 2.5 0 0 1 8 1m3.5 3v-.5a3.5 3.5 0 1 0-7 0V4H1v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V4zM2 5h12v9a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1z">
</path>
</svg>
<span>سفارش</span>
</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link d-flex gap-2 link-body-emphasis">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"
fill="currentColor" class="bi bi-book" viewBox="0 0 16 16">
<path
d="M1 2.828c.885-.37 2.154-.769 3.388-.893 1.33-.134 2.458.063 3.112.752v9.746c-.935-.53-2.12-.603-3.213-.493-1.18.12-2.37.461-3.287.811zm7.5-.141c.654-.689 1.782-.886 3.112-.752 1.234.124 2.503.523 3.388.893v9.923c-.918-.35-2.107-.692-3.287-.81-1.094-.111-2.278-.039-3.213.492zM8 1.783C7.015.936 5.587.81 4.287.94c-1.514.153-3.042.672-3.994 1.105A.5.5 0 0 0 0 2.5v11a.5.5 0 0 0 .707.455c.882-.4 2.303-.881 3.68-1.02 1.409-.142 2.59.087 3.223.877a.5.5 0 0 0 .78 0c.633-.79 1.814-1.019 3.222-.877 1.378.139 2.8.62 3.681 1.02A.5.5 0 0 0 16 13.5v-11a.5.5 0 0 0-.293-.455c-.952-.433-2.48-.952-3.994-1.105C10.413.809 8.985.936 8 1.783">
</path>
</svg>
<span>دوره ها</span>
</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link d-flex gap-2 link-body-emphasis">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"
fill="currentColor" class="bi bi-person" viewBox="0 0 16 16">
<path
d="M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6m2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0m4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4m-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10s-3.516.68-4.168 1.332c-.678.678-.83 1.418-.832 1.664z">
</path>
</svg>
<span>مشتریان</span>
</a>
</li>
</ul>
<hr>
<div class="dropdown dropup">
<a href="#" data-bs-toggle="dropdown"
class="dropdown-toggle d-flex align-items-center gap-2 text-decoration-none link-body-emphasis">
<img src="images/Capture.JPG" class="rounded-circle" width="40" height="40">
<strong class="fs-5">سعید غلامی</strong>
</a>
<ul class="dropdown-menu shadow">
<li><a href="#" class="dropdown-item">ایجاد پروژه جدید ...</a></li>
<li><a href="#" class="dropdown-item">پروفایل</a></li>
<li><a href="#" class="dropdown-item">تنظیمات</a></li>
<li>
<hr class="dropdown-divider">
</li>
<li><a href="#" class="dropdown-item">خروج</a></li>
</ul>
</div>
</div>
</div>
</div>
</nav>
<div class="px-3 py-4">
<h2>سعید غلامی عزیز؛ خوش آمدید 👋</h2>
<div class="row mt-4 row-gap-2">
<div class="col-12 col-sm-6 col-md-4 col-xl-3">
<div
class="bg-info bg-gradient d-flex justify-content-between rounded-3 px-3 py-4 position-relative overflow-hidden">
<div>
<h5 class="fw-bold text-light text-nowrap">پیشرفت کاربر</h5>
<span class="text-nowrap text-light fs-3">53%</span>
</div>
<div>
<svg xmlns="http://www.w3.org/2000/svg" width="117" height="51" viewBox="0 0 117 51"
fill="none">
<g filter="url(#filter0_f_3_639)">
<circle cx="107" cy="20" r="5" fill="#fff"></circle>
</g>
<path
d="M1 49.5L8.5 26.5L17 37L22 19.5L31 37L44.5 3L57.5 26.5L72 19.5L83.5 31L93.5 6.5L101 19.5H108"
stroke="#fff" stroke-width="2" stroke-linecap="round"></path>
<defs>
<filter id="filter0_f_3_639" x="97" y="10" width="20" height="20"
filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix"
result="shape"></feBlend>
<feGaussianBlur stdDeviation="2.5"
result="effect1_foregroundBlur_3_639"></feGaussianBlur>
</filter>
</defs>
</svg>
</div>
<div
class="position-absolute bottom-0 start-0 text-center p-1 bg-dark bg-opacity-25 w-100">
<a href="#" class="text-light text-decoration-none">اطلاعات بیشتر</a>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-arrow-left" viewBox="0 0 16 16">
<path fill-rule="evenodd" fill="#fff"
d="M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8">
</path>
</svg>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-md-4 col-xl-3">
<div
class="bg-danger bg-gradient d-flex justify-content-between rounded-3 px-3 py-4 position-relative overflow-hidden">
<div>
<h5 class="fw-bold text-light text-nowrap">دوره ها</h5>
<span class="text-nowrap text-light fs-3">10</span>
</div>
<div>
<svg xmlns="http://www.w3.org/2000/svg" width="117" height="51" viewBox="0 0 117 51"
fill="none">
<g filter="url(#filter0_f_3_639)">
<circle cx="107" cy="20" r="5" fill="#fff"></circle>
</g>
<path
d="M1 49.5L8.5 26.5L17 37L22 19.5L31 37L44.5 3L57.5 26.5L72 19.5L83.5 31L93.5 6.5L101 19.5H108"
stroke="#fff" stroke-width="2" stroke-linecap="round"></path>
<defs>
<filter id="filter0_f_3_639" x="97" y="10" width="20" height="20"
filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix"
result="shape"></feBlend>
<feGaussianBlur stdDeviation="2.5"
result="effect1_foregroundBlur_3_639"></feGaussianBlur>
</filter>
</defs>
</svg>
</div>
<div
class="position-absolute bottom-0 start-0 text-center p-1 bg-dark bg-opacity-25 w-100">
<a href="#" class="text-light text-decoration-none">اطلاعات بیشتر</a>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-arrow-left" viewBox="0 0 16 16">
<path fill-rule="evenodd" fill="#fff"
d="M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8">
</path>
</svg>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-md-4 col-xl-3">
<div
class="bg-primary bg-gradient d-flex justify-content-between rounded-3 px-3 py-4 position-relative overflow-hidden">
<div>
<h5 class="fw-bold text-light text-nowrap">مجموع تیکت ها</h5>
<span class="text-nowrap text-light fs-3">20</span>
</div>
<div>
<svg xmlns="http://www.w3.org/2000/svg" width="117" height="51" viewBox="0 0 117 51"
fill="none">
<g filter="url(#filter0_f_3_639)">
<circle cx="107" cy="20" r="5" fill="#fff"></circle>
</g>
<path
d="M1 49.5L8.5 26.5L17 37L22 19.5L31 37L44.5 3L57.5 26.5L72 19.5L83.5 31L93.5 6.5L101 19.5H108"
stroke="#fff" stroke-width="2" stroke-linecap="round"></path>
<defs>
<filter id="filter0_f_3_639" x="97" y="10" width="20" height="20"
filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix"
result="shape"></feBlend>
<feGaussianBlur stdDeviation="2.5"
result="effect1_foregroundBlur_3_639"></feGaussianBlur>
</filter>
</defs>
</svg>
</div>
<div
class="position-absolute bottom-0 start-0 text-center p-1 bg-dark bg-opacity-25 w-100">
<a href="#" class="text-light text-decoration-none">اطلاعات بیشتر</a>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-arrow-left" viewBox="0 0 16 16">
<path fill-rule="evenodd" fill="#fff"
d="M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8">
</path>
</svg>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-md-4 col-xl-3">
<div
class="bg-success bg-gradient d-flex justify-content-between rounded-3 px-3 py-4 position-relative overflow-hidden">
<div>
<h5 class="fw-bold text-light text-nowrap">موجودی حساب</h5>
<span class="text-nowrap text-light fs-3">0 تومان</span>
</div>
<div>
<svg xmlns="http://www.w3.org/2000/svg" width="117" height="51" viewBox="0 0 117 51"
fill="none">
<g filter="url(#filter0_f_3_639)">
<circle cx="107" cy="20" r="5" fill="#fff"></circle>
</g>
<path
d="M1 49.5L8.5 26.5L17 37L22 19.5L31 37L44.5 3L57.5 26.5L72 19.5L83.5 31L93.5 6.5L101 19.5H108"
stroke="#fff" stroke-width="2" stroke-linecap="round"></path>
<defs>
<filter id="filter0_f_3_639" x="97" y="10" width="20" height="20"
filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix"
result="shape"></feBlend>
<feGaussianBlur stdDeviation="2.5"
result="effect1_foregroundBlur_3_639"></feGaussianBlur>
</filter>
</defs>
</svg>
</div>
<div
class="position-absolute bottom-0 start-0 text-center p-1 bg-dark bg-opacity-25 w-100">
<a href="#" class="text-light text-decoration-none">اطلاعات بیشتر</a>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-arrow-left" viewBox="0 0 16 16">
<path fill-rule="evenodd" fill="#fff"
d="M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8">
</path>
</svg>
</div>
</div>
</div>
</div>
<div class="mt-4 border border-secondary border-opacity-10 rounded-3 table-responsive">
<div class="border-bottom border-secondary border-opacity-10 p-2">
<span class="fw-bold fs-4">وضعیت</span>
</div>
<table class="table table-borderless">
<thead>
<tr>
<th class="text-nowrap">#</th>
<th class="text-nowrap">دوره</th>
<th class="text-nowrap">مدرس</th>
<th class="text-nowrap">تصویر</th>
<th class="text-nowrap">شروع</th>
<th class="text-nowrap">وضعیت</th>
<th class="text-nowrap">درصد یادگیری</th>
</tr>
</thead>
<tbody>
<tr>
<th class="text-nowrap">1</th>
<td class="text-nowrap">آموزش Html</td>
<td class="text-nowrap">سعید غلامی</td>
<td class="text-nowrap">
<img src="images/Capture.JPG" width="32" height="32" class="rounded-circle">
</td>
<td class="text-nowrap">10 اسفند</td>
<td class="text-nowrap"><span class="badge bg-success rounded-pill">گذرانده
شده</span></td>
<td class="text-nowrap">
<div class="progress">
<div class="progress-bar bg-success" style="width: 100%;">100%</div>
</div>
</td>
</tr>
<tr>
<th class="text-nowrap">2</th>
<td class="text-nowrap">آموزش Css</td>
<td class="text-nowrap">سعید غلامی</td>
<td class="text-nowrap">
<img src="images/Capture.JPG" width="32" height="32" class="rounded-circle">
</td>
<td class="text-nowrap">12 بهمن</td>
<td class="text-nowrap"><span class="badge bg-danger rounded-pill">گذرانده
نشده</span></td>
<td class="text-nowrap">
<div class="progress">
<div class="progress-bar bg-danger" style="width: 10%;">0%</div>
</div>
</td>
</tr>
<tr>
<th class="text-nowrap">3</th>
<td class="text-nowrap">آموزش Javascrit</td>
<td class="text-nowrap">سعید غلامی</td>
<td class="text-nowrap">
<img src="images/Capture.JPG" width="32" height="32" class="rounded-circle">
</td>
<td class="text-nowrap">25 اردیبهشت</td>
<td class="text-nowrap"><span class="badge bg-primary rounded-pill">در حال
یادگیری</span></td>
<td class="text-nowrap">
<div class="progress">
<div class="progress-bar bg-primary" style="width: 25%;">25%</div>
</div>
</td>
</tr>
<tr>
<th class="text-nowrap">4</th>
<td class="text-nowrap">آموزش Bootstrap</td>
<td class="text-nowrap">سعید غلامی</td>
<td class="text-nowrap">
<img src="images/Capture.JPG" width="32" height="32" class="rounded-circle">
</td>
<td class="text-nowrap">12 خرداد</td>
<td class="text-nowrap"><span class="badge bg-primary rounded-pill">در حال
یادگیری</span></td>
<td class="text-nowrap">
<div class="progress">
<div class="progress-bar bg-primary" style="width: 80%;">80%</div>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<div class="d-flex justify-content-center mt-4">
<ul class="pagination">
<li class="page-item disabled">
<a href="#" class="page-link">قبلی</a>
</li>
<li class="page-item active">
<a href="#" class="page-link">1</a>
</li>
<li class="page-item ">
<a href="#" class="page-link">2</a>
</li>
<li class="page-item ">
<a href="#" class="page-link">3</a>
</li>
<li class="page-item ">
<a href="#" class="page-link">بعدی</a>
</li>
</ul>
</div>
<div class="border border-secondary border-opacity-10 rounded-3">
<div class="p-2">
<span class="fw-bold fs-4">اطلاعات کاربر</span>
</div>
<form class="row row-gap-2 p-3 was-validated" action="#" novalidate>
<div class="col-12 col-sm-6">
<div class="form-floating mb-2">
<input type="text" class="form-control" id="name" placeholder="نام" required>
<label for="name">لطفا نام خود را وارد کنید</label>
<div class="valid-feedback">
نام وارد شده معتبر است
</div>
<div class="invalid-feedback">
نام خود را به درستی وارد کنید
</div>
</div>
</div>
<div class="col-12 col-sm-6">
<div class="form-floating mb-2">
<input type="text" class="form-control" id="lastName" placeholder="نام خانوادگی"
required>
<label for="lastName">لطفا نام خانوادگی خود را وارد کنید</label>
<div class="valid-feedback">
نام خانوادگی وارد شده معتبر است
</div>
<div class="invalid-feedback">
نام خانوادگی خود را به درستی وارد کنید
</div>
</div>
</div>
<div class="col-12 col-sm-6">
<div class="form-floating mb-2">
<input type="number" class="form-control" id="phone" placeholder="تلفن" required>
<label for="phone">لطفا تلفن تماس خود را وارد کنید</label>
<div class="valid-feedback">
تلفن تماس وارد شده معتبر است
</div>
<div class="invalid-feedback">
تلفن تماس خود را به درستی وارد کنید
</div>
</div>
</div>
<div class="col-12 col-sm-6">
<div class="form-floating mb-2">
<input type="email" class="form-control" id="email" placeholder="ایمیل" required>
<label for="email">لطفا ایمیل خود را وارد کنید</label>
<div class="valid-feedback">
ایمیل وارد شده معتبر است
</div>
<div class="invalid-feedback">
ایمیل خود را به درستی وارد کنید
</div>
</div>
</div>
<div class="col-12 col-sm-6">
<div class="form-floating mb-2">
<input type="text" class="form-control" id="job" placeholder="شغل" required>
<label for="job">لطفا شغل خود را وارد کنید</label>
<div class="valid-feedback">
شغل وارد شده معتبر است
</div>
<div class="invalid-feedback">
شغل خود را به درستی وارد کنید
</div>
</div>
</div>
<div class="col-12 col-sm-6">
<div class="form-floating mb-2">
<input type="text" class="form-control" id="age" placeholder="سن" required>
<label for="age">لطفا سن خود را وارد کنید</label>
<div class="valid-feedback">
سن وارد شده معتبر است
</div>
<div class="invalid-feedback">
سن خود را به درستی وارد کنید
</div>
</div>
</div>
<div>
<button class="btn btn-primary" type="submit">آپدیت اطلاعات</button>
</div>
</form>
</div>
</div>
</div>
</div>
<div class="dropdown dropup position-fixed bottom-0 end-0 mb-3 me-3">
<button class="btn btn-primary dropdown-toggle" data-bs-toggle="dropdown">تغییر تم</button>
<ul class="dropdown-menu">
<li>
<button class="dropdown-item theme-btn" data-theme="dark">تاریک</button>
</li>
<li>
<button class="dropdown-item theme-btn" data-theme="light">روشن</button>
</li>
</ul>
</div>
</div>
<script src="vendor/bootstrap.bundle.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>