-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
613 lines (612 loc) · 61.4 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
<!DOCTYPE html>
<html lang="fa">
<head>
<meta charset="UTF-8">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<link rel="shortcut icon" href="image/icons8_numbers.ico" type="image/x-icon">
<title>قالب معرفی نرمافزار</title>
<!-- Style -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css"
integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<link rel="stylesheet" href="assets/style.css">
<link rel="stylesheet" href="assets/aos.css">
</head>
<body id="body" class="mw-100">
<header class="header">
<!--Desktop menu-->
<nav class="navbar justify-content-lg-around justify-content-sm-between mb-5">
<ul class="nav nav-fill desktop_menu">
<li class="nav-item"><a class="nav-link" href="">صفحه اصلی</a></li>
<li class="nav-item"><a class="nav-link" href="#attribute">ویژگی ها</a></li>
<li class="nav-item"><a class="nav-link" href="#pricing">تعرفه ها</a></li>
<li class="nav-item"><a class="nav-link" href="#Q_A">سوالات متداول</a></li>
<li class="nav-item"><a class="nav-link" href="#Team">تیم سازنده</a></li>
</ul>
<div class="d-flex justify-content-center">
<a href="#" class="mobile_menu_btn">
<svg id="icon" viewBox="0 0 800 600">
<path d="M300,220 C300,220 520,220 540,220 C740,220 640,540 520,420 C440,340 300,200 300,200"
id="top"></path>
<path d="M300,320 L540,320" id="middle"></path>
<path d="M300,210 C300,210 520,210 540,210 C740,210 640,530 520,410 C440,330 300,190 300,190"
id="bottom" transform="translate(480, 320) scale(1, -1) translate(-480, -318) "></path>
</svg>
</a>
<a class="nav-link d-flex justify-content-center align-items-center mx-3" id="Night_btn" href="#">
<svg width="30" id="e7JQt2LDZqy1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"
shape-rendering="geometricPrecision" text-rendering="geometricPrecision">
<path id="e7JQt2LDZqy2"
d="M22,21c-6.627,0-12-5.373-12-12c0-1.95.475-3.785,1.3-5.412C6.485,5.148,3,9.665,3,15c0,6.627,5.373,12,12,12c4.678,0,8.72-2.682,10.7-6.588-1.166.378-2.408.588-3.7.588Z"
transform="matrix(-1 0 0-1 29.35 30.294)" opacity="0" fill="#fff"/>
<ellipse id="e7JQt2LDZqy3" rx="11.914951" ry="11.834716" transform="matrix(.8 0 0 0.8 15 14.871284)"
fill="#fff" stroke-width="0"/>
<g id="e7JQt2LDZqy4" transform="matrix(0 1-1 0 29.851657-.198007)">
<rect id="e7JQt2LDZqy5" width="1" height="4" rx="0" ry="0"
transform="matrix(-1 0 0-1 15.5 4.653651)" fill="#fff" stroke-width="0"/>
<rect id="e7JQt2LDZqy6" width="1" height="4" rx="0" ry="0" transform="translate(14.5 25)"
fill="#fff" stroke-width="0"/>
<rect id="e7JQt2LDZqy7" width="1" height="4" rx="0" ry="0"
transform="matrix(0 1-1 0 4.750963 14.5)" fill="#fff" stroke-width="0"/>
<rect id="e7JQt2LDZqy8" width="1" height="4" rx="0" ry="0"
transform="matrix(0-1 1 0 25.298703 15.5)" fill="#fff" stroke-width="0"
stroke-linecap="round" stroke-miterlimit="5"/>
</g>
<g id="e7JQt2LDZqy9" transform="matrix(-.642788 0.766044-.766044-.642788 36.040615 12.847635)">
<rect id="e7JQt2LDZqy10" width="1" height="4" rx="0" ry="0"
transform="matrix(-1 0 0-1 15.5 4.653651)" fill="#fff" stroke-width="0"/>
<rect id="e7JQt2LDZqy11" width="1" height="4" rx="0" ry="0" transform="translate(14.5 25)"
fill="#fff" stroke-width="0"/>
<rect id="e7JQt2LDZqy12" width="1" height="4" rx="0" ry="0"
transform="matrix(0 1-1 0 4.750963 14.5)" fill="#fff" stroke-width="0"/>
<rect id="e7JQt2LDZqy13" width="1" height="4" rx="0" ry="0"
transform="matrix(0-1 1 0 25.298703 15.5)" fill="#fff" stroke-width="0"/>
</g>
</svg>
</a>
</div>
<a class="nav-item mx-3 nav-link" href="https://github.com/MjavadH/Number">
<img src="image/Logo.png" alt="Logo" class="logo img-fluid">
</a>
</nav>
<!--Mobile menu-->
<ul class="nav nav-fill mobile_menu">
<li class="nav-item my-3"><a class="nav-link" href="">صفحه اصلی</a></li>
<li class="nav-item my-3"><a class="nav-link" href="#attribute">ویژگی ها</a></li>
<li class="nav-item my-3"><a class="nav-link" href="#pricing">تعرفه ها</a></li>
<li class="nav-item my-3"><a class="nav-link" href="#Q_A">سوالات متداول</a></li>
<li class="nav-item my-3"><a class="nav-link" href="#Team">تیم سازنده</a></li>
</ul>
<!--Header content-->
<div class="contents d-flex flex-row-reverse flex-wrap justify-content-around">
<!--Header Image-->
<div class="col-md-5 col-12 d-flex justify-content-center app_image">
<img src="image/262.png" alt="app_image" class="img-fluid header_img">
</div>
<!--Header Text-->
<div class="col-md-7 col-12 px-5 d-flex flex-column justify-content-center p-3 app_content">
<h3>نرم افزار شمارنده</h3>
<p class="text-white-50 p-2">
این یک نوشته آزمایشی است که به طراحان و برنامه نویسان کمک میکند تا این عزیزان با بهره گیری از این نوشته
تستی و آزمایشی بتوانند نمونه تکمیل شده از پروژه و طرح خودشان را به کارفرما نمایش دهند، استفاده از این
متن تستی می تواند سرعت پیشرفت پروژه را افزایش دهد
</p>
<!--Header BTNS-->
<div class="download_btns">
<a class="btn btn-light" href="https://github.com/MjavadH/Number">
<svg class="mx-1" xmlns="http://www.w3.org/2000/svg" width="15" viewBox="0 0 26 26">
<path d="M26 0L12 1.96875L12 12L26 12 Z M 10 2.25L0 3.65625L0 12L10 12 Z M 0 14L0 22.40625L10 23.78125L10 14 Z M 12 14L12 24.0625L26 25.96875L26 14Z"
fill="#333"/>
</svg>
ویندوز
</a>
<a class="mx-3" href="#">
<svg xmlns="http://www.w3.org/2000/svg" width="20" viewBox="0 0 26 26">
<path fill-rule="evenodd"
d="M24.121094 9.753906L24.121094 16.035156C24.121094 16.921875 23.414063 17.640625 22.539063 17.640625C21.667969 17.640625 20.960938 16.921875 20.960938 16.035156L20.960938 9.753906C20.960938 8.867188 21.664063 8.148438 22.539063 8.148438C23.414063 8.148438 24.121094 8.867188 24.121094 9.753906 Z M 3.457031 8.148438C2.585938 8.148438 1.878906 8.867188 1.878906 9.753906L1.878906 16.03125C1.878906 16.917969 2.585938 17.640625 3.457031 17.640625C4.335938 17.640625 5.039063 16.917969 5.039063 16.03125L5.039063 9.753906C5.039063 8.867188 4.335938 8.148438 3.457031 8.148438 Z M 5.992188 19.664063C5.992188 20.347656 6.546875 20.898438 7.226563 20.898438L8.636719 20.898438L8.636719 24.394531C8.636719 25.28125 9.347656 26 10.21875 26C11.09375 26 11.800781 25.28125 11.800781 24.394531L11.800781 20.898438L14.261719 20.898438L14.261719 24.394531C14.261719 25.28125 14.972656 26 15.84375 26C16.71875 26 17.425781 25.28125 17.425781 24.394531L17.425781 20.898438L18.835938 20.898438C19.515625 20.898438 20.070313 20.351563 20.070313 19.667969L20.070313 8.195313L5.992188 8.195313 Z M 20.035156 7.175781L5.960938 7.175781C6.144531 5.039063 7.59375 3.214844 9.664063 2.253906L8.363281 0.363281C8.285156 0.253906 8.304688 0.105469 8.402344 0.0351563C8.503906 -0.03125 8.648438 0 8.730469 0.113281L10.078125 2.074219C10.96875 1.722656 11.957031 1.527344 13 1.527344C14.042969 1.527344 15.027344 1.722656 15.921875 2.074219L17.269531 0.113281C17.351563 0 17.496094 -0.03125 17.597656 0.0351563C17.695313 0.105469 17.714844 0.253906 17.636719 0.363281L16.335938 2.253906C18.402344 3.214844 19.855469 5.039063 20.035156 7.175781 Z M 10.8125 4.445313C10.8125 4.015625 10.460938 3.671875 10.03125 3.671875C9.601563 3.671875 9.25 4.019531 9.25 4.445313C9.25 4.878906 9.601563 5.226563 10.03125 5.226563C10.460938 5.226563 10.8125 4.878906 10.8125 4.445313 Z M 16.84375 4.445313C16.84375 4.015625 16.496094 3.671875 16.066406 3.671875C15.636719 3.671875 15.289063 4.019531 15.289063 4.445313C15.289063 4.878906 15.636719 5.226563 16.066406 5.226563C16.496094 5.226563 16.84375 4.878906 16.84375 4.445313Z"
fill="#FFFFFF"/>
</svg>
</a>
<a class="mx-3" href="#">
<svg xmlns="http://www.w3.org/2000/svg" width="20" viewBox="0 0 50 50">
<path d="M44.527344 34.75C43.449219 37.144531 42.929688 38.214844 41.542969 40.328125C39.601563 43.28125 36.863281 46.96875 33.480469 46.992188C30.46875 47.019531 29.691406 45.027344 25.601563 45.0625C21.515625 45.082031 20.664063 47.03125 17.648438 47C14.261719 46.96875 11.671875 43.648438 9.730469 40.699219C4.300781 32.429688 3.726563 22.734375 7.082031 17.578125C9.457031 13.921875 13.210938 11.773438 16.738281 11.773438C20.332031 11.773438 22.589844 13.746094 25.558594 13.746094C28.441406 13.746094 30.195313 11.769531 34.351563 11.769531C37.492188 11.769531 40.8125 13.480469 43.1875 16.433594C35.421875 20.691406 36.683594 31.78125 44.527344 34.75 Z M 31.195313 8.46875C32.707031 6.527344 33.855469 3.789063 33.4375 1C30.972656 1.167969 28.089844 2.742188 26.40625 4.78125C24.878906 6.640625 23.613281 9.398438 24.105469 12.066406C26.796875 12.152344 29.582031 10.546875 31.195313 8.46875Z"
fill="#FFFFFF"/>
</svg>
</a>
</div>
</div>
</div>
</header>
<div class="waves">
<div class="wave"></div>
<div class="wave"></div>
<div class="wave"></div>
</div>
<main class="main">
<!--Section boxes-->
<div class="sections row justify-content-around">
<div data-aos="fade-up" class="panel col-lg-3 col-md-4 col-sm-6 mt-5 p-3">
<div class="section p-2">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="40" height="40">
<linearGradient id="igHaUL_Y1Ju7CLuVWmGL6a" x1="37" x2="37" y1="37.063" y2="41.251"
gradientUnits="userSpaceOnUse" spreadMethod="reflect">
<stop offset="0" stop-color="#6dc7ff"/>
<stop offset="1" stop-color="#e6abff"/>
</linearGradient>
<path fill="url(#igHaUL_Y1Ju7CLuVWmGL6a)" d="M37 37A2 2 0 1 0 37 41A2 2 0 1 0 37 37Z"/>
<linearGradient id="igHaUL_Y1Ju7CLuVWmGL6b" x1="25" x2="25" y1="37.063" y2="41.251"
gradientUnits="userSpaceOnUse" spreadMethod="reflect">
<stop offset="0" stop-color="#6dc7ff"/>
<stop offset="1" stop-color="#e6abff"/>
</linearGradient>
<path fill="url(#igHaUL_Y1Ju7CLuVWmGL6b)" d="M25 37A2 2 0 1 0 25 41A2 2 0 1 0 25 37Z"/>
<linearGradient id="igHaUL_Y1Ju7CLuVWmGL6c" x1="31" x2="31" y1="42.625" y2="48.375"
gradientUnits="userSpaceOnUse" spreadMethod="reflect">
<stop offset="0" stop-color="#6dc7ff"/>
<stop offset="1" stop-color="#e6abff"/>
</linearGradient>
<path fill="url(#igHaUL_Y1Ju7CLuVWmGL6c)"
d="M34,43h-6c-0.552,0-1,0.448-1,1h0.001H27c0,2,1.791,4,4,4s4-1.791,4-4v0 C35,43.448,34.552,43,34,43z"/>
<linearGradient id="igHaUL_Y1Ju7CLuVWmGL6d" x1="32" x2="32" y1="5" y2="58.757"
gradientUnits="userSpaceOnUse" spreadMethod="reflect">
<stop offset="0" stop-color="#1a6dff"/>
<stop offset="1" stop-color="#c822ff"/>
</linearGradient>
<path fill="url(#igHaUL_Y1Ju7CLuVWmGL6d)"
d="M54,33c0-1.654-1.346-3-3-3h-1c0-8.378-5.458-15.494-13-18.014V11c0-1.654-1.346-3-3-3 c-0.395,0-0.77,0.081-1.116,0.22C32.539,6.945,31.383,6,30,6c-1.654,0-3,1.346-3,3v2.433C22.401,12.421,18.298,15.09,15.517,19H8v3 c0,2.815,1.675,5.242,4.078,6.352C12.031,28.898,12,29.448,12,30v1.101C9.721,31.566,8,33.585,8,36c0,2.757,2.243,5,5,5h1.266 c1.177,6.58,6.164,11.953,12.788,13.527C27.314,56.482,28.974,58,31,58h6c1.859,0,3.411-1.28,3.858-3H44c3.859,0,7-3.141,7-7v-6 c1.654,0,3-1.346,3-3c1.103,0,2-0.897,2-2v-2C56,33.897,55.103,33,54,33z M34,10c0.552,0,1,0.448,1,1v0.432 c-0.656-0.141-1.322-0.253-2-0.325V11C33,10.448,33.448,10,34,10z M29,9c0-0.552,0.448-1,1-1s1,0.448,1,1v2 c-0.673,0-1.339,0.043-2,0.113V9z M31,13c9.374,0,17,7.626,17,17h-2v2v3h-1c-0.552,0-1-0.448-1-1v-4c0-1.654-1.346-3-3-3h-7v-1 c0-3.859-3.141-7-7-7h-8.957C21.256,15.214,25.969,13,31,13z M10,22v-1h17c2.757,0,5,2.243,5,5v1H21h-6C12.243,27,10,24.757,10,22z M13,39c-1.654,0-3-1.346-3-3s1.346-3,3-3h1v5c0,0.335,0.01,0.669,0.029,1H13z M14,31v-1c0-0.359,0.037-0.714,0.059-1.071 C14.368,28.971,14.68,29,15,29h3.184C18.072,29.314,18,29.648,18,30v4c0,0.552-0.448,1-1,1h-1v-4H14z M16,38v-1h1 c1.654,0,3-1.346,3-3v-4c0-0.552,0.448-1,1-1h13h7c0.552,0,1,0.448,1,1v4c0,1.654,1.346,3,3,3h1v1c0,5.098-2.626,9.864-6.893,12.615 C38.494,50.231,37.775,50,37,50h-6c-1.684,0-3.122,1.049-3.71,2.525C20.698,50.85,16,44.89,16,38z M37,56h-6c-1.103,0-2-0.897-2-2 s0.897-2,2-2h6c1.103,0,2,0.897,2,2S38.103,56,37,56z M49,48c0,2.757-2.243,5-5,5h-3.142c-0.083-0.319-0.206-0.618-0.36-0.901 c3.533-2.386,6.017-6.016,7.012-10.099H49V48z M52,39c0,0.552-0.448,1-1,1h-3v-2v-6h3c0.552,0,1,0.448,1,1V39z"/>
<linearGradient id="igHaUL_Y1Ju7CLuVWmGL6e" x1="37" x2="37" y1="5" y2="58.757"
gradientUnits="userSpaceOnUse" spreadMethod="reflect">
<stop offset="0" stop-color="#1a6dff"/>
<stop offset="1" stop-color="#c822ff"/>
</linearGradient>
<path fill="url(#igHaUL_Y1Ju7CLuVWmGL6e)" d="M34 33H40V35H34z"/>
<linearGradient id="igHaUL_Y1Ju7CLuVWmGL6f" x1="25" x2="25" y1="5" y2="58.757"
gradientUnits="userSpaceOnUse" spreadMethod="reflect">
<stop offset="0" stop-color="#1a6dff"/>
<stop offset="1" stop-color="#c822ff"/>
</linearGradient>
<path fill="url(#igHaUL_Y1Ju7CLuVWmGL6f)" d="M22 33H28V35H22z"/>
</svg>
<p class="fw-bolder mt-2">لورم ایپسوم</p>
<p class="section_text p-3">
لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ و با استفاده از طراحان گرافیک است.
</p>
</div>
</div>
<div data-aos="fade-up" class="panel col-lg-3 col-md-4 col-sm-6 mt-5 p-3">
<div class="section p-2">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="40" height="40">
<linearGradient id="lXT8KI7CfoIGF49qBszd8a" x1="32" x2="32" y1="7" y2="58.016"
gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#1a6dff"/>
<stop offset="1" stop-color="#c822ff"/>
</linearGradient>
<path fill="url(#lXT8KI7CfoIGF49qBszd8a)"
d="M53,19c0-3.309-2.691-6-6-6s-6,2.691-6,6c0,2.607,1.673,4.824,4,5.65v0.643c0,0.689,0.412,1.28,1,1.549V28c0,1.654-1.346,3-3,3H21c-1.13,0-2.162,0.391-3,1.026V19.842c0.588-0.27,1-0.861,1-1.549V17.65c2.327-0.826,4-3.043,4-5.65c0-3.309-2.691-6-6-6s-6,2.691-6,6c0,2.607,1.673,4.824,4,5.65v0.643c0,0.689,0.412,1.28,1,1.549V36v4.281v3.877c-0.588,0.27-1,0.861-1,1.549v0.643c-2.327,0.826-4,3.043-4,5.65c0,3.309,2.691,6,6,6s6-2.691,6-6c0-2.607-1.673-4.824-4-5.65v-0.643c0-0.689-0.412-1.28-1-1.549v-3.877V36c0-1.654,1.346-3,3-3h22c2.757,0,5-2.243,5-5v-1.158c0.588-0.27,1-0.861,1-1.549V24.65C51.327,23.824,53,21.607,53,19z M21,52c0,2.206-1.794,4-4,4s-4-1.794-4-4s1.794-4,4-4S21,49.794,21,52z M13,12c0-2.206,1.794-4,4-4s4,1.794,4,4s-1.794,4-4,4S13,14.206,13,12z M47,23c-2.206,0-4-1.794-4-4s1.794-4,4-4s4,1.794,4,4S49.206,23,47,23z"/>
<linearGradient id="lXT8KI7CfoIGF49qBszd8b" x1="49" x2="49" y1="15.596" y2="21.979"
gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#6dc7ff"/>
<stop offset="1" stop-color="#e6abff"/>
</linearGradient>
<path fill="url(#lXT8KI7CfoIGF49qBszd8b)"
d="M47,15v8c2.209,0,4-1.791,4-4C51,16.791,49.209,15,47,15z"/>
<linearGradient id="lXT8KI7CfoIGF49qBszd8c" x1="19" x2="19" y1="48.021" y2="55.358"
gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#6dc7ff"/>
<stop offset="1" stop-color="#e6abff"/>
</linearGradient>
<path fill="url(#lXT8KI7CfoIGF49qBszd8c)"
d="M17,48v8c2.209,0,4-1.791,4-4C21,49.791,19.209,48,17,48z"/>
<g>
<linearGradient id="lXT8KI7CfoIGF49qBszd8d" x1="19" x2="19" y1="8.277" y2="15.608"
gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#6dc7ff"/>
<stop offset="1" stop-color="#e6abff"/>
</linearGradient>
<path fill="url(#lXT8KI7CfoIGF49qBszd8d)"
d="M17,8v8c2.209,0,4-1.791,4-4C21,9.791,19.209,8,17,8z"/>
</g>
</svg>
<p class="fw-bolder mt-2">لورم ایپسوم</p>
<p class="section_text p-3">
لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ و با استفاده از طراحان گرافیک است.
</p>
</div>
</div>
<div data-aos="fade-up" class="panel col-lg-3 col-md-4 col-sm-6 mt-5 p-3">
<div class="section p-2">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="40" height="40">
<linearGradient id="M~4OYRjL6BTMsr6AR__BMa" x1="32" x2="32" y1="10.25" y2="53.911"
gradientUnits="userSpaceOnUse" spreadMethod="reflect">
<stop offset="0" stop-color="#1a6dff"/>
<stop offset="1" stop-color="#c822ff"/>
</linearGradient>
<path fill="url(#M~4OYRjL6BTMsr6AR__BMa)"
d="M59,47V14c0-1.654-1.346-3-3-3H14c-1.654,0-3,1.346-3,3v5h-1c-1.654,0-3,1.346-3,3v3H6 c-1.654,0-3,1.346-3,3v22c0,1.654,1.346,3,3,3h22h30c1.654,0,3-1.346,3-3v-3H59z M13,14c0-0.552,0.449-1,1-1h42c0.551,0,1,0.448,1,1 v33H31v-2h24V17c0-1.103-0.897-2-2-2H17c-1.103,0-2,0.897-2,2v2h-2V14z M28,19H17v-2h36v26H31V22C31,20.346,29.654,19,28,19z M6,51 c-0.551,0-1-0.448-1-1V28c0-0.552,0.449-1,1-1h12c0.551,0,1,0.448,1,1v22c0,0.552-0.449,1-1,1H6z M25,51h-4.184 C20.928,50.686,21,50.352,21,50V28c0-1.654-1.346-3-3-3H9v-3c0-0.552,0.449-1,1-1h18c0.551,0,1,0.448,1,1v28c0,0.552-0.449,1-1,1H25 z M59,50c0,0.552-0.449,1-1,1H30.816C30.928,50.686,31,50.352,31,50v-1h28V50z"/>
<linearGradient id="M~4OYRjL6BTMsr6AR__BMb" x1="47.355" x2="47.355" y1="17.25" y2="27.75"
gradientUnits="userSpaceOnUse" spreadMethod="reflect">
<stop offset="0" stop-color="#6dc7ff"/>
<stop offset="1" stop-color="#e6abff"/>
</linearGradient>
<path fill="url(#M~4OYRjL6BTMsr6AR__BMb)"
d="M51,25.786V20c0-0.552-0.448-1-1-1h-5.786c-0.448,0-0.672,0.542-0.356,0.858l6.283,6.283 C50.458,26.458,51,26.234,51,25.786z"/>
<path fill="#7933ff" d="M12 45A2 2 0 1 0 12 49A2 2 0 1 0 12 45Z"/>
</svg>
<p class="fw-bolder mt-2">لورم ایپسوم</p>
<p class="section_text p-3">
لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ و با استفاده از طراحان گرافیک است.
</p>
</div>
</div>
</div>
<!--Attribute-->
<div id="attribute" class="attributes d-flex flex-column justify-content-center align-items-center mt-5">
<!--Title-->
<div data-aos="fade-up" class="attr_header text-center my-5 w-50">
<h3>ویژگی منحصر به فرد نرم افزار من</h3>
<p>
لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ و با استفاده از طراحان گرافیک است.
</p>
</div>
<div class="attribute row justify-content-around">
<!--right column-->
<div class="right_attrs col-xl-3 col-lg-6 col-md-6 col-12 d-flex flex-column">
<div data-aos="fade-left" class="right_attr d-flex">
<div class="right_attr_image mx-3 p-3">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26 26" width="30" height="30">
<path d="M15.03,0.217L5.103,15.175C4.847,15.519,5.099,16,5.535,16H12l-0.962,9.357c-0.139,0.566,0.639,0.892,0.967,0.405 l8.907-14.958C21.145,10.459,20.89,10,20.465,10H14.5l1.482-9.357C16.118,0.089,15.372-0.243,15.03,0.217z"
fill="#FFFFFF"/>
</svg>
</div>
<div class="right_attr_text px-3">
<p class="fw-bolder mb-0"> این یک نوشته آزمایشی است</p>
<p class="text-black-50">
لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ و با استفاده از طراحان گرافیک است.
چاپگرها و متون بلکه روزنامه و مجله در ستون و سطرآنچنان که لازم است و برای شرایط فعلی
تکنولوژی مورد نیاز و کاربردهای متنوع با هدف بهبود ابزارهای کاربردی می باشد.
</p>
</div>
</div>
<div data-aos="fade-left" class="right_attr d-flex">
<div class="right_attr_image mx-3 p-3">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="30" height="30">
<path d="M6 2L6 48L34.03125 48C35.699219 49.25 37.761719 50 40 50C45.511719 50 50 45.511719 50 40C50 35.914063 47.519531 32.394531 44 30.84375L44 2 Z M 13 14L17 14L17 16L13 16 Z M 20 14L37 14L37 16L20 16 Z M 13 20L17 20L17 22L13 22 Z M 20 20L37 20L37 22L20 22 Z M 13 26L17 26L17 28L13 28 Z M 20 26L37 26L37 28L20 28 Z M 13 32L17 32L17 34L13 34 Z M 20 32L34.03125 32C33.273438 32.566406 32.601563 33.246094 32.03125 34L20 34 Z M 40 32C44.429688 32 48 35.570313 48 40C48 44.429688 44.429688 48 40 48C35.570313 48 32 44.429688 32 40C32 35.570313 35.570313 32 40 32 Z M 39 35L39 39L35 39L35 41L39 41L39 45L41 45L41 41L45 41L45 39L41 39L41 35Z"
fill="#FFFFFF"/>
</svg>
</div>
<div class="right_attr_text px-3">
<p class="fw-bolder mb-0"> این یک نوشته آزمایشی است</p>
<p class="text-black-50">
کتابهای زیادی در شصت و سه درصد گذشته، حال و آینده شناخت فراوان جامعه و متخصصان را می طلبد تا
با نرم افزارها شناخت بیشتری را برای طراحان رایانه ای علی الخصوص طراحان خلاقی و فرهنگ پیشرو
در زبان فارسی ایجاد کرد.
</p>
</div>
</div>
<div data-aos="fade-left" class="right_attr d-flex">
<div class="right_attr_image mx-3 p-3">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="30" height="30">
<path d="M17 1C14.239 1 12 3.239 12 6C12 8.761 14.239 11 17 11C19.761 11 22 8.761 22 6C22 3.239 19.761 1 17 1 z M 17.675781 3.3027344L17.951172 3.3027344L17.951172 7.9492188C17.951172 8.3552187 17.622797 8.6855469 17.216797 8.6855469C16.810797 8.6855469 16.482422 8.3552187 16.482422 7.9492188L16.482422 4.9316406L15.888672 5.1601562C15.546672 5.2921562 15.179688 5.0417812 15.179688 4.6757812C15.179688 4.4637813 15.307906 4.2714062 15.503906 4.1914062L17.675781 3.3027344 z M 3 9C2.448 9 2 9.448 2 10L2 20C2 20.552 2.448 21 3 21L21 21C21.552 21 22 20.552 22 20L22 13C22 12.448 21.552 12 21 12C20.448 12 20 12.448 20 13L20 18.087891 A 1.5 1.5 0 0 0 19.087891 19L4.9121094 19 A 1.5 1.5 0 0 0 4 18.087891L4 11.912109 A 1.5 1.5 0 0 0 4.9121094 11L10 11C10.552 11 11 10.552 11 10C11 9.448 10.552 9 10 9L3 9 z M 12 12 A 3 3 0 0 0 9 15 A 3 3 0 0 0 12 18 A 3 3 0 0 0 15 15 A 3 3 0 0 0 12 12 z M 7 14C6.448 14 6 14.447 6 15C6 15.553 6.448 16 7 16C7.552 16 8 15.553 8 15C8 14.447 7.552 14 7 14 z M 17 14C16.448 14 16 14.447 16 15C16 15.553 16.448 16 17 16C17.552 16 18 15.553 18 15C18 14.447 17.552 14 17 14 z"
fill="#FFFFFF"/>
</svg>
</div>
<div class="right_attr_text px-3">
<p class="fw-bolder mb-0"> این یک نوشته آزمایشی است</p>
<p class="text-black-50">
لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ و با استفاده از طراحان گرافیک است.
</p>
</div>
</div>
</div>
<!--Image-->
<div data-aos="fade" class="image_attrs col-xl-3 col-lg-6 col-md-6 col-12">
<img src="image/Phone.Top.View.png" alt="attr_number" class="img-fluid">
</div>
<!--Left column-->
<div class="left_attrs col-xl-3 col-lg-12 col-md-12 col-12">
<div data-aos="fade-right" class="left_attr d-flex justify-content-end">
<div class="left_attr_text px-3">
<p class="fw-bolder mb-0"> این یک نوشته آزمایشی است</p>
<p class="text-black-50">
لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ و با استفاده از طراحان گرافیک
است.این یک نوشته آزمایشی است که به طراحان و برنامه نویسان کمک میکند
</p>
</div>
<div class="left_attr_image mx-3 p-3">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="30" height="30">
<path d="M4.59375 2C4.464844 2.007813 4.34375 2.03125 4.21875 2.09375C3.722656 2.339844 3.535156 2.945313 3.78125 3.4375L11.84375 19.75C12.320313 19.238281 12.839844 18.734375 13.375 18.28125L5.5625 2.5625C5.378906 2.191406 4.984375 1.976563 4.59375 2 Z M 7.9375 2L15.40625 16.78125C17.996094 15.144531 21.054688 14.15625 24.3125 14.03125L29.59375 3.4375C29.839844 2.945313 29.617188 2.339844 29.125 2.09375C28.632813 1.847656 28.058594 2.070313 27.8125 2.5625L25.03125 8.0625L22.1875 2.53125C21.933594 2.042969 21.335938 1.839844 20.84375 2.09375C20.351563 2.347656 20.152344 2.976563 20.40625 3.46875L23.84375 10.125C23.871094 10.179688 23.902344 10.203125 23.9375 10.25L22.625 12.90625L17.125 2 Z M 33.15625 2L27.0625 14.125C29.894531 14.449219 32.535156 15.449219 34.8125 16.9375L42.375 2 Z M 46.09375 2C45.707031 1.964844 45.320313 2.164063 45.125 2.53125L36.71875 18.375C37.246094 18.828125 37.746094 19.300781 38.21875 19.8125L46.875 3.46875C47.132813 2.980469 46.957031 2.382813 46.46875 2.125C46.347656 2.058594 46.222656 2.011719 46.09375 2 Z M 25 16C16.179688 16 9 23.179688 9 32C9 40.820313 16.179688 48 25 48C33.820313 48 41 40.820313 41 32C41 23.179688 33.820313 16 25 16 Z M 25.78125 19.03125C26.144531 19.050781 26.488281 19.074219 26.84375 19.125L26.5625 21.125C26.261719 21.082031 25.964844 21.050781 25.65625 21.03125 Z M 23.59375 19.0625L23.8125 21.0625C23.503906 21.09375 23.203125 21.128906 22.90625 21.1875L22.53125 19.21875C22.886719 19.152344 23.230469 19.101563 23.59375 19.0625 Z M 28.96875 19.625C29.316406 19.734375 29.667969 19.859375 30 20L29.21875 21.84375C28.9375 21.726563 28.667969 21.625 28.375 21.53125 Z M 20.4375 19.8125L21.125 21.6875C20.835938 21.796875 20.558594 21.929688 20.28125 22.0625L19.4375 20.25C19.761719 20.097656 20.097656 19.941406 20.4375 19.8125 Z M 31.9375 21C32.246094 21.195313 32.523438 21.40625 32.8125 21.625L31.625 23.21875C31.382813 23.035156 31.136719 22.851563 30.875 22.6875 Z M 17.5625 21.34375L18.6875 22.96875C18.433594 23.148438 18.203125 23.332031 17.96875 23.53125L16.6875 22C16.964844 21.769531 17.265625 21.554688 17.5625 21.34375 Z M 34.4375 23.0625C34.6875 23.328125 34.929688 23.589844 35.15625 23.875L33.59375 25.125C33.402344 24.886719 33.210938 24.660156 33 24.4375 Z M 15.125 23.53125L16.65625 24.84375C16.457031 25.074219 16.273438 25.3125 16.09375 25.5625L14.46875 24.375C14.679688 24.082031 14.886719 23.808594 15.125 23.53125 Z M 24.875 24.84375L27.125 24.84375L27.125 38.84375L24.28125 38.84375L24.28125 29.78125L20.75 29.78125L20.75 27.625C23.789063 27.625 24.488281 26.269531 24.875 24.84375 Z M 36.375 25.6875C36.550781 26.003906 36.695313 26.324219 36.84375 26.65625L35.03125 27.5C34.90625 27.21875 34.773438 26.921875 34.625 26.65625 Z M 13.34375 26.25L15.125 27.125C14.988281 27.398438 14.863281 27.683594 14.75 27.96875L12.90625 27.25C13.039063 26.910156 13.183594 26.574219 13.34375 26.25 Z M 37.59375 28.71875C37.683594 29.066406 37.75 29.421875 37.8125 29.78125L35.84375 30.125C35.789063 29.820313 35.734375 29.515625 35.65625 29.21875 Z M 12.28125 29.3125L14.21875 29.71875C14.15625 30.015625 14.132813 30.351563 14.09375 30.65625L12.09375 30.40625C12.136719 30.042969 12.210938 29.664063 12.28125 29.3125 Z M 38 31.9375L38 32.0625C38.003906 32.371094 37.996094 32.738281 37.96875 33.09375L35.96875 32.90625C35.992188 32.601563 36 32.3125 36 32 Z M 14 32.46875C14.015625 32.777344 14.054688 33.105469 14.09375 33.40625L12.09375 33.65625C12.046875 33.300781 12.015625 32.929688 12 32.5625 Z M 35.65625 34.75L37.59375 35.21875C37.503906 35.574219 37.398438 35.941406 37.28125 36.28125L35.40625 35.625C35.507813 35.335938 35.578125 35.050781 35.65625 34.75 Z M 14.46875 35.21875C14.558594 35.511719 14.667969 35.78125 14.78125 36.0625L12.90625 36.8125C12.773438 36.476563 12.667969 36.132813 12.5625 35.78125 Z M 34.65625 37.28125L36.40625 38.25C36.230469 38.566406 36.042969 38.886719 35.84375 39.1875L34.15625 38.09375C34.328125 37.835938 34.507813 37.550781 34.65625 37.28125 Z M 15.59375 37.71875C15.753906 37.980469 15.945313 38.222656 16.125 38.46875L14.5 39.65625C14.285156 39.363281 14.09375 39.058594 13.90625 38.75 Z M 33.03125 39.53125L34.46875 40.90625C34.222656 41.167969 33.988281 41.414063 33.71875 41.65625L32.375 40.1875C32.601563 39.980469 32.820313 39.753906 33.03125 39.53125 Z M 17.3125 39.875C17.53125 40.089844 17.761719 40.304688 18 40.5L16.71875 42.03125C16.4375 41.800781 16.167969 41.566406 15.90625 41.3125 Z M 30.90625 41.28125L31.96875 42.96875C31.664063 43.160156 31.351563 43.363281 31.03125 43.53125L30.09375 41.75C30.367188 41.605469 30.648438 41.445313 30.90625 41.28125 Z M 19.5 41.53125C19.765625 41.683594 20.035156 41.835938 20.3125 41.96875L19.46875 43.78125C19.140625 43.628906 18.816406 43.464844 18.5 43.28125 Z M 28.40625 42.46875L29.03125 44.375C28.6875 44.488281 28.324219 44.574219 27.96875 44.65625L27.53125 42.71875C27.832031 42.648438 28.117188 42.5625 28.40625 42.46875 Z M 22.0625 42.59375C22.355469 42.675781 22.632813 42.753906 22.9375 42.8125L22.5625 44.78125C22.203125 44.714844 21.878906 44.628906 21.53125 44.53125 Z M 25.71875 42.96875L25.8125 44.96875C25.542969 44.984375 25.277344 45 25 45L24.75 45L24.78125 43L25 43C25.234375 43 25.484375 42.984375 25.71875 42.96875Z"
fill="#FFFFFF"/>
</svg>
</div>
</div>
<div data-aos="fade-right" class="left_attr d-flex justify-content-end">
<div class="left_attr_text px-3">
<p class="fw-bolder mb-0"> این یک نوشته آزمایشی است</p>
<p class="text-black-50">
برای شرایط فعلی تکنولوژی مورد نیاز، و کاربردهای متنوع با هدف بهبود ابزارهای کاربردی می
باشدلورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ و با استفاده از طراحان گرافیک
است.
</p>
</div>
<div class="left_attr_image mx-3 p-3">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="30" height="30">
<path d="M12 2C10.343 2 9 3.343 9 5C9 6.657 10.343 8 12 8C13.657 8 15 6.657 15 5C15 3.343 13.657 2 12 2 z M 9 10 A 1.0001 1.0001 0 1 0 9 12L10 12L10 20L9 20 A 1.0001 1.0001 0 1 0 9 22L15 22 A 1.0001 1.0001 0 1 0 15 20L14 20L14 11C14 10.448 13.552 10 13 10L11 10L9 10 z"
fill="#FFFFFF"/>
</svg>
</div>
</div>
<div data-aos="fade-right" class="left_attr d-flex justify-content-end">
<div class="left_attr_text px-3">
<p class="fw-bolder mb-0"> این یک نوشته آزمایشی است</p>
<p class="text-black-50">
لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ و با استفاده از طراحان گرافیک است.
چاپگرها و متون بلکه روزنامه و مجله در ستون و سطرآنچنان که لازم است و برای شرایط فعلی
تکنولوژی مورد نیاز و کاربردهای متنوع با هدف بهبود ابزارهای کاربردی می باشد.
</p>
</div>
<div class="left_attr_image mx-3 p-3">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="30" height="30">
<path d="M16 2C14.300781 2 13 3.300781 13 5L13 7L3 7C2.96875 7 2.9375 7 2.90625 7C2.875 7 2.84375 7 2.8125 7C2.261719 7.050781 1.855469 7.542969 1.90625 8.09375C1.957031 8.644531 2.449219 9.050781 3 9L13 9L13 11C13 12.699219 14.300781 14 16 14L18 14C19.699219 14 21 12.699219 21 11L21 5C21 3.300781 19.699219 2 18 2 Z M 22 7L22 9L47 9C47.359375 9.003906 47.695313 8.816406 47.878906 8.503906C48.058594 8.191406 48.058594 7.808594 47.878906 7.496094C47.695313 7.183594 47.359375 6.996094 47 7 Z M 34 19C32.300781 19 31 20.300781 31 22L31 24L3 24C2.96875 24 2.9375 24 2.90625 24C2.875 24 2.84375 24 2.8125 24C2.261719 24.050781 1.855469 24.542969 1.90625 25.09375C1.957031 25.644531 2.449219 26.050781 3 26L31 26L31 28C31 29.699219 32.300781 31 34 31L36 31C37.699219 31 39 29.699219 39 28L39 22C39 20.300781 37.699219 19 36 19 Z M 40 24L40 26L47 26C47.359375 26.003906 47.695313 25.816406 47.878906 25.503906C48.058594 25.191406 48.058594 24.808594 47.878906 24.496094C47.695313 24.183594 47.359375 23.996094 47 24 Z M 13 36C11.300781 36 10 37.300781 10 39L10 41L3 41C2.96875 41 2.9375 41 2.90625 41C2.875 41 2.84375 41 2.8125 41C2.261719 41.050781 1.855469 41.542969 1.90625 42.09375C1.957031 42.644531 2.449219 43.050781 3 43L10 43L10 45C10 46.699219 11.300781 48 13 48L15 48C16.699219 48 18 46.699219 18 45L18 39C18 37.300781 16.699219 36 15 36 Z M 19 41L19 43L47 43C47.359375 43.003906 47.695313 42.816406 47.878906 42.503906C48.058594 42.191406 48.058594 41.808594 47.878906 41.496094C47.695313 41.183594 47.359375 40.996094 47 41Z"
fill="#FFFFFF"/>
</svg>
</div>
</div>
</div>
</div>
</div>
<!--Video-->
<div class="Video" id="Video_box">
<!--Gradient background on video-->
<div class="video_gradiant" id="video_control">
<div id="Video_icon">
<svg id="play_stop" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" width="50" height="50">
<path d="M11.396484 4.1113281C9.1042001 4.2020187 7 6.0721788 7 8.5917969L7 39.408203C7 42.767694 10.742758 44.971891 13.681641 43.34375L41.490234 27.935547C44.513674 26.260259 44.513674 21.739741 41.490234 20.064453L13.681641 4.65625C12.94692 4.2492148 12.160579 4.0810979 11.396484 4.1113281 z M 11.431641 7.0664062C11.690234 7.0652962 11.961284 7.1323321 12.226562 7.2792969L40.037109 22.6875C41.13567 23.296212 41.13567 24.703788 40.037109 25.3125L12.226562 40.720703C11.165446 41.308562 10 40.620712 10 39.408203L10 8.5917969C10 7.9855423 10.290709 7.5116121 10.714844 7.2617188C10.926911 7.136772 11.173048 7.0675163 11.431641 7.0664062 z"
fill="#FFFFFF"/>
</svg>
</div>
</div>
<video id="video" src="image/My%20Video.mp4" poster="image/thumb%20(Custom).png"></video>
</div>
<div class="waves">
<div class="wave2"></div>
</div>
<!--pricing section-->
<div id="pricing" class="pricing p-5 w-100 d-flex flex-column justify-content-center align-items-center mt-5">
<!--Title-->
<div data-aos="fade-up" class="text-center my-5 w-50">
<h3>تعرفه ها</h3>
</div>
<!--pricing box-->
<div data-aos="fade-up" class="pricing_panel d-flex flex-wrap justify-content-around w-100">
<div class="panel my-md-4 my-3">
<div class="box">
<div class="content">
<h2 class="pricing_box_title">پایه</h2>
<h3 class="pricing_box_price">10</h3>
<p class="pricing_box_time">هزار تومان ماهیانه</p>
<a href="#" class="pricing_box_btn">اطلاعات بیشتر</a>
</div>
</div>
</div>
<div class="panel my-md-4 my-3">
<div class="box gold">
<div class="content">
<h2 class="pricing_box_title">طلایی</h2>
<h3 class="pricing_box_price">25</h3>
<p class="pricing_box_time">هزار تومان ماهیانه</p>
<a href="#" class="pricing_box_btn">اطلاعات بیشتر</a>
</div>
</div>
</div>
<div class="panel my-md-4 my-3">
<div class="badge">10%</div>
<div class="box diamond">
<div class="content">
<h2 class="pricing_box_title">الماسی</h2>
<h3 class="pricing_box_price">
<s>50</s>
45
</h3>
<p class="pricing_box_time">هزار تومان ماهیانه</p>
<a href="#" class="pricing_box_btn">اطلاعات بیشتر</a>
</div>
</div>
</div>
</div>
</div>
<!--FAQ section-->
<div id="Q_A" class="Q_A">
<!--Title-->
<div data-aos="fade" class="text-center my-5 w-100">
<h3>سوالات متداول</h3>
<p>
مشکلی پیش اومده؟ جوابش این قسمته!
</p>
</div>
<!--Question box-->
<div class="row">
<div data-aos="fade-up" class="Q_A_boxs col-lg-6 col-md-6 col-12 p-3">
<div class="Q_A_panel rounded-3">
<p class="fw-bolder">این یک نوشته آزمایشی است</p>
<p class="Q_A_text">
این یک نوشته آزمایشی است که به طراحان و برنامه نویسان کمک میکند تا این عزیزان با بهره گیری از
این نوشته تستی و آزمایشی بتوانند نمونه تکمیل شده از پروژه و طرح خودشان را به کارفرما نمایش دهند،
</p>
<div class="open_Question_box">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50">
<path d="M44.988281 13.984375C44.726563 13.992188 44.476563 14.101563 44.292969 14.292969L25 33.585938L5.707031 14.292969C5.519531 14.097656 5.261719 13.992188 4.992188 13.988281C4.582031 13.992188 4.21875 14.238281 4.0625 14.613281C3.910156 14.992188 4 15.421875 4.292969 15.707031L24.292969 35.707031C24.683594 36.097656 25.316406 36.097656 25.707031 35.707031L45.707031 15.707031C46.003906 15.421875 46.09375 14.980469 45.9375 14.601563C45.777344 14.222656 45.402344 13.976563 44.988281 13.984375Z"/>
</svg>
</div>
</div>
</div>
<div data-aos="fade-up" class="Q_A_boxs col-lg-6 col-md-6 col-12 p-3">
<div class="Q_A_panel rounded-3">
<p class="fw-bolder">لورم ایپسوم متن ساختگی</p>
<p class="Q_A_text">
لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ، و با استفاده از طراحان گرافیک است،
چاپگرها و متون بلکه روزنامه و مجله در ستون و سطرآنچنان که لازم است، و برای شرایط فعلی تکنولوژی
مورد نیاز، و کاربردهای متنوع با هدف بهبود ابزارهای کاربردی می باشد، کتابهای زیادی در شصت و سه
درصد گذشته حال و آینده، شناخت فراوان جامعه و متخصصان را می طلبد، تا با نرم افزارها شناخت بیشتری
را برای طراحان رایانه ای علی الخصوص طراحان خلاقی، و فرهنگ پیشرو در زبان فارسی ایجاد کرد، در این
صورت می توان امید داشت که تمام و دشواری موجود در ارائه راهکارها، و شرایط سخت تایپ به پایان رسد و
زمان مورد نیاز شامل حروفچینی دستاوردهای اصلی، و جوابگوی سوالات پیوسته اهل دنیای موجود طراحی
اساسا مورد استفاده قرار گیرد.
</p>
<div class="open_Question_box">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50">
<path d="M44.988281 13.984375C44.726563 13.992188 44.476563 14.101563 44.292969 14.292969L25 33.585938L5.707031 14.292969C5.519531 14.097656 5.261719 13.992188 4.992188 13.988281C4.582031 13.992188 4.21875 14.238281 4.0625 14.613281C3.910156 14.992188 4 15.421875 4.292969 15.707031L24.292969 35.707031C24.683594 36.097656 25.316406 36.097656 25.707031 35.707031L45.707031 15.707031C46.003906 15.421875 46.09375 14.980469 45.9375 14.601563C45.777344 14.222656 45.402344 13.976563 44.988281 13.984375Z"/>
</svg>
</div>
</div>
</div>
<div data-aos="fade-up" class="Q_A_boxs col-lg-6 col-md-6 col-12 p-3">
<div class="Q_A_panel rounded-3">
<p class="fw-bolder">این یک نوشته آزمایشی است</p>
<p class="Q_A_text">
استفاده از این متن تستی می تواند سرعت پیشرفت پروژه را افزایش دهد، و طراحان به جای تایپ و نگارش
متن می توانند تنها با یک کپی و پست این متن را در کادرهای مختلف جایگزین نمائید.
</p>
<div class="open_Question_box">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50">
<path d="M44.988281 13.984375C44.726563 13.992188 44.476563 14.101563 44.292969 14.292969L25 33.585938L5.707031 14.292969C5.519531 14.097656 5.261719 13.992188 4.992188 13.988281C4.582031 13.992188 4.21875 14.238281 4.0625 14.613281C3.910156 14.992188 4 15.421875 4.292969 15.707031L24.292969 35.707031C24.683594 36.097656 25.316406 36.097656 25.707031 35.707031L45.707031 15.707031C46.003906 15.421875 46.09375 14.980469 45.9375 14.601563C45.777344 14.222656 45.402344 13.976563 44.988281 13.984375Z"/>
</svg>
</div>
</div>
</div>
<div data-aos="fade-up" class="Q_A_boxs col-lg-6 col-md-6 col-12 p-3">
<div class="Q_A_panel rounded-3">
<p class="fw-bolder">لورم ایپسوم متن ساختگی</p>
<p class="Q_A_text">
لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ و با استفاده از طراحان گرافیک است
چاپگرها و متون بلکه روزنامه و مجله در ستون و سطرآنچنان که لازم است و برای شرایط فعلی تکنولوژی
مورد نیاز
</p>
<div class="open_Question_box">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50">
<path d="M44.988281 13.984375C44.726563 13.992188 44.476563 14.101563 44.292969 14.292969L25 33.585938L5.707031 14.292969C5.519531 14.097656 5.261719 13.992188 4.992188 13.988281C4.582031 13.992188 4.21875 14.238281 4.0625 14.613281C3.910156 14.992188 4 15.421875 4.292969 15.707031L24.292969 35.707031C24.683594 36.097656 25.316406 36.097656 25.707031 35.707031L45.707031 15.707031C46.003906 15.421875 46.09375 14.980469 45.9375 14.601563C45.777344 14.222656 45.402344 13.976563 44.988281 13.984375Z"/>
</svg>
</div>
</div>
</div>
<div data-aos="fade-up" class="Q_A_boxs col-lg-6 col-md-6 col-12 p-3">
<div class="Q_A_panel rounded-3">
<p class="fw-bolder">این یک نوشته آزمایشی است</p>
<p class="Q_A_text">
لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ و با استفاده از طراحان گرافیک است.
چاپگرها و متون بلکه روزنامه و مجله در ستون و سطرآنچنان که لازم است و برای شرایط فعلی تکنولوژی
مورد نیاز و کاربردهای متنوع با هدف بهبود ابزارهای کاربردی می باشد.
</p>
<div class="open_Question_box">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50">
<path d="M44.988281 13.984375C44.726563 13.992188 44.476563 14.101563 44.292969 14.292969L25 33.585938L5.707031 14.292969C5.519531 14.097656 5.261719 13.992188 4.992188 13.988281C4.582031 13.992188 4.21875 14.238281 4.0625 14.613281C3.910156 14.992188 4 15.421875 4.292969 15.707031L24.292969 35.707031C24.683594 36.097656 25.316406 36.097656 25.707031 35.707031L45.707031 15.707031C46.003906 15.421875 46.09375 14.980469 45.9375 14.601563C45.777344 14.222656 45.402344 13.976563 44.988281 13.984375Z"/>
</svg>
</div>
</div>
</div>
<div data-aos="fade-up" class="Q_A_boxs col-lg-6 col-md-6 col-12 p-3">
<div class="Q_A_panel rounded-3">
<p class="fw-bolder">لورم ایپسوم متن ساختگی</p>
<p class="Q_A_text">
لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ و با استفاده از طراحان گرافیک است
چاپگرها و متون بلکه روزنامه و مجله در ستون و سطرآنچنان که لازم است و برای شرایط فعلی تکنولوژی
مورد نیاز و کاربردهای متنوع با هدف بهبود ابزارهای کاربردی می باشد کتابهای زیادی در شصت و سه درصد
گذشته حال و آینده
</p>
<div class="open_Question_box">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50">
<path d="M44.988281 13.984375C44.726563 13.992188 44.476563 14.101563 44.292969 14.292969L25 33.585938L5.707031 14.292969C5.519531 14.097656 5.261719 13.992188 4.992188 13.988281C4.582031 13.992188 4.21875 14.238281 4.0625 14.613281C3.910156 14.992188 4 15.421875 4.292969 15.707031L24.292969 35.707031C24.683594 36.097656 25.316406 36.097656 25.707031 35.707031L45.707031 15.707031C46.003906 15.421875 46.09375 14.980469 45.9375 14.601563C45.777344 14.222656 45.402344 13.976563 44.988281 13.984375Z"/>
</svg>
</div>
</div>
</div>
</div>
</div>
<!--Team section-->
<div id="Team" class="Team mt-3 row">
<div class="member d-flex justify-content-around align-items-center col-lg-3 col-sm-6 col-12">
<div class="member_name">
<h5>حامد</h5>
<p>برنامه نویس</p>
</div>
<div class="member_img" style="background-image: url(image/face1.jpg)"></div>
</div>
<div class="member d-flex justify-content-around align-items-center col-lg-3 col-sm-6 col-12">
<div class="member_name">
<h5>لارا</h5>
<p>مشاور</p>
</div>
<div class="member_img" style="background-image: url(image/face2.jpg)"></div>
</div>
<div class="member d-flex justify-content-around align-items-center col-lg-3 col-sm-6 col-12">
<div class="member_name">
<h5>حسین</h5>
<p>مدیر</p>
</div>
<div class="member_img" style="background-image: url(image/face3.jpg)"></div>
</div>
<div class="member d-flex justify-content-around align-items-center col-lg-3 col-sm-6 col-12">
<div class="member_name">
<h5>MjavadH</h5>
<p>برنامه نویس</p>
</div>
<div class="member_img" style="background-image: url(image/face4.jpg)"></div>
</div>
</div>
</main>
<!-- Switch language -->
<a href="index%20-%20LTR.html">
<div class="switch_language">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50">
<path d="M6 3C4.300781 3 3 4.300781 3 6L3 26C3 27.699219 4.300781 29 6 29L6.40625 29L8 27L6 27C5.398438 27 5 26.601563 5 26L5 6C5 5.398438 5.398438 5 6 5L26 5C26.601563 5 27 5.398438 27 6L27 21L24 21C22.300781 21 21 22.300781 21 24L21 27L16 27L17.59375 29L21 29L21 32.40625L23 34.09375L23 24C23 23.398438 23.398438 23 24 23L44 23C44.601563 23 45 23.398438 45 24L45 44C45 44.601563 44.601563 45 44 45L24 45C23.398438 45 23 44.601563 23 44L23 42L21 43.6875L21 44C21 45.699219 22.300781 47 24 47L44 47C45.699219 47 47 45.699219 47 44L47 24C47 22.300781 45.699219 21 44 21L29 21L29 6C29 4.300781 27.699219 3 26 3 Z M 16 8L16 10L8 10L8 12L19.90625 12C19.597656 14.226563 18.292969 16.054688 16.65625 17.53125C14.148438 15.332031 12.875 13.03125 12.875 13.03125L11.125 13.96875C11.125 13.96875 12.433594 16.378906 15.0625 18.78125C14.996094 18.828125 14.941406 18.890625 14.875 18.9375C12.234375 20.757813 9.59375 21.65625 9.59375 21.65625L10.21875 23.5625C10.21875 23.5625 13.125 22.597656 16.03125 20.59375C16.238281 20.449219 16.449219 20.28125 16.65625 20.125C17.796875 20.96875 19.125 21.742188 20.625 22.34375L21.375 20.46875C20.226563 20.011719 19.199219 19.417969 18.28125 18.78125C20.109375 17.050781 21.636719 14.792969 21.9375 12L25 12L25 10L18 10L18 8 Z M 12 25L7 31L10 31L10 35L14 35L14 31L17 31 Z M 33 26.40625L27.8125 40.1875L30.3125 40.1875L31.40625 37L36.6875 37L37.8125 40.1875L40.3125 40.1875L35.09375 26.40625 Z M 34 29.40625L36 35.09375L32 35.09375 Z M 19 33L19 36L10 36L14 40L19 40L19 43L25 38Z"/>
</svg>
</div>
</a>
<div class="footer-wave">
<svg class="main-wave" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320">
<path fill-opacity="1"
d="M0,160L60,170.7C120,181,240,203,360,186.7C480,171,600,117,720,90.7C840,64,960,64,1080,74.7C1200,85,1320,107,1380,117.3L1440,128L1440,320L1380,320C1320,320,1200,320,1080,320C960,320,840,320,720,320C600,320,480,320,360,320C240,320,120,320,60,320L0,320Z"></path>
</svg>
</div>
<!--Footer-->
<footer class="Footer p-1">
<div class="w-100 mt-1 d-flex align-items-center justify-content-center">
<div class="social_logo w-25 d-flex flex-row align-items-center justify-content-around">
<a href="https://t.me/Azeshchen" title="telegram" class="social_link">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="25" height="25">
<path d="M20.302734 2.984375C20.013769 2.996945 19.748583 3.080055 19.515625 3.171875C19.300407 3.256634 18.52754 3.5814726 17.296875 4.0976562C16.06621 4.61384 14.435476 5.2982348 12.697266 6.0292969C9.2208449 7.4914211 5.314238 9.1361259 3.3125 9.9785156C3.243759 10.007156 2.9645852 10.092621 2.65625 10.328125C2.3471996 10.564176 2.0039062 11.076462 2.0039062 11.636719C2.0039062 12.088671 2.2295201 12.548966 2.5019531 12.8125C2.7743861 13.076034 3.0504903 13.199244 3.28125 13.291016L3.28125 13.289062C4.0612776 13.599827 6.3906939 14.531938 6.9453125 14.753906C7.1420423 15.343433 7.9865895 17.867278 8.1875 18.501953L8.1855469 18.501953C8.3275588 18.951162 8.4659791 19.243913 8.6582031 19.488281C8.7543151 19.610465 8.8690398 19.721184 9.0097656 19.808594C9.0637596 19.842134 9.1235454 19.868148 9.1835938 19.892578C9.191962 19.896131 9.2005867 19.897012 9.2089844 19.900391L9.1855469 19.894531C9.2029579 19.901531 9.2185841 19.911859 9.2363281 19.917969C9.2652427 19.927926 9.2852873 19.927599 9.3242188 19.935547C9.4612233 19.977694 9.5979794 20.005859 9.7246094 20.005859C10.26822 20.005859 10.601562 19.710937 10.601562 19.710938L10.623047 19.695312L12.970703 17.708984L15.845703 20.369141C15.898217 20.443289 16.309604 21 17.261719 21C17.829844 21 18.279025 20.718791 18.566406 20.423828C18.853787 20.128866 19.032804 19.82706 19.113281 19.417969L19.115234 19.416016C19.179414 19.085834 21.931641 5.265625 21.931641 5.265625L21.925781 5.2890625C22.011441 4.9067171 22.036735 4.5369631 21.935547 4.1601562C21.834358 3.7833495 21.561271 3.4156252 21.232422 3.2226562C20.903572 3.0296874 20.591699 2.9718046 20.302734 2.984375 z M 19.908203 5.1738281C19.799442 5.7198576 17.33401 18.105877 17.181641 18.882812L13.029297 15.041016L10.222656 17.414062L11 14.375C11 14.375 16.362547 8.9468594 16.685547 8.6308594C16.945547 8.3778594 17 8.2891719 17 8.2011719C17 8.0841719 16.939781 8 16.800781 8C16.675781 8 16.506016 8.1197812 16.416016 8.1757812C15.272368 8.8887854 10.401283 11.664685 8.0058594 13.027344C7.8617016 12.96954 5.6973962 12.100458 4.53125 11.634766C6.6055146 10.76177 10.161156 9.2658083 13.472656 7.8730469C15.210571 7.142109 16.840822 6.4570977 18.070312 5.9414062C19.108158 5.5060977 19.649538 5.2807035 19.908203 5.1738281 z M 17.152344 19.025391C17.152344 19.025391 17.154297 19.025391 17.154297 19.025391C17.154252 19.025621 17.152444 19.03095 17.152344 19.03125C17.153615 19.024789 17.15139 19.03045 17.152344 19.025391 z"
fill="#FFFFFF"/>
</svg>
</a>
<a href="#" title="instagram" class="social_link">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26 26" width="25" height="25">
<path d="M7.546875 0C3.390625 0 0 3.390625 0 7.546875L0 18.453125C0 22.609375 3.390625 26 7.546875 26L18.453125 26C22.609375 26 26 22.609375 26 18.453125L26 7.546875C26 3.390625 22.609375 0 18.453125 0 Z M 7.546875 2L18.453125 2C21.527344 2 24 4.46875 24 7.546875L24 18.453125C24 21.527344 21.53125 24 18.453125 24L7.546875 24C4.472656 24 2 21.53125 2 18.453125L2 7.546875C2 4.472656 4.46875 2 7.546875 2 Z M 20.5 4C19.671875 4 19 4.671875 19 5.5C19 6.328125 19.671875 7 20.5 7C21.328125 7 22 6.328125 22 5.5C22 4.671875 21.328125 4 20.5 4 Z M 13 6C9.144531 6 6 9.144531 6 13C6 16.855469 9.144531 20 13 20C16.855469 20 20 16.855469 20 13C20 9.144531 16.855469 6 13 6 Z M 13 8C15.773438 8 18 10.226563 18 13C18 15.773438 15.773438 18 13 18C10.226563 18 8 15.773438 8 13C8 10.226563 10.226563 8 13 8Z"
fill="#FFFFFF"/>
</svg>
</a>
<a href="https://github.com/MjavadH" title="github" class="social_link">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" width="30" height="30">
<path d="M24 4C12.972066 4 4 12.972074 4 24C4 35.027926 12.972066 44 24 44C35.027934 44 44 35.027926 44 24C44 12.972074 35.027934 4 24 4 z M 24 7C33.406615 7 41 14.593391 41 24C41 31.66536 35.956939 38.122519 29 40.251953L29 35.136719C29 33.226635 27.899316 31.588619 26.308594 30.773438 A 10 8 0 0 0 32.4375 18.720703C32.881044 17.355414 33.376523 14.960672 32.199219 13.076172C29.929345 13.076172 28.464667 14.632086 27.765625 15.599609 A 10 8 0 0 0 24 15 A 10 8 0 0 0 20.230469 15.59375C19.529731 14.625773 18.066226 13.076172 15.800781 13.076172C14.449711 15.238817 15.28492 17.564557 15.732422 18.513672 A 10 8 0 0 0 21.681641 30.779297C20.3755 31.452483 19.397283 32.674042 19.097656 34.15625L17.783203 34.15625C16.486203 34.15625 15.98225 33.629234 15.28125 32.740234C14.58925 31.851234 13.845172 31.253859 12.951172 31.005859C12.469172 30.954859 12.144453 31.321484 12.564453 31.646484C13.983453 32.612484 14.081391 34.193516 14.650391 35.228516C15.168391 36.160516 16.229687 37 17.429688 37L19 37L19 40.251953C12.043061 38.122519 7 31.66536 7 24C7 14.593391 14.593385 7 24 7 z"
fill="#FFFFFF"/>
</svg>
</a>
<a href="#" title="linkedin" class="social_link">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" width="30" height="30">
<path d="M11.5 6C8.4802259 6 6 8.4802259 6 11.5L6 36.5C6 39.519774 8.4802259 42 11.5 42L36.5 42C39.519774 42 42 39.519774 42 36.5L42 11.5C42 8.4802259 39.519774 6 36.5 6L11.5 6 z M 11.5 9L36.5 9C37.898226 9 39 10.101774 39 11.5L39 36.5C39 37.898226 37.898226 39 36.5 39L11.5 39C10.101774 39 9 37.898226 9 36.5L9 11.5C9 10.101774 10.101774 9 11.5 9 z M 15.5 13 A 2.5 2.5 0 0 0 15.5 18 A 2.5 2.5 0 0 0 15.5 13 z M 14 20C13.447 20 13 20.447 13 21L13 34C13 34.553 13.447 35 14 35L17 35C17.553 35 18 34.553 18 34L18 21C18 20.447 17.553 20 17 20L14 20 z M 21 20C20.447 20 20 20.447 20 21L20 34C20 34.553 20.447 35 21 35L24 35C24.553 35 25 34.553 25 34L25 26.5C25 25.121 26.121 24 27.5 24C28.879 24 30 25.121 30 26.5L30 34C30 34.553 30.447 35 31 35L34 35C34.553 35 35 34.553 35 34L35 26C35 22.691 32.309 20 29 20C27.462 20 26.063 20.586016 25 21.541016L25 21C25 20.447 24.553 20 24 20L21 20 z"
fill="#FFFFFF"/>
</svg>
</a>
</div>
</div>
</footer>
<!-- Script -->
<script src="assets/jquery-3.6.0.min.js"></script>
<script src="assets/aos.js"></script>
<script src="assets/script.js"></script>
</body>
</html>