-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
769 lines (586 loc) · 35.8 KB
/
index.html
File metadata and controls
769 lines (586 loc) · 35.8 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
<!DOCTYPE html>
<html>
<head>
<title>HOME PAGE</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<link rel="stylesheet" href="./fontawesome/css/all.css">
<link rel="stylesheet" type="text/css" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/owl-carousel/1.3.3/owl.carousel.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/owl-carousel/1.3.3/owl.theme.min.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body data-spy="scroll" data-target="#spyonthis" data-offset="70">
<!-- Nav section -->
<nav class="navbar navbar-expand-sm navbar-light bg-light navbar-transparent fixed-top" id="spyonthis">
<a class="navbar-brand logo" href="#"><h2>MAGIC<span style="color:Tomato;font-weight: 600;">SOFT</span></h2></a>
<button class="navbar-toggler border-btn" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" ><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse justify-content-end font" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link text-dark h5 " href="#service-section">Service <span class="underline"></span> <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link text-dark h5 " href="#portfolio-section">Portfolio <span class="underline"></span></a>
</li>
<li class="nav-item">
<a class="nav-link text-dark h5 " href="#about-section">About <span class="underline"></span></a>
</li>
<li class="nav-item">
<a class="nav-link text-dark h5" href="#blog-section">Blog <span class="underline"></span></a>
</li>
<li class="nav-item">
<a class="nav-link text-dark h5 " href="">Testimonial <span class="underline"></span></a>
</li>
<li class="nav-item">
<a class="nav-link text-dark h5 smooth-scroll" href="#contact">Contact <span class="underline"></span></a>
</li>
</ul>
</div>
</nav>
<!-- Nav section -->
<!-- Slider Section -->
<div class="slider mt-6">
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block image-fluid" width="100%" src="img/slider2.jpg" alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block image-fluid" width="100%" src="img/slider1.jpg" alt="Second slide">
</div>
<div class="carousel-item">
<img class="d-block image-fluid" width="100%" src="img/slider3.jpg" alt="Third slide">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div></div> <!-- Slider Section -->
<!--Service Section-->
<section class="service-section pt-5 mb-4" id="service-section" >
<div class="container" >
<div class="h4 text-center title pt-5"><h5>A PASSIONATE CREATIVE TEAM TO DESIGN & DEVELOPMENT OF BEAUTIFUL CREATIONS</h5></div>
<div class="row justify-content-center" data-aos="fade-up" data-aos-offset="10">
<div class="col-8 col-md-4 col-xs-3 col-sm-6 mt-4 ">
<div class="card shadow service-card-border" style="height: 22rem;">
<div class="card-body text-center">
<h1 class="text-success mt-2 service-icon-color" > <i class="fas fa-laptop-code"></i></h1>
<h4 class="card-title text-center h6">Software Development</h4>
<p class="card-text text-center service-card-text">Manual work transforming to automation, business need solutions – Solid Team providing the solution</p>
<button class="btn btn-success text-center service-btn-color">More</button>
</div>
</div>
</div>
<div class="col-8 col-md-4 col-xs-3 col-sm-6 mt-4">
<div class="card shadow service-card-border" style="height: 22rem;">
<div class="card-body text-center">
<h1 class="text-success mt-2 service-icon-color"> <i class="fa fa-code"></i></h1>
<h4 class="card-title text-center h6">Web Development</h4>
<p class="card-text text-center service-card-text">Develop Your new Service or Modify Your Website to Improve Your Presence on The Internet.</p>
<button class="btn btn-success text-center service-btn-color">More</button>
</div>
</div>
</div>
<div class="col-8 col-md-4 col-xs-3 col-sm-6 mt-4" >
<div class="card shadow service-card-border" style="height: 22rem;">
<div class="card-body text-center">
<h1 class="text-success mt-2 service-icon-color"> <i class="fas fa-paint-brush"></i></h1>
<h4 class="card-title text-center h6">UI/UX Design</h4>
<p class="card-text text-center service-card-text">UX/UI Design plays an essential role in achieving this goal. The UX/UI Design of the application improves the user experience </p>
<button class="btn btn-success text-center service-btn-color">More</button>
</div>
</div>
</div>
</div><!--row-->
</div>
<!-- service Readymade section -->
<div class="mt-6" data-aos="fade-up" data-aos-offset="10">
<div class=" text-center mt-2 pt-3 mb-3 title readymade-service">
<div class="container"><h5 class="h7">OUR PRODUCT</h5>
<p class=" text-center pb-1">We are concentrating on some client required programming arrangement – those are making simpler existence of our esteemed client just as client. Not just however we do modify arrangement what you out of luck.</p></div>
</div>
<div class="container " data-aos="fade-up" data-aos-offset="10">
<div class="row justify-content-center">
<div class="col-8 col-md-4 col-xs-3 col-sm-6 mt-4 ">
<div class="card shadow service-card-border" style="height: 18rem;">
<div class="card-body text-center">
<h1 class=" text-success service-card-img" > <img class=" image-fluid" src="img/business1.png" alt=""></h1>
</div>
<div class="service-card-badge">
<h4 class=" service-card-badge-title text-center">Business Management - Sales ERP</h4></div>
</div>
</div>
<div class="col-8 col-md-4 col-xs-3 col-sm-6 mt-4 ">
<div class="card shadow service-card-border" style="height: 18rem;">
<div class="card-body text-center">
<h1 class=" text-success service-card-img" > <img class=" image-fluid" src="img/delivery1.png" alt=""></h1>
</div>
<div class="service-card-badge">
<h4 class=" service-card-badge-title text-center">Online Delivery System</h4></div>
</div>
</div>
<div class="col-8 col-md-4 col-xs-3 col-sm-6 mt-4 ">
<div class="card shadow service-card-border" style="height: 18rem;">
<div class="card-body text-center">
<h1 class=" text-success service-card-img" > <img class=" image-fluid" src="img/newsportal1.png" alt=""></h1>
</div>
<div class="service-card-badge">
<h4 class=" service-card-badge-title text-center">Online News Portal</h4></div>
</div>
</div>
<div class="col-8 col-md-4 col-xs-3 col-sm-6 mt-4 ">
<div class="card shadow service-card-border" style="height: 18rem;">
<div class="card-body text-center">
<h1 class=" text-success service-card-img" > <img class=" image-fluid" width="95%" src="img/ecommerce1.png" alt=""></h1>
</div>
<div class="service-card-badge">
<h4 class=" service-card-badge-title text-center">Ecommerce Business Application</h4></div>
</div>
</div>
<div class="col-8 col-md-4 col-xs-3 col-sm-6 mt-4 ">
<div class="card shadow service-card-border" style="height: 18rem;">
<div class="card-body text-center">
<h1 class=" text-success service-card-img" > <img class=" image-fluid" width="95%" src="img/school1.png" alt=""></h1>
</div>
<div class="service-card-badge">
<h4 class=" service-card-badge-title text-center">School Management System</h4></div>
</div>
</div>
</div>
</div>
</div>
<!-- service Readymade section -->
</section>
<!--Service Section-->
<!-- search domain section -->
<section class="pt-6" id="domain-search" data-aos="fade-up" data-aos-offset="10">
<div class=" text-center mt-6 pt-5 mb-3 title readymade-service domain-search">
<div class="container"><h5 class="h7 domain-search-title">Get your .COM domain</h5>
<div class="row justify-content-center">
<div class="col-md-6">
<div class="input-group mb-4">
<input type="text" class="form-control search-box" placeholder="Search for your domain" aria-label="Recipient's username" aria-describedby="basic-addon2">
<div class="input-group-append">
<button class="btn domain-search-btn" type="button">Search</button>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- search domain section -->
<!--=========================== Portfolio Section=================== -->
<!--Portfolio section-->
<section class="portfolio-section pt-5" id="portfolio-section">
<!--Portfolio section-->
<div class="container text-center justify-content-center ">
<div class="h1 text-center pt-5 ">Portfolio</div>
<div class="underline1 mb-3"></div>
<div class="row">
<div class=" col-lg-12 col-md-12 col-sm-12 col-xs-12">
<ul class="nav nav-pills mb-3 justify-content-center" id="pills-tab" role="tablist">
<li class="nav-item mr-2">
<button class="btn filter-button " id="pills-all-tab" data-toggle="pill" href="#pills-all" role="tab" aria-controls="pills-home" aria-selected="true">ALL</button>
</li>
<li class="nav-item">
<button class="btn btn-default filter-button mr-2" id="pills-design-tab" data-toggle="pill" href="#pills-design" role="tab" aria-controls="pills-profile" aria-selected="false">Design</button>
</li>
<li class="nav-item">
<button class="btn btn-default filter-button mr-2" id="pills-development-tab" data-toggle="pill" href="#pills-development" role="tab" aria-controls="pills-profile" aria-selected="false">Developed</button>
</li>
<li class="nav-item">
<button class="btn btn-default filter-button mr-2" id="pills-uiux-tab" data-toggle="pill" href="#pills-uiux" role="tab" aria-controls="pills-contact" aria-selected="false">UI/UX</button>
</li>
</ul>
</div>
</div>
<br/>
<!--tabcontent-->
<div class="tab-content" id="pills-tabContent" data-aos="fade-up" data-aos-offset="10">
<!--ALl item-->
<div class="tab-pane fade show active transition" id="pills-all" role="tabpanel" aria-labelledby="pills-all-tab" >
<div class="row">
<div class=" col-lg-12 col-md-12 col-sm-12 col-xs-12">
<div class="row justify-content-center">
<div class="gallery_product text-center col-lg-3 col-md-6 col-sm-6 col-xs-12 ">
<div class="shadow-lg">
<img src="img/work/landing1.jpg" class="img-fluid border-4 brd-color-1 rounded "></div>
<div class="h5 text-center title mt-2" style="position: static;">
<i class="fab fa-edge mr-1"></i>Landing page</div>
</div>
<div class="gallery_product text-center col-lg-3 col-md-6 col-sm-6 col-xs-12 ">
<div class="shadow-lg">
<img src="img/work/portfolio.jpg" class="img-fluid border-4 rounded brd-color-4 "></div>
<div class="h5 text-center title mt-2" style="position: static;">
<i class="fab fa-edge mr-1"></i>Portfolio Site</div>
</div>
<div class="gallery_product text-center col-lg-3 col-md-6 col-sm-6 col-xs-12 ">
<div class="shadow-lg">
<img src="img/work/3dimg.jpg" class="img-fluid border-4 rounded brd-color-5"></div>
<div class="h5 text-center title mt-2" style="position: static;">
<i class="fab fa-edge mr-1"></i>3D Image Slide</div>
</div>
<div class="gallery_product text-center col-lg-3 col-md-6 col-sm-6 col-xs-12 ">
<div class="shadow-lg">
<img src="img/work/lms.png" class="img-fluid border-4 rounded brd-color-2 ">
</div>
<div class="h5 text-center title mt-2" style="position: static;">
<i class="fab fa-edge mr-1"></i>
Library management system
</div>
</div>
</div>
</div>
</div>
</div>
<!--ALl item-->
<!--Design-->
<div class="tab-pane fade transition" id="pills-design" role="tabpanel" aria-labelledby="pills-design-tab" data-aos="fade-up" data-aos-offset="10">
<div class="row">
<div class=" col-lg-12 col-md-12 col-sm-12 col-xs-12">
<div class="row justify-content-center">
<!-- Design-->
<div class="gallery_product text-center col-lg-3 col-md-6 col-sm-6 col-xs-12 ">
<div class="shadow-lg">
<img src="img/work/landing1.jpg" class="img-fluid border-4 brd-color-1 rounded "></div>
<div class="h5 text-center title mt-2" style="position: static;">
<i class="fab fa-edge mr-1"></i>Landing page</div>
</div>
<div class="gallery_product text-center col-lg-3 col-md-6 col-sm-6 col-xs-12 ">
<div class="shadow-lg">
<img src="img/work/portfolio.jpg" class="img-fluid border-4 rounded brd-color-4 "></div>
<div class="h5 text-center title mt-2" style="position: static;">
<i class="fab fa-edge mr-1"></i>Portfolio Site</div>
</div>
<div class="gallery_product text-center col-lg-3 col-md-6 col-sm-6 col-xs-12 ">
<div class="shadow-lg">
<img src="img/work/3dimg.jpg" class="img-fluid border-4 rounded brd-color-5"></div>
<div class="h5 text-center title mt-2" style="position: static;">
<i class="fab fa-edge mr-1"></i>3D Image Slide</div>
</div>
<!-- Design-->
</div>
</div>
</div>
</div>
<!--Design-->
<!--Development-->
<div class="tab-pane fade transition" id="pills-development" role="tabpanel" aria-labelledby="pills-development-tab">
<div class="row">
<div class=" col-lg-12 col-md-12 col-sm-12 col-xs-12">
<div class="row justify-content-center">
<!-- Development-->
<div class="gallery_product text-center col-lg-3 col-md-6 col-sm-6 col-xs-12 ">
<div class="shadow-lg">
<img src="img/work/lms.png" class="img-fluid border-4 rounded brd-color-2 ">
</div>
<div class="h5 text-center title mt-2" style="position: static;">
<i class="fab fa-edge mr-1"></i>
Library management system
</div>
</div>
<div class="gallery_product text-center col-lg-3 col-md-6 col-sm-6 col-xs-12 ">
<div class="shadow-lg">
<img src="img/work/lms.png" class="img-fluid border-4 rounded brd-color-3 ">
</div>
<div class="h5 text-center title mt-2" style="position: static;">
<i class="fab fa-edge mr-1"></i>
Pharmacy management system
</div>
</div>
<div class="gallery_product text-center col-lg-3 col-md-6 col-sm-6 col-xs-12 ">
<div class="shadow-lg">
<img src="img/work/lms.png" class="img-fluid border-4 rounded brd-color-4 ">
</div>
<div class="h5 text-center title mt-2" style="position: static;">
<i class="fab fa-edge mr-1"></i>
Student management system
</div>
</div>
<div class="gallery_product text-center col-lg-3 col-md-6 col-sm-6 col-xs-12 ">
<div class="shadow-lg">
<img src="img/work/lms.png" class="img-fluid border-4 rounded brd-color-5 ">
</div>
<div class="h5 text-center title mt-2" style="position: static;">
<i class="fab fa-edge mr-1"></i>
Content management system
</div>
</div>
<!-- Development-->
</div>
</div>
</div>
</div>
<!--Development-->
<!--UIUX-->
<div class="tab-pane fade transition" id="pills-uiux" role="tabpanel" aria-labelledby="pills-uiux-tab">
<div class="row">
<div class=" col-lg-12 col-md-12 col-sm-12 col-xs-12">
<div class="row justify-content-center">
<!--ui/ux-->
<div class="gallery_product text-center col-lg-3 col-md-6 col-sm-6 col-xs-12 ">
<div class="shadow-lg">
<img src="img/work/uiux1.jpg" class="img-fluid border-4 rounded brd-color-5 ">
</div>
<div class="h5 text-center title mt-2" style="position: static;">
<i class="fas fa-palette"></i>
Landing Page
</div>
</div>
<div class="gallery_product text-center col-lg-3 col-md-6 col-sm-6 col-xs-12 ">
<div class="shadow-lg">
<img src="img/work/uiux2.jpg" class="img-fluid border-4 rounded brd-color-3 ">
</div>
<div class="h5 text-center title mt-2" style="position: static;">
<i class="fas fa-palette"></i>
Landing Page
</div>
</div>
<!--ui/ux-->
</div>
</div>
</div>
</div>
<!--UIUX-->
</div>
<!--tabcontent-->
</div>
<div>
</div>
<!--portfolio section-->
<!-- =======================Portfolio Section =================== -->
<!-- About Section -->
<section class="pt-5 mb-5" id="about-section">
<div class=" text-center mt-2 pt-5 pb-5 mb-3 title readymade-service">
<div class="container">
<h5 class="h7 mb-4" style="display: inline;">ABOUT <h2 style="display: inline;">MAGIC<span style="color:Tomato;font-weight: 600;">SOFT</span></h2> </h5>
<p class=" text-center pb-1 mt-3">MAGICSOFT creates and operates effective distributed technology teams focused on software product development, IT support, quality assurance and data processing. Our core know-how lays in design of software products under conditions of incomplete specifications.</p>
</div>
</div>
<div class="container text-center pt-3" data-aos="fade-up" data-aos-offset="10">
<h4 class="h1 pt-5 ">OUR TEAM</h4>
<div class="underline1 mb-3"></div>
<div class="row justify-content-center mb-5">
<div class="col-md-6">
<p class="h4">Let's Meet Our Creative Team </p>
</div>
</div>
<div class="row justify-content-center" >
<div class="col-6 col-md-2 col-xs-3 col-sm-6 mt-4 bg-light shadow about-section-team" style="height: 12rem;" >
<img class="rounded-circle image-fluid" width="70%" src="img/front-enddeveloper.jpg" alt="">
<h3 class="def-color">John Doe</h3>
<h4 class="p1">Front-end Developer</h4>
<p class="social">
<i class="fab fa-facebook"></i>
<i class="fab fa-twitter-square"></i>
<i class="fab fa-linkedin"></i>
<i class="fab fa-google-plus"></i>
</p>
</div>
<div class="col-6 col-md-2 col-xs-3 col-sm-6 mt-4 about-section-team shadow" style="height: 12rem;" >
<img class="rounded-circle image-fluid" width="100%" src="img/systemanalysis1.jpg" alt="">
<h3 class="def-color">John Doe</h3>
<h4 class="p1">System Analyser</h4>
<p class="social">
<i class="fab fa-facebook"></i>
<i class="fab fa-twitter-square"></i>
<i class="fab fa-linkedin"></i>
<i class="fab fa-google-plus"></i>
</p>
</div>
<div class="col-6 col-md-2 col-xs-3 col-sm-6 mt-4 about-section-team shadow" style="height: 12rem;">
<img class=" rounded-circle image-fluid" width="100%" src="img/Senior-front-end-developer1.jpg" alt="">
<h3 class="def-color">John Doe</h3>
<h4 class="p1 ">Full Stack Developer</h4>
<p class="social">
<i class="fab fa-facebook"></i>
<i class="fab fa-twitter-square"></i>
<i class="fab fa-linkedin"></i>
<i class="fab fa-google-plus"></i>
</p>
</div>
<div class="col-6 col-md-2 col-xs-3 col-sm-6 mt-4 about-section-team shadow" style="height: 12rem;">
<img class=" rounded-circle image-fluid" width="100%" src="img/uiuxdesigner.jpeg" alt="">
<h3 class="def-color">John Doe</h3>
<h4 class="p1">UI/UX Designer</h4>
<p class="social">
<i class="fab fa-facebook"></i>
<i class="fab fa-twitter-square"></i>
<i class="fab fa-linkedin"></i>
<i class="fab fa-google-plus"></i>
</p>
</div>
</div>
</div>
</section>
<!-- About Section -->
<!-- Post Section -->
<section class="pt-5" id="blog-section">
<div class="demo">
<div class="container ">
<div class="text-center">
<h4 class="h1 pt-5">FROM OUR BLOG</h4>
<div class="underline1 mb-3"></div>
<div class="row justify-content-center mb-5">
<div class="col-md-6">
<p class="h4">" Stay update with us "</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div id="news-slider2" class="owl-carousel">
<div class="post-slide2">
<div class="post-img">
<a href="#"><img src="http://bestjquery.com/tutorial/news-slider/demo33/images/img-1.jpg" alt=""></a>
</div>
<div class="post-content">
<h3 class="post-title"><a href="#">Latest News Post</a></h3>
<p class="post-description">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec nec elementum mauris. Praesent vehicula gravida dolor, ac efficitur sem sagittis.
</p>
<ul class="post-bar">
<li><i class="fa fa-calendar"></i> June 5, 2016</li>
<li>
<i class="fa fa-folder"></i>
<a href="#">Mockup</a>
<a href="#">Graphics</a>
<a href="#">Flayers</a>
</li>
</ul>
<a href="#" class="read-more">read more</a>
</div>
</div>
<div class="post-slide2">
<div class="post-img">
<a href="#"><img src="http://bestjquery.com/tutorial/news-slider/demo33/images/img-2.jpg" alt=""></a>
</div>
<div class="post-content">
<h3 class="post-title"><a href="#">Latest News Post</a></h3>
<p class="post-description">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec nec elementum mauris. Praesent vehicula gravida dolor, ac efficitur sem sagittis.
</p>
<ul class="post-bar">
<li><i class="fa fa-calendar"></i> June 7, 2016</li>
<li>
<i class="fa fa-folder"></i>
<a href="#">Mockup</a>
<a href="#">Graphics</a>
<a href="#">Flayers</a>
</li>
</ul>
<a href="#" class="read-more">read more</a>
</div>
</div>
<div class="post-slide2">
<div class="post-img">
<a href="#"><img src="http://bestjquery.com/tutorial/news-slider/demo33/images/img-3.jpg" alt=""></a>
</div>
<div class="post-content">
<h3 class="post-title"><a href="#">Latest News Post</a></h3>
<p class="post-description">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec nec elementum mauris. Praesent vehicula gravida dolor, ac efficitur sem sagittis.
</p>
<ul class="post-bar">
<li><i class="fa fa-calendar"></i> June 5, 2016</li>
<li>
<i class="fa fa-folder"></i>
<a href="#">Mockup</a>
<a href="#">Graphics</a>
<a href="#">Flayers</a>
</li>
</ul>
<a href="#" class="read-more">read more</a>
</div>
</div>
<div class="post-slide2">
<div class="post-img">
<a href="#"><img src="http://bestjquery.com/tutorial/news-slider/demo33/images/img-4.jpg" alt=""></a>
</div>
<div class="post-content">
<h3 class="post-title"><a href="#">Latest News Post</a></h3>
<p class="post-description">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec nec elementum mauris. Praesent vehicula gravida dolor, ac efficitur sem sagittis.
</p>
<ul class="post-bar">
<li><i class="fa fa-calendar"></i> June 5, 2016</li>
<li>
<i class="fa fa-folder"></i>
<a href="#">Mockup</a>
<a href="#">Graphics</a>
<a href="#">Flayers</a>
</li>
</ul>
<a href="#" class="read-more">read more</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Post Section -->
<!-- testimonial section -->
<section>
<div class="text-center">
<h4 class="h1 pt-5">TESTIMONIALS</h4>
<div class="underline1 mb-3"></div>
<div class="row justify-content-center mb-5">
<div class="col-md-6">
<p class="h4">" What other say about us "</p>
</div>
</div>
</div>
</section>
<!-- testimonial section -->
<!-- script -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
<script type="text/javascript" src="js/owl.carousel.min.js"></script>
<script type="text/javascript" src="./fontawesome/js/all.js"></script>
<script type="text/javascript" src="js/aos.js"></script>
<script src="js/main.js"></script>
<!-- script -->
<script>
$(function() {
var topoffset = 70; //variable for menu height
//Use smooth scrolling when clicking on navigation
$('.navbar-nav a').click(function() {
if (location.pathname.replace(/^\//,'') ===
this.pathname.replace(/^\//,'') &&
location.hostname === this.hostname) {
var target = $(this.hash);
target = target.length ? target : $('[name=' + this.hash.slice(1) +']');
if (target.length) {
$('html,body').animate({
scrollTop: target.offset().top-topoffset
}, 500);
return false;
} //target.length
} //click function
}); //smooth scrolling
});
</script>
<!-- Aos script-->
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
<!-- Aos script-->
</body>
</html>