-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
900 lines (789 loc) · 29.2 KB
/
Copy pathindex.html
File metadata and controls
900 lines (789 loc) · 29.2 KB
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
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<title>Plantly - Free Plant Selling Website Template</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="format-detection" content="telephone=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="author" content="templatesjungle">
<meta name="keywords" content="plant shop">
<meta name="description" content="Free Plant Selling Website Template">
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="icomoon/icomoon.css">
<link rel="stylesheet" type="text/css" href="css/vendor.css">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Arapey&display=swap" rel="stylesheet">
</head>
<body>
<header id="header" class="fixed">
<div id="header-wrap">
<div class="main-logo">
<a href="index.html"><img src="images/logo.png" alt="logo"></a>
</div>
<nav id="navbar">
<div class="main-menu" id="navigation">
<ul class="menu-list navbar-nav">
<li class="menu-item"><a href="index.html" data-effect="Home" class="nav-link">Home</a></li>
<li class="menu-item"><a href="#about" data-effect="about" class="nav-link">About</a></li>
<li class="menu-item"><a href="#fresh-arrivals" data-effect="shop" class="nav-link">Shop</a></li>
<li class="menu-item nav-item">
<a href="#collection" data-effect="collection" class="nav-link">Collection</a>
</li>
<li class="menu-item">
<a href="#latest-blog" data-effect="latest-blog" class="nav-link">Blog</a>
</li>
<li class="nav-item dropdown">
<a href="#" data-bs-toggle="dropdown" aria-expanded="false"
class="nav-link dropdown-toggle">Pages</a>
<ul class="dropdown-menu">
<li><a href="about.html" class="dropdown-item">About us <span class="badge bg-primary">PRO</span></a></li>
<li><a href="blog.html" class="dropdown-item">Blog <span class="badge bg-primary">PRO</span></a></li>
<li><a href="single-post.html" class="dropdown-item">Single Post <span class="badge bg-primary">PRO</span></a></li>
<li><a href="contact.html" class="dropdown-item">Contact us <span class="badge bg-primary">PRO</span></a></li>
<li><a href="shop.html" class="dropdown-item">Shop <span class="badge bg-primary">PRO</span></a></li>
<li><a href="single-product.html" class="dropdown-item">Single Product <span class="badge bg-primary">PRO</span></a></li>
</ul>
</li>
<li><a href="https://templatesjungle.gumroad.com/l/plantly-free-plant-selling-website-template" target="_blank" class="btn btn-dark rounded-pill m-0">Get PRO</a></li>
</ul>
</div>
<div class="right-element icon-element">
<div class="search-bar">
<a href="#" class="search-button search-toggle" data-selector="#header-wrap">
<i class="icon icon-search"></i>
</a>
<form role="search" method="get" class="search-box">
<input class="search-field text search-input" placeholder="Search" type="search">
</form>
</div>
<div class="user-account for-buy">
<a href="#">
<i class="icon icon-user"></i>
</a>
</div>
<div class="like-bar for-buy">
<a href="#">
<i class="icon icon-like-button"></i>
<i class="icon icon-liked-button"></i>
</a>
</div><!--like-bar-->
<div class="cart for-buy">
<a href="#">
<i class="icon icon-account"></i>
<span>0</span>
</a>
</div>
</div><!--right-element-->
</nav>
</div><!--header-wrap-->
</header>
<section id="intro" class="scrollspy-section swiper intro-swiper">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="banner-content">
<h2 class="banner-title">Perfect plants on sale for your <span class="text-pri">interiors</span>.</h2>
<div class="btn-wrap">
<a href="#" class="btn btn-black btn-xlarge btn-rounded">Shop collection
<i class="icon icon-arrow-right"></i>
</a>
</div>
</div><!--banner-content-->
<img src="images/main-banner.png" alt="banner">
</div><!--swiper-slide-->
<div class="swiper-slide">
<div class="banner-content">
<h2 class="banner-title">Plants Create your place <span class="text-pri">special</span>.</h2>
<div class="btn-wrap">
<a href="#" class="btn btn-black btn-xlarge btn-rounded">Shop collection
<i class="icon icon-arrow-right"></i>
</a>
</div>
</div><!--banner-content-->
<img src="images/main-banner2.png" alt="banner">
</div><!--swiper-slide-->
<div class="swiper-slide">
<div class="banner-content">
<h2 class="banner-title">Plants Create fresh and <span class="text-pri">comfort air.</span>.</h2>
<div class="btn-wrap">
<a href="#" class="btn btn-black btn-xlarge btn-rounded">Shop collection
<i class="icon icon-arrow-right"></i>
</a>
</div>
</div><!--banner-content-->
<img src="images/main-banner.png" alt="banner">
</div><!--swiper-slide-->
<div class="swiper-slide">
<div class="banner-content">
<h2 class="banner-title">Plants Create your place <span class="text-pri">special</span>.</h2>
<div class="btn-wrap">
<a href="#" class="btn btn-black btn-xlarge btn-rounded">Shop collection
<i class="icon icon-arrow-right"></i>
</a>
</div>
</div><!--banner-content-->
<img src="images/main-banner2.png" alt="banner">
</div><!--swiper-slide-->
</div><!--slider-->
<div class="swiper-pagination"></div>
</section>
<button id="scroll-up"><i class="icon icon-arrow-up"></i></button>
<section id="association" class="scrollspy-section bg-accent padding-large margin-xlarge">
<div class="container">
<div class="row">
<div class="association-content">
<img src="images/association-logo1.png" alt="association-logo">
<img src="images/association-logo2.png" alt="association-logo">
<img src="images/association-logo3.png" alt="association-logo">
<img src="images/association-logo4.png" alt="association-logo">
<img src="images/association-logo5.png" alt="association-logo">
</div>
</div>
</div>
</section>
<section id="about" class="scrollspy-section margin-xlarge">
<div class="container">
<div class="row">
<div class="col-md-6 video-content">
<div class="video-player">
<a id="video-item" href="javascript:void(0)">
<i class="icon icon-youtube-player"></i>
<img src="images/video-item.png" alt="video" class="video-image">
</a>
</div>
</div><!--video-content-->
<div class="col-md-5 description">
<div class="section-header">
<h2 class="section-title">Our journey</h2>
</div>
<p>Quis eleifend orci nunc, blandit massa, vitae. Dui nulla augue in id enim non. Venenatis aenean suscipit facilisis amet. Pellentesque nullam mi vitae neque ipsum. Quis in vitae est eu pulvinar sed. Netus lorem sit turpis tristique pharetra sit. Tortor ornare libero semper cursus. Mollis erat augue egestas laoreet est auctor.</p>
<p>Dui nulla augue in id enim non. Venenatis aenean suscipit facilisis amet. Pellentesque nullam mi vitae neque ipsum. Sem magna ut pharetra vitae duis eu senectus sem risus. Morbi non, semper vestibulum euismod accumsan augue.</p>
<div class="btn-wrap">
<a href="#" class="btn btn-black btn-xlarge btn-rounded">Read More
<i class="icon icon-arrow-right"></i></a>
</div>
</div>
</div>
</div>
</section>
<section id="fresh-arrivals" class="herb-items scrollspy-section margin-xlarge">
<div class="container">
<div class="section-header">
<h2 class="section-title">Fresh arrivals</h2>
</div>
<div class="row">
<div class="col-md-3">
<div class="product-list">
<div class="product-item">
<div class="image-holder">
<img src="images/plant-item4.jpg" alt="plant" class="image-product">
<div class="like-bar">
<a href="#">
<i class="icon icon-like-button"></i>
<i class="icon icon-liked-button"></i>
</a>
</div><!--like-bar-->
</div>
<div class="product-inner">
<a class="add-to-cart" href="" target="_self">
<span class="cart-text">Add to cart</span>
<i class="icon icon-arrow-right"></i>
</a>
</div>
</div>
<div class="product-content">
<h3 class="product-title"><a href="single-product.html">Chinese Money Plant</a></h3>
<div class="product-price">$ 23.00</div>
</div>
</div><!--new-product-item-->
</div>
<div class="col-md-3">
<div class="product-list">
<div class="product-item">
<div class="image-holder">
<img src="images/plant-item5.jpg" alt="plant" class="image-product">
<i class="icon icon-like-button"></i>
</div>
<div class="product-inner">
<a class="add-to-cart" href="" target="_self">
<span class="cart-text">Add to cart</span>
<i class="icon icon-arrow-right"></i>
</a>
</div>
</div>
<div class="product-content">
<h3 class="product-title"><a href="single-product.html">Calathea White Fusion</a></h3>
<div class="product-price">$ 25.00</div>
</div>
</div><!--product-list-->
</div>
<div class="col-md-3">
<div class="product-list">
<div class="product-item">
<div class="image-holder">
<img src="images/plant-item6.jpg" alt="plant" class="image-product">
<i class="icon icon-like-button"></i>
</div>
<div class="product-inner">
<a class="add-to-cart" href="" target="_self">
<span class="cart-text">Add to cart</span>
<i class="icon icon-arrow-right"></i>
</a>
</div>
</div>
<div class="product-content">
<h3 class="product-title"><a href="single-product.html">Chinese Money Plant</a></h3>
<div class="product-price">$ 23.00</div>
</div>
</div><!--product-list-->
</div>
<div class="col-md-3">
<div class="product-list">
<div class="product-item">
<div class="image-holder">
<img src="images/plant-item7.jpg" alt="plant" class="image-product">
<i class="icon icon-like-button"></i>
</div>
<div class="product-inner">
<a class="add-to-cart" href="" target="_self">
<span class="cart-text">Add to cart</span>
<i class="icon icon-arrow-right"></i>
</a>
</div>
</div>
<div class="product-content">
<h3 class="product-title"><a href="single-product.html">Chinese Money Plant</a></h3>
<div class="product-price">$ 23.00</div>
</div>
</div><!--product-list-->
</div>
<div class="btn-wrap align-center margin-small">
<a href="shop.html" class="btn btn-black btn-xlarge btn-rounded">Shop All
<i class="icon icon-arrow-right"></i></a>
</div>
</div>
</div>
</section>
<section id="collection" class="scrollspy-section margin-xlarge">
<div class="container">
<div class="section-header">
<h2 class="section-title">Best Collections</h2>
</div>
<div class="row">
<div class="swiper collection-swiper">
<div class="swiper-wrapper">
<div class="col-md-4 swiper-slide">
<div class="product-item">
<div class="image-holder">
<img src="images/plant-item8.jpg" alt="plant">
<div class="item-info">
<p>In this article, we will study the horoscope chart with the help of Vedic astrology, This method Astrology Science. 2022 Horoscope Chart can tell everything about someone by using his/her name, birth time, birthplace, and date of birth. </p>
<div class="btn-wrap margin-small">
<a href="shop.html" class="btn btn-black btn-xlarge btn-rounded">Read More
<i class="icon icon-arrow-right"></i></a>
</div>
</div>
</div>
<div class="product-content">
<h3 class="product-title">
<a href="#">Cane plants</a>
</h3>
</div>
</div>
</div>
<div class="col-md-4 swiper-slide">
<div class="product-item">
<div class="image-holder">
<img src="images/plant-item9.jpg" alt="plant">
<div class="item-info">
<p>This method Astrology Science. 2022 Horoscope Chart can tell everything about someone by using his/her name, birth time, birthplace, and date of birth. </p>
<div class="btn-wrap margin-small">
<a href="shop.html" class="btn btn-black btn-xlarge btn-rounded">Read More
<i class="icon icon-arrow-right"></i></a>
</div>
</div>
</div>
<div class="product-content">
<h3 class="product-title">
<a href="#">Ficus plants</a>
</h3>
</div>
</div>
</div>
<div class="col-md-4 swiper-slide">
<div class="product-item">
<div class="image-holder">
<img src="images/plant-item10.jpg" alt="plant">
<div class="item-info">
<p>We will study the horoscope chart with the help of Vedic astrology, This method Astrology Science. 2022 Horoscope Chart can tell everything about someone by using his/her name, birth time, birthplace, and date of birth. </p>
<div class="btn-wrap margin-small">
<a href="shop.html" class="btn btn-black btn-xlarge btn-rounded">Read More
<i class="icon icon-arrow-right"></i></a>
</div>
</div>
</div>
<div class="product-content">
<h3 class="product-title">
<a href="#">Indoor plants</a>
</h3>
</div>
</div>
</div>
<div class="col-md-4 swiper-slide">
<div class="product-item">
<div class="image-holder">
<img src="images/plant-item8.jpg" alt="plant">
<div class="item-info">
<p>We will study the horoscope chart with the help of Vedic astrology, This method Astrology Science. 2022 Horoscope Chart can tell everything about someone by using his/her name, birth time, birthplace, and date of birth. </p>
<div class="btn-wrap margin-small">
<a href="shop.html" class="btn btn-black btn-xlarge btn-rounded">Read More
<i class="icon icon-arrow-right"></i></a>
</div>
</div>
</div>
<div class="product-content">
<h3 class="product-title">
<a href="#">Indoor plants</a>
</h3>
</div>
</div>
</div>
<div class="col-md-4 swiper-slide">
<div class="product-item">
<img src="images/plant-item10.jpg" alt="plant" class="">
<div class="product-content">
<h3 class="product-title">
<a href="#">Indoor plants</a>
</h3>
</div>
</div>
</div>
</div><!--swiper-wrapper-->
</div>
<div class="button-container">
<div class="swiper-button-prev icon icon-arrow-left">
</div>
<div class="swiper-button-next icon icon-arrow-right">
</div>
</div>
</div>
</div>
</section>
<section id="why-us" class="scrollspy-section bg-accent padding-xlarge">
<div class="container">
<div class="row">
<div class="col-md-6 left-column">
<div class="section-header">
<h2 class="section-title">Why shop with us?</h2>
</div>
<div class="expertize">
<p>Dui nulla augue in id enim non. Venenatis aenean suscipit facilisis amet. Pellentesque nullam mi vitae neque ipsum. Sem magna ut pharetra vitae duis eu senectus sem risus. Morbi non, semper vestibulum euismod accumsan augue.
</p>
<ul>
<li>
<span class="list-number">1.</span>
<div class="list-title">
<h4>Socculents</h4>
<p>At in proin consequat ut cursus venenatis sapien.</p>
</div>
</li>
<li>
<span class="list-number">2.</span>
<div class="list-title">
<h4>Air purifiers</h4>
<p>At in proin consequat ut cursus venenatis sapien.</p>
</div>
</li>
<li>
<span class="list-number">3.</span>
<div class="list-title">
<h4>Decorative</h4>
<p>At in proin consequat ut cursus venenatis sapien.</p>
</div>
</li>
</ul>
</div>
</div>
<div class="col-md-6 right-column">
<figure class="single-image-holder">
<img src="images/plant-item15.png" alt="plant-image">
</figure>
</div>
</div>
</div>
</section>
<section id="popular-items" class="herb-items scrollspy-section margin-xlarge">
<div class="container">
<div class="section-header">
<h2 class="section-title">Popular items</h2>
</div>
<div class="row">
<div class="col-md-3">
<div class="product-list">
<div class="product-item">
<div class="image-holder">
<img src="images/plant-item14.jpg" alt="plant" class="image-product">
<i class="icon icon-like-button"></i>
</div>
<div class="product-inner">
<a class="add-to-cart" href="" target="_self">
<span class="cart-text">Add to cart</span>
<i class="icon icon-arrow-right"></i>
</a>
</div>
</div>
<div class="product-content">
<h3 class="product-title"><a href="#">Chinese Money Plant</a></h3>
<div class="product-price">$ 23.00</div>
</div>
</div><!--product-list-->
</div>
<div class="col-md-3">
<div class="product-list">
<div class="product-item">
<div class="image-holder">
<img src="images/plant-item11.jpg" alt="plant" class="image-product">
<i class="icon icon-like-button"></i>
</div>
<div class="product-inner">
<a class="add-to-cart" href="" target="_self">
<span class="cart-text">Add to cart</span>
<i class="icon icon-arrow-right"></i>
</a>
</div>
</div>
<div class="product-content">
<h3 class="product-title"><a href="#">Calathea White Fusion</a></h3>
<div class="product-price">$ 25.00</div>
</div>
</div><!--product-list-->
</div>
<div class="col-md-3">
<div class="product-list">
<div class="product-item">
<div class="image-holder">
<img src="images/plant-item12.jpg" alt="plant" class="image-product">
<i class="icon icon-like-button"></i>
</div>
<div class="product-inner">
<a class="add-to-cart" href="" target="_self">
<span class="cart-text">Add to cart</span>
<i class="icon icon-arrow-right"></i>
</a>
</div>
</div>
<div class="product-content">
<h3 class="product-title"><a href="#">Chinese Money Plant</a></h3>
<div class="product-price">$ 23.00</div>
</div>
</div><!--product-list-->
</div>
<div class="col-md-3">
<div class="product-list">
<div class="product-item">
<div class="image-holder">
<img src="images/plant-item13.jpg" alt="plant" class="image-product">
<i class="icon icon-like-button"></i>
</div>
<div class="product-inner">
<a class="add-to-cart" href="" target="_self">
<span class="cart-text">Add to cart</span>
<i class="icon icon-arrow-right"></i>
</a>
</div>
</div>
<div class="product-content">
<h3 class="product-title"><a href="#">Chinese Money Plant</a></h3>
<div class="product-price">$ 23.00</div>
</div>
</div><!--product-list-->
</div>
<div class="btn-wrap align-center margin-small">
<a href="shop.html" class="btn btn-black btn-xlarge btn-rounded">Shop All
<i class="icon icon-arrow-right"></i></a>
</div>
</div>
</div>
</section>
<section id="latest-blog" class="scrollspy-section margin-xlarge">
<div class="container">
<div class="section-header">
<h2 class="section-title">Latest Blog Posts</h2>
</div>
<div class="row">
<div class="col-md-12">
<div class="post-grid">
<div class="row">
<div class="col-md-4">
<article class="post-item">
<figure>
<a href="#" class="image-hvr-effect">
<img src="images/post-item15.jpg" alt="post" class="post-image">
</a>
</figure>
<div class="post-content">
<h3 class="post-title">
<a href="#">Decorative touches for your design</a>
</h3>
<p>Sem magna ut pharetra vitae duis eu senectus sem risus. Morbi non, semper vestibulum euismod accumsan...</p>
</div>
</article>
</div>
<div class="col-md-4">
<article class="post-item">
<figure>
<a href="#" class="image-hvr-effect">
<img src="images/post-item16.jpg" alt="post" class="post-image">
</a>
</figure>
<div class="post-content">
<h3 class="post-title">
<a href="#">Giftable scents which warms the heart</a>
</h3>
<p>Morbi non, semper vestibulum euismod accumsan. Sem magna ut pharetra vitae duis eu senectus sem risus...</p>
</div>
</article>
</div>
<div class="col-md-4">
<article class="post-item">
<figure>
<a href="#" class="image-hvr-effect">
<img src="images/post-item17.jpg" alt="post" class="post-image">
</a>
</figure>
<div class="post-content">
<h3 class="post-title">
<a href="#">Creative ideas to make this holiday special</a>
</h3>
<p>Pharetra vitae sem magna ut duis eu senectus sem risus. Morbi non, semper vestibulum euismod accumsan.</p>
</div>
</article>
</div>
<div class="btn-wrap align-center margin-small">
<a href="blog.html" class="btn btn-black btn-xlarge btn-rounded">More Blog
<i class="icon icon-arrow-right"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="testimonial" class="scrollspy-section margin-xlarge">
<div class="container">
<div class="row">
<div class="col-md-6">
<figure class="testimonial-image">
<img src="images/review-image.png" alt="review">
</figure>
</div>
<div class="col-md-6">
<div class="swiper testimonial-slider">
<div class="swiper-wrapper">
<div class="testimonial-item swiper-slide">
<div class="testimonials-inner">
<q>Cursus posuere rutrum nisl nunc, integer viverra ipsum urna, orci. Scelerisque ultrices orci sit placerat sollicitudin ac. Dictum pretium mi adipiscing suspendisse sit arcu quam morbi nibh lobortis dolor.</q>
<div class="testimonial-author">
<div class="author-detail">
<div class="name">Rohn Rogan</div>
<div class="author-title">By Customer</div>
</div>
</div>
</div>
</div>
<div class="testimonial-item swiper-slide">
<div class="testimonials-inner">
<q>At the core of our practice is the idea that cities are the incubators of our greatest achievements, and the best hope for a sustainable future.</q>
<div class="testimonial-author">
<div class="author-detail">
<div class="name">John Logan</div>
<div class="author-title">By Customer</div>
</div>
</div>
</div>
</div><!--testimonial-item-->
<div class="testimonial-item swiper-slide">
<div class="testimonials-inner">
<q>Our practice is the idea that cities are the incubators of our greatest achievements, and the best hope for a sustainable future.</q>
<div class="testimonial-author">
<div class="author-detail">
<div class="name">Mike Smith</div>
<div class="author-title">By Customer</div>
</div>
</div>
</div>
</div><!--testimonial-item-->
</div>
<div class="button-container">
<div class="swiper-button-prev icon icon-arrow-left"></div>
<div class="swiper-button-next icon icon-arrow-right"></div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="services">
<div class="container">
<div class="row">
<div class="col-md-3">
<div class="services-item">
<i class="icon icon-shopping-cart"></i>
<div class="services-content">
<div class="services-title">Free Shipping</div>
<p>Capped at $319 per order</p>
</div>
</div>
</div>
<div class="col-md-3">
<div class="services-item">
<i class="icon icon-secure"></i>
<div class="services-content">
<div class="services-title">Safe Payment</div>
<p>With our payment gateway</p>
</div>
</div>
</div>
<div class="col-md-3">
<div class="services-item">
<i class="icon icon-guarantee"></i>
<div class="services-content">
<div class="services-title">Quality Guarantee</div>
<p>Fresh & Super item available</p>
</div>
</div>
</div>
<div class="col-md-3">
<div class="services-item">
<i class="icon icon-price-tag"></i>
<div class="services-content">
<div class="services-title">Big Offers</div>
<p>We give best offers surely</p>
</div>
</div>
</div>
</div>
</div>
</section>
<footer id="footer" class="bg-accent padding-xlarge">
<div class="container">
<div class="row">
<div class="col-md-3 footer-intro">
<div class="footer-menu">
<img src="images/logo.png" alt="logo" class="footer-logo">
<p>Sem magna ut pharetra vitae duis eu senectus sem risus. Morbi non, semper vestibulum euismod accumsan augue.</p>
<div class="form-content">
<form>
<input type="text" name="email" placeholder="enter your email address">
<button class="btn btn-black">Subscribe</button>
</form>
</div>
</div>
</div>
<div class="col-md-2">
<div class="footer-menu">
<h5>Company</h5>
<ul class="menu-list">
<li class="menu-item">
<a href="#">About</a>
</li>
<li class="menu-item">
<a href="#">Our Plantations</a>
</li>
<li class="menu-item">
<a href="#">Our vision</a>
</li>
<li class="menu-item">
<a href="#">Installations</a>
</li>
<li class="menu-item">
<a href="#">Refer a friend</a>
</li>
</ul>
</div>
</div>
<div class="col-md-2">
<div class="footer-menu">
<h5>Support</h5>
<ul class="menu-list">
<li class="menu-item">
<a href="#">Customer FAQs</a>
</li>
<li class="menu-item">
<a href="#">Shipping & Returns</a>
</li>
<li class="menu-item">
<a href="#">Contact Us</a>
</li>
<li class="menu-item">
<a href="#">Plant Care Tips</a>
</li>
<li class="menu-item">
<a href="#">Privacy Policy</a>
</li>
</ul>
</div>
</div>
<div class="col-md-3">
<div class="footer-menu">
<h5>Contact Us</h5>
<ul class="menu-list">
<li class="menu-item">
Street Avenue 487, New York, USA
</li>
<li class="menu-item">
+333 346 364 366
</li>
<li class="menu-item">
<a href="#" class="mail-id">info@templatesjungle.com</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</footer>
<div id="footer-bottom" class="bg-accent padding-medium">
<div class="container">
<div class="row">
<div class="col-md-12 footer-links">
<div class="copyright">
<p>© 2021 TemplatesJungle. Designed by <a href="https://www.templatesjungle.com/" target="_blank">TemplatesJungle</a></p>
</div>
<div class="social-links">
<p>Social Links:</p>
<ul>
<li><i class="icon icon-facebook"></i></li>
<li><i class="icon icon-twitter"></i></li>
<li><i class="icon icon-behance"></i></li>
<li><i class="icon icon-youtube-play"></i></li>
<li><i class="icon icon-pinterest"></i></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/ui-easing.js"></script>
<script src="js/videopopup.js"></script>
<script src="js/script.js"></script>
<script>
var scrollToTopBtn = document.getElementById("scroll-up");
var rootElement = document.documentElement;
function scrollToTop() {
// Scroll to top logic
rootElement.scrollTo({
top: 0,
behavior: "smooth"
});
}
scrollToTopBtn.addEventListener("click", scrollToTop);
</script>
</body>
</html>