-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
671 lines (655 loc) · 42.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
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
<!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="assets/css/bootstrap/bootstrap.min.css">
<link rel="stylesheet" href="assets/fontAwesome/css/all.min.css">
<link rel="stylesheet" href="assets/css/animate.min.css">
<link rel="stylesheet" href="assets/css/grid.css">
<link rel="stylesheet" href="assets/css/style.css">
<title>admin panel</title>
</head>
<body dir="rtl">
<!--start header -->
<header class="header d-block d-md-flex">
<!-- start sidebar header -->
<section class="sidebar-header bg-gray">
<section class="d-flex justify-content-between flex-md-row-reverse px-2">
<span id="sidebar-toggle-show" class="d-md-none d-inline"><i
class="fas fa-toggle-off pointer"></i></span>
<span id="sidebar-toggle-hide" class="d-md-inline d-none"><i
class="fas fa-toggle-on pointer"></i></span>
<span><img class="logo" src="assets/images/logo.png" alt=""></span>
<span id="menu-toggle" class="d-md-none"><i class="fas fa-ellipsis-h"></i></span>
</section>
</section>
<!-- end sidebar header -->
<!-- start body header -->
<section id="body-header" class="body-header">
<section class="d-flex justify-content-between">
<!-- start right side of body header -->
<section>
<!-- start search aria -->
<span class="mr-5">
<span id="search-area" class="search-area d-none">
<i id="search-area-hide" class="fas fa-times pointer"></i>
<input id="search-input" type="text" class="search-input">
<i class="fa fa-search pointer"></i>
</span>
<i id="search-toggle" class="fas fa-search p-1 d-none d-md-inline pointer"></i>
</span>
<!-- end search aria -->
<!-- start fullscreen icon -->
<span id="full-screen" class="pointer d-none d-md-inline mr-5">
<i id="screen-compress" class="fas fa-compress d-none"></i>
<i id="screen-expand" class="fas fa-expand"></i>
</span>
<!-- end fullscreen icon -->
</section>
<!-- end right side of body header -->
<!-- start left side of body header -->
<section>
<!-- start notification -->
<span class="position-relative ml-2 ml-md-4">
<span id="header-notification-toggle" class="pointer">
<i class="far fa-bell"></i><sup class="badge badge-danger font-weight-normal">99+</sup>
</span>
<section id="header-notification" class="header-notification rounded">
<section class="d-flex justify-content-between">
<span class="px-2">
اعلان ها
</span>
<span class="px-2">
<span class="badge badge-danger badge-pill">جدید</span>
</span>
</section>
<ul class="list-group px-0">
<li class="list-group-item list-group-item-action px-2 pointer border-0">
<section class="media">
<img class="notification-img align-self-center" src="assets/images/avatar-2.jpg"
alt="avatar">
<section class="media-body pr-2">
<h5 class="notification-user">شهاب حسینی</h5>
<p class="notification-text">این متن صرفا جهت تست نوشته شده است</p>
<p class="notification-time">30 دقیقه پیش</p>
</section>
</section>
</li>
<li class="list-group-item list-group-item-action px-2 pointer border-0">
<section class="media">
<img class="notification-img align-self-center" src="assets/images/avatar-2.jpg"
alt="avatar">
<section class="media-body pr-2">
<h5 class="notification-user">شهاب حسینی</h5>
<p class="notification-text">این متن صرفا جهت تست نوشته شده است</p>
<p class="notification-time">30 دقیقه پیش</p>
</section>
</section>
</li>
<li class="list-group-item list-group-item-action px-2 pointer border-0">
<section class="media">
<img class="notification-img align-self-center" src="assets/images/avatar-2.jpg"
alt="avatar">
<section class="media-body pr-2">
<h5 class="notification-user">شهاب حسینی</h5>
<p class="notification-text">این متن صرفا جهت تست نوشته شده است</p>
<p class="notification-time">30 دقیقه پیش</p>
</section>
</section>
</li>
</ul>
</section>
</span>
<!-- end notification -->
<!-- start header comment -->
<span class="ml-1 ml-md-5 position-relative">
<span id="header-comment-toggle" class="pointer">
<i class="far fa-comment-alt"></i><sup class="badge badge-danger font-weight-normal">5</sup>
</span>
<section id="header-comment" class="header-comment rounded">
<section class="px-2">
<input type="text" class="form-control form-control-sm my-4" placeholder="جستجو...">
</section>
<section class="header-comment-wrapper">
<ul class="list-group px-0">
<li class="list-group-item list-group-item-action px-2 pointer border-0">
<section class="media">
<img class="notification-img align-self-center"
src="assets/images/avatar-2.jpg" alt="avatar">
<section class="media-body">
<section
class="d-flex justify-content-between align-items-baseline pr-1">
<h5 class="comment-user">شهاب حسینی</h5>
<span><i
class="fas fa-circle comment-user-status text-success"></i></span>
</section>
</section>
</section>
</li>
<li class="list-group-item list-group-item-action px-2 pointer border-0">
<section class="media">
<img class="notification-img align-self-center"
src="assets/images/avatar-2.jpg" alt="avatar">
<section class="media-body">
<section
class="d-flex justify-content-between align-items-baseline pr-1">
<h5 class="comment-user">شهاب حسینی</h5>
<span><i
class="fas fa-circle comment-user-status text-success"></i></span>
</section>
</section>
</section>
</li>
<li class="list-group-item list-group-item-action px-2 pointer border-0">
<section class="media">
<img class="notification-img align-self-center"
src="assets/images/avatar-2.jpg" alt="avatar">
<section class="media-body">
<section
class="d-flex justify-content-between align-items-baseline pr-1">
<h5 class="comment-user">شهاب حسینی</h5>
<span><i
class="fas fa-circle comment-user-status text-success"></i></span>
</section>
</section>
</section>
</li>
<li class="list-group-item list-group-item-action px-2 pointer border-0">
<section class="media">
<img class="notification-img align-self-center"
src="assets/images/avatar-2.jpg" alt="avatar">
<section class="media-body">
<section
class="d-flex justify-content-between align-items-baseline pr-1">
<h5 class="comment-user">شهاب حسینی</h5>
<span><i
class="fas fa-circle comment-user-status text-success"></i></span>
</section>
</section>
</section>
</li>
<li class="list-group-item list-group-item-action px-2 pointer border-0">
<section class="media">
<img class="notification-img align-self-center"
src="assets/images/avatar-2.jpg" alt="avatar">
<section class="media-body">
<section
class="d-flex justify-content-between align-items-baseline pr-1">
<h5 class="comment-user">شهاب حسینی</h5>
<span><i
class="fas fa-circle comment-user-status text-success"></i></span>
</section>
</section>
</section>
</li>
<li class="list-group-item list-group-item-action px-2 pointer border-0">
<section class="media">
<img class="notification-img align-self-center"
src="assets/images/avatar-2.jpg" alt="avatar">
<section class="media-body">
<section
class="d-flex justify-content-between align-items-baseline pr-1">
<h5 class="comment-user">شهاب حسینی</h5>
<span><i
class="fas fa-circle comment-user-status text-success"></i></span>
</section>
</section>
</section>
</li>
<li class="list-group-item list-group-item-action px-2 pointer border-0">
<section class="media">
<img class="notification-img align-self-center"
src="assets/images/avatar-2.jpg" alt="avatar">
<section class="media-body">
<section
class="d-flex justify-content-between align-items-baseline pr-1">
<h5 class="comment-user">شهاب حسینی</h5>
<span><i
class="fas fa-circle comment-user-status text-success"></i></span>
</section>
</section>
</section>
</li>
<li class="list-group-item list-group-item-action px-2 pointer border-0">
<section class="media">
<img class="notification-img align-self-center"
src="assets/images/avatar-2.jpg" alt="avatar">
<section class="media-body">
<section
class="d-flex justify-content-between align-items-baseline pr-1">
<h5 class="comment-user">شهاب حسینی</h5>
<span><i
class="fas fa-circle comment-user-status text-success"></i></span>
</section>
</section>
</section>
</li>
<li class="list-group-item list-group-item-action px-2 pointer border-0">
<section class="media">
<img class="notification-img align-self-center"
src="assets/images/avatar-2.jpg" alt="avatar">
<section class="media-body">
<section
class="d-flex justify-content-between align-items-baseline pr-1">
<h5 class="comment-user">شهاب حسینی</h5>
<span><i
class="fas fa-circle comment-user-status text-success"></i></span>
</section>
</section>
</section>
</li>
<li class="list-group-item list-group-item-action px-2 pointer border-0">
<section class="media">
<img class="notification-img align-self-center"
src="assets/images/avatar-2.jpg" alt="avatar">
<section class="media-body">
<section
class="d-flex justify-content-between align-items-baseline pr-1">
<h5 class="comment-user">شهاب حسینی</h5>
<span><i
class="fas fa-circle comment-user-status text-success"></i></span>
</section>
</section>
</section>
</li>
<li class="list-group-item list-group-item-action px-2 pointer border-0">
<section class="media">
<img class="notification-img align-self-center"
src="assets/images/avatar-2.jpg" alt="avatar">
<section class="media-body">
<section
class="d-flex justify-content-between align-items-baseline pr-1">
<h5 class="comment-user">شهاب حسینی</h5>
<span><i
class="fas fa-circle comment-user-status text-success"></i></span>
</section>
</section>
</section>
</li>
</ul>
</section>
</section>
</span>
<!-- end header comment -->
<!-- start header avatar -->
<span class="ml-3 ml-md-5 position-relative">
<span id="header-profile-toggle" class="pointer">
<img src="assets/images/avatar-3.jpg" alt="user avatar" class="header-avatar">
<span class="header-username">صادق یعقوبی</span>
<i class="fa fa-angle-down"></i>
</span>
<section id="header-profile" class="header-profile rounded">
<section class="list-group rounded">
<a href="#" class="header-profile-link list-group-item list-group-item-action">
<i class="fa fa-cog"></i>تنظیمات
</a>
<a href="#" class="header-profile-link list-group-item list-group-item-action">
<i class="fas fa-user"></i>کاربر
</a>
<a href="#" class="header-profile-link list-group-item list-group-item-action">
<i class="fas fa-envelope"></i>پیام ها
</a>
<a href="#" class="header-profile-link list-group-item list-group-item-action">
<i class="fas fa-lock"></i>قفل صفحه
</a>
<a href="#" class="header-profile-link list-group-item list-group-item-action">
<i class="fas fa-sign-out-alt"></i>خروج
</a>
</section>
</section>
</span>
<!-- end header avatar -->
</section>
<!-- end left side of body header -->
</section>
</section>
<!-- end body header -->
</header>
<!--end header -->
<!-- start body -->
<section class="body-container">
<!-- start sidebar body -->
<aside id="sidebar" class="sidebar">
<section class="sidebar-container">
<section class="sidebar-wrapper">
<a href="#" class="sidebar-link">
<i class="fas fa-home sidebar-right-icon"></i>
<span>خانه</span>
</a>
<section class="sidebar-part-title">بخش محتوا</section>
<a href="#" class="sidebar-link">
<i class="fas fa-bars sidebar-right-icon"></i>
<span>دسته بندی ها</span>
</a>
<section class="sidebar-group-link">
<section class="slider-dropdown-toggle">
<i class="fas fa-chart-bar sidebar-right-icon" aria-hidden="true"></i>
<span>نوشته ها</span>
<i class="fas fa-angle-left sidebar-angle-icon" aria-hidden="true"></i>
</section>
<section class="sidebar-dropdown">
<a href="#">مقالات</a>
<a href="#">پست ها</a>
<a href="#">دوره ها</a>
</section>
</section>
<section class="sidebar-part-title">بخش کاربران</section>
<section class="sidebar-group-link">
<section class="slider-dropdown-toggle">
<i class="fas fa-user sidebar-right-icon" aria-hidden="true"></i>
<span>کاربران</span>
<i class="fas fa-angle-left sidebar-angle-icon" aria-hidden="true"></i>
</section>
<section class="sidebar-dropdown">
<a href="#">ادمین</a>
<a href="#">مدرسان</a>
<a href="#">دانشجویان</a>
</section>
</section>
<section class="sidebar-part-title">گروه ها</section>
<section class="sidebar-group-link">
<section class="slider-dropdown-toggle">
<i class="fas fa-users sidebar-right-icon" aria-hidden="true"></i>
<span>انجمن ها</span>
<i class="fas fa-angle-left sidebar-angle-icon" aria-hidden="true"></i>
</section>
<section class="sidebar-dropdown">
<a href="#">گروه مدرسین</a>
<a href="#">گروه دانشجویان</a>
<a href="#">گروه های تخصصی</a>
</section>
</section>
<a href="#" class="sidebar-link">
<i class="fas fa-users sidebar-right-icon" aria-hidden="true"></i>
<span>تشکل ها</span>
</a>
<section class="sidebar-part-title">تنظیمات</section>
<section class="sidebar-group-link">
<section class="slider-dropdown-toggle">
<i class="fas fa-cogs sidebar-right-icon" aria-hidden="true"></i>
<span>تنظیمات منو</span>
<i class="fas fa-angle-left sidebar-angle-icon" aria-hidden="true"></i>
</section>
<section class="sidebar-dropdown">
<a href="#">تنظیمات هدر</a>
<a href="#">تنظیمات فوتر</a>
</section>
</section>
</section>
</section>
</aside>
<!-- end sidebar body -->
<!-- start main body -->
<section id="main-body" class="main-body">
<!-- start card area -->
<section class="row">
<!-- start single card -->
<section class="single-card-box col-12 col-md-6 col-lg-3">
<a href="#" class="text-decoration-none d-block mb-4">
<section class="card bg-custom-orange text-white">
<!-- start card body -->
<section class="card-body">
<section class="d-flex justify-content-between">
<section class="card-body-info">
<h4>2,650 نفر</h4>
<p>تعداد کل دانشجویان</p>
</section>
<section class="card-body-icon">
<i class="fas fa-chart-line"></i>
</section>
</section>
</section>
<!-- end card body -->
<!-- start card footer -->
<section class="card-footer card-footer-info">
<i class="fas fa-clock ml-2"></i>به روزرسانی شده در ساعت 18:30
</section>
<!-- end card footer -->
</section>
</a>
</section>
<!-- end single card -->
<!-- start single card -->
<section class="single-card-box col-12 col-md-6 col-lg-3">
<a href="#" class="text-decoration-none d-block mb-4">
<section class="card bg-custom-green text-white">
<!-- start card body -->
<section class="card-body">
<section class="d-flex justify-content-between">
<section class="card-body-info">
<h4>1,145 نفر</h4>
<p>دانشجویان فعال</p>
</section>
<section class="card-body-icon">
<i class="fas fa-chart-area"></i>
</section>
</section>
</section>
<!-- end card body -->
<!-- start card footer -->
<section class="card-footer card-footer-info">
<i class="fas fa-clock ml-2"></i>به روزرسانی شده در ساعت 18:30
</section>
<!-- end card footer -->
</section>
</a>
</section>
<!-- end single card -->
<!-- start single card -->
<section class="single-card-box col-12 col-md-6 col-lg-3">
<a href="#" class="text-decoration-none d-block mb-4">
<section class="card bg-custom-pink text-white">
<!-- start card body -->
<section class="card-body">
<section class="d-flex justify-content-between">
<section class="card-body-info">
<h4>759,354 ساعت</h4>
<p>کل بازدید دوره ها</p>
</section>
<section class="card-body-icon">
<i class="fas fa-chart-pie"></i>
</section>
</section>
</section>
<!-- end card body -->
<!-- start card footer -->
<section class="card-footer card-footer-info">
<i class="fas fa-clock ml-2"></i>به روزرسانی شده در ساعت 18:30
</section>
<!-- end card footer -->
</section>
</a>
</section>
<!-- end single card -->
<!-- start single card -->
<section class="single-card-box col-12 col-md-6 col-lg-3">
<a href="#" class="text-decoration-none d-block mb-4">
<section class="card bg-custom-blue text-white">
<!-- start card body -->
<section class="card-body">
<section class="d-flex justify-content-between">
<section class="card-body-info">
<h4>432,045,000 تومان</h4>
<p>کل دریافتی</p>
</section>
<section class="card-body-icon">
<i class="fas fa-chart-bar"></i>
</section>
</section>
</section>
<!-- end card body -->
<!-- start card footer -->
<section class="card-footer card-footer-info">
<i class="fas fa-clock ml-2"></i>به روزرسانی شده در ساعت 18:30
</section>
<!-- end card footer -->
</section>
</a>
</section>
<!-- end single card -->
<!-- start single card -->
<section class="single-card-box col-12 col-md-6 col-lg-3">
<a href="#" class="text-decoration-none d-block mb-4">
<section class="card bg-warning text-white">
<!-- start card body -->
<section class="card-body">
<section class="d-flex justify-content-between">
<section class="card-body-info">
<h4>94 نفر</h4>
<p>تعداد کل مدرسان</p>
</section>
<section class="card-body-icon">
<i class="fas fa-chart-line"></i>
</section>
</section>
</section>
<!-- end card body -->
<!-- start card footer -->
<section class="card-footer card-footer-info">
<i class="fas fa-clock ml-2"></i>به روزرسانی شده در ساعت 18:30
</section>
<!-- end card footer -->
</section>
</a>
</section>
<!-- end single card -->
<!-- start single card -->
<section class="single-card-box col-12 col-md-6 col-lg-3">
<a href="#" class="text-decoration-none d-block mb-4">
<section class="card bg-success text-white">
<!-- start card body -->
<section class="card-body">
<section class="d-flex justify-content-between">
<section class="card-body-info">
<h4>657 عدد</h4>
<p>تعداد دوره ها</p>
</section>
<section class="card-body-icon">
<i class="fas fa-chart-area"></i>
</section>
</section>
</section>
<!-- end card body -->
<!-- start card footer -->
<section class="card-footer card-footer-info">
<i class="fas fa-clock ml-2"></i>به روزرسانی شده در ساعت 18:30
</section>
<!-- end card footer -->
</section>
</a>
</section>
<!-- end single card -->
<!-- start single card -->
<section class="single-card-box col-12 col-md-6 col-lg-3">
<a href="#" class="text-decoration-none d-block mb-4">
<section class="card bg-danger text-white">
<!-- start card body -->
<section class="card-body">
<section class="d-flex justify-content-between">
<section class="card-body-info">
<h4>10,462 ساعت</h4>
<p>مجموع ساعت دوره ها</p>
</section>
<section class="card-body-icon">
<i class="fas fa-chart-pie"></i>
</section>
</section>
</section>
<!-- end card body -->
<!-- start card footer -->
<section class="card-footer card-footer-info">
<i class="fas fa-clock ml-2"></i>به روزرسانی شده در ساعت 18:30
</section>
<!-- end card footer -->
</section>
</a>
</section>
<!-- end single card -->
<!-- start single card -->
<section class="single-card-box col-12 col-md-6 col-lg-3">
<a href="#" class="text-decoration-none d-block mb-4">
<section class="card bg-primary text-white">
<!-- start card body -->
<section class="card-body">
<section class="d-flex justify-content-between">
<section class="card-body-info">
<h4>165,500,000 تومان</h4>
<p>پرداختی به مدرسان</p>
</section>
<section class="card-body-icon">
<i class="fas fa-chart-bar"></i>
</section>
</section>
</section>
<!-- end card body -->
<!-- start card footer -->
<section class="card-footer card-footer-info">
<i class="fas fa-clock ml-2"></i>به روزرسانی شده در ساعت 18:30
</section>
<!-- end card footer -->
</section>
</a>
</section>
<!-- end single card -->
</section>
<!-- end card area -->
<!-- start text area -->
<section class="row">
<section class="col-12 ">
<section class="text-body-container">
<section class="text-body-container-header">
<h5>بخش کاربران</h5>
<p>در این بخش اطلاعاتی درباره کاربران به شما نمایش داده خواهد شد</p>
</section>
<section class="text-body-content">
<p>
لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ و با استفاده از طراحان گرافیک
است. چاپگرها و متون بلکه روزنامه و مجله در ستون و سطرآنچنان که لازم است و برای شرایط
فعلی تکنولوژی مورد نیاز و کاربردهای متنوع با هدف بهبود ابزارهای کاربردی می باشد.
کتابهای زیادی در شصت و سه درصد گذشته، حال و آینده شناخت فراوان جامعه و متخصصان را می
طلبد تا با نرم افزارها شناخت بیشتری را برای طراحان رایانه ای علی الخصوص طراحان خلاقی و
فرهنگ پیشرو در زبان فارسی ایجاد کرد. در این صورت
می توان امید داشت که تمام و دشواری موجود در ارائه راهکارها و شرایط سخت تایپ به پایان رسد
وزمان مورد نیاز شامل حروفچینی دستاوردهای اصلی و جوابگوی سوالات پیوسته اهل دنیای موجود
طراحی اساسا مورد استفاده قرار گیرد.
</p>
<p>
لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ و با استفاده از طراحان گرافیک
است. چاپگرها و متون بلکه روزنامه و مجله در ستون و سطرآنچنان که لازم است و برای شرایط
فعلی تکنولوژی مورد نیاز و کاربردهای متنوع با هدف بهبود ابزارهای کاربردی می باشد.
کتابهای زیادی در شصت و سه درصد گذشته، حال و آینده شناخت فراوان جامعه و متخصصان را می
طلبد تا با نرم افزارها شناخت بیشتری را برای طراحان رایانه ای علی الخصوص طراحان خلاقی و
فرهنگ پیشرو در زبان فارسی ایجاد کرد. در این صورت
می توان امید داشت که تمام و دشواری موجود در ارائه راهکارها و شرایط سخت تایپ به پایان رسد
وزمان مورد نیاز شامل حروفچینی دستاوردهای اصلی و جوابگوی سوالات پیوسته اهل دنیای موجود
طراحی اساسا مورد استفاده قرار گیرد.
</p>
<p>
لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ و با استفاده از طراحان گرافیک
است. چاپگرها و متون بلکه روزنامه و مجله در ستون و سطرآنچنان که لازم است و برای شرایط
فعلی تکنولوژی مورد نیاز و کاربردهای متنوع با هدف بهبود ابزارهای کاربردی می باشد.
کتابهای زیادی در شصت و سه درصد گذشته، حال و آینده شناخت فراوان جامعه و متخصصان را می
طلبد تا با نرم افزارها شناخت بیشتری را برای طراحان رایانه ای علی الخصوص طراحان خلاقی و
فرهنگ پیشرو در زبان فارسی ایجاد کرد. در این صورت
می توان امید داشت که تمام و دشواری موجود در ارائه راهکارها و شرایط سخت تایپ به پایان رسد
وزمان مورد نیاز شامل حروفچینی دستاوردهای اصلی و جوابگوی سوالات پیوسته اهل دنیای موجود
طراحی اساسا مورد استفاده قرار گیرد.
</p>
</section>
</section>
</section>
<!-- end main body text area -->
</section>
<!-- end text area -->
</section>
<!-- end main body -->
</section>
<!-- end body -->
<script src="assets/js/jquery-3.5.1.min.js"></script>
<script src="assets/js/popper.js"></script>
<script src="assets/js/bootstrap/bootstrap.min.js"></script>
<script src="assets/js/grid.js"></script>
</body>
</html>