-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
808 lines (692 loc) · 37.4 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Glovi</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,600,600i,700,700i,900" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/animate.css/animate.min.css" rel="stylesheet">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- =======================================================
* Template Name: Mamba - v2.4.1
* Template URL: https://bootstrapmade.com/mamba-one-page-bootstrap-template-free/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<!-- ======= Top Bar ======= -->
<section id="topbar" class="d-none d-lg-block">
<div class="container clearfix">
<div class="contact-info float-left">
<i class="icofont-envelope"></i><a href="mailto:[email protected]">[email protected]</a>
<i class="icofont-phone"></i> +92-336-0112089
</div>
<div class="social-links float-right">
<a href="https://twitter.com/glovi19" class="twitter"><i class="icofont-twitter"></i></a>
<a href="https://www.facebook.com/gloviservices" class="facebook" target="_blank"><i class="icofont-facebook"></i></a>
<a href="https://www.instagram.com/glovi.co/" class="instagram"><i class="icofont-instagram"></i></a>
<a href="#" class="skype"><i class="icofont-skype"></i></a>
<a href="https://linkedin.com/company/glovi" class="linkedin"><i class="icofont-linkedin"></i></i></a>
</div>
</div>
</section>
<!-- ======= Header ======= -->
<header id="header">
<div class="container">
<div class="logo float-left">
<img src="assets/img/logo.jpeg" />
<!-- <h1 class="text-light"><a href="index.html"><span>Glovi</span></a></h1> -->
<!-- Uncomment below if you prefer to use an image logo -->
<!-- <a href="index.html"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>-->
</div>
<nav class="nav-menu float-right d-none d-lg-block">
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li><a href="#about">About Us</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#team">Team</a></li>
<!-- <li class="drop-down"><a href="">Drop Down</a>
<ul>
<li><a href="#">Drop Down 1</a></li>
<li class="drop-down"><a href="#">Drop Down 2</a>
<ul>
<li><a href="#">Deep Drop Down 1</a></li>
<li><a href="#">Deep Drop Down 2</a></li>
<li><a href="#">Deep Drop Down 3</a></li>
<li><a href="#">Deep Drop Down 4</a></li>
<li><a href="#">Deep Drop Down 5</a></li>
</ul>
</li>
<li><a href="#">Drop Down 3</a></li>
<li><a href="#">Drop Down 4</a></li>
<li><a href="#">Drop Down 5</a></li>
</ul>
</li> -->
<li><a href="#contact">Contact Us</a></li>
</ul>
</nav><!-- .nav-menu -->
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero">
<div class="hero-container">
<div id="heroCarousel" class="carousel slide carousel-fade" data-ride="carousel">
<ol class="carousel-indicators" id="hero-carousel-indicators"></ol>
<div class="carousel-inner" role="listbox">
<!-- Slide 1 -->
<div class="carousel-item active" style="background-image: url('assets/img/slide/slide-1.jpg');">
<div class="carousel-container">
<div class="carousel-content container">
<h2 class="animate__animated animate__fadeInDown">Welcome to <span>Glovi</span></h2>
<p class="animate__animated animate__fadeInUp"></p>
<a href="#about" class="btn-get-started animate__animated animate__fadeInUp scrollto">Read More</a>
</div>
</div>
</div>
<!-- Slide 2 -->
<div class="carousel-item" style="background-image: url('assets/img/slide/slide-2.jpg');">
<div class="carousel-container">
<div class="carousel-content container">
<h2 class="animate__animated animate__fadeInDown">Glovi</h2>
<p class="animate__animated animate__fadeInUp"></p>
<a href="#about" class="btn-get-started animate__animated animate__fadeInUp scrollto">Read More</a>
</div>
</div>
</div>
<!-- Slide 3 -->
<div class="carousel-item" style="background-image: url('assets/img/slide/slide-3.jpg');">
<div class="carousel-container">
<div class="carousel-content container">
<h2 class="animate__animated animate__fadeInDown">Glovi</h2>
<p class="animate__animated animate__fadeInUp"></p>
<a href="#about" class="btn-get-started animate__animated animate__fadeInUp scrollto">Read More</a>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#heroCarousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon icofont-rounded-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#heroCarousel" role="button" data-slide="next">
<span class="carousel-control-next-icon icofont-rounded-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</section><!-- End Hero -->
<main id="main">
<!-- ======= About Us Section ======= -->
<section id="about" class="about">
<div class="container">
<div class="row no-gutters">
<div class="col-lg-6 video-box">
<img src="assets/img/about.jpg" class="img-fluid" alt="">
<a href="https://youtu.be/GLTEFPIGyfw" class="venobox play-btn mb-4" data-vbtype="video" data-autoplay="true"></a>
</div>
<div class="col-lg-6 d-flex flex-column justify-content-center about-content">
<div class="section-title">
<h2>About Us</h2>
<p>Glovi provides you with all the services, tools and technologies that you need to make your business successful online. From social media marketing to Deploying your services on latest technologies like kubernetes and cloud computing, we offer you all. Contact us now to start making your business Globally Virtualized</p>
</div>
<!-- <div class="icon-box" data-aos="fade-up" data-aos-delay="100">
<div class="icon"><i class="bx bx-fingerprint"></i></div>
<h4 class="title"><a href="">Lorem Ipsum</a></h4>
<p class="description">Voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident</p>
</div> -->
<!-- <div class="icon-box" data-aos="fade-up" data-aos-delay="100">
<div class="icon"><i class="bx bx-gift"></i></div>
<h4 class="title"><a href="">Nemo Enim</a></h4>
<p class="description">At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque</p>
</div> -->
</div>
</div>
</div>
</section><!-- End About Us Section -->
<!-- ======= About Lists Section ======= -->
<!-- <section class="about-lists">
<div class="container">
<div class="row no-gutters">
<div class="col-lg-4 col-md-6 content-item" data-aos="fade-up">
<span>01</span>
<h4>Lorem Ipsum</h4>
<p>Ulamco laboris nisi ut aliquip ex ea commodo consequat. Et consectetur ducimus vero placeat</p>
</div>
<div class="col-lg-4 col-md-6 content-item" data-aos="fade-up" data-aos-delay="100">
<span>02</span>
<h4>Repellat Nihil</h4>
<p>Dolorem est fugiat occaecati voluptate velit esse. Dicta veritatis dolor quod et vel dire leno para dest</p>
</div>
<div class="col-lg-4 col-md-6 content-item" data-aos="fade-up" data-aos-delay="200">
<span>03</span>
<h4> Ad ad velit qui</h4>
<p>Molestiae officiis omnis illo asperiores. Aut doloribus vitae sunt debitis quo vel nam quis</p>
</div>
<div class="col-lg-4 col-md-6 content-item" data-aos="fade-up" data-aos-delay="300">
<span>04</span>
<h4>Repellendus molestiae</h4>
<p>Inventore quo sint a sint rerum. Distinctio blanditiis deserunt quod soluta quod nam mider lando casa</p>
</div>
<div class="col-lg-4 col-md-6 content-item" data-aos="fade-up" data-aos-delay="400">
<span>05</span>
<h4>Sapiente Magnam</h4>
<p>Vitae dolorem in deleniti ipsum omnis tempore voluptatem. Qui possimus est repellendus est quibusdam</p>
</div>
<div class="col-lg-4 col-md-6 content-item" data-aos="fade-up" data-aos-delay="500">
<span>06</span>
<h4>Facilis Impedit</h4>
<p>Quis eum numquam veniam ea voluptatibus voluptas. Excepturi aut nostrum repudiandae voluptatibus corporis sequi</p>
</div>
</div>
</div>
</section> -->
<!-- End About Lists Section -->
<!-- ======= Counts Section ======= -->
<section class="counts section-bg">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 text-center" data-aos="fade-up">
<div class="count-box">
<i class="icofont-simple-smile" style="color: #20b38e;"></i>
<span data-toggle="counter-up">232</span>
<p>Happy Clients</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center" data-aos="fade-up" data-aos-delay="200">
<div class="count-box">
<i class="icofont-document-folder" style="color: #c042ff;"></i>
<span data-toggle="counter-up">521</span>
<p>Projects</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center" data-aos="fade-up" data-aos-delay="400">
<div class="count-box">
<i class="icofont-live-support" style="color: #46d1ff;"></i>
<span data-toggle="counter-up">1,463</span>
<p>Hours Of Support</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center" data-aos="fade-up" data-aos-delay="600">
<div class="count-box">
<i class="icofont-users-alt-5" style="color: #ffb459;"></i>
<span data-toggle="counter-up">15</span>
<p>Hard Workers</p>
</div>
</div>
</div>
</div>
</section><!-- End Counts Section -->
<!-- ======= Services Section ======= -->
<section id="services" class="services">
<div class="container">
<div class="section-title">
<h2>Services</h2>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 icon-box" data-aos="fade-up">
<div class="icon"><i class="icofont-computer"></i></div>
<h4 class="title"><a href="">Cloud Computing</a></h4>
<p class="description">The world of websites and online services are being shifted to cloud computing very rapidly. We provide you with the experienced team to opt Cloud Computing quickly and efficiently.</p>
</div>
<div class="col-lg-4 col-md-6 icon-box" data-aos="fade-up" data-aos-delay="100">
<div class="icon"><i class="icofont-printer"></i></div>
<h4 class="title"><a href="">DevOps Consultancy</a></h4>
<p class="description">DevOps is the modern technique to make your development and operations seamless. Our DevOps consultancy will help your organization to easily transit to this modern day technique to make your teams effecient and your customers satisfied with frequent updates without any delays</p>
</div>
<div class="col-lg-4 col-md-6 icon-box" data-aos="fade-up" data-aos-delay="200">
<div class="icon"><i class="icofont-cc-camera"></i></div>
<h4 class="title"><a href="">Web Development</a></h4>
<p class="description">Think of any business without a website in today's world. Hard to imagine, then how could you start a business without a website yourself. Contact Us today for any kind of web development</p>
</div>
<div class="col-lg-4 col-md-6 icon-box" data-aos="fade-up" data-aos-delay="300">
<div class="icon"><i class="icofont-spanner"></i></div>
<h4 class="title"><a href="">Android App Development</a></h4>
<p class="description">Android Apps are equally as important as websites. There are more than 130 million android users around the globe. Surely you won't like to igonre this audience. Contact us today for your Android App Development</p>
</div>
<div class="col-lg-4 col-md-6 icon-box" data-aos="fade-up" data-aos-delay="400">
<div class="icon"><i class="icofont-server"></i></div>
<h4 class="title"><a href="">Android Games Development</a></h4>
<p class="description">Got a great idea for a game but don't have the appropriate team for development. No need to worry, discuss with us and our Android Games development team will create the perfect app according to your perfect idea.</p>
</div>
<div class="col-lg-4 col-md-6 icon-box" data-aos="fade-up" data-aos-delay="500">
<div class="icon"><i class="icofont-web"></i></div>
<h4 class="title"><a href="">Social Media Marketing</a></h4>
<p class="description">Have got all the IT services to setup your business online, but what if no one knows you? At Glovi, we offer you Social Media Marketing services as well so that your business gets a boom by reaching the right audience</p>
</div>
<div class="col-lg-4 col-md-6 icon-box" data-aos="fade-up" data-aos-delay="500">
<!-- <div class="icon"><i class="icofont-tasks-alt"></i></div>
<h4 class="title"><a href="">Web Development</a></h4>
<p class="description">We Can Develop Websites for you, as per your Buisness Need and also provide Support in case of any issue.</p> -->
</div>
<div class="col-lg-4 col-md-6 icon-box" data-aos="fade-up" data-aos-delay="500">
<div class="icon"><i class="icofont-home"></i></div>
<h4 class="title"><a href="">Graphic Desiging</a></h4>
<p class="description">There is only 3 seconds window for a Social Media Marketing campaign to get the attention of the customer. Without an optimal graphics and designs, ads is worthless. We offer you the custom made graphics for your ads and apps.</p>
</div>
<div class="col-lg-4 col-md-6 icon-box" data-aos="fade-up" data-aos-delay="500">
<!-- <div class="icon"><i class="icofont-tasks-alt"></i></div>
<h4 class="title"><a href="">Web Development</a></h4>
<p class="description">We Can Develop Websites for you, as per your Buisness Need and also provide Support in case of any issue.</p> -->
</div>
</div>
</div>
</section><!-- End Services Section -->
<!-- ======= Our Portfolio Section ======= -->
<section id="portfolio" class="portfolio section-bg">
<div class="container" data-aos="fade-up" data-aos-delay="100">
<div class="section-title">
<h2>Our Portfolio</h2>
<!-- <p></p> -->
</div>
<div class="row">
<div class="col-lg-12">
<ul id="portfolio-flters">
<li data-filter="*" class="filter-active">All</li>
<li data-filter=".filter-app">Video</li>
<!-- <li data-filter=".filter-card">Card</li>
<li data-filter=".filter-web">Web</li> -->
</ul>
</div>
</div>
<div class="row portfolio-container">
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/get_together.PNG" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Get Together Video</h4>
<!-- <p>App</p> -->
<div class="portfolio-links">
<a href="assets/img/portfolio/get_together.PNG" data-gall="portfolioGallery" class="venobox" title="App 1"><i class="icofont-eye"></i></a>
<a href="https://youtu.be/NhO_5Rmtqa8" title="More Details"><i class="icofont-external-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-web">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/portfolio-2.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Web 3</h4>
<p>Web</p>
<div class="portfolio-links">
<a href="assets/img/portfolio/portfolio-2.jpg" data-gall="portfolioGallery" class="venobox" title="Web 3"><i class="icofont-eye"></i></a>
<a href="portfolio-details.html" title="More Details"><i class="icofont-external-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/Ribon_cutting-video.PNG" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Ribon_cutting-video</h4>
<!-- <p>App</p> -->
<div class="portfolio-links">
<a href="assets/img/portfolio/Ribon_cutting-video.PNG" data-gall="portfolioGallery" class="venobox" title="App 2"><i class="icofont-eye"></i></a>
<a href="https://youtu.be/75mdayKnbvM" title="More Details"><i class="icofont-external-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/portfolio-4.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Card 2</h4>
<p>Card</p>
<div class="portfolio-links">
<a href="assets/img/portfolio/portfolio-4.jpg" data-gall="portfolioGallery" class="venobox" title="Card 2"><i class="icofont-eye"></i></a>
<a href="portfolio-details.html" title="More Details"><i class="icofont-external-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-web">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/portfolio-5.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Web 2</h4>
<p>Web</p>
<div class="portfolio-links">
<a href="assets/img/portfolio/portfolio-5.jpg" data-gall="portfolioGallery" class="venobox" title="Web 2"><i class="icofont-eye"></i></a>
<a href="portfolio-details.html" title="More Details"><i class="icofont-external-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/covervideo.PNG" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Cover Video</h4>
<p>Cover Video</p>
<div class="portfolio-links">
<a href="assets/img/portfolio/covervideo.PNG" data-gall="portfolioGallery" class="venobox" title="App 3"><i class="icofont-eye"></i></a>
<a href="https://youtu.be/nlir-PjhReE" title="More Details"><i class="icofont-external-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/portfolio-7.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Card 1</h4>
<p>Card</p>
<div class="portfolio-links">
<a href="assets/img/portfolio/portfolio-7.jpg" data-gall="portfolioGallery" class="venobox" title="Card 1"><i class="icofont-eye"></i></a>
<a href="portfolio-details.html" title="More Details"><i class="icofont-external-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/portfolio-8.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Card 3</h4>
<p>Card</p>
<div class="portfolio-links">
<a href="assets/img/portfolio/portfolio-8.jpg" data-gall="portfolioGallery" class="venobox" title="Card 3"><i class="icofont-eye"></i></a>
<a href="portfolio-details.html" title="More Details"><i class="icofont-external-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-web">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/portfolio-9.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Web 3</h4>
<p>Web</p>
<div class="portfolio-links">
<a href="assets/img/portfolio/portfolio-9.jpg" data-gall="portfolioGallery" class="venobox" title="Web 3"><i class="icofont-eye"></i></a>
<a href="portfolio-details.html" title="More Details"><i class="icofont-external-link"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Our Portfolio Section -->
<!-- ======= Our Team Section ======= -->
<section id="team" class="team">
<div class="container">
<div class="section-title">
<h2>Our Team</h2>
<!-- <p>Magnam dolores commodi suscipit. Necessitatibus eius consequatur ex aliquid fuga eum quidem.</p> -->
</div>
<div class="row">
<div class="col-xl-3 col-lg-4 col-md-6" data-aos="fade-up">
<div class="member">
<div class="pic"><img src="assets/img/team/team-1.jpg" class="img-fluid" alt=""></div>
<div class="member-info">
<h4>Asif</h4>
<span>Chief Executive Officer</span>
<div class="social">
<a href=""><i class="icofont-twitter"></i></a>
<a href="https://www.facebook.com/mctechnology786"><i class="icofont-facebook" target="_blank"></i></a>
<a href=""><i class="icofont-instagram"></i></a>
<a href=""><i class="icofont-linkedin"></i></a>
</div>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="200">
<div class="member">
<div class="pic"><img src="assets/img/team/team-3.jpg" class="img-fluid" alt=""></div>
<div class="member-info">
<h4>William Anderson</h4>
<span>CTO</span>
<div class="social">
<a href=""><i class="icofont-twitter"></i></a>
<a href="https://www.facebook.com/mctechnology786"><i class="icofont-facebook" target="_blank"></i></a>
<a href=""><i class="icofont-instagram"></i></a>
<a href=""><i class="icofont-linkedin"></i></a>
</div>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="100">
<div class="member">
<div class="pic"><img src="assets/img/team/team-2.jpg" class="img-fluid" alt=""></div>
<div class="member-info">
<h4>Muhammad Wajih ul Murtaza</h4>
<span>Marketing Manager</span>
<div class="social">
<a href="https://twitter.com/wajih_m"><i class="icofont-twitter" target="_blank"></i></a>
<a href="https://www.facebook.com/muhammad.wajih1/"><i class="icofont-facebook" target="_blank"></i></a>
<a href=""><i class="icofont-instagram"></i></a>
<a href="https://www.linkedin.com/in/muhammad-wajih-705345128/"><i class="icofont-linkedin" target="_blank"></i></a>
</div>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="300">
<div class="member">
<div class="pic"><img src="assets/img/team/team-4.jpg" class="img-fluid" alt=""></div>
<div class="member-info">
<h4>Amanda Jepson</h4>
<span>Accountant</span>
<div class="social">
<a href=""><i class="icofont-twitter"></i></a>
<a href="https://www.facebook.com/mctechnology786"><i class="icofont-facebook" target="_blank"></i></a>
<a href=""><i class="icofont-instagram"></i></a>
<a href=""><i class="icofont-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Our Team Section -->
<!-- ======= Frequently Asked Questions Section ======= -->
<!-- <section id="faq" class="faq section-bg">
<div class="container">
<div class="section-title">
<h2>Frequently Asked Questions</h2>
</div>
<div class="row d-flex align-items-stretch">
<div class="col-lg-6 faq-item" data-aos="fade-up">
<h4>Non consectetur a erat nam at lectus urna duis?</h4>
<p>
Feugiat pretium nibh ipsum consequat. Tempus iaculis urna id volutpat lacus laoreet non curabitur gravida. Venenatis lectus magna fringilla urna porttitor rhoncus dolor purus non.
</p>
</div>
<div class="col-lg-6 faq-item" data-aos="fade-up" data-aos-delay="100">
<h4>Feugiat scelerisque varius morbi enim nunc faucibus a pellentesque?</h4>
<p>
Dolor sit amet consectetur adipiscing elit pellentesque habitant morbi. Id interdum velit laoreet id donec ultrices. Fringilla phasellus faucibus scelerisque eleifend donec pretium. Est pellentesque elit ullamcorper dignissim.
</p>
</div>
<div class="col-lg-6 faq-item" data-aos="fade-up" data-aos-delay="200">
<h4>Dolor sit amet consectetur adipiscing elit pellentesque habitant morbi?</h4>
<p>
Eleifend mi in nulla posuere sollicitudin aliquam ultrices sagittis orci. Faucibus pulvinar elementum integer enim. Sem nulla pharetra diam sit amet nisl suscipit. Rutrum tellus pellentesque eu tincidunt. Lectus urna duis convallis convallis tellus.
</p>
</div>
<div class="col-lg-6 faq-item" data-aos="fade-up" data-aos-delay="300">
<h4>Ac odio tempor orci dapibus. Aliquam eleifend mi in nulla?</h4>
<p>
Dolor sit amet consectetur adipiscing elit pellentesque habitant morbi. Id interdum velit laoreet id donec ultrices. Fringilla phasellus faucibus scelerisque eleifend donec pretium. Est pellentesque elit ullamcorper dignissim.
</p>
</div>
<div class="col-lg-6 faq-item" data-aos="fade-up" data-aos-delay="400">
<h4>Tempus quam pellentesque nec nam aliquam sem et tortor consequat?</h4>
<p>
Molestie a iaculis at erat pellentesque adipiscing commodo. Dignissim suspendisse in est ante in. Nunc vel risus commodo viverra maecenas accumsan. Sit amet nisl suscipit adipiscing bibendum est. Purus gravida quis blandit turpis cursus in
</p>
</div>
<div class="col-lg-6 faq-item" data-aos="fade-up" data-aos-delay="500">
<h4>Tortor vitae purus faucibus ornare. Varius vel pharetra vel turpis nunc eget lorem dolor?</h4>
<p>
Laoreet sit amet cursus sit amet dictum sit amet justo. Mauris vitae ultricies leo integer malesuada nunc vel. Tincidunt eget nullam non nisi est sit amet. Turpis nunc eget lorem dolor sed. Ut venenatis tellus in metus vulputate eu scelerisque.
</p>
</div>
</div>
</div>
</section> -->
<!-- End Frequently Asked Questions Section
<!-- ======= Contact Us Section ======= -->
<section id="contact" class="contact">
<div class="container">
<div class="section-title">
<h2>Contact Us</h2>
</div>
<div class="row">
<div class="col-lg-6 d-flex align-items-stretch" data-aos="fade-up">
<div class="info-box">
<i class="bx bx-map"></i>
<h3>Our Address</h3>
<p>Blue Area 8-A , B-Basement Muzaffar Chamber AK Fazal e haq road Islamabad Pakistan
Islamabad, Islamabad Capital Territory, Pakistan-44000</p>
</div>
</div>
<div class="col-lg-3 d-flex align-items-stretch" data-aos="fade-up" data-aos-delay="100">
<div class="info-box">
<i class="bx bx-envelope"></i>
<h3>Email Us</h3>
<p>[email protected]</p>
</div>
</div>
<div class="col-lg-3 d-flex align-items-stretch" data-aos="fade-up" data-aos-delay="200">
<div class="info-box ">
<i class="bx bx-phone-call"></i>
<h3>Call Us</h3>
<p>+92343 7108020</p>
</div>
</div>
<div class="col-lg-12" data-aos="fade-up" data-aos-delay="300">
<form action="forms/contact.php" method="post" role="form" class="php-email-form">
<div class="form-row">
<div class="col-lg-6 form-group">
<input type="text" name="name" class="form-control" id="name" placeholder="Your Name" data-rule="minlen:4" data-msg="Please enter at least 4 chars" />
<div class="validate"></div>
</div>
<div class="col-lg-6 form-group">
<input type="email" class="form-control" name="email" id="email" placeholder="Your Email" data-rule="email" data-msg="Please enter a valid email" />
<div class="validate"></div>
</div>
</div>
<div class="form-group">
<input type="text" class="form-control" name="subject" id="subject" placeholder="Subject" data-rule="minlen:4" data-msg="Please enter at least 8 chars of subject" />
<div class="validate"></div>
</div>
<div class="form-group">
<textarea class="form-control" name="message" rows="5" data-rule="required" data-msg="Please write something for us" placeholder="Message"></textarea>
<div class="validate"></div>
</div>
<div class="mb-3">
<div class="loading">Loading</div>
<div class="error-message"></div>
<div class="sent-message">Your message has been sent. Thank you!</div>
</div>
<div class="text-center"><button type="submit">Send Message</button></div>
</form>
</div>
</div>
</div>
</section><!-- End Contact Us Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6 footer-info">
<h3>Glovi</h3>
<p>
Blue Area 8-A , <br>
B-Basement Muzaffar Chamber AK Fazal e haq road <br>
Islamabad Pakistan <br>
Pakistan-44000<br><br>
<strong>Phone:</strong>+92343 7108020<br>
<strong>Email:</strong>[email protected]
<br>
</p>
<div class="social-links mt-3">
<a href="#" class="twitter"><i class="bx bxl-twitter"></i></a>
<a href="https://www.facebook.com/mctechnology786" class="facebook" target="_blank"><i class="bx bxl-facebook"></i></a>
<a href="#" class="instagram"><i class="bx bxl-instagram"></i></a>
<a href="#" class="google-plus"><i class="bx bxl-skype"></i></a>
<a href="#" class="linkedin"><i class="bx bxl-linkedin"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="#">Home</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">About us</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Services</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Terms of service</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Privacy policy</a></li>
</ul>
</div>
<div class="col-lg-4 col-md-6 footer-links">
<h4>Our Services</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="#">Laptops & Desktop Repairing</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Printer Repairing</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">CCTV Cameras Installation and Repairing</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Deals in all kinds of Spare Parts</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Server Maintainace and Repairing</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Web Development</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Door to Door repairing Service</a></li>
</ul>
</div>
<!-- <div class="col-lg-4 col-md-6 footer-newsletter">
<h4>Our Newsletter</h4>
<p>Tamen quem nulla quae legam multos aute sint culpa legam noster magna</p>
<form action="" method="post">
<input type="email" name="email"><input type="submit" value="Subscribe">
</form>
</div> -->
</div>
</div>
</div>
<div class="container">
<div class="copyright">
© Copyright <strong><span>Glovi</span></strong>. All Rights Reserved
</div>
<div class="credits">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/mamba-one-page-bootstrap-template-free/ -->
Designed by <a href="https://bootstrapmade.com/">Muhammad Wajih</a>
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top"><i class="icofont-simple-up"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/jquery-sticky/jquery.sticky.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/waypoints/jquery.waypoints.min.js"></script>
<script src="assets/vendor/counterup/counterup.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>