-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutpage.html
869 lines (579 loc) · 26.5 KB
/
aboutpage.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About || GMAC WEB INDIA</title>
<!-- Title ICON -->
<link rel="ICON" href="./Images/Company Logo/icon.png">
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
<!-- Font Awesome -->
<script src="./JavaScript/all.js"></script>
<!-- Bootstrap4 CSS -->
<link rel="stylesheet" href="./CSS/bootstrap.min.css">
<!-- External CSS -->
<link rel="stylesheet" href="./SCSS/about.css">
</head>
<body>
<header>
<!-- row -->
<div class="row d-none d-sm-block">
<!-- col -->
<div class="col bg-dark d-flex justify-content-around align-items-center p-2">
<!-- social -media-icons -->
<div class="social-media-icons">
<a href="#">
<i class="fab fa-facebook m-2"></i>
</a>
<a href="https://api.whatsapp.com/send?phone=918447027889text=Welcome%20to%20%20GMAC%20Web%20Company">
<i class="fab fa-whatsapp m-2"></i>
</a>
<a href="#">
<i class="fab fa-instagram m-2"></i>
</a>
<a href="#">
<i class="fab fa-youtube m-2"></i>
</a>
</div>
<!-- End of social-media-icons -->
<!-- contact details -->
<div class="contact-details">
<a href="#" class="m-2">
<i class="fas fa-phone-alt"></i>
<span>
+91- 8447 027 889
</span>
</a>
<a href="https://mail.google.com/mail/u/0/#inbox?compose=CllgCHrdlBPQwFcvnzQgDMSQHMhtjjKjbwKfcSztxjHHvLblQZbgsxrkMrKsFvfdFRXPpdpcfLq" class="m-2" target="_blank">
<i class="fas fa-envelope"></i>
<span>
info@gmacwebindia.com
</span>
</a>
</div>
<!-- end of contact details -->
</div>
<!-- end of col -->
</div>
<!-- end of row -->
<!-- navbar -->
<nav class="navbar fixed-top navbar-light navbar-expand-lg bg-light px-4">
<div class="container-fluid">
<!-- Company logo -->
<a href="./index.html" class="navbar-brand">
<img src="./Images/Company Logo/logo-flat.png" alt="logo-flat" width="25%">
</a>
<!-- Button displays only in sm and md-screen's -->
<!-- button -->
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target=#NavLinks>
<span class="toggler-icon">
<i class="fas fa-bars"></i>
</span>
</button>
<!-- navbar-links -->
<div class="collapse navbar-collapse" id="NavLinks">
<ul class="navbar-nav text-capitalize mx-auto">
<li class="nav-item">
<a href="./index.html" class="nav-link linkc linkb">
home
</a>
</li>
<li class="nav-item">
<a href="./aboutpage.html" class="nav-link linkc">
about
</a>
</li>
<li class="nav-item dropdown active">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-expanded="false">
services
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="./service-1.html">website design & development</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="./service-2.html">social media marketing</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="#">paid marketing</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="#">lead generation</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="./service-5.html">seo</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="#">app development</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="./service-7.html">graphic design</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="#">product photography</a></li>
</ul>
</li>
<li class="nav-item dropdown active">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-expanded="false">
pricing
</a>
<ul class="dropdown-menu text-capitalize" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="./pricing-1.html">search engine optimization plan</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="./pricing-2.html">pay per click plan</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="./pricing-3.html">web development plan</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="./pricing-4.html">web design plan</a></li>
</ul>
</li>
<li class="nav-item">
<a href="./blog.html" class="nav-link linkc">
blog
</a>
</li>
<li class="nav-item">
<a href="./contact.html" class="nav-link linkc">
contact
</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<!-- banner-section -->
<section id="banner" class="py-3">
<div class="container">
<!-- row -->
<div class="row">
<!-- col -->
<div class="col-lg-12 col-sm-4 mx-auto w-auto text-center space">
<h1 class="text-white font-weight-bold text-uppercase">
about us
</h1>
</div>
<!-- end of col -->
</div>
<!-- end of row -->
</div>
</section>
<!-- end of banner-section -->
<!-- our success story section -->
<section id="success" class="py-3">
<div class="container">
<!-- row -->
<div class="row">
<!-- col -->
<div class="col-lg-12 col-sm-6">
<h3 class="text-capitalize text-dark">
our success story
</h3>
<p class="w-auto">
We came into existence in 2019, with a hunger to work, contribute & grow in the process. Since then, we have worked with over 50+ brands belonging to a wide range of verticals – e-commerce, electronics, fin-tech, health-tech, real estate, education, retail, travel and more.
</p>
<p class="w-auto">
For us, it all starts with an initial investigation about the client and their industry which involves, interviewing stakeholders, doing thorough research, deep diving into analytics, and review of data. This helps us understand the product/service, culture, values & business realities. This understanding then provides the insight which helps us draft the communication strategy.
</p>
<p class="w-auto">
The strategy gets manifested in design and is executed across touchpoints. Working with different sectors allows our ideas to cross-pollinate. Quite often we come up with design and digital solutions that surprise clients with its simplicity but at the same time produce desired results.
</p>
<h3 class="text-capitalize text-dark mt-5">
our working partners
</h3>
<p class="w-auto mt-4">
The strategy gets manifested in design and is executed across touchpoints. Working with different sectors allows our ideas to cross-pollinate. Quite often we come up with design and digital solutions that surprise clients with its simplicity but at the same time produce desired results
</p>
</div>
<!-- end of col -->
</div>
<!-- end of row -->
<!-- row -->
<div class="row py-3">
<!-- col-1 -->
<div class="col-lg-4 col-md-6 col-sm-6 my-2 mx-auto">
<img src="./Images/Banners/mission.svg" alt="mission" class="img-fluid">
<h4 class="text-dark text-capitalize my-2">
mission
</h4>
<p class="w-auto">
To support our kin, partners and Customers develop exponentially
</p>
</div>
<!-- end of col-2 -->
<!-- col-1 -->
<div class="col-lg-4 col-md-6 col-sm-6 my-2 mx-auto">
<img src="./Images/Banners/vission.svg" alt="vission" class="img-fluid">
<h4 class="text-dark text-capitalize my-2">
vission
</h4>
<p class="w-auto">
To turn into India's driving Branding, creative designer, Web developer, and Digital Marketing Services Agency.
</p>
</div>
<!-- end of col-2 -->
<!-- col-3 -->
<div class="col-lg-4 col-md-6 col-sm-6 my-2 mx-auto">
<img src="./Images/Banners/value.svg" alt="value" class="img-fluid">
<h4 class="text-dark text-capitalize my-2">
value
</h4>
<p class="w-auto">
Honesty – Always make the best choice Duty – Always keep your statement Greatness – Always put forth a valiant effort.
</p>
</div>
<!-- end of col-3 -->
</div>
<!-- end of row -->
</div>
</section>
<!-- end of our success story section -->
<!-- team section -->
<section id="team" class="py-5">
<div class="container">
<!-- Title -->
<div class="row">
<div class="col text-center text-capitalize">
<h3 class="text-dark">
our team
</h3>
<div class="underline-team mx-auto my-3"></div>
</div>
</div>
<!-- End of Title -->
<!-- row -->
<div class="row">
<!-- col-1 -->
<div class="col-lg-3 col-md-6 col-sm-6 my-2 mx-auto">
<!-- card -->
<div class="card">
<img src="./Images/Our Team/neeraj.jpg" alt="neeraj" class="img-fluid card-img-top">
</div>
<!-- end of card -->
<!-- card-body -->
<div class="card-body bg-light">
<!-- card-title -->
<div class="card-title text-capitalize text-dark">
<h4 class="text-info">
neeraj patel
</h4>
<h6>
Front-End & Back-End Developer
</h6>
</div>
<!-- end of card-title -->
<p class="w-auto">
Director of GMAC WEB INDIA languages Known ReactJs, php, Javascript,React Native
</p>
<a href="#">
nrjkk1@gmacwebindia.com
</a>
<button type="button" class="btn btn-dark my-2 btn-block text-white text-capitalize">
contact us
</button>
</div>
<!-- end of card-body -->
</div>
<!-- end of col-1 -->
<!-- col-2 -->
<div class="col-lg-3 col-md-6 col-sm-6 my-2 mx-auto">
<!-- card -->
<div class="card">
<img src="./Images/Our Team/lishav.jpg" alt="lishav" class="img-fluid card-img-top">
</div>
<!-- end of card -->
<!-- card-body -->
<div class="card-body bg-light">
<!-- card-title -->
<div class="card-title text-capitalize text-dark">
<h4 class="text-info">
lishav pal
</h4>
<h6>
Front-End & Back-End Developer
</h6>
</div>
<!-- end of card-title -->
<p class="w-auto">
Working partner in GMAC WEB INDIA, languages Known: java, Javascript, PHP, ReactJs
</p>
<a href="#">
lishu@gmacwebindia.com
</a>
<button type="button" class="btn btn-dark my-2 btn-block text-white text-capitalize">
contact us
</button>
</div>
<!-- end of card-body -->
</div>
<!-- end of col-2 -->
<!-- col-3 -->
<div class="col-lg-3 col-md-6 col-sm-6 my-2 mx-auto">
<!-- card -->
<div class="card">
<img src="./Images/Our Team/akansha.jpg" alt="akansha" class="img-fluid card-img-top">
</div>
<!-- end of card -->
<!-- card-body -->
<div class="card-body bg-light my-3">
<!-- card-title -->
<div class="card-title text-capitalize text-dark">
<h4 class="text-info">
akansha
</h4>
<h6>
graphic designer
</h6>
</div>
<!-- end of card-title -->
<p class="w-auto">
Director of HMF Creation Located in Chandigarh, Content Writer and Graphic Designer
</p>
<a href="#">
lishu@gmacwebindia.com
</a>
<button type="button" class="btn btn-dark my-2 btn-block text-white text-capitalize">
contact us
</button>
</div>
<!-- end of card-body -->
</div>
<!-- end of col-3 -->
<!-- col-4 -->
<div class="col-lg-3 col-md-6 col-sm-6 my-2 mx-auto">
<!-- card -->
<div class="card">
<img src="./Images/Our Team/lokesh.jpg" alt="lokesh.jpg" class="img-fluid card-img-top">
</div>
<!-- end of card -->
<!-- card-body -->
<div class="card-body bg-light my-3">
<!-- card-title -->
<div class="card-title text-capitalize text-dark">
<h4 class="text-info">
lokesh
</h4>
<h6>
graphic designer
</h6>
</div>
<!-- end of card-title -->
<p class="w-auto">
Director of HMF Creation Located in Chandigarh, Content Writer and Graphic Designer
</p>
<a href="#">
lishu@gmacwebindia.com
</a>
<button type="button" class="btn btn-dark my-2 btn-block text-white text-capitalize">
contact us
</button>
</div>
<!-- end of card-body -->
</div>
<!-- end of col-4 -->
</div>
<!-- end of row -->
</div>
</section>
<!-- end of team section -->
<!-- Why Choose Us section -->
<section class="p-5 bg-dark" id="choose">
<div class="container">
<!-- row -->
<div class="row">
<!-- col -->
<div class="col text-center text-capitalize">
<h2 class="font-weight-bold text-white">
we are
<span class="style-title">
creative agency
</span>
</h2>
</div>
<!-- end of col -->
</div>
<!-- end of row -->
<!-- row -->
<div class="row">
<!-- col-1 -->
<div class="col-lg-4 col-sm-6 my-2 text-center text-white">
<i class="fas fa-calendar-alt fa-2x"></i>
<h3 class="font-weight-bold text-capitalize mt-1">
one year
</h3>
</div>
<!-- end of col-1 -->
<!-- col-2 -->
<div class="col-lg-4 col-sm-6 my-2 text-center text-white">
<i class="fas fa-user-friends fa-2x"></i>
<h3 class="font-weight-bold text-capitalize mt-1">
20 clients
</h3>
</div>
<!-- end of col-2 -->
<!-- col-3 -->
<div class="col-lg-4 col-sm-6 my-2 text-center text-white">
<i class="fas fa-industry fa-1x"></i>
<h3 class="font-weight-bold text-capitalize mt-1">
50 projects
</h3>
</div>
<!-- end of col-3 -->
</div>
<!-- end of row -->
</div>
</section>
<!-- End of Why Choose Us section -->
<!-- footer -->
<footer class="py-3" id="footer">
<div class="container">
<!-- row -->
<div class="row">
<!-- col-1 -->
<div class="col-lg-3 col-md-6 col-sm-6 mx-auto my-2 text-center">
<h5 class="text-uppercase">
company
</h5>
<div class="footer-text text-capitalize text-white">
<a href="#">
<h6>
clients
</h6>
</a>
<a href="#">
<h6>
fAQ's
</h6>
</a>
<a href="#">
<h6>
careers
</h6>
</a>
<a href="#">
<h6>
privacy policy
</h6>
</a>
<a href="#">
<h6>
testimonials
</h6>
</a>
</div>
</div>
<!-- end of col-1 -->
<!-- col-2 -->
<div class="col-lg-3 col-md-6 col-sm-6 mx-auto my-2 text-center">
<h5 class="text-uppercase">
information
</h5>
<div class="footer-text text-capitalize text-white">
<a href="#">
<h6>
videos
</h6>
</a>
<a href="#">
<h6>
gallery
</h6>
</a>
<a href="#">
<h6>
workshop
</h6>
</a>
<a href="#">
<h6>
blog
</h6>
</a>
<a href="./contact.html">
<h6>
contact
</h6>
</a>
</div>
</div>
<!-- end of col-2 -->
<!-- col-3 -->
<div class="col-lg-3 col-md-6 col-sm-6 mx-auto my-2 text-center">
<h6 class="text-uppercase small-text">
register our newsletter
</h6>
<input type="email" name="email" id="email" placeholder="enter your email-id" class="text-capitalize">
<br>
<br>
<button type="button" class="btn btn-outline-dark text-capitalize text-white">
subscribe
</button>
</div>
<!-- end of col-3 -->
<!-- col-4 -->
<div class="col-lg-3 col-md-6 col-sm-6 mx-auto my-2 text-center">
<h5 class="text-uppercase text-white">
follow us on
</h5>
<!-- social-media-icons -->
<div class="social-media-icons">
<a href="#">
<i class="fab fa-facebook fa-2x m-2"></i>
</a>
<a href="#">
<i class="fab fa-whatsapp fa-2x m-2"></i>
</a>
<a href="#">
<i class="fab fa-instagram fa-2x m-2"></i>
</a>
<a href="#">
<i class="fab fa-youtube fa-2x m-2"></i>
</a>
</div>
<!-- end of social-media-icons -->
</div>
<!-- end of col-4 -->
</div>
<!-- end of row -->
<!-- footer-dev -->
<div class="footer-dev text-white">
<hr>
<h6>
© <a href="#" class="text-info">
GMAC WEB INDIA.
</a>
ALL RIGHTS RESERVED
</h6>
</div>
<!-- end of footer-dev -->
</div>
</footer>
<!-- end of footer -->
<!-- Fixed Social-Media-Icons Profiles -->
<div class="fixed-icons d-none d-sm-block">
<ul>
<li>
<a href="#">
<i class="fab fa-facebook fa-2x text-primary"></i>
</a>
</li>
<li>
<a href="https://api.whatsapp.com/send?phone=918447027889text=Welcome%20to%20%20GMAC%20Web%20Company">
<i class="fab fa-whatsapp fa-2x text-success"></i>
</a>
</li>
<li>
<a href="#">
<i class="fab fa-instagram fa-2x text-dark"></i>
</a>
</li>
<li>
<a href="#">
<i class="fab fa-youtube fa-2x text-danger"></i>
</a>
</li>
</ul>
</div>
<!-- End Fixed Social-Media-Icons Profiles -->
<!-- jQuery CDN -->
<script src="./JavaScript/jquery-3.5.1.min.js"></script>
<!-- Bootstrap4 JS -->
<script src="./JavaScript/bootstrap.bundle.min.js"></script>
<!-- External JS -->
<script src="./JavaScript/main.js"></script>
</body>
</html>