-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
702 lines (524 loc) · 37.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Graphic GLimmer</title>
<!-- CSS FILES -->
<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=DM+Sans:ital,wght@0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-icons.css" rel="stylesheet">
<link href="css/templatemo-tiya-golf-club.css" rel="stylesheet">
<!--
TemplateMo 587 Tiya Golf Club
https://templatemo.com/tm-587-tiya-golf-club
-->
</head>
<body>
<main>
<nav class="navbar navbar-expand-lg">
<div class="container">
<a class="navbar-brand d-flex align-items-center" href="index.html">
<!-- <img src="images/Glimmer (1).png" class="navbar-brand-image img-fluid" alt="Graphic Glimmer"> -->
<span class="navbar-brand-text">
Graphic
<small>Glimmer</small>
</span>
</a>
<div class="d-lg-none ms-auto me-3">
<a class="btn custom-btn custom-border-btn" data-bs-toggle="offcanvas" href="#offcanvasExample" role="button" aria-controls="offcanvasExample">Member Login</a>
</div>
<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 ms-lg-auto">
<li class="nav-item">
<a class="nav-link click-scroll" href="#section_1">Home</a>
</li>
<li class="nav-item">
<a class="nav-link click-scroll" href="#section_2">About</a>
</li>
<li class="nav-item">
<a class="nav-link click-scroll" href="#section_3">Membership</a>
</li>
<li class="nav-item">
<a class="nav-link click-scroll" href="#section_4">Events</a>
</li>
<li class="nav-item">
<a class="nav-link click-scroll" href="#section_5">Contact Us</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarLightDropdownMenuLink" role="button" data-bs-toggle="dropdown" aria-expanded="false">Pages</a>
<ul class="dropdown-menu dropdown-menu-light" aria-labelledby="navbarLightDropdownMenuLink">
<li><a class="dropdown-item" href="event-listing.html">Event Listing</a></li>
<li><a class="dropdown-item" href="event-detail.html">Event Detail</a></li>
</ul>
</li>
</ul>
<div class="d-none d-lg-block ms-lg-3">
<a class="btn custom-btn custom-border-btn" data-bs-toggle="offcanvas" href="#offcanvasExample" role="button" aria-controls="offcanvasExample">Member Login</a>
</div>
</div>
</div>
</nav>
<div class="offcanvas offcanvas-end" data-bs-scroll="true" tabindex="-1" id="offcanvasExample" aria-labelledby="offcanvasExampleLabel">
<div class="offcanvas-header">
<h5 class="offcanvas-title" id="offcanvasExampleLabel">Member Login</h5>
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body d-flex flex-column">
<form class="custom-form member-login-form" action="#" method="post" role="form">
<div class="member-login-form-body">
<div class="mb-4">
<label class="form-label mb-2" for="member-login-number">Membership No.</label>
<input type="text" name="member-login-number" id="member-login-number" class="form-control" placeholder="11002560" required>
</div>
<div class="mb-4">
<label class="form-label mb-2" for="member-login-password">Password</label>
<input type="password" name="member-login-password" id="member-login-password" pattern="[0-9a-zA-Z]{4,10}" class="form-control" placeholder="Password" required="">
</div>
<div class="form-check mb-4">
<input class="form-check-input" type="checkbox" value="" id="flexCheckDefault">
<label class="form-check-label" for="flexCheckDefault">
Remember me
</label>
</div>
<div class="col-lg-5 col-md-7 col-8 mx-auto">
<button type="submit" class="form-control">Login</button>
</div>
<div class="text-center my-4">
<a href="#">Forgotten password?</a>
</div>
</div>
</form>
<div class="mt-auto mb-5">
<p>
<strong class="text-white me-3">Any Questions?</strong>
<a href="tel: 010-020-0340" class="contact-link">
010-020-0340
</a>
</p>
</div>
</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="#3D405B" fill-opacity="1" d="M0,224L34.3,192C68.6,160,137,96,206,90.7C274.3,85,343,139,411,144C480,149,549,107,617,122.7C685.7,139,754,213,823,240C891.4,267,960,245,1029,224C1097.1,203,1166,181,1234,160C1302.9,139,1371,117,1406,106.7L1440,96L1440,320L1405.7,320C1371.4,320,1303,320,1234,320C1165.7,320,1097,320,1029,320C960,320,891,320,823,320C754.3,320,686,320,617,320C548.6,320,480,320,411,320C342.9,320,274,320,206,320C137.1,320,69,320,34,320L0,320Z"></path></svg>
</div>
<section class="hero-section d-flex justify-content-center align-items-center" id="section_1">
<div class="section-overlay"></div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="#3D405B" fill-opacity="1" d="M0,224L34.3,192C68.6,160,137,96,206,90.7C274.3,85,343,139,411,144C480,149,549,107,617,122.7C685.7,139,754,213,823,240C891.4,267,960,245,1029,224C1097.1,203,1166,181,1234,160C1302.9,139,1371,117,1406,106.7L1440,96L1440,0L1405.7,0C1371.4,0,1303,0,1234,0C1165.7,0,1097,0,1029,0C960,0,891,0,823,0C754.3,0,686,0,617,0C548.6,0,480,0,411,0C342.9,0,274,0,206,0C137.1,0,69,0,34,0L0,0Z"></path></svg>
<div class="container">
<div class="row">
<div class="col-lg-6 col-12 mb-5 mb-lg-0">
<h2 class="text-white">Elevate your brand</h2>
<h1 class="cd-headline rotate-1 text-white mb-4 pb-2">
<span>GG is</span>
<span class="cd-words-wrapper">
<b class="is-visible">Modern</b>
<b>Creative</b>
<b>Aesthetics</b>
</span>
</h1>
<div class="custom-btn-group">
<a href="#section_2" class="btn custom-btn smoothscroll me-3">Our Story</a>
<a href="#section_3" class="link smoothscroll">Become a member</a>
</div>
</div>
<div class="col-lg-6 col-12">
<div class="ratio ratio-16x9">
<!-- <iframe width="560" height="315" src="https://www.youtube.com/embed/MGNgbNGOzh8" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> -->
<!-- <video autoplay loop muted src="mixkit-colorful-design-on-tablet-921.mp4"></video> -->
<iframe width="560" height="315" src="https://www.youtube.com/embed/DocPpfGQeOw?si=Fgc3zereHVTJpeGn" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="#ffffff" fill-opacity="1" d="M0,224L34.3,192C68.6,160,137,96,206,90.7C274.3,85,343,139,411,144C480,149,549,107,617,122.7C685.7,139,754,213,823,240C891.4,267,960,245,1029,224C1097.1,203,1166,181,1234,160C1302.9,139,1371,117,1406,106.7L1440,96L1440,320L1405.7,320C1371.4,320,1303,320,1234,320C1165.7,320,1097,320,1029,320C960,320,891,320,823,320C754.3,320,686,320,617,320C548.6,320,480,320,411,320C342.9,320,274,320,206,320C137.1,320,69,320,34,320L0,320Z"></path></svg>
</section>
<section class="about-section section-padding" id="section_2">
<div class="container">
<div class="row">
<div class="col-lg-12 col-12 text-center">
<h2 class="mb-lg-5 mb-4">About Graphic Glimmer</h2>
</div>
<div class="col-lg-5 col-12 me-auto mb-4 mb-lg-0">
<h3 class="mb-3">Graphic Glimmer Vision</h3>
<p><strong>Welcome to</strong>, Graphic Glimmer! Where imagination meets design, and creativity sparkles. Explore our portfolio of captivating graphics and let your ideas shine!</p>
<p>We're trying our best to give you the top notch quality at affordable prices, feel free to use our service it makes our day.</p>
</div>
<div class="col-lg-3 col-md-6 col-12 mb-4 mb-lg-0 mb-md-0">
<div class="member-block">
<div class="member-block-image-wrap">
<img src="images/members/emily-bernal-v9vII5gV8Lw-unsplash.jpg" class="member-block-image img-fluid" alt="">
<ul class="social-icon">
<li class="social-icon-item">
<a href="#" class="social-icon-link bi-twitter"></a>
</li>
<li class="social-icon-item">
<a href="#" class="social-icon-link bi-whatsapp"></a>
</li>
</ul>
</div>
<div class="member-block-info d-flex align-items-center">
<h4>10+</h4>
<p class="ms-auto">Categories</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-12">
<div class="member-block">
<div class="member-block-image-wrap">
<img src="images/members/business-contemporary-company-strategy-firm-concept.jpg" class="member-block-image img-fluid" alt="">
<ul class="social-icon">
<li class="social-icon-item">
<a href="#" class="social-icon-link bi-linkedin"></a>
</li>
<li class="social-icon-item">
<a href="#" class="social-icon-link bi-twitter"></a>
</li>
</ul>
</div>
<div class="member-block-info d-flex align-items-center">
<h4>Connect</h4>
<p class="ms-auto">With Us</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section-bg-image">
<svg viewBox="0 0 1265 144" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path fill="rgba(255, 255, 255, 1)" d="M 0 40 C 164 40 164 20 328 20 L 328 20 L 328 0 L 0 0 Z" stroke-width="0"></path> <path fill="rgba(255, 255, 255, 1)" d="M 327 20 C 445.5 20 445.5 89 564 89 L 564 89 L 564 0 L 327 0 Z" stroke-width="0"></path> <path fill="rgba(255, 255, 255, 1)" d="M 563 89 C 724.5 89 724.5 48 886 48 L 886 48 L 886 0 L 563 0 Z" stroke-width="0"></path><path fill="rgba(255, 255, 255, 1)" d="M 885 48 C 1006.5 48 1006.5 67 1128 67 L 1128 67 L 1128 0 L 885 0 Z" stroke-width="0"></path><path fill="rgba(255, 255, 255, 1)" d="M 1127 67 C 1196 67 1196 0 1265 0 L 1265 0 L 1265 0 L 1127 0 Z" stroke-width="0"></path></svg>
<div class="container">
<div class="row">
<div class="col-lg-6 col-12">
<div class="section-bg-image-block">
<h2 class="mb-lg-3">Get our newsletter</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor ut labore et dolore.</p>
<form action="#" method="get" class="custom-form mt-lg-4 mt-2" role="form">
<div class="input-group input-group-lg">
<span class="input-group-text bi-envelope" id="basic-addon1"></span>
<input type="email" name="email" id="email" pattern="[^ @]*@[^ @]*" class="form-control" placeholder="Email address" required="">
<button type="submit" class="form-control">Subscribe</button>
</div>
</form>
</div>
</div>
</div>
</div>
<svg viewBox="0 0 1265 144" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path fill="rgba(255, 255, 255, 1)" d="M 0 40 C 164 40 164 20 328 20 L 328 20 L 328 0 L 0 0 Z" stroke-width="0"></path> <path fill="rgba(255, 255, 255, 1)" d="M 327 20 C 445.5 20 445.5 89 564 89 L 564 89 L 564 0 L 327 0 Z" stroke-width="0"></path> <path fill="rgba(255, 255, 255, 1)" d="M 563 89 C 724.5 89 724.5 48 886 48 L 886 48 L 886 0 L 563 0 Z" stroke-width="0"></path><path fill="rgba(255, 255, 255, 1)" d="M 885 48 C 1006.5 48 1006.5 67 1128 67 L 1128 67 L 1128 0 L 885 0 Z" stroke-width="0"></path><path fill="rgba(255, 255, 255, 1)" d="M 1127 67 C 1196 67 1196 0 1265 0 L 1265 0 L 1265 0 L 1127 0 Z" stroke-width="0"></path></svg>
</section>
<section class="membership-section section-padding" id="section_3">
<div class="container">
<div class="row">
<div class="col-lg-12 col-12 text-center mx-auto mb-lg-5 mb-4">
<h2><span>Membership</span> at Graphic Glimmer</h2>
</div>
<div class="col-lg-6 col-12 mb-3 mb-lg-0">
<h4 class="mb-4 pb-lg-2">Membership Fees</h4>
<div class="table-responsive">
<table class="table text-center">
<thead>
<tr>
<th style="width: 34%;">Monthly Access</th>
<th style="width: 22%;">420</th>
<th style="width: 22%;">640</th>
<th style="width: 22%;">860</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row" class="text-start">AI Enchanced Design</th>
<td>
<i class="bi-check-circle-fill"></i>
</td>
<td>
<i class="bi-check-circle-fill"></i>
</td>
<td>
<i class="bi-check-circle-fill"></i>
</td>
</tr>
<tr>
<th scope="row" class="text-start">Unlimited Downloads</th>
<td>
<i class="bi-check-circle-fill"></i>
</td>
<td>
<i class="bi-check-circle-fill"></i>
</td>
<td>
<i class="bi-check-circle-fill"></i>
</td>
</tr>
<tr>
<th scope="row" class="text-start">4k Quality</th>
<td>
<i class="bi-x-circle-fill"></i>
</td>
<td>
<i class="bi-check-circle-fill"></i>
</td>
<td>
<i class="bi-check-circle-fill"></i>
</td>
</tr>
<tr>
<th scope="row" class="text-start">Early Access to our new designs</th>
<td>
<i class="bi-x-circle-fill"></i>
</td>
<td>
<i class="bi-check-circle-fill"></i>
</td>
<td>
<i class="bi-check-circle-fill"></i>
</td>
</tr>
<tr>
<th scope="row" class="text-start">ab smjh nhi aa rha kya likhu</th>
<td>
<i class="bi-x-circle-fill"></i>
</td>
<td>
<i class="bi-x-circle-fill"></i>
</td>
<td>
<i class="bi-check-circle-fill"></i>
</td>
</tr>
<tr>
<th scope="row" class="text-start">tu likh lio apne hisab se</th>
<td>
<i class="bi-x-circle-fill"></i>
</td>
<td>
<i class="bi-x-circle-fill"></i>
</td>
<td>
<i class="bi-check-circle-fill"></i>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="col-lg-5 col-12 mx-auto">
<h4 class="mb-4 pb-lg-2">Please join us!</h4>
<form action="#" method="post" class="custom-form membership-form shadow-lg" role="form">
<h4 class="text-white mb-4">Become a member</h4>
<div class="form-floating">
<input type="text" name="full-name" id="full-name" class="form-control" placeholder="Full Name" required="">
<label for="floatingInput">Full Name</label>
</div>
<div class="form-floating">
<input type="email" name="email" id="email" pattern="[^ @]*@[^ @]*" class="form-control" placeholder="Email address" required="">
<label for="floatingInput">Email address</label>
</div>
<div class="form-floating">
<textarea class="form-control" id="message" name="message" placeholder="Describe message here"></textarea>
<label for="floatingTextarea"> Comments</label>
</div>
<button type="submit" class="form-control">Submit</button>
</div>
</form>
</div>
</div>
</div>
</section>
<section class="events-section section-bg section-padding" id="section_4">
<div class="container">
<div class="row">
<div class="col-lg-12 col-12">
<h2 class="mb-lg-3">Our Products</h2>
</div>
<div class="row custom-block mb-3">
<div class="col-lg-2 col-md-4 col-12 order-2 order-md-0 order-lg-0">
<div class="custom-block-date-wrap d-flex d-lg-block d-md-block align-items-center mt-3 mt-lg-0 mt-md-0">
<h6 class="custom-block-date mb-lg-1 mb-0 me-3 me-lg-0 me-md-0">15</h6>
<strong class="text-white">Feb 2004</strong>
</div>
</div>
<div class="col-lg-4 col-md-8 col-12 order-1 order-lg-0">
<div class="custom-block-image-wrap">
<a href="event-detail.html">
<img src="images/3d-workstation-with-computer-peripheral-devices.jpg" class="custom-block-image img-fluid" alt="">
<i class="custom-block-icon bi-link"></i>
</a>
</div>
</div>
<div class="col-lg-6 col-12 order-3 order-lg-0">
<div class="custom-block-info mt-2 mt-lg-0">
<a href="event-detail.html" class="events-title mb-3">Products</a>
<p class="mb-0">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
<div class="d-flex flex-wrap border-top mt-4 pt-3">
<div class="mb-4 mb-lg-0">
<div class="d-flex flex-wrap align-items-center mb-1">
<span class="custom-block-span">Location:</span>
<p class="mb-0">Sainik farm, Delhi</p>
</div>
<div class="d-flex flex-wrap align-items-center">
<span class="custom-block-span">Ticket:</span>
<p class="mb-0">250</p>
</div>
</div>
<div class="d-flex align-items-center ms-lg-auto">
<a href="event-detail.html" class="btn custom-btn">Buy Ticket</a>
</div>
</div>
</div>
</div>
</div>
<div class="row custom-block custom-block-bg">
<div class="col-lg-2 col-md-4 col-12 order-2 order-md-0 order-lg-0">
<div class="custom-block-date-wrap d-flex d-lg-block d-md-block align-items-center mt-3 mt-lg-0 mt-md-0">
<h6 class="custom-block-date mb-lg-1 mb-0 me-3 me-lg-0 me-md-0">20</h6>
<strong class="text-white">Feb 2004</strong>
</div>
</div>
<div class="col-lg-4 col-md-8 col-12 order-1 order-lg-0">
<div class="custom-block-image-wrap">
<a href="event-detail.html">
<img src="images/━ (爐) jujutsu kaisen_.jpeg" class="custom-block-image img-fluid" alt="">
<i class="custom-block-icon bi-link"></i>
</a>
</div>
</div>
<div class="col-lg-6 col-12 order-3 order-lg-0">
<div class="custom-block-info mt-2 mt-lg-0">
<a href="event-detail.html" class="events-title mb-3">Products</a>
<p class="mb-0">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
<div class="d-flex flex-wrap border-top mt-4 pt-3">
<div class="mb-4 mb-lg-0">
<div class="d-flex flex-wrap align-items-center mb-1">
<span class="custom-block-span">Location:</span>
<p class="mb-0">Saket, Delhi</p>
</div>
<div class="d-flex flex-wrap align-items-center">
<span class="custom-block-span">Ticket:</span>
<p class="mb-0">$350</p>
</div>
</div>
<div class="d-flex align-items-center ms-lg-auto">
<a href="event-detail.html" class="btn custom-btn">Buy Ticket</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="contact-section section-padding" id="section_5">
<div class="container">
<div class="row">
<div class="col-lg-5 col-12">
<form action="#" method="post" class="custom-form contact-form" role="form">
<h2 class="mb-4 pb-2">Contact GG</h2>
<div class="row">
<div class="col-lg-6 col-md-6 col-12">
<div class="form-floating">
<input type="text" name="full-name" id="full-name" class="form-control" placeholder="Full Name" required="">
<label for="floatingInput">Full Name</label>
</div>
</div>
<div class="col-lg-6 col-md-6 col-12">
<div class="form-floating">
<input type="email" name="email" id="email" pattern="[^ @]*@[^ @]*" class="form-control" placeholder="Email address" required="">
<label for="floatingInput">Email address</label>
</div>
</div>
<div class="col-lg-12 col-12">
<div class="form-floating">
<textarea class="form-control" id="message" name="message" placeholder="Describe message here"></textarea>
<label for="floatingTextarea">Message</label>
</div>
<button type="submit" class="form-control">Submit Form</button>
</div>
</div>
</form>
</div>
<div class="col-lg-6 col-12">
<div class="contact-info mt-5">
<div class="contact-info-item">
<div class="contact-info-body">
<strong>Saket, New Delhi</strong>
<p class="mt-2 mb-1">
<a href="tel: 010-020-0340" class="contact-link">
+91
010-020-0340
</a>
</p>
<p class="mb-0">
<a href="mailto:info@company.com" class="contact-link">
info@company.com
</a>
</p>
</div>
<div class="contact-info-footer">
<a href="#">Directions</a>
</div>
</div>
<img src="images/WorldMap.svg" class="img-fluid" alt="">
</div>
</div>
</div>
</div>
</section>
</main>
<footer class="site-footer">
<div class="container">
<div class="row">
<div class="col-lg-6 col-12 me-auto mb-5 mb-lg-0">
<a class="navbar-brand d-flex align-items-center" href="index.html">
<!-- <img src="images/logo.png" class="navbar-brand-image img-fluid" alt=""> -->
<span class="navbar-brand-text">
GG
<small>Graphic Glimmer</small>
</span>
</a>
</div>
<div class="col-lg-3 col-12">
<h5 class="site-footer-title mb-4">Join Us</h5>
<p class="d-flex border-bottom pb-3 mb-3 me-lg-3">
<span>Mon-Fri</span>
6:00 AM - 6:00 PM
</p>
<p class="d-flex me-lg-3">
<span>Sat-Sun</span>
6:30 AM - 8:30 PM
</p>
<br>
<p class="copyright-text">Copyright © 2048 Graphic Glimmer</p>
</div>
<div class="col-lg-2 col-12 ms-auto">
<ul class="social-icon mt-lg-5 mt-3 mb-4">
<li class="social-icon-item">
<a href="#" class="social-icon-link bi-instagram"></a>
</li>
<li class="social-icon-item">
<a href="#" class="social-icon-link bi-twitter"></a>
</li>
<li class="social-icon-item">
<a href="#" class="social-icon-link bi-whatsapp"></a>
</li>
</ul>
<p class="copyright-text">Design: <a rel="nofollow" href="https://templatemo.com" target="_blank">GG</a></p>
</div>
</div>
</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="#81B29A" fill-opacity="1" d="M0,224L34.3,192C68.6,160,137,96,206,90.7C274.3,85,343,139,411,144C480,149,549,107,617,122.7C685.7,139,754,213,823,240C891.4,267,960,245,1029,224C1097.1,203,1166,181,1234,160C1302.9,139,1371,117,1406,106.7L1440,96L1440,320L1405.7,320C1371.4,320,1303,320,1234,320C1165.7,320,1097,320,1029,320C960,320,891,320,823,320C754.3,320,686,320,617,320C548.6,320,480,320,411,320C342.9,320,274,320,206,320C137.1,320,69,320,34,320L0,320Z"></path></svg>
</footer>
<!-- JAVASCRIPT FILES -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/jquery.sticky.js"></script>
<script src="js/click-scroll.js"></script>
<script src="js/animated-headline.js"></script>
<script src="js/modernizr.js"></script>
<script src="js/custom.js"></script>
</body>
</html>