-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
928 lines (863 loc) · 43.6 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
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
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Thinkegic IT</title>
<link rel="icon" href="assets/images/logo.png" type="image/icon type">
<!-- google fonts -->
<link href="//fonts.googleapis.com/css2?family=Jost:wght@300;400;600&display=swap" rel="stylesheet">
<!-- Template CSS -->
<link rel="stylesheet" href="assets/css/style-starter.css">
</head>
<body>
<!--header-->
<header id="site-header" class="fixed-top">
<div class="container">
<nav class="navbar navbar-expand-lg navbar-dark stroke">
<h1>
<a class="navbar-brand" href="index.html">
<span class="fa fa-align-right"></span> Thinkegic <span class="logo">IT SOLUTIONS</span></a>
</h1>
<!-- if logo is image enable this
<a class="navbar-brand" href="#index.html">
<img src="image-path" alt="Your logo" title="Your logo" style="height:35px;" />
</a> -->
<button class="navbar-toggler collapsed bg-gradient" type="button" data-toggle="collapse"
data-target="#navbarTogglerDemo02" aria-controls="navbarTogglerDemo02" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon fa icon-expand fa-bars"></span>
<span class="navbar-toggler-icon fa icon-close fa-times"></span>
</span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo02">
<ul class="navbar-nav mx-lg-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item @@about__active">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item @@services__active">
<a class="nav-link" href="services.html">Services</a>
</li>
<li class="nav-item @@contact__active">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
</div>
<!--/search-right-->
<div class="header-search">
<div class='control mr-3'>
<div class='btn-material'>
<i class='fa fa-search icon-material-search'></i>
</div>
</div>
<!-- full screen form controls -->
<i class='icon-close fa fa-close material-icons'></i>
<form action="error.html" method="GET" class='search-input'>
<input class='input-search' placeholder='Start Typing' type='text'>
</form>
</div>
<!--//search-right-->
<!-- toggle switch for light and dark theme -->
<div class="mobile-position">
<nav class="navigation">
<div class="theme-switch-wrapper">
<label class="theme-switch" for="checkbox">
<input type="checkbox" id="checkbox">
<div class="mode-container py-1">
<i class="gg-sun"></i>
<i class="gg-moon"></i>
</div>
</label>
</div>
</nav>
</div>
<!-- //toggle switch for light and dark theme -->
</nav>
</div>
</header>
<!--/header-->
<!-- hero slider Start -->
<div class="banner-wrap">
<div class="banner-slider">
<!-- hero slide start -->
<div class="banner-slide bg1">
<div class="container">
<div class="hero-content">
<h1 data-animation="flipInX" data-delay="0.8s" data-color="#fff">
Thinkegic IT has evolved into an advanced solutions provider</h1>
<p data-animation="fadeInDown" class="mt-4">We strive to deliver more efficient, effective and relevant quality services and solutions tailored to
the increasingly complex demands of organisations, in order to boost productivity of operations and
to maximise value for our customers. </p>
<div class="cta-btn" data-animation="fadeInUp" data-delay="1s">
<a href="#url" class="btn btn-style btn-primary">Learn More</a>
</div>
</div>
</div>
<div class="hero-overlay"></div>
</div>
<!-- hero slide end -->
<!-- hero slide start -->
<div class="banner-slide bg2">
<div class="container">
<div class="hero-content">
<h1 data-animation="fadeInDown" data-delay="0.8s" data-color="#fff">
We strive to deliver more efficient, effective and relevant quality services and solutions
</h1>
<p data-animation="fadeInDown" class="mt-4">tailored to
the increasingly complex demands of organisations, in order to boost productivity of operations and
to maximise value for our customers.
</p>
<div class="cta-btn" data-animation="fadeInDown" data-delay="1s">
<a href="#url" class="btn btn-style btn-primary">Get Started</a>
</div>
</div>
</div>
<div class="hero-overlay"></div>
</div>
<!-- hero slide end -->
<!-- hero slide start -->
<div class="banner-slide bg3">
<div class="container">
<div class="hero-content">
<h1 data-animation="fadeInUp" data-color="#fff" data-delay="0.8s">Thinkegic IT also strives towards
technology that provides a real advantage to a business
</h1>
<p data-animation="fadeInUp" class="mt-4">The
most powerful connection that a business can make is through all its stakeholders. Thinkegic IT
binds together business and technology </p>
<div class="cta-btn" data-animation="fadeInDown" data-delay="1s">
<a href="#url" class="btn btn-style btn-primary">Learn More</a>
</div>
</div>
</div>
<div class="hero-overlay"></div>
</div>
<!-- hero slide end -->
<!-- hero slide start -->
<div class="banner-slide bg4">
<div class="container">
<div class="hero-content">
<h1 data-animation="flipInX" data-color="#fff" data-delay="0.8s">Enable you to focus on your business by providing a practical IT solution by creating an
environment for success.</h1>
<p data-animation="fadeInDown" class="mt-4">We place our focus on leveraging our
infrastructure and footprint to support a broad spectrum of organisations with rapid deployment
and emerging technologies. </p>
<div class="cta-btn" data-animation="fadeInUp" data-delay="1s">
<a href="#url" class="btn btn-style btn-primary">Contact Us Now</a>
</div>
</div>
</div>
<div class="hero-overlay"></div>
</div>
<!-- hero slide end -->
</div>
<div class="shape">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 280">
<path fill-opacity="1">
<animate attributeName="d" dur="20000ms" repeatCount="indefinite"
values="M0,160L48,181.3C96,203,192,245,288,261.3C384,277,480,267,576,234.7C672,203,768,149,864,117.3C960,85,1056,75,1152,90.7C1248,107,1344,149,1392,170.7L1440,192L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z; M0,160L48,181.3C96,203,192,245,288,234.7C384,224,480,160,576,133.3C672,107,768,117,864,138.7C960,160,1056,192,1152,197.3C1248,203,1344,181,1392,170.7L1440,160L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z; M0,64L48,74.7C96,85,192,107,288,133.3C384,160,480,192,576,170.7C672,149,768,75,864,80C960,85,1056,171,1152,181.3C1248,192,1344,128,1392,96L1440,64L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z;
M0,160L48,181.3C96,203,192,245,288,261.3C384,277,480,267,576,234.7C672,203,768,149,864,117.3C960,85,1056,75,1152,90.7C1248,107,1344,149,1392,170.7L1440,192L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z;" />
</path>
</svg>
</div>
</div>
<!-- hero slider end -->
<!-- home page about section -->
<section class="w3l-homeblock1" id="about">
<div class="midd-w3 py-5">
<div class="container py-lg-5 py-md-3">
<div class="row align-items-center">
<div class="col-lg-6">
<span class="title-small">About Us</span>
<h3 class="title-big">Thinkegic IT provides solutions that enable business and empower our customers with the following:</h3>
<p class="mt-md-4 mt-3">Improve overall customer service and satisfaction, by ensuring you have the infrastructure in
place to continuously engage with your customers </p>
<p class="mt-md-4 mt-3">Cut operational costs with tailor-made strategies and solutions by assisting you to create (or
update) your IT strategy </p>
<p class="mt-md-4 mt-3">Increase communication between all stakeholders which is essential with all the current
dynamic businesses challenges that all businesses face today such as globalisation and
increased worker mobility. </p>
<ul class="service-list pt-lg-2 mt-4">
<li class="service-link"><a href="#url"><span class="fa fa-check-circle"></span> IT Solutions</a></li>
<li class="service-link"><a href="#url"><span class="fa fa-check-circle"></span> IT Services</a></li>
<li class="service-link"><a href="#url"><span class="fa fa-check-circle"></span> IT Development</a></li>
<li class="service-link"><a href="#url"><span class="fa fa-check-circle"></span> IT Drones</a></li>
<li class="service-link"><a href="#url"><span class="fa fa-check-circle"></span> IT Products</a></li>
</ul>
</div>
<div class="HomeAboutImages col-lg-6 mt-lg-0 mt-md-5 mt-4">
<div class="row position-relative">
<div class="col-6">
<img src="assets/images/a.jpg" alt="" class="radius-image img-fluid">
</div>
<div class="col-6 mt-4">
<img src="assets/images/c1.jpg" alt="" class="radius-image img-fluid mb-md-3 mb-2">
<img src="assets/images/c4.jpg" alt="" class="radius-image img-fluid mt-md-3">
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- //home page about section -->
<!-- features section -->
<section class="w3l-features py-5" id="work">
<div class="container py-lg-5 py-md-4 py-2">
<div class="row main-cont-wthree-2 align-items-center">
<div class="col-lg-6 feature-grid-left pr-lg-5">
<h5 class="title-small">As an advanced technology service provider, we</h5>
<h3 class="title-big mb-4">Thinkegic IT Business</h3>
<p class="text-para">Thinkegic IT is dedicated to doing business in an ethical and sustainable manner to meet the needs
of a vast range of businesses and industries. Thinkegic IT’s businesses range from small and medium
enterprises (SMEs) to large global enterprises.
We combine our industry knowledge, expertise and best practice with our clients’ needs to design
and develop tailor-made solutions dependant on your requirements. We recognise that people are
part of IT and that the effective combination of these two, contributes to the success of any
business
</p>
<a href="about.html" class="btn btn-style btn-primary mt-lg-5 mt-4">Discover More</a>
</div>
<div class="col-lg-6 feature-grid-right mt-lg-0 mt-md-5 mt-4">
<div class="call-grids-w3 d-grid">
<div class="grids-1 box-wrap">
<div class="icon">
<img src="assets/images/icon1.png" alt="" class="img-fluid">
</div>
<h4><a href="about.html" class="title-head">Our Process</a></h4>
</div>
<div class="grids-1 box-wrap">
<div class="icon">
<img src="assets/images/icon2.png" alt="" class="img-fluid">
</div>
<h4><a href="about.html" class="title-head">How We Help</a></h4>
</div>
<div class="grids-1 box-wrap">
<div class="icon">
<img src="assets/images/icon3.png" alt="" class="img-fluid">
</div>
<h4><a href="about.html" class="title-head">Our Patners</a></h4>
</div>
<div class="grids-1 box-wrap">
<div class="icon">
<img src="assets/images/icon4.png" alt="" class="img-fluid">
</div>
<h4><a href="about.html" class="title-head">Creative Ideas</a></h4>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- features section -->
<!-- services section -->
<div class="w3l-servicesblock2" id="services">
<section id="grids5-block" class="py-5">
<div class="container py-lg-5 py-md-4 py-2">
<h3 class="title-big text-center">We are the bridge that brings together people, technology and business.</h3>
<div class="row mt-lg-5 mt-4 text-center">
<div class="col-lg-4 col-md-6">
<div class="grids5-info">
<a href="#service" class="d-block zoom"><img src="assets/images/s1.jpg" alt=""
class="img-fluid service-image" /></a>
<div class="blog-info">
<a href="#service" class="title">Thinkegic IT Core Values</a>
<p class="text-para"> Thinkegic IT believes in sustainable growth through innovation, creativity and competence. We
also believe in treating our customers with respect. We value honesty, integrity and ethical
business practices.</p>
</div>
<a href="#learnmore" class="btn btn-style1 mt-3">Learn More</a>
</div>
</div>
<div class="col-lg-4 col-md-6 mt-md-0 mt-5">
<div class="grids5-info">
<a href="#service" class="d-block zoom"><img src="assets/images/s2.jpg" alt=""
class="img-fluid service-image" /></a>
<div class="blog-info">
<a href="#service" class="title">Thinkegic IT Vision </a>
<p class="text-para"> Thinkegic IT’s vision is to become the leader
of choice for solutions, regardless of the
industry. We want to empower and unleash
the potential of all our customers.</p>
</div>
<a href="#learnmore" class="btn btn-style1 mt-3">Learn More</a>
</div>
</div>
<div class="col-lg-4 col-md-6 mt-lg-0 mt-5">
<div class="grids5-info">
<a href="#service" class="d-block zoom"><img src="assets/images/s3.jpg" alt=""
class="img-fluid service-image" /></a>
<div class="blog-info">
<a href="#service" class="title">Thinkegic IT Mission</a>
<p class="text-para">Thinkegic IT’s mission is to build long term
relationships with our customers, to provide
exceptional services that exceed expectations,
by pursuing business through innovation,
advanced technology and adding value.</p>
</div>
<a href="#learnmore" class="btn btn-style1 mt-3">Learn More</a>
</div>
</div>
</div>
</div>
</section>
</div>
<!-- //services section -->
<section class="w3l-gallery py-5" id="gallery">
<div class="container py-lg-5 py-md-4 py-2">
<div class="title-content text-center mb-5">
<h3 class="title-small"> Our Gallery</h3>
<h3 class="title-big mx-lg-5">Successful projects we've done</h3>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 item">
<a href="assets/images/c1.jpg" data-lightbox="example-set" data-title="Project 1" class="zoom d-block">
<img class="card-img-bottom d-block" src="assets/images/c1.jpg"
alt="Card image cap">
<span class="overlay__hover"></span>
<span class="hover-content">
<span class="title">Project 1</span>
<span class="content">IT Networking</span>
</span>
</a>
</div>
<div class="col-lg-4 col-md-6 item mt-md-0 mt-4">
<a href="assets/images/c2.jpg" data-lightbox="example-set" data-title="Project 2" class="zoom d-block">
<img class="card-img-bottom d-block" src="assets/images/c2.jpg"
alt="Card image cap">
<span class="overlay__hover"></span>
<span class="hover-content">
<span class="title">Project 2</span>
<span class="content">IT Products</span>
</span>
</a>
</div>
<div class="col-lg-4 col-md-6 item mt-lg-0 mt-4">
<a href="assets/images/c3.jpg" data-lightbox="example-set" data-title="Project 3" class="zoom d-block">
<img class="card-img-bottom d-block" src="assets/images/c3.jpg"
alt="Card image cap">
<span class="overlay__hover"></span>
<span class="hover-content">
<span class="title">Project 3</span>
<span class="content">Drones</span>
</span>
</a>
</div>
<div class="col-lg-4 col-md-6 item mt-4 pt-lg-2">
<a href="assets/images/c4.jpg" data-lightbox="example-set" data-title="Project 4" class="zoom d-block">
<img class="card-img-bottom d-block" src="assets/images/c4.jpg"
alt="Card image cap">
<span class="overlay__hover"></span>
<span class="hover-content">
<span class="title">Project 4</span>
<span class="content">Development</span>
</span>
</a>
</div>
<div class="col-lg-4 col-md-6 item mt-4 pt-lg-2">
<a href="assets/images/c5.jpg" data-lightbox="example-set" data-title="Project 5" class="zoom d-block">
<img class="card-img-bottom d-block" src="assets/images/c5.jpg"
alt="Card image cap">
<span class="overlay__hover"></span>
<span class="hover-content">
<span class="title">Project 5</span>
<span class="content">IT products</span>
</span>
</a>
</div>
<div class="col-lg-4 col-md-6 item mt-4 pt-lg-2">
<a href="assets/images/c6.jpg" data-lightbox="example-set" data-title="Project 6" class="zoom d-block">
<img class="card-img-bottom d-block" src="assets/images/c6.jpg"
alt="Card image cap">
<span class="overlay__hover"></span>
<span class="hover-content">
<span class="title">Project 6</span>
<span class="content">IT services</span>
</span>
</a>
</div>
<!-- <div class="text-center w-100 mt-md-5 mt-4">
<a href="#loadmore" class="load btn btn-style btn-outline-primary"> Load More </a>
</div> -->
</div>
<!-- Company logos -->
<div class="row company-logos pt-5 mt-5 justify-content-center">
<div class="col-lg-2 col-md-3 col-4">
<img src="assets/images/mik2.jpg" alt="" class="img-fluid">
</div>
<div class="col-lg-2 col-md-3 col-4">
<img src="assets/images/HP_NEW_logo.jpg" alt="" class="img-fluid">
</div>
<div class="col-lg-2 col-md-3 col-4">
<img src="assets/images/Lenovo-logo-vector-427398103.jpg" alt="" class="img-fluid">
</div>
<div class="col-lg-2 col-md-3 col-4 mt-md-0 mt-4">
<img src="assets/images/th-1337520438.jpg" alt="" class="img-fluid">
</div>
<div class="col-lg-2 col-md-3 col-4 mt-lg-0 mt-4">
<img src="assets/images/th-69459038.jpg" alt="" class="img-fluid">
</div>
</div>
</div>
</section>
<!-- home page progress section -->
<section class="w3l-progress" id="progress">
<div class="midd-w3 py-5">
<div class="container py-lg-5 py-md-4 py-2">
<div class="row align-items-center">
<div class="col-lg-6">
<img src="assets/images/about.jpg" alt="" class="radius-image img-fluid">
</div>
<div class="col-lg-6 mt-lg-0 mt-md-5 mt-4">
<span class="title-small">Your success is our success</span>
<h3 class="title-big mb-4 pb-lg-2">Thinkegic IT partners with industry - leading suppliers to ensure that we can meet all of your
needs.</h3>
<div class="progress-info info1">
<h6 class="progress-tittle">Network <span class="">100%</span></h6>
<div class="progress">
<div class="progress-bar progress-bar-striped gradient-1" role="progressbar" style="width: 80%" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="progress-info info2">
<h6 class="progress-tittle">Computing infrastructure <span class="">100%</span>
</h6>
<div class="progress">
<div class="progress-bar progress-bar-striped gradient-2" role="progressbar" style="width: 95%" aria-valuenow="95" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="progress-info info3">
<h6 class="progress-tittle">Security Solutions <span class="">100%</span></h6>
<div class="progress">
<div class="progress-bar progress-bar-striped gradient-3" role="progressbar" style="width: 60%" aria-valuenow="95" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="progress-info info4 mb-0">
<h6 class="progress-tittle">Equipment rental/leasing <span class="">100%</span></h6>
<div class="progress">
<div class="progress-bar progress-bar-striped gradient-4" role="progressbar" style="width: 85%" aria-valuenow="95" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- //home page progress section -->
<!-- testimonials -->
<section class="w3l-testimonials" id="testimonials">
<!-- /grids
<div class="cusrtomer-layout py-5">
<div class="container py-lg-4 py-md-3 py-2 pb-lg-0">
<h5 class="title-small text-center mb-1">Happy Clients Feedback</h5>
<h3 class="title-big text-center mb-sm-5 mb-4">Reviews and Testimonials</h3>
<div class="testimonial-width">
<div id="owl-demo1" class="owl-two owl-carousel owl-theme">
<div class="item">
<div class="testimonial-content">
<div class="testimonial">
<blockquote>
<q>Good Service from the team.</q>
</blockquote>
<div class="testi-des">
<div class="test-img"><img src="assets/images/team1.jpg" class="img-fluid"
alt="client-img">
</div>
<div class="peopl align-self">
<h3>John wilson</h3>
<p class="indentity">Dolce</p>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="testimonial-content">
<div class="testimonial">
<blockquote>
<q>ThinkegicIT Navigated us through the entire proccess seamlessly.</q>
</blockquote>
<div class="testi-des">
<div class="test-img"><img src="assets/images/team2.jpg" class="img-fluid"
alt="client-img">
</div>
<div class="peopl align-self">
<h3>Julia sakura</h3>
<p class="indentity">Trendmicro</p>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="testimonial-content">
<div class="testimonial">
<blockquote>
<q>A company this will most likely assure prospective customers of the company's expertise</q>
</blockquote>
<div class="testi-des">
<div class="test-img"><img src="assets/images/team3.jpg" class="img-fluid"
alt="client-img">
</div>
<div class="peopl align-self">
<h3>Roy Linderson</h3>
<p class="indentity">Student</p>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="testimonial-content">
<div class="testimonial">
<blockquote>
<q>Companies don't make deals.
People do. And humans are humans no matter their position in working life.</q>
</blockquote>
<div class="testi-des">
<div class="test-img"><img src="assets/images/team4.jpg" class="img-fluid"
alt="client-img">
</div>
<div class="peopl align-self">
<h3>Smith Johnson</h3>
<p class="indentity">Student</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
-->
</div>
</section>
<!-- //testimonials
<section class="w3l-blog">
<div class="blog py-5" id="Newsblog">
<div class="container py-lg-5 py-md-4 py-2">
<h5 class="title-small text-center mb-1">Latest News</h5>
<h3 class="title-big text-center mb-sm-5 mb-4">Our insight and articles</h3>
<div class="row">
<div class="col-lg-4 col-md-6 item">
<div class="card">
<div class="card-header p-0 position-relative">
<a href="#blog-single" class="zoom d-block">
<img class="card-img-bottom d-block" src="assets/images/blog1.jpg"
alt="Card image cap">
</a>
</div>
<div class="card-body blog-details">
<div class="price-review d-flex justify-content-between mb-1 align-items-center">
<p>Startup Business</p>
</div>
<a href="#blog-single" class="blog-desc">Business opportunity in developing a reliable electric motor. </a>
</div>
<div class="card-footer">
<div class="author align-items-center">
<a href="#author" class="post-author">
<img src="assets/images/team1.jpg" alt="" class="img-fluid rounded-circle">
</a>
<ul class="blog-meta">
<li>
<span class="meta-value">by</span><a href="#author"> Jessica</a>
</li>
</ul>
<div class="date">
<p>20 March, 2021</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 item mt-md-0 mt-5">
<div class="card">
<div class="card-header p-0 position-relative">
<a href="#blog-single" class="zoom d-block">
<img class="card-img-bottom d-block" src="assets/images/blog2.jpg"
alt="Card image cap">
</a>
</div>
<div class="card-body blog-details">
<div class="price-review d-flex justify-content-between mb-1 align-items-center">
<p>Marketing Strategy</p>
</div>
<a href="#blog-single" class="blog-desc">The fledgling company builds its business around AC motors</a>
</div>
<div class="card-footer">
<div class="author align-items-center">
<a href="#author" class="post-author">
<img src="assets/images/team2.jpg" alt="" class="img-fluid rounded-circle">
</a>
<ul class="blog-meta">
<li>
<span class="meta-value">by</span><a href="#author"> Elizabeth</a>
</li>
</ul>
<div class="date">
<p>20 March, 2021</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 item mt-lg-0 mt-5">
<div class="card">
<div class="card-header p-0 position-relative">
<a href="#blog-single" class="zoom d-block">
<img class="card-img-bottom d-block" src="assets/images/blog3.jpg"
alt="Card image cap">
</a>
</div>
<div class="card-body blog-details">
<div class="price-review d-flex justify-content-between mb-1 align-items-center">
<p>Web Development</p>
</div>
<a href="#blog-single" class="blog-desc">How to start a profitable home-based business within mins?</a>
</div>
<div class="card-footer">
<div class="author align-items-center">
<a href="#author" class="post-author">
<img src="assets/images/team3.jpg" alt="" class="img-fluid rounded-circle">
</a>
<ul class="blog-meta">
<li>
<span class="meta-value">by</span><a href="#author"> Charlotte</a>
</li>
</ul>
<div class="date">
<p>20 March, 2021</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="w3l-project py-5" id="subscribe">
<div class="container py-md-5 py-sm-4 py-2">
<div class="bottom-info">
<div class="header-section text-center">
<h3 class="title-big">Let’s find out how to work together</h3>
<p class="mt-3 pr-lg-5">Lorem ipsum dolor sit amet elit. Velit beatae
rem ullam dolore nisi esse quasi, sit amet. Lorem ipsum dolor sit
amet elit.</p>
</div>
<form action="#" class="subscribe mt-5" method="post">
<div class="input-group-text"><span class="fa fa-paper-plane"></span></div>
<input type="email" name="email" placeholder="Your Email Address" required="">
<button class="btn btn-style btn-primary">Subscibe</button>
</form>
</div>
</div>
</section>
-->
<!-- footer -->
<footer class="w3l-footer-29-main">
<div class="footer-29 py-5">
<div class="container py-md-4">
<div class="row footer-top-29">
<div class="col-lg-4 col-md-6 footer-list-29 footer-1">
<div class="footer-logo mb-4">
<a class="navbar-brand" href="index.html">
<span class="fa fa-align-right"></span> Thinkegic IT <span class="logo">IT Solutions</span></a>
</div>
<p>Thinkegic IT is a full-service solution provider. Our head office is located in Hurlingham, Nairobi and
we support remote sites across multiple counties. We place our focus on leveraging our
infrastructure and footprint to support a broad spectrum of organisations with rapid deployment
and emerging technologies.</p>
<div class="main-social-footer-29 mt-md-4 mt-3">
<a href="https://www.facebook.com/thinkegicit" class="facebook"><span class="fa fa-facebook"></span></a>
<a href="https://twitter.com/thinkegicit" class="twitter"><span class="fa fa-twitter"></span></a>
<a href="https://www.instagram.com/thinkegic/" class="instagram"><span class="fa fa-instagram"></span></a>
<a href="https://www.linkedin.com/company/thinkegic-solutions-limited/" class="linkedin"><span class="fa fa-linkedin"></span></a>
</div>
</div>
<div class="col-lg-4 col-md-6 footer-list-29 footer-1 pr-lg-5 mt-md-0 mt-5">
<h6 class="footer-title-29">Contact Info </h6>
<p class="mb-2">Address : Scripture Union Center Argwings Khodek Hurlingham.</p>
<p class="mb-2">Phone Number : <a href="tel:: +254 717811639">: +254 717811639</a></p>
<p class="mb-2">Email : <a href="mailto:[email protected]">[email protected]</a></p>
</div>
<div class="col-lg-2 col-md-6 col-sm-5 col-6 footer-list-29 footer-2 mt-lg-0 mt-5">
<ul>
<h6 class="footer-title-29">Services</h6>
<li><a href="services.html">IT Solutions</a></li>
<li><a href="drones.html">IT Drones</a></li>
<li><a href="dev.html">IT Development</a></li>
<li><a href="products.html">IT Products</a></li>
<li><a href="itservices.html">IT Services</a></li>
</ul>
</div>
<div class="col-lg-2 col-md-6 col-sm-5 col-6 footer-list-29 footer-2 mt-lg-0 mt-5">
<ul>
<h6 class="footer-title-29">Company</h6>
<li><a href="about.html"> About company</a></li>
<li><a href="index.html#blog">Latest Blog posts</a></li>
<li><a href="index.html#gallery">Our Gallery </a></li>
<li><a href="#vision">Vision to future</a></li>
<li><a href="contact.html">Get in touch</a></li>
</ul>
</div>
</div>
</div>
</div>
<!-- copyright -->
<section class="w3l-copyright text-center">
<div class="container">
<p class="copy-footer-29">© 2022 ThinkegicIT. All rights reserved. Design by <a href="#"
target="_blank">
Thinkegic</a></p>
</div>
<!-- move top -->
<button onclick="topFunction()" id="movetop" title="Go to top">
⤴
</button>
<script>
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function () {
scrollFunction()
};
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
document.getElementById("movetop").style.display = "block";
} else {
document.getElementById("movetop").style.display = "none";
}
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
<!-- /move top -->
</section>
<!-- //copyright -->
</footer>
<!-- //footer -->
<!-- Template JavaScript -->
<script src="assets/js/jquery-3.3.1.min.js"></script>
<script src="assets/js/theme-change.js"></script>
<!-- libhtbox -->
<script src="assets/js/lightbox-plus-jquery.min.js"></script>
<!-- libhtbox -->
<!-- banner slick slider -->
<script src="assets/js/slick.js"></script>
<script src="assets/js/script.js"></script>
<!-- //banner slick slider -->
<!-- magnific popup -->
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<script>
$(document).ready(function () {
$('.popup-with-zoom-anim').magnificPopup({
type: 'inline',
fixedContentPos: false,
fixedBgPos: true,
overflowY: 'auto',
closeBtnInside: true,
preloader: false,
midClick: true,
removalDelay: 300,
mainClass: 'my-mfp-zoom-in'
});
$('.popup-with-move-anim').magnificPopup({
type: 'inline',
fixedContentPos: false,
fixedBgPos: true,
overflowY: 'auto',
closeBtnInside: true,
preloader: false,
midClick: true,
removalDelay: 300,
mainClass: 'my-mfp-slide-bottom'
});
});
</script>
<!-- //magnific popup -->
<!-- script for tesimonials carousel slider -->
<script src="assets/js/owl.carousel.js"></script>
<script>
$(document).ready(function () {
$("#owl-demo1").owlCarousel({
loop: true,
margin: 20,
nav: false,
responsiveClass: true,
responsive: {
0: {
items: 1,
nav: false
},
768: {
items: 1,
nav: false
},
1000: {
items: 1,
nav: false,
loop: false
}
}
})
})
</script>
<!-- //script for tesimonials carousel slider -->
<!-- disable body scroll which navbar is in active -->
<script>
$(function () {
$('.navbar-toggler').click(function () {
$('body').toggleClass('noscroll');
})
});
</script>
<!-- disable body scroll which navbar is in active -->
<!--/MENU-JS-->
<script>
$(window).on("scroll", function () {
var scroll = $(window).scrollTop();
if (scroll >= 80) {
$("#site-header").addClass("nav-fixed");
} else {
$("#site-header").removeClass("nav-fixed");
}
});
//Main navigation Active Class Add Remove
$(".navbar-toggler").on("click", function () {
$("header").toggleClass("active");
});
$(document).on("ready", function () {
if ($(window).width() > 991) {
$("header").removeClass("active");
}
$(window).on("resize", function () {
if ($(window).width() > 991) {
$("header").removeClass("active");
}
});
});
</script>
<!--//MENU-JS-->
<!-- Search -->
<script>
$('.control').click(function () {
$('body').addClass('search-active');
$('.input-search').focus();
});
$('.icon-close').click(function () {
$('body').removeClass('search-active');
});
</script>
<!-- //Search -->
<script src="assets/js/bootstrap.min.js"></script>
</body>
</html>