-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
572 lines (511 loc) · 23.5 KB
/
about.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
<!--
Author: W3layouts
Author URL: http://w3layouts.com
-->
<!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>ThinkegicIT</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>ThinkegicIT<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 @@home__active">
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item 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-->
<!-- about breadcrumb -->
<section class="w3l-about-breadcrumb text-center">
<div class="breadcrumb-bg breadcrumb-bg-about py-5">
<div class="container py-lg-5 py-md-4">
<h2 class="title pt-md-5 pt-4">About Us</h2>
<p class="inner-page-para mt-2">We are the bridge that brings together people, technology and business.</p>
</div>
<div class="hero-overlay"></div>
</div>
</section>
<!-- //about breadcrumb -->
<section class="w3l-aboutblock1" id="about">
<div class="midd-w3 py-5">
<div class="container py-lg-5 py-md-4 py-2">
<div class="row">
<div class="col-lg-6 left-wthree-img">
<div class="position-relative">
<img src="assets/images/about2.jpg" alt="" class="img-fluid radius-image-full">
<div class="bg-shape"> </div>
<div class="imginfo__box">
<div class="imginfo__info">
<h6 class="imginfo__title">4+</h6>
<p class="mt-1">Years of <br>Experience. </p>
</div>
</div>
</div>
</div>
<div class="col-lg-6 mt-lg-0 mt-5 about-right-faq align-self">
<h5 class="title-small mb-1">About our company</h5>
<h3 class="title-big">Thinkegic IT is a full-service solution provider.</h3>
<h4 class="mt-4">In today’s increasingly technology driven marketplace, it is critical to keep up with the latest
innovations and solutions, in order to make the most of your investments and keep your business
moving forward</h4>
<p class="mt-4">Thinkegic IT is a leader in the Information Technology industry by providing unique, tailor-made and
enhanced services through building long term relationships with a wide range of clients. We provide
value to all our customers.</p>
<a class="btn btn-primary btn-style mt-md-5 mt-4 mr-md-4 mr-3" href="#about"> Read More </a>
<a href="#small-dialog1" class="popup-with-zoom-anim play-view text-center position-absolute mt-md-4 mt-3 pt-md-3">
<span class="video-play-icon">
<span class="fa fa-play"></span>
</span>
</a>
<!-- dialog itself, mfp-hide class is required to make dialog hidden -->
<div id="small-dialog1" class="zoom-anim-dialog mfp-hide">
<iframe src="https://www.youtube.com/" allow="autoplay; fullscreen" allowfullscreen=""></iframe>
</div>
</div>
</div>
<div class="row justify-content-center mt-5 pt-lg-5">
<div class="col-lg-4 col-md-6 grids-feature">
<div class="area-box">
<i class="fa fa-xing" aria-hidden="true"></i>
<div class="area-box-info">
<h4><a href="#feature" class="title-head">Cost efficient</a></h4>
<p>Thinkegic IT you will find cost-efficient support, guidance and the inspiration you need to
provide your business with a competitive advantage.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 grids-feature mt-md-0 mt-4">
<div class="area-box">
<i class="fa fa-thumbs-o-up" aria-hidden="true"></i>
<div class="area-box-info">
<h4><a href="#feature" class="title-head">Always Updated</a></h4>
<p>As an advanced technology service provider, we keep abreast of the latest technology to securely
enhance your business. Our in-depth knowledge and expertise ensure we are able to provide
guidance as to what is possible, practical and cost-efficient.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 grids-feature mt-lg-0 mt-4">
<div class="area-box">
<i class="fa fa-angellist" aria-hidden="true"></i>
<div class="area-box-info">
<h4><a href="#feature" class="title-head">Thinkegic IT Business</a></h4>
<p>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.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="w3l-about2 py-5">
<div class="container py-lg-5 py-md-4 py-2">
<div class="row cwp23-content align-items-center">
<div class="col-lg-6">
<h5 class="title-small mb-3"> Thinkegic IT Business </h5>
<h3 class="title-big"> We are the bridge that brings together people, technology and business.</h3>
<div class="cwp23-text-cols mt-lg-5 mt-4">
<div class="column">
<span>25</span>
<h4>Happy Clients</h4>
<p>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>
</div>
<div class="column">
<span>60</span>
<h4>Completed projects </h4>
<p>At Thinkegic IT there is a focus on skills and development. We are dedicated to unlock the potential
of all our employees through continuous skill development and in-house training. With the skills
development of all our employees, we foster a productive and vibrant workplace in order to
accelerate growth.
Thinkegic IT’s ever increasing workforce is aligned with its rate of growth and is continuously
focused on the latest technology to improve the quality of all services and products that we offe </p>
</div>
</div>
</div>
<div class="col-lg-3 col-6 cwp23-text align-self mt-lg-0 mt-md-5 mt-4 pr-md-3 pr-2">
<img src="assets/images/ab.jpg" alt="" class="radius-image img-fluid">
</div>
<div class="col-lg-3 col-6 cwp23-text align-self mt-lg-0 mt-md-5 mt-4 pl-md-3 pl-2">
<img src="assets/images/ab2.jpg" alt="" class="radius-image img-fluid">
</div>
</div>
</div>
</section>
<section class="w3l-about4 py-5" id="cover">
<div class="container px-0 py-lg-5 py-md-4 py-2">
<div class="history-info position-relative">
<div class="heading mx-auto text-center">
<h3 class="title-big">We are the bridge that brings together people, technology and business.</h3>
<p class="mt-3">Technology is emerging as the primary driver of efficiency and profitability. Thinkegic IT’s team
and unique blend of IT expertise, can help your company to gain that competitive edge in the
market.</p>
<a href="#small-dialog" class="popup-with-zoom-anim play-view text-center mt-4">
<span class="video-play-icon">
<span class="fa fa-play"></span>
</span>
</a>
</div>
<div class="position-relative">
<!-- dialog itself, mfp-hide class is required to make dialog hidden -->
<div id="small-dialog" class="zoom-anim-dialog mfp-hide">
<iframe src="https://www.youtube.com/" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</section>
<section class="w3l-content-4 py-5" id="features">
<div class="content-4-main py-lg-5 py-md-4">
<div class="container">
<div class="title-content text-center">
<h3 class="title-small"> Why choose us</h3>
<h3 class="title-big mx-lg-5">People choose us because we serve the best for everyone</h3>
</div>
<div class="content-info-in row mt-5 pt-lg-5">
<div class="content-left col-lg-6">
<div class="row content4-right-grids mb-sm-5 mb-4">
<div class="col-2 content4-right-icon">
<div class="content4-icon icon-clr1">
<span class="fa fa-briefcase"></span>
</div>
</div>
<div class="col-10 content4-right-info pl-md-5 pl-4">
<h6><a href="#url">Customer Success</a></h6>
<p>Thinkegic IT strives to build long term relationships and to provide quality products and services
that will exceed the expectations of all our customers.</p>
</div>
</div>
<div class="row content4-right-grids mb-sm-5 mb-4">
<div class="col-2 content4-right-icon">
<div class="content4-icon icon-clr2">
<span class="fa fa-search-plus"></span>
</div>
</div>
<div class="col-10 content4-right-info pl-md-5 pl-4">
<h6><a href="#url">IT Services</a></h6>
<p>Managed Services are the practice of outsourcing day-to-day management responsibilities and
functions that are critical to any successful business</p>
</div>
</div>
</div>
<div class="content-right col-lg-6 pl-lg-4 mt-lg-0 mt-2">
<div class="row content4-right-grids mb-sm-5 mb-4">
<div class="col-2 content4-right-icon">
<div class="content4-icon icon-clr3">
<span class="fa fa-cogs"></span>
</div>
</div>
<div class="col-10 content4-right-info pl-md-5 pl-4">
<h6><a href="#url">IT Drones</a></h6>
<p>Drones overall will be more impactful than we think people recognize, in positive ways to help
society</p>
</div>
</div>
<div class="row content4-right-grids">
<div class="col-2 content4-right-icon">
<div class="content4-icon icon-clr4">
<span class="fa fa-area-chart"></span>
</div>
</div>
<div class="col-10 content4-right-info pl-md-5 pl-4">
<h6><a href="#url">IT Development</a></h6>
<p>Software development refers to the systematic use of scientific and technical knowledge to meet
specific software objectives or requirements.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="w3l-project-contact py-5">
<div class="container py-md-5 py-sm-4 py-2">
<div class="row">
<div class="col-lg-8">
<div class="bottom-info">
<div class="header-section">
<h3 class="title-big">Let's talk about your project and see how we can work together</h3>
<p class="mt-3 pr-lg-5">Call or Email us</p>
</div>
</div>
</div>
<div class="col-lg-4 align-self text-lg-right">
<a href="#get" class="btn btn-style btn-primary mt-lg-0 mt-md-5 mt-4">Get started on a project<span
class="fa fa-arrow-right ml-2"></span></a>
</div>
</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> ThinkegicIT <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">© 2021 ThinkegicIT. All rights reserved. Design by <a href="#"
target="_blank">
ThinkegicIT</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>