-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
615 lines (580 loc) · 36.3 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
<!DOCTYPE html5>
<html lang="en">
<head>
<meta charset="utf-8">
<title>GJ Traders</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="Canopy" name="keywords">
<meta content="awning" name="description">
<!-- Favicon -->
<link href="img/d.jpg" rel="icon">
<!-- Google Web Fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap" rel="stylesheet">
<!-- Font Awesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<!-- Libraries Stylesheet -->
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/lightbox/css/lightbox.min.css" rel="stylesheet">
<!-- Customized Bootstrap Stylesheet -->
<link href="css/style.css" rel="stylesheet">
</head>
<body onload=star()>
<div class="container-fluid bg-primary py-3 d-none d-md-block">
<div class="container">
<!--<div class="row">
<div class="col-md-6 text-center text-lg-left mb-2 mb-lg-0">
<div class="d-inline-flex align-items-center">
<a class="text-white pr-3" href="">FAQs</a>
<span class="text-white">|</span>
<a class="text-white px-3" href="">Help</a>
<span class="text-white">|</span>
<a class="text-white pl-3" href="">Support</a>
</div>
</div>
<div class="col-md-6 text-center text-lg-right">
<div class="d-inline-flex align-items-center">
<a class="text-white px-3" href="">
<i class="fab fa-facebook-f"></i>
</a>
<a class="text-white px-3" href="">
<i class="fab fa-twitter"></i>
</a>
<a class="text-white px-3" href="">
<i class="fab fa-linkedin-in"></i>
</a>
<a class="text-white px-3" href="">
<i class="fab fa-instagram"></i>
</a>
<a class="text-white pl-3" href="">
<i class="fab fa-youtube"></i>
</a>
</div>
</div>
</div>-->
</div>
</div>
<!-- Navbar Start -->
<div class="container-fluid position-relative nav-bar p-0">
<div class="container-lg position-relative p-0 px-lg-3" style="z-index: 9;">
<nav class="navbar navbar-expand-lg bg-white navbar-light shadow p-lg-0">
<a href="index.html" class="navbar-brand d-block d-lg-none">
<h1 class="m-0 display-4 text-primary"><span class="text-secondary">GJ</span>Traders</h1>
</a>
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbarCollapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-between" id="navbarCollapse">
<div class="navbar-nav ml-auto py-0">
<a href="index.html" class="nav-item nav-link active">Home</a>
<a href="#about" class="nav-item nav-link">About</a>
<a href="#" class="nav-item nav-link" onclick="dj()">Product</a>
</div>
<a href="index.html" class="navbar-brand mx-5 d-none d-lg-block">
<h1 class="m-0 display-4 text-primary"><span class="text-secondary">GJ</span>Traders</h1>
</a>
<div class="navbar-nav mr-auto py-0">
<a href="#" class="nav-item nav-link" onclick="dj()">Service</a>
<a href="#" class="nav-item nav-link" onclick="dj()">Gallery</a>
<a href="contact.html" class="nav-item nav-link">Contact</a>
</div>
</div>
</nav>
</div>
</div>
<!-- Navbar End -->
<!-- Carousel Start -->
<div class="container-fluid p-0 mb-5 pb-5">
<div id="header-carousel" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img class="w-100" src="img/aa.jpg" alt="Image">
<div class="carousel-caption d-flex flex-column align-items-center justify-content-center">
<div class="p-3" style="max-width: 900px;">
<h4 class="text-white text-uppercase mb-md-3">Most Trusted & Experienced</h4>
<h1 class="display-3 text-white mb-md-4">Serves Customers Like Family, Since 1995</h1>
<a href="" class="btn btn-primary py-md-3 px-md-5 mt-2">Learn More</a>
</div>
</div>
</div>
<div class="carousel-item">
<img class="w-100" src="img/ba.jpg" alt="Image">
<div class="carousel-caption d-flex flex-column align-items-center justify-content-center">
<div class="p-3" style="max-width: 900px;">
<h4 class="text-white text-uppercase mb-md-3">Regions Finest & Best</h4>
<h1 class="display-3 text-white mb-md-4">Serviced With Our Full Potential </h1>
<a href="" class="btn btn-primary py-md-3 px-md-5 mt-2">Learn More</a>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#header-carousel" data-slide="prev">
<div class="btn btn-secondary px-0" style="width: 45px; height: 45px;">
<span class="carousel-control-prev-icon mb-n1"></span>
</div>
</a>
<a class="carousel-control-next" href="#header-carousel" data-slide="next">
<div class="btn btn-secondary px-0" style="width: 45px; height: 45px;">
<span class="carousel-control-next-icon mb-n1"></span>
</div>
</a>
</div>
</div>
<!-- Carousel End -->
<!-- About Start -->
<div id="about">
<div class="container-fluid py-5">
<div class="container py-5">
<div class="row justify-content-center">
<div class="col-lg-7">
<h1 class="section-title position-relative text-center mb-5">Finest & Best Canopy Service Provider Since 1995</h1>
</div>
</div>
<br>
<div class="row">
<div class="col-lg-4 py-5">
<h4 class="font-weight-bold mb-3">About Us</h4>
<h5 class="text-muted mb-3">We, G. J. Traders (Retractable Canopy & Folding Awnings) at Lohiya Bazaar in Gwalior, Madhya Pradesh,</h5>
<p> Are one of the finest, experienced, best & trusted companies engaged in manufacturing and supplying of awning shade canopies, outdoor gazebos, wall mounted canopies and pool side umbrellas. </p>
<a href="" class="btn btn-secondary mt-2">Learn More</a>
</div>
<div class="col-lg-4" style="min-height: 400px;">
<div class="position-relative h-100 rounded overflow-hidden">
<img class="position-absolute w-100 h-100" src="img/aboute.jpg" style="object-fit: cover;">
</div>
</div>
<div class="col-lg-4 py-5">
<h4 class="font-weight-bold mb-3">Our Features</h4>
<p>Our range is appreciated across the country owing to its smooth finish & styles. We also manufacturer a wide range of products which include</p><br>
<h5 class="text-muted mb-3"><i class="fa fa-umbrella text-primary mr-3"></i>Shades, Gazebos & Canopy</h5>
<h5 class="text-muted mb-3"><i class="fa fa-umbrella text-secondary mr-3"></i>Car parking tent & shelter</h5>
<h5 class="text-muted mb-3"><i class="fa fa-umbrella text-primary mr-3"></i>Commercial awnings</h5><br>
<a href="" class="btn btn-primary mt-2">Learn More</a>
</div>
</div>
</div>
</div>
</div>
<!-- About End -->
<!-- Promotion Start -->
<div class="container-fluid my-5 py-5 px-0">
<div class="row bg-primary m-0">
<div class="col-md-6 px-0" style="min-height: 500px;">
<div class="position-relative h-100">
<img class="position-absolute w-100 h-100" src="img/promotion.jpg" style="object-fit: cover;">
<button type="button" class="btn-play" data-toggle="modal"
data-src="https://www.youtube.com/embed/UE55Z05ioEg" data-target="#videoModal">
<span></span>
</button>
</div>
</div>
<div class="col-md-6 py-5 py-md-0 px-0">
<div class="h-100 d-flex flex-column align-items-center justify-content-center text-center p-5">
<div class="d-flex align-items-center justify-content-center bg-white rounded-circle mb-4"
style="width: 100px; height: 100px;">
<h3 class="font-weight-bold text-secondary mb-0">₹-₹</h3>
</div>
<h3 class="font-weight-bold text-white mt-3 mb-4">Awnings & Canopies</h3>
<p class="text-white mb-4">We have a wide range of products including tents, swings, window sheets, car shelters and many more. We offer the best Prices in the town with excellent work and maintainance.</p>
<a href="https://dir.indiamart.com/impcat/awnings.html" target="_blank" class="btn btn-secondary-1 py-3 px-5 mt-2">Order Now</a>
</div>
</div>
</div>
</div>
<!-- Promotion End -->
<!-- Video Modal Start -->
<div class="modal fade" id="videoModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-body">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<!-- 16:9 aspect ratio -->
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="" id="video" allowscriptaccess="always" allow="autoplay"></iframe>
</div>
</div>
</div>
</div>
</div>
<!-- Video Modal End -->
<!-- Services Start -->
<div class="container-fluid py-5">
<div class="container py-5">
<div class="row">
<div class="col-lg-6">
<h1 class="section-title position-relative mb-5">Best Services We Provide For Our Clients</h1>
</div>
<div class="col-lg-6 mb-5 mb-lg-0 pb-5 pb-lg-0"></div>
</div>
<br>
<div class="row">
<div class="col-12">
<div class="owl-carousel service-carousel">
<div class="service-item">
<div class="service-img mx-auto">
<img class="rounded-circle w-100 h-100 bg-light p-3" src="img/service-1.jpg" style="object-fit: cover;">
</div>
<div class="position-relative text-center bg-light rounded p-4 pb-5" style="margin-top: -75px;">
<h5 class="font-weight-semi-bold mt-5 mb-3 pt-5">Quality Maintain</h5>
<p>Have a wide range of canopy to choose from at very affordable prices & good staff.</p>
<a href="" class="border-bottom border-secondary text-decoration-none text-secondary">Learn More</a>
</div>
</div>
<div class="service-item">
<div class="service-img mx-auto">
<img class="rounded-circle w-100 h-100 bg-light p-3" src="img/service-2.jpg" style="object-fit: cover;">
</div>
<div class="position-relative text-center bg-light rounded p-4 pb-5" style="margin-top: -75px;">
<h5 class="font-weight-semi-bold mt-5 mb-3 pt-5">Cleanng Services</h5>
<p>Have a wide range of canopy to choose from at very affordable prices & good staff.</p>
<a href="" class="border-bottom border-secondary text-decoration-none text-secondary">Learn More</a>
</div>
</div>
<div class="service-item">
<div class="service-img mx-auto">
<img class="rounded-circle w-100 h-100 bg-light p-3" src="img/service-3.jpg" style="object-fit: cover;">
</div>
<div class="position-relative text-center bg-light rounded p-4 pb-5" style="margin-top: -75px;">
<h5 class="font-weight-semi-bold mt-5 mb-3 pt-5">Individual Approach</h5>
<p>Have a wide range of canopy to choose from at very affordable prices & good staff.</p>
<a href="" class="border-bottom border-secondary text-decoration-none text-secondary">Learn More</a>
</div>
</div>
<div class="service-item">
<div class="service-img mx-auto">
<img class="rounded-circle w-100 h-100 bg-light p-3" src="img/service-4.jpg" style="object-fit: cover;">
</div>
<div class="position-relative text-center bg-light rounded p-4 pb-5" style="margin-top: -75px;">
<h5 class="font-weight-semi-bold mt-5 mb-3 pt-5">Delivery To Any Point</h5>
<p>Have a wide range of canopy to choose from at very affordable prices & good staff.</p>
<a href="" class="border-bottom border-secondary text-decoration-none text-secondary">Learn More</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Services End -->
<!-- Portfolio Start -->
<div class="container-fluid my-5 py-5 px-0">
<div class="row justify-content-center m-0">
<div class="col-lg-5">
<h1 class="section-title position-relative text-center mb-5">Our Work Samples</h1>
</div>
</div>
<br>
<div class="row m-0 portfolio-container">
<div class="col-lg-4 col-md-6 p-0 portfolio-item">
<div class="position-relative overflow-hidden">
<img class="img-fluid w-100" src="img/portfolio-1.jpg" alt="">
<a class="portfolio-btn" href="img/portfolio-1.jpg" data-lightbox="portfolio">
<i class="fa fa-plus text-primary" style="font-size: 60px;"></i>
</a>
</div>
</div>
<div class="col-lg-4 col-md-6 p-0 portfolio-item">
<div class="position-relative overflow-hidden">
<img class="img-fluid w-100" src="img/portfolio-2.jpg" alt="">
<a class="portfolio-btn" href="img/portfolio-2.jpg" data-lightbox="portfolio">
<i class="fa fa-plus text-primary" style="font-size: 60px;"></i>
</a>
</div>
</div>
<div class="col-lg-4 col-md-6 p-0 portfolio-item">
<div class="position-relative overflow-hidden">
<img class="img-fluid w-100" src="img/portfolio-3.jpg" alt="">
<a class="portfolio-btn" href="img/portfolio-3.jpg" data-lightbox="portfolio">
<i class="fa fa-plus text-primary" style="font-size: 60px;"></i>
</a>
</div>
</div>
<div class="col-lg-4 col-md-6 p-0 portfolio-item">
<div class="position-relative overflow-hidden">
<img class="img-fluid w-100" src="img/portfolio-4.jpg" alt="">
<a class="portfolio-btn" href="img/portfolio-4.jpg" data-lightbox="portfolio">
<i class="fa fa-plus text-primary" style="font-size: 60px;"></i>
</a>
</div>
</div>
<div class="col-lg-4 col-md-6 p-0 portfolio-item">
<div class="position-relative overflow-hidden">
<img class="img-fluid w-100" src="img/portfolio-5.jpg" alt="">
<a class="portfolio-btn" href="img/portfolio-5.jpg" data-lightbox="portfolio">
<i class="fa fa-plus text-primary" style="font-size: 60px;"></i>
</a>
</div>
</div>
<div class="col-lg-4 col-md-6 p-0 portfolio-item">
<div class="position-relative overflow-hidden">
<img class="img-fluid w-100" src="img/portfolio-6.jpg" alt="">
<a class="portfolio-btn" href="img/portfolio-6.jpg" data-lightbox="portfolio">
<i class="fa fa-plus text-primary" style="font-size: 60px;"></i>
</a>
</div>
</div>
</div>
</div>
<!-- Portfolio End -->
<!-- Products Start -->
<div class="container-fluid py-5">
<div class="container py-5">
<div class="row">
<div class="col-lg-6">
<h1 class="section-title position-relative mb-5">Best Prices We Offer<br></h1>
</div>
<div class="col-lg-6 mb-5 mb-lg-0 pb-5 pb-lg-0"></div>
</div>
<br>
<div class="row">
<div class="col-12">
<div class="owl-carousel product-carousel">
<div class="product-item d-flex flex-column align-items-center text-center bg-light rounded py-5 px-3">
<div class="bg-primary mt-n5 py-3" style="width: 80px;">
<h4 class="font-weight-bold text-white mb-0"><br>₹ 2000</h4>
</div>
<div class="position-relative bg-primary rounded-circle mt-n3 mb-4 p-3" style="width: 150px; height: 150px;">
<img class="rounded-circle w-100 h-100" src="img/product-1.jpg" style="object-fit: cover;">
</div>
<h5 class="font-weight-bold mb-4">Window Cover</h5>
<a href="" class="btn btn-sm btn-secondary">Order Now</a>
</div>
<div class="product-item d-flex flex-column align-items-center text-center bg-light rounded py-5 px-3">
<div class="bg-primary mt-n5 py-3" style="width: 80px;">
<h4 class="font-weight-bold text-white mb-0"><br><br>₹ 1000</h4>
</div>
<div class="position-relative bg-primary rounded-circle mt-n3 mb-4 p-3" style="width: 150px; height: 150px;">
<img class="rounded-circle w-100 h-100" src="img/product-2.jpg" style="object-fit: cover;">
</div>
<h5 class="font-weight-bold mb-4">Canopy Tent</h5>
<a href="" class="btn btn-sm btn-secondary">Order Now</a>
</div>
<div class="product-item d-flex flex-column align-items-center text-center bg-light rounded py-5 px-3">
<div class="bg-primary mt-n5 py-3" style="width: 80px;">
<h4 class="font-weight-bold text-white mb-0"><br>₹ 4500</h4>
</div>
<div class="position-relative bg-primary rounded-circle mt-n3 mb-4 p-3" style="width: 150px; height: 150px;">
<img class="rounded-circle w-100 h-100" src="img/product-3.jpg" style="object-fit: cover;">
</div>
<h5 class="font-weight-bold mb-4">Swing</h5>
<a href="" class="btn btn-sm btn-secondary">Order Now</a>
</div>
<div class="product-item d-flex flex-column align-items-center text-center bg-light rounded py-5 px-3">
<div class="bg-primary mt-n5 py-3" style="width: 80px;">
<h4 class="font-weight-bold text-white mb-0"><br>₹ 90/ft.</h4>
</div>
<div class="position-relative bg-primary rounded-circle mt-n3 mb-4 p-3" style="width: 150px; height: 150px;">
<img class="rounded-circle w-100 h-100" src="img/product-4.jpg" style="object-fit: cover;">
</div>
<h5 class="font-weight-bold mb-4">Corridor</h5>
<a href="" class="btn btn-sm btn-secondary">Order Now</a>
</div>
<div class="product-item d-flex flex-column align-items-center text-center bg-light rounded py-5 px-3">
<div class="bg-primary mt-n5 py-3" style="width: 80px;">
<h4 class="font-weight-bold text-white mb-0"><br>₹ 300<br><br></h4>
</div>
<div class="position-relative bg-primary rounded-circle mt-n3 mb-4 p-3" style="width: 150px; height: 150px;">
<img class="rounded-circle w-100 h-100" src="img/product-5.jpg" style="object-fit: cover;">
</div>
<h5 class="font-weight-bold mb-4">Awning Sheet</h5>
<a href="" class="btn btn-sm btn-secondary">Order Now</a>
</div>
<div class="product-item d-flex flex-column align-items-center text-center bg-light rounded py-5 px-3">
<div class="bg-primary mt-n5 py-3" style="width: 80px;">
<h4 class="font-weight-bold text-white mb-0"><br>₹ 300</h4>
</div>
<div class="position-relative bg-primary rounded-circle mt-n3 mb-4 p-3" style="width: 150px; height: 150px;">
<img class="rounded-circle w-100 h-100" src="img/product-6.jpg" style="object-fit: cover;">
</div>
<h5 class="font-weight-bold mb-4">Rain Weather Canopy</h5>
<a href="" class="btn btn-sm btn-secondary">Order Now</a>
</div>
<div class="product-item d-flex flex-column align-items-center text-center bg-light rounded py-5 px-3">
<div class="bg-primary mt-n5 py-3" style="width: 80px;">
<h4 class="font-weight-bold text-white mb-0"><br>₹ 300<br><br></h4>
</div>
<div class="position-relative bg-primary rounded-circle mt-n3 mb-4 p-3" style="width: 150px; height: 150px;">
<img class="rounded-circle w-100 h-100" src="img/product-7.jpg" style="object-fit: cover;">
</div>
<h5 class="font-weight-bold mb-4">Curved</h5>
<a href="" class="btn btn-sm btn-secondary">Order Now</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Products End -->
<!-- Location Start -->
<div class="container-fluid py-5">
<div class="container py-5">
<div class="row">
<div class="col-lg-6">
<h1 class="section-title position-relative mb-5">Our Location</h1>
</div>
<div class="col-lg-6 mb-5 mb-lg-0 pb-5 pb-lg-0"></div>
</div>
<div class="row">
<div class="col-12">
<!--
<div class="owl-carousel team-carousel">
<div class="team-item">
<div class="team-img mx-auto">
<img class="rounded-circle w-100 h-100" src="img/team-1.jpg" style="object-fit: cover;">
</div>
<div class="position-relative text-center bg-light rounded px-4 py-5" style="margin-top: -100px;">
<h3 class="font-weight-bold mt-5 mb-3 pt-5">Full Name</h3>
<h6 class="text-uppercase text-muted mb-4">Designation</h6>
<div class="d-flex justify-content-center pt-1">
<a class="btn btn-outline-secondary btn-social mr-2" href="#"><i class="fab fa-twitter"></i></a>
<a class="btn btn-outline-secondary btn-social mr-2" href="#"><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-outline-secondary btn-social mr-2" href="#"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
</div>
<div class="team-item">
<div class="team-img mx-auto">
<img class="rounded-circle w-100 h-100" src="img/team-2.jpg" style="object-fit: cover;">
</div>
<div class="position-relative text-center bg-light rounded px-4 py-5" style="margin-top: -100px;">
<h3 class="font-weight-bold mt-5 mb-3 pt-5">Full Name</h3>
<h6 class="text-uppercase text-muted mb-4">Designation</h6>
<div class="d-flex justify-content-center pt-1">
<a class="btn btn-outline-secondary btn-social mr-2" href="#"><i class="fab fa-twitter"></i></a>
<a class="btn btn-outline-secondary btn-social mr-2" href="#"><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-outline-secondary btn-social mr-2" href="#"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
</div>
<div class="team-item">
<div class="team-img mx-auto">
<img class="rounded-circle w-100 h-100" src="img/team-3.jpg" style="object-fit: cover;">
</div>
<div class="position-relative text-center bg-light rounded px-4 py-5" style="margin-top: -100px;">
<h3 class="font-weight-bold mt-5 mb-3 pt-5">Full Name</h3>
<h6 class="text-uppercase text-muted mb-4">Designation</h6>
<div class="d-flex justify-content-center pt-1">
<a class="btn btn-outline-secondary btn-social mr-2" href="#"><i class="fab fa-twitter"></i></a>
<a class="btn btn-outline-secondary btn-social mr-2" href="#"><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-outline-secondary btn-social mr-2" href="#"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
</div>
<div class="team-item">
<div class="team-img mx-auto">
<img class="rounded-circle w-100 h-100" src="img/team-4.jpg" style="object-fit: cover;">
</div>
<div class="position-relative text-center bg-light rounded px-4 py-5" style="margin-top: -100px;">
<h3 class="font-weight-bold mt-5 mb-3 pt-5">Full Name</h3>
<h6 class="text-uppercase text-muted mb-4">Designation</h6>
<div class="d-flex justify-content-center pt-1">
<a class="btn btn-outline-secondary btn-social mr-2" href="#"><i class="fab fa-twitter"></i></a>
<a class="btn btn-outline-secondary btn-social mr-2" href="#"><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-outline-secondary btn-social mr-2" href="#"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
</div>
-->
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d31231.731372360206!2d78.1264476307566!3d26.198204964960084!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3976c432cb206a87%3A0x277155bc83fa7d50!2sG.%20J.%20Traders%20folding%20tripal%2C%20canopy%20and%20blinds!5e0!3m2!1sen!2sin!4v1677857821297!5m2!1sen!2sin" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</div>
</div>
</div>
</div>
<!-- Location End -->
<!-- Testimonial Start -->
<div class="container-fluid py-5">
<div class="container py-5">
<div class="row justify-content-center">
<div class="col-lg-6">
<h1 class="section-title position-relative text-center mb-5">Hear From Our Clients <br></h1>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="owl-carousel testimonial-carousel">
<div class="text-center">
<i class="fa fa-3x fa-quote-left text-primary mb-4"></i>
<h4 class="font-weight-light mb-4">"They have a wide range of canopy to choose from and very affordable prices and very good staff."</h4>
<img class="img-fluid mx-auto mb-3" src="img/testimonial-1.jpg" alt="">
<h5 class="font-weight-bold m-0">Uday Parihar</h5>
<span>Parth Juice Owner</span>
</div>
<div class="text-center">
<i class="fa fa-3x fa-quote-left text-primary mb-4"></i>
<h4 class="font-weight-light mb-4">"Best service, excellent customer care support, proper order handling, wide variety of products available, surely recommend others for best medical supply service from them."</h4>
<img class="img-fluid mx-auto mb-3" src="img/testimonial-2.jpg" alt="">
<h5 class="font-weight-bold m-0">Sankar Singh</h5>
<span>Bindal Saadi Sansar</span>
</div>
<div class="text-center">
<i class="fa fa-3x fa-quote-left text-primary mb-4"></i>
<h4 class="font-weight-light mb-4">Their products are quality checked and are all trendy. Rely on them for the best products.</h4>
<img class="img-fluid mx-auto mb-3" src="img/testimonial-3.jpg" alt="">
<h5 class="font-weight-bold m-0">Pankaj Sharma</h5>
<span>Manager, Sweet N Sins</span>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Testimonial End -->
<!-- Footer Start -->
<div class="container-fluid footer bg-light py-5" style="margin-top: 10px;">
<div class="container text-center py-5">
<div class="row">
<div class="col-12 mb-4">
<a href="index.html" class="navbar-brand m-0">
<h1 class="m-0 mt-n2 display-4 text-primary"><span class="text-secondary">GJ</span>Traders</h1>
</a>
</div>
<div class="col-12 mb-4">
<a class="btn btn-outline-secondary btn-social mr-2" href="https://www.whatsapp.com/"><i class="fab fa-whatsapp"></i></a>
<a class="btn btn-outline-secondary btn-social mr-2" href="https://www.facebook.com/"><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-outline-secondary btn-social mr-2" href="https://www.instagram.com/"><i class="fab fa-instagram"></i></a>
<!--<a class="btn btn-outline-secondary btn-social" href="#"><i class="fab fa-instagram"></i></a>-->
</div>
<div class="col-12 mt-2 mb-4">
<div class="row">
<div class="col-sm-6 text-center text-sm-right border-right mb-3 mb-sm-0">
<h5 class="font-weight-bold mb-2">Get In Touch</h5>
<p class="mb-2">G.J. TRADERS, LOHIYA BAZAR,<br> GWALIOR, MP</p>
<p class="mb-0">+91- 9827431602</p>
</div>
<div class="col-sm-6 text-center text-sm-left">
<h5 class="font-weight-bold mb-2">Opening Hours</h5>
<p class="mb-2">Mon – Sat, 9AM – 7PM</p>
<p class="mb-0">Sunday: Closed</p>
</div>
</div>
</div>
<div class="col-12">
<p class="m-0">© <a href="#"><fa fa-copyright>T&C 2023</a>-|- All Rights Reserved -|- Designed by <a href="https://daksh-jha.github.io/Portfolio/">Daksh Jha</a>
</p>
</div>
</div>
</div>
</div>
<!-- Footer End -->
<!-- Back to Top -->
<a href="#" class="btn btn-secondary px-2 back-to-top"><i class="fa fa-angle-double-up"></i></a>
<!-- Login -->
<a href="contact.html" class="btn btn-secondary px-7 login">Contact <i class="fa fa-phone"></i></a>
<!-- JavaScript Libraries -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/isotope/isotope.pkgd.min.js"></script>
<script src="lib/lightbox/js/lightbox.min.js"></script>
<!-- Contact Javascript File -->
<script src="mail/jqBootstrapValidation.min.js"></script>
<script src="mail/contact.js"></script>
<!-- Template Javascript -->
<script src="js/main.js"></script>
</body>
</html>