-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·827 lines (827 loc) · 42.7 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
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>شرکت طراحی سایت دری شاپ</title>
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<nav class="navbar navbar-expand-lg bg-primary shadow-sm fixed-top">
<div class="container-fluid">
<h1 class="navbar-brand h1 m-0">
<a class="navbar-brand fs-4 bold-font" href="#">دری شاپ</a>
</h1>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarNav"
aria-controls="navbarNav"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#home">
خانه
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about-us">درباره ما</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#services">خدمات</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#portfolio">نمونه کارها</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#testimonials">نظر مشتریان</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact-us">تماس با ما</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="py-3"></div>
<div class="home" id="home">
<div class="container-lg py-5">
<div class="row align-items-center align-content-center">
<div class="col-md-6 mt-4 mt-md-0">
<div class="home-img text-center">
<img
src="img/profile.png"
alt=""
class="mw-100 p-3 rounded-circle profile"
/>
</div>
</div>
<div class="col-md-6 mt-4 mt-md-0">
<div class="home-text text-md-end text-center">
<p class="text-muted mb-1">سلام ما</p>
<h2 class="text-primary bold-text mb-1">شرکت طراحی سایت هستیم</h2>
<h2 class="fs-4 bold-text mb-3 mt-0">دری شاپ</h2>
<p class="text">
شرکت طراحی سایت دری شاپ در ایران فعالیت خود را از سال ۱۳۹۹ به
صورت تخصصی در زمینه <strong>طراحی وب سایت</strong> و
<strong>سئو</strong> آغاز کرد و در حال حاضر با بیش از ۲ سال
سابقه در این زمینه و بیشتر از ۵۰ نمونه کار طراحی سایت موفق آماده
ارائه خدمات به مشتریان گرامی می باشد. اولویت ما در دری شاپ کیفیت
سایت و رضایت مشتریان است.
</p>
<a
href="#portfolio"
class="btn btn-primary px-4 mt-2 pt-1 pb-1 shadow-sm"
>کارهای ما</a
>
</div>
</div>
</div>
</div>
</div>
<div class="py-5 about" id="about-us">
<div class="container-lg">
<div class="row justify-content-center">
<div class="col-lg-8">
<section class="section-title text-center">
<h2 class="bold-font mb-5">درباره ما</h2>
</section>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="about-text">
<h3 class="bold-font fs-4 mb-3">
این باید یک تایتل درباره من باشد
</h3>
<p class="text">
این باید یک توضیح درباره من باشد. این باید یک توضیح درباره من
باشد. این باید یک توضیح درباره من باشد. این باید یک توضیح درباره
من باشد. این باید یک توضیح درباره من باشد. این باید یک توضیح
درباره من باشد. من باشد. این باید یک توضیح درباره من باشد. این
باید یک توضیح درباره من باشد.
</p>
</div>
<div class="row mt-4 text-center">
<div class="col-4">
<div class="text-fact">
<h4 class="fs-4 bold-font">۳۰</h4>
<p class="text-muted">پروژه های تکمیل شده</p>
</div>
</div>
<div class="col-4">
<div class="text-fact">
<h4 class="fs-4 bold-font">۲۸</h4>
<p class="text-muted">مشتریان راضی</p>
</div>
</div>
<div class="col-4">
<div class="text-fact">
<h4 class="fs-4 bold-font">۹۸٪</h4>
<p class="text-muted">عملکرد مثبت</p>
</div>
</div>
</div>
<div class="row mt-4">
<div
class="col-lg-12 d-flex align-content-center align-items-center justify-content-around"
>
<a href="#" class="btn btn-primary px-4">دانلود رزومه</a>
<div class="social-links d-flex">
<a target="_blank" href="#" class="social mx-2">
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 496 512"
>
<path
d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"
/>
</svg>
</a>
<a target="_blank" href="#" class="social mx-2">
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 496 512"
>
<path
d="M248,8C111.033,8,0,119.033,0,256S111.033,504,248,504,496,392.967,496,256,384.967,8,248,8ZM362.952,176.66c-3.732,39.215-19.881,134.378-28.1,178.3-3.476,18.584-10.322,24.816-16.948,25.425-14.4,1.326-25.338-9.517-39.287-18.661-21.827-14.308-34.158-23.215-55.346-37.177-24.485-16.135-8.612-25,5.342-39.5,3.652-3.793,67.107-61.51,68.335-66.746.153-.655.3-3.1-1.154-4.384s-3.59-.849-5.135-.5q-3.283.746-104.608,69.142-14.845,10.194-26.894,9.934c-8.855-.191-25.888-5.006-38.551-9.123-15.531-5.048-27.875-7.717-26.8-16.291q.84-6.7,18.45-13.7,108.446-47.248,144.628-62.3c68.872-28.647,83.183-33.623,92.511-33.789,2.052-.034,6.639.474,9.61,2.885a10.452,10.452,0,0,1,3.53,6.716A43.765,43.765,0,0,1,362.952,176.66Z"
/>
</svg>
</a>
<a target="_blank" href="#" class="social mx-2">
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 576 512"
>
<path
d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z"
/>
</svg>
</a>
<a target="_blank" href="#" class="social mx-2">
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 448 512"
>
<path
d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z"
/>
</svg>
</a>
</div>
</div>
</div>
</div>
<div
class="col-md-6 d-flex flex-wrap align-items-center mt-5 mt-md-0"
>
<div class="skill-item w-100 mb-4">
<h3 class="fs-5">طراحی سایت</h3>
<div class="progress">
<div
class="progress-bar"
role="progressbar"
aria-label="Basic example"
style="width: 95%"
aria-valuenow="95"
aria-valuemin="0"
aria-valuemax="100"
></div>
</div>
</div>
<div class="skill-item w-100 mb-4">
<h3 class="fs-5">سئوی وبسایت</h3>
<div class="progress">
<div
class="progress-bar"
role="progressbar"
aria-label="Basic example"
style="width: 90%"
aria-valuenow="90"
aria-valuemin="0"
aria-valuemax="100"
></div>
</div>
</div>
<div class="skill-item w-100 mb-4">
<h3 class="fs-5">اپلیکیشن موبایل</h3>
<div class="progress">
<div
class="progress-bar"
role="progressbar"
aria-label="Basic example"
style="width: 75%"
aria-valuenow="75"
aria-valuemin="0"
aria-valuemax="100"
></div>
</div>
</div>
<div class="skill-item w-100 mb-4">
<h3 class="fs-5">تولید محتوا</h3>
<div class="progress">
<div
class="progress-bar"
role="progressbar"
aria-label="Basic example"
style="width: 85%"
aria-valuenow="85"
aria-valuemin="0"
aria-valuemax="100"
></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="py-5 services" id="services">
<div class="container-lg">
<div class="row justify-content-center">
<div class="col-lg-8">
<section class="section-title text-center">
<h2 class="bold-font mb-5">ما چیکار میکنیم؟</h2>
</section>
</div>
</div>
<div class="row">
<div class="col-md-4 col-sm-12 mb-3">
<div
class="service-item text-center bg-white p-3 rounded shadow-sm"
>
<div class="icon fs-3 bigger-service-icon mb-3">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512">
<path
d="M372.7 299.3C375.8 302.4 379.9 304 384 304s8.188-1.562 11.31-4.688l64-64c6.25-6.25 6.25-16.38 0-22.62l-64-64c-6.25-6.25-16.38-6.25-22.62 0s-6.25 16.38 0 22.62L425.4 224l-52.69 52.69C366.4 282.9 366.4 293.1 372.7 299.3zM267.3 148.7c-6.25-6.25-16.38-6.25-22.62 0l-64 64c-6.25 6.25-6.25 16.38 0 22.62l64 64C247.8 302.4 251.9 304 256 304s8.188-1.562 11.31-4.688c6.25-6.25 6.25-16.38 0-22.62L214.6 224l52.69-52.69C273.6 165.1 273.6 154.9 267.3 148.7zM80 352C88.84 352 96 344.8 96 336V96c0-17.66 14.36-32 32-32h384c17.64 0 32 14.34 32 32v240c0 8.844 7.156 16 16 16s16-7.156 16-16V96c0-35.28-28.7-64-64-64H128C92.7 32 64 60.72 64 96v240C64 344.8 71.16 352 80 352zM624 384h-608C7.25 384 0 391.3 0 400V416c0 35.25 28.75 64 64 64h512c35.25 0 64-28.75 64-64v-16C640 391.3 632.8 384 624 384zM576 448H64c-17.64 0-32-14.36-32-32h576C608 433.6 593.6 448 576 448z"
/>
</svg>
</div>
<h3 class="fs-3">توسعه وب</h3>
<p class="text-muted">
ما هر نوع وبسایتی رو از صفر به بهترین شکل ممکن توسعه میدیم.
</p>
</div>
</div>
<div class="col-md-4 col-sm-12 mb-3">
<div
class="service-item text-center bg-white p-3 rounded shadow-sm"
>
<div class="icon fs-3 service-icon mb-3">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<path
d="M507.3 484.7l-141.5-141.5C397 306.8 415.1 259.7 415.1 208c0-114.9-93.13-208-208-208S-.0002 93.13-.0002 208S93.12 416 207.1 416c51.68 0 98.85-18.96 135.2-50.15l141.5 141.5C487.8 510.4 491.9 512 496 512s8.188-1.562 11.31-4.688C513.6 501.1 513.6 490.9 507.3 484.7zM208 384C110.1 384 32 305 32 208S110.1 32 208 32S384 110.1 384 208S305 384 208 384z"
/>
</svg>
</div>
<h3 class="fs-3">سئوی سایت</h3>
<p class="text-muted">
ما سایت شما رو با هر امتیازی در صفحه اول نتایج جستجو قرار خواهیم
داد.
</p>
</div>
</div>
<div class="col-md-4 col-sm-12 mb-3">
<div
class="service-item text-center bg-white p-3 rounded shadow-sm"
>
<div class="icon fs-3 service-icon mb-3">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512">
<path
d="M288 0H96C60.65 0 32 28.65 32 64v384c0 35.35 28.65 64 64 64h192c35.35 0 64-28.65 64-64V64C352 28.65 323.3 0 288 0zM320 448c0 17.64-14.36 32-32 32H96c-17.64 0-32-14.36-32-32V64c0-17.64 14.36-32 32-32h192c17.64 0 32 14.36 32 32V448zM224 400H160c-8.836 0-16 7.162-16 16c0 8.836 7.164 16 16 16h64c8.836 0 16-7.164 16-16C240 407.2 232.8 400 224 400z"
/>
</svg>
</div>
<h3 class="fs-3">اپلیکیشن موبایل</h3>
<p class="text-muted">
ما هر نوع اپلیکیشنی رو از صفر به بهترین شکل ممکن توسعه میدیم.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="py-5 portfolio" id="portfolio">
<div class="container-lg">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="section-title text-center">
<h2 class="fw-bold mb-5">آخرین نمونه کارها</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6 col-lg-4 mb-4">
<div class="card portfolio-item">
<img
src="img/portfolio/1.jpg"
class="card-img-top img-thumbnail"
alt="نمونه اول"
/>
<div class="card-body">
<h4 class="card-title fs-5 bold-font">نمونه اول</h4>
<p class="card-text text">
این باید یک توضیح درباره من باشد. این باید یک توضیح درباره من
باشد. این باید یک توضیح درباره من باشد. این باید یک توضیح
درباره من باشد. این باید یک توضیح درباره من باشد.
</p>
</div>
<div class="card-footer">
<a href="" class="text-primary text-decoration-none fs-6"
>مشاهده آنلاین</a
>
</div>
</div>
</div>
<div class="col-sm-6 col-lg-4 mb-4">
<div class="card portfolio-item">
<img
src="img/portfolio/2.jpg"
class="card-img-top img-thumbnail"
alt="نمونه دوم"
/>
<div class="card-body">
<h4 class="card-title fs-5 bold-font">نمونه دوم</h4>
<p class="card-text text">
این باید یک توضیح درباره من باشد. این باید یک توضیح درباره من
باشد. این باید یک توضیح درباره من باشد. این باید یک توضیح
درباره من باشد. این باید یک توضیح درباره من باشد.
</p>
</div>
<div class="card-footer">
<a href="" class="text-primary text-decoration-none fs-6"
>مشاهده آنلاین</a
>
</div>
</div>
</div>
<div class="col-sm-6 col-lg-4 mb-4">
<div class="card portfolio-item">
<img
src="img/portfolio/3.jpg"
class="card-img-top img-thumbnail"
alt="نمونه سوم"
/>
<div class="card-body">
<h4 class="card-title fs-5 bold-font">نمونه سوم</h4>
<p class="card-text text">
این باید یک توضیح درباره من باشد. این باید یک توضیح درباره من
باشد. این باید یک توضیح درباره من باشد. این باید یک توضیح
درباره من باشد. این باید یک توضیح درباره من باشد.
</p>
</div>
<div class="card-footer">
<a href="" class="text-primary text-decoration-none fs-6"
>مشاهده آنلاین</a
>
</div>
</div>
</div>
<div class="col-sm-6 col-lg-4 mb-4">
<div class="card portfolio-item">
<img
src="img/portfolio/4.jpg"
class="card-img-top img-thumbnail"
alt="نمونه چهارم"
/>
<div class="card-body">
<h4 class="card-title fs-5 bold-font">نمونه چهارم</h4>
<p class="card-text text">
این باید یک توضیح درباره من باشد. این باید یک توضیح درباره من
باشد. این باید یک توضیح درباره من باشد. این باید یک توضیح
درباره من باشد. این باید یک توضیح درباره من باشد.
</p>
</div>
<div class="card-footer">
<a href="" class="text-primary text-decoration-none fs-6"
>مشاهده آنلاین</a
>
</div>
</div>
</div>
<div class="col-sm-6 col-lg-4 mb-4">
<div class="card portfolio-item">
<img
src="img/portfolio/5.jpg"
class="card-img-top img-thumbnail"
alt="نمونه پنجم"
/>
<div class="card-body">
<h4 class="card-title fs-5 bold-font">نمونه پنجم</h4>
<p class="card-text text">
این باید یک توضیح درباره من باشد. این باید یک توضیح درباره من
باشد. این باید یک توضیح درباره من باشد. این باید یک توضیح
درباره من باشد. این باید یک توضیح درباره من باشد.
</p>
</div>
<div class="card-footer">
<a href="" class="text-primary text-decoration-none fs-6"
>مشاهده آنلاین</a
>
</div>
</div>
</div>
<div class="col-sm-6 col-lg-4 mb-4">
<div class="card portfolio-item">
<img
src="img/portfolio/6.jpg"
class="card-img-top img-thumbnail"
alt="نمونه ششم"
/>
<div class="card-body">
<h4 class="card-title fs-5 bold-font">نمونه ششم</h4>
<p class="card-text text">
این باید یک توضیح درباره من باشد. این باید یک توضیح درباره من
باشد. این باید یک توضیح درباره من باشد. این باید یک توضیح
درباره من باشد. این باید یک توضیح درباره من باشد.
</p>
</div>
<div class="card-footer">
<a href="" class="text-primary text-decoration-none fs-6"
>مشاهده آنلاین</a
>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="project-available bg-primary py-5 my-5">
<div class="container-lg">
<div class="row justify-content-center text-center">
<div class="col-lg-6">
<p class="fs-5 text-light">آیا شما پروژه ای دارید؟</p>
<h2 class="fs-1 mb-4 text-light">ما در دسترس هستیم</h2>
<a href="#contanct" class="btn btn-outline-light"
>کارتو به من بسپار</a
>
</div>
</div>
</div>
</div>
<div class="py-5 testimonials" id="testimonials">
<div class="container-lg">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="section-title text-center">
<h2 class="fw-bold mb-5">نظر مشتریان</h2>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-8 col-xl-7">
<div
id="carouselExampleIndicators"
class="carousel slide"
data-bs-ride="true"
>
<div class="carousel-indicators">
<button
class="bg-primary active"
type="button"
data-bs-target="#carouselExampleIndicators"
data-bs-slide-to="0"
aria-current="true"
aria-label="Slide 1"
></button>
<button
class="bg-primary"
type="button"
data-bs-target="#carouselExampleIndicators"
data-bs-slide-to="1"
aria-label="Slide 2"
></button>
<button
class="bg-primary"
type="button"
data-bs-target="#carouselExampleIndicators"
data-bs-slide-to="2"
aria-label="Slide 3"
></button>
</div>
<div class="carousel-inner">
<div
class="testi-item carousel-item active bg-white shadow-sm rounded px-4 py-3 mb-5"
>
<div class="testi-author-info d-flex align-items-center">
<img
src="img/testimonial/1.jpg"
class="img-thumbnail rounded-circle"
alt="جواد احمدی مدیر استارتاپ فایلینو"
title="جواد احمدی مدیر استارتاپ فایلینو"
/>
<div class="author me-3">
<h3 class="fs-5 bold-text mb-1">جواد احمدی</h3>
<p class="text-muted m-0">مدیر استارتاپ فایلینو</p>
</div>
</div>
<p class="text mt-3 mb-2">
به لطف شرکت طراحی سایت دری شاپ، بنده به راحتی استارتاپ خودم
رو ایجاد کردم و هم اکنون از تمامی رقبا جلوتر هستیم.
</p>
<div class="rating">
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 576 512"
>
<path
d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z"
/>
</svg>
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 576 512"
>
<path
d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z"
/>
</svg>
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 576 512"
>
<path
d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z"
/>
</svg>
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 576 512"
>
<path
d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z"
/>
</svg>
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 576 512"
>
<path
d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z"
/>
</svg>
</div>
</div>
<div
class="testi-item carousel-item bg-white shadow-sm rounded px-4 py-3 mb-5"
>
<div class="testi-author-info d-flex align-items-center">
<img
src="img/testimonial/2.jpg"
class="img-thumbnail rounded-circle"
alt="نیلو جهانی مؤسس کارخانه لبنی پردیس"
title="نیلو جهانی مؤسس کارخانه لبنی پردیس"
/>
<div class="author me-3">
<h3 class="fs-5 bold-text mb-1">نیلو جهانی</h3>
<p class="text-muted m-0">مؤسس کارخانه لبنی پردیس</p>
</div>
</div>
<p class="text mt-3 mb-2">
پس از راه اندازی سایت و اپلیکیشن کارخانه لبنی پردیس توسط
شرکت دری شاپ و سئوی سایت، فروش ما چندین برابر افزایش یافت.
</p>
<div class="rating">
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 576 512"
>
<path
d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z"
/>
</svg>
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 576 512"
>
<path
d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z"
/>
</svg>
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 576 512"
>
<path
d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z"
/>
</svg>
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 576 512"
>
<path
d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z"
/>
</svg>
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 576 512"
>
<path
d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z"
/>
</svg>
</div>
</div>
<div
class="testi-item carousel-item bg-white shadow-sm rounded px-4 py-3 mb-5"
>
<div class="testi-author-info d-flex align-items-center">
<img
src="img/testimonial/3.jpg"
class="img-thumbnail rounded-circle"
alt="علی محمدی مدیر عامل شرکت شاهین گستر"
title="علی محمدی مدیر عامل شرکت شاهین گستر"
/>
<div class="author me-3">
<h3 class="fs-5 bold-text mb-1">علی محمدی</h3>
<p class="text-muted m-0">مدیر عامل شرکت شاهین گستر</p>
</div>
</div>
<p class="text mt-3 mb-2">
به کمک دری شاپ، وبسایت شاهین گستر رو از نو بازسازی کردیم و
جایگاه اول گوگل رو بدست آوردیم؛ هم اکنون فروش ما بشدت افزایش
یافته.
</p>
<div class="rating">
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 576 512"
>
<path
d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z"
/>
</svg>
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 576 512"
>
<path
d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z"
/>
</svg>
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 576 512"
>
<path
d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z"
/>
</svg>
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 576 512"
>
<path
d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z"
/>
</svg>
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 576 512"
>
<path
d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z"
/>
</svg>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="py-5 contact" id="contact-us">
<div class="container-lg">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="section-title text-center">
<h2 class="fw-bold mb-5">تماس با ما</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-md-5">
<div class="contact-item d-flex align-items-center p-0 mb-3">
<div class="icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<path
d="M256 352c-16.53 0-33.06-5.422-47.16-16.41L0 173.2V400C0 426.5 21.49 448 48 448h416c26.51 0 48-21.49 48-48V173.2l-208.8 162.5C289.1 346.6 272.5 352 256 352zM16.29 145.3l212.2 165.1c16.19 12.6 38.87 12.6 55.06 0l212.2-165.1C505.1 137.3 512 125 512 112C512 85.49 490.5 64 464 64h-416C21.49 64 0 85.49 0 112C0 125 6.01 137.3 16.29 145.3z"
/>
</svg>
</div>
<div class="text me-3">
<h3 class="fs-5 bold-font mb-1">ایمیل</h3>
<p class="text-muted mb-0">[email protected]</p>
</div>
</div>
<div class="contact-item d-flex align-items-center p-0 mb-3">
<div class="icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<path
d="M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z"
/>
</svg>
</div>
<div class="text me-3">
<h3 class="fs-5 bold-font mb-1">تلفن</h3>
<p class="text-muted mb-0">8010 312 901</p>
</div>
</div>
<div class="contact-item d-flex align-items-center p-0 mb-3">
<div class="icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512">
<path
d="M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z"
/>
</svg>
</div>
<div class="text me-3">
<h3 class="fs-5 bold-font mb-1">آدرس</h3>
<p class="text-muted mb-0">تهران، پارک کارآفرینی، دری شاپ</p>
</div>
</div>
</div>
<div class="col-md-7 mt-4 mt-md-0">
<div class="contact-form">
<form action="post">
<div class="row">
<div class="col-lg-6 mb-3">
<input
type="text"
class="form-control shadow-sm fs-5"
placeholder="نام و نام خانوادگی"
/>
</div>
<div class="col-lg-6 mb-3">
<input
type="email"
id="email"
class="form-control shadow-sm fs-5"
placeholder="ایمیل"
/>
</div>
<div class="col-lg-12 mb-3">
<input
type="text"
class="form-control shadow-sm fs-5"
placeholder="موضوع"
/>
</div>
<div class="col-lg-12 mb-3">
<textarea
name="message"
class="form-control shadow-sm fs-5"
placeholder="پیام شما"
id=""
cols="25"
rows="7"
></textarea>
</div>
<div class="col-lg-12">
<button class="btn btn-primary px-5 fs-5">ارسال</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="py-3"></div>
<footer class="footer border-top p-5">
<div class="container-lg">
<div class="col-lg-12">
<p class="m-0 text text-center align-items-center">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<path
d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 448c-110.532 0-200-89.451-200-200 0-110.531 89.451-200 200-200 110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200zm107.351-101.064c-9.614 9.712-45.53 41.396-104.065 41.396-82.43 0-140.484-61.425-140.484-141.567 0-79.152 60.275-139.401 139.762-139.401 55.531 0 88.738 26.62 97.593 34.779a11.965 11.965 0 0 1 1.936 15.322l-18.155 28.113c-3.841 5.95-11.966 7.282-17.499 2.921-8.595-6.776-31.814-22.538-61.708-22.538-48.303 0-77.916 35.33-77.916 80.082 0 41.589 26.888 83.692 78.277 83.692 32.657 0 56.843-19.039 65.726-27.225 5.27-4.857 13.596-4.039 17.82 1.738l19.865 27.17a11.947 11.947 0 0 1-1.152 15.518z"
/>
</svg>
طراحی و توسعه
<a target="_blank" href="https://github.com/dori-dev">محمد دری</a>
</p>
</div>
</div>
</footer>
<script src="js/bootstrap.bundle.min.js"></script>
<script>
let email = document.getElementById("email");
email.addEventListener("input", function () {
email.style.direction = "ltr";
if (email.value == "") {
email.style.direction = "rtl";
}
});
</script>
</body>
</html>