-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
659 lines (597 loc) · 23.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
<!DOCTYPE html>
<html lang="zxx">
<head>
<!-- ** Basic Page Needs ** -->
<meta charset="utf-8" />
<title>ByteBridge | IT SERVICES</title>
<!-- ** Mobile Specific Metas ** -->
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="description" content="Welcome to ByteBridge IT Services – Your Trusted Technology Partner. We specialize in IT consulting, managed services, cloud solutions, cybersecurity, and more." />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=5.0"
/>
<meta name="author" content="ByteBridge" />
<meta name="generator" content="ByteBridge>
<!-- theme meta -->
<meta name="theme-name" content="bytebridge" />
<!-- bootstrap.min css -->
<link rel="stylesheet" href="plugins/bootstrap/bootstrap.min.css" />
<!-- Icon Font Css -->
<link rel="stylesheet" href="plugins/themify/css/themify-icons.css" />
<link rel="stylesheet" href="plugins/fontawesome/css/all.min.css" />
<link rel="stylesheet" href="plugins/magnific-popup/magnific-popup.css" />
<!-- Owl Carousel CSS -->
<link rel="stylesheet" href="plugins/slick/slick.css" />
<link rel="stylesheet" href="plugins/slick/slick-theme.css" />
<!-- Main Stylesheet -->
<link rel="stylesheet" href="css/style.css" />
<!--Favicon-->
<link rel="icon" href="images/favicon.png" type="image/x-icon" />
<link rel="canonical" href="https://www.bytebridge.services" />
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-HSEFCST66V"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-HSEFCST66V');
</script>
<body>
<!-- Header Start -->
<header class="navigation fixed-top">
<nav class="navbar navbar-expand-lg navbar-dark">
<a class="navbar-brand font-tertiary h3" href="index.html"><img src="images/logo2.svg" alt="bytebridge"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navigation"
aria-controls="navigation" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse text-center" id="navigation">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">about</a>
</li>
<li class="nav-item">
<a class="nav-link" href="service.html">services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="project.html">Portfolio</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link" href="#">Blog</a>
</li> -->
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
<div class="my-2 my-md-0 ml-lg-4 text-center">
<a id="navbutton" href="contact.html" class="btn btn-solid-border btn-round-full">Get a Quote</a>
</div>
</nav>
</header>
<!-- Header Close -->
<!-- Slider Start -->
<section class="slider">
<div class="container">
<div class="row">
<div class="col-lg-9 col-md-10">
<div class="block">
<span class="d-block mb-3 text-white text-capitalize">
Prepare for new future
</span>
<h1 class="animated fadeInUp mb-5">
Explore Bright Opportunities <br>with Us! <br>at Bytebridge
</h1>
<a
href="#"
class="btn btn-main animated fadeInUp btn-round-full"
aria-label="Get started"
>Get started<i class="btn-icon fa fa-angle-right ml-2"></i
></a>
<br>
<br>
</div>
</div>
</div>
</div>
</section>
<!-- Section Intro Start -->
<section class="section intro">
<div class="container">
<div class="row">
<div class="col-lg-8">
<div class="section-title">
<span class="h6 text-color">We are creative experts.</span>
<h2 class="mt-3 content-title">
We partner with businesses, delivering tailored solutions to their challenges.
</h2>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-4 col-md-6 col-12">
<div class="intro-item mb-5 mb-lg-0">
<i class="ti-desktop color-one"></i>
<h4 class="mt-4 mb-3">Modern & Responsive design</h4>
<p>
Experience modern and responsive design that adapts seamlessly to any device, providing a sleek and user-friendly experience.
</p>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="intro-item mb-5 mb-lg-0">
<i class="ti-medall color-one"></i>
<h4 class="mt-4 mb-3">Qualified Team</h4>
<p>
Our dedicated and skilled team of professionals is the backbone of our success. With their expertise and commitment, we consistently deliver exceptional results for our clients.
</p>
</div>
</div>
<div class="col-lg-4 col-md-12">
<div class="intro-item">
<i class="ti-layers-alt color-one"></i>
<h4 class="mt-4 mb-3">Build your website Professionally</h4>
<p>
Elevate your online presence with our professional website design services. We create stunning websites that captivate visitors and drive business growth.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Section Intro END -->
<!-- Section About Start -->
<section class="section about position-relative">
<div class="bg-about"></div>
<div class="container">
<div class="row">
<div class="col-lg-6 offset-lg-6 offset-md-0">
<div class="about-item">
<span class="h6 text-color">What we are</span>
<div class="about-content">
<h4 class="mb-3 position-relative">We are the perfect Solution</h4>
<p class="mb-5">
At ByteBridge IT Services, we embody a dynamic team of
creative minds. We stand as the epitome of the perfect
solution – architects of innovation who fuse creativity with
expertise. Welcome to a realm where excellence is the norm,
and perfection is our pursuit.
</p>
<a href="#" class="btn btn-main btn-round-full">Get started</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Section About End -->
<!-- section Counter Start
<section class="section counter">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="counter-item text-center mb-5 mb-lg-0">
<h3 class="mb-0">
<span class="counter-stat font-weight-bold">50</span> +
</h3>
<p class="text-muted">Project Done</p>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="counter-item text-center mb-5 mb-lg-0">
<h3 class="mb-0">
<span class="counter-stat font-weight-bold">500 </span>+
</h3>
<p class="text-muted">Users</p>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="counter-item text-center mb-5 mb-lg-0">
<h3 class="mb-0">
<span class="counter-stat font-weight-bold">39</span>
</h3>
<p class="text-muted">Availble Country</p>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="counter-item text-center">
<h3 class="mb-0">
<span class="counter-stat font-weight-bold">14</span>
</h3>
<p class="text-muted">Award Winner</p>
</div>
</div>
</div>
</div>
</section>
<!-- section Counter End -->
<!-- Section Services Start -->
-->
<section class="section service border-top">
<br>
<br>
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-7 text-center">
<div class="section-title">
<span class="h6 text-color">Our Services</span>
<h2 class="mt-3 content-title">
We provide a wide range of creative services
</h2>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="service-item mb-5">
<i class="ti-desktop"></i>
<h4 class="mb-3">Web development.</h4>
<p>
Boost your online presence with our web development expertise. We turn concepts into high-performance websites that captivate and convert.
</p>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="service-item mb-5">
<i class="ti-mobile"></i>
<h4 class="mb-3">VoIP PBX: Streamlined Communication</h4>
<p>
Facilitate efficient collaboration. Streamline communication, amplify teamwork. Elevate your capabilities with VoIP PBX
</p>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="service-item mb-5">
<i class="ti-world"></i>
<h4 class="mb-3">
Network Design and Installation: Seamless Connectivity.
</h4>
<p>
Connect with confidence. Secure and efficient networks customized for your success.
</p>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="service-item mb-5 mb-lg-0">
<i class="ti-vector"></i>
<h4 class="mb-3">
Ultimate Video, Voice, Chat SDKs: Seamless Scalability.
</h4>
<p>
Unleash potential with ByteBridge IT Services. Scale to 1B+
conversations at ultra-low latencies, 99.999% uptime, 3ms
response time.
</p>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="service-item mb-5 mb-lg-0">
<i class="ti-android"></i>
<h4 class="mb-3">App development.</h4>
<p>
Unlock potential with our services. Scale to over 1 billion conversations with ultra-low latencies, 99.999% uptime, and 3ms response time.
</p>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="service-item mb-5 mb-lg-0">
<i class="ti-pencil-alt"></i>
<h4 class="mb-3">ELV Solutions: Precision in Connectivity.</h4>
<p>
Unlock precision with our Extra Low Voltage expertise. Elevate your infrastructure.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Section Services End -->
<!-- Section Cta Start -->
<section class="section cta">
<div class="container">
<div class="row">
<div class="col-xl-5 col-lg-6">
<div class="cta-item bg-white p-5 rounded">
<span class="h6 text-color">We create for you</span>
<h2 class="mt-2 mb-4">
Entrust Your Project to Our Best Team of Professionals
</h2>
<p class="lead mb-4">
Have any project on mind? For immidiate support :
</p>
<h3>
<i class="ti-mobile mr-3 text-color"></i>+234 810 780 6869
</h3>
</div>
</div>
</div>
</div>
</section>
<!-- Section Cta End-->
<!-- Section Testimonial Start -->
<section class="section testimonial">
<div class="container">
<div class="row">
<div class="col-lg-7">
<div class="section-title">
<span class="h6 text-color">Clients testimonial</span>
<h2 class="mt-3 content-title">
Check what's our clients say about us
</h2>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row testimonial-wrap">
<div class="testimonial-item position-relative">
<div class="testimonial-item-content">
<p class="testimonial-text">
ByteBridge IT Services exceeded our expectations with the
website they crafted for PrimoTek Systems Limited. Their
attention to detail and seamless user experience have elevated
our online presence. We're thoroughly satisfied with their
exceptional work.
</p>
<div class="testimonial-author">
<h5 class="mb-0 text-capitalize">
Engr. Olabode Idowu-Bismark
</h5>
<p>Excutive Director,PrimoTek Systems Limited</p>
</div>
</div>
</div>
<div class="testimonial-item position-relative">
<div class="testimonial-item-content">
<p class="testimonial-text">
Working with ByteBridge IT Services was a game-changer for The
Tahani Foundation. Their dedication to translating our mission
into a captivating website was remarkable. We're grateful for
the impactful digital platform they've provided, helping us
reach a wider audience and fulfill our goals.
</p>
<div class="testimonial-author">
<h5 class="mb-0 text-capitalize">Hauwa Umaru</h5>
<p>Founder,The Tahani Foundation</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Section Testimonial End -->
<section class="section latest-blog bg-2">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-7 text-center">
<div class="section-title">
<span class="h6 text-color">Latest News</span>
<h2 class="mt-3 content-title text-white">
Latest articles to enrich knowledge
</h2>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-4 col-md-6 mb-5">
<div class="card bg-transparent border-0">
<img
loading="lazy"
src="images/blog/1.png"
alt="blog"
class="img-fluid rounded"
/>
<div class="card-body mt-2">
<div class="blog-item-meta">
</a
>
</div>
<h3 class="mt-3 mb-5 lh-36">
<a href="https://opensource.googleblog.com/2023/05/accelerate-ai-development-for-digital-pathology-ez-wsi-dicomweb-python-library.html" class="text-white"
>Accelerate AI development for Digital Pathology</a
>
</h3>
<a
href="https://opensource.googleblog.com/2023/05/accelerate-ai-development-for-digital-pathology-ez-wsi-dicomweb-python-library.html"
class="btn btn-small btn-solid-border btn-round-full text-white"
>Learn More</a
>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-5">
<div class="card border-0 bg-transparent">
<img
loading="lazy"
src="images/blog/2.jpg"
alt="blog"
class="img-fluid rounded"
/>
<div class="card-body mt-2">
<div class="blog-item-meta">
</div>
<h3 class="mt-3 mb-5 lh-36">
<a href="#" class="text-white"
>How to integrate your web app with Google Ads <br><br></a
>
</h3>
<a
href="https://opensource.googleblog.com/2022/03/How-to-integrate-your-web-app-with-Google-Ads.html"
class="btn btn-small btn-solid-border btn-round-full text-white"
>Learn More</a
>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-5">
<div class="card border-0 bg-transparent">
<img
loading="lazy"
src="images/blog/3.jpg"
alt="blog"
class="img-fluid rounded"
/>
<div class="card-body mt-2">
<div class="blog-item-meta">
</div>
<h3 class="mt-3 mb-5 lh-36">
<a href="#" class="text-white"
>Cybersecurity – managing risks in the information age</a
>
</h3>
<a
href="https://businessday.ng/news/legal-business/article/cybersecurity-managing-risks-in-the-information-age/"
class="btn btn-small btn-solid-border btn-round-full text-white"
>Learn More</a
>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="mt-70 position-relative">
<div class="container">
<div class="cta-block-2 bg-gray p-5 rounded border-1">
<div class="row justify-content-center align-items-center">
<div class="col-lg-7">
<span class="text-color">For Every type business</span>
<h2 class="mt-2 mb-4 mb-lg-0">
Entrust Your Project to Our Best Team of Professionals
</h2>
</div>
<div class="col-lg-4">
<a
href="contact.html"
class="btn btn-main btn-round-full float-lg-right"
>Contact Us</a
>
</div>
</div>
</div>
</div>
</section>
<footer class="footer section">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="widget">
<h4 class="text-capitalize mb-4">Company</h4>
<ul class="list-unstyled footer-menu lh-35">
<li><a href="about.html">Terms & Conditions</a></li>
<li><a href="about.html">Privacy Policy</a></li>
<li><a href="contact.html">Support</a></li>
<li><a href="contact.html">FAQ</a></li>
</ul>
</div>
</div>
<div class="col-lg-2 col-md-6 col-sm-6">
<div class="widget">
<h4 class="text-capitalize mb-4">Quick Links</h4>
<ul class="list-unstyled footer-menu lh-35">
<li><a href="about.html">About</a></li>
<li><a href="service.html">Services</a></li>
<!-- <li><a href="blog-grid.html">Blogs</a></li> -->
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 mx-auto">
<div class="widget">
<h4 class="text-capitalize mb-4">Subscribe Us</h4>
<p>Subscribe to get latest news article and resources</p>
<form action="#" class="sub-form">
<input
type="text"
class="form-control mb-3"
placeholder="Subscribe Now ..."
/>
<a href="#" class="btn btn-main btn-small">subscribe</a>
</form>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="widget">
<div class="logo mb-4">
<h3>Byte<span>Bridge.</span></h3>
</div>
<h6>
<a href="mailto:[email protected]"
>
</h6>
<a href="tel:+234 810 780 6869"
><span class="text-color h4">+234 810 780 6869</span></a
>
</div>
</div>
</div>
<div class="footer-btm pt-4">
<div class="row">
<div class="col-lg-6">
<div class="copyright">
Copyright © 2020, Designed & Developed by
<a href="https://bytebridge.services/">ByteBridge</a>
</div>
</div>
<div class="col-lg-6 text-left text-lg-right">
<ul class="list-inline footer-socials">
<li class="list-inline-item">
<a href="https://www.facebook.com/bytebridge"
><i class="fab fa-facebook-f mr-2"></i>Facebook</a
>
</li>
<li class="list-inline-item">
<a href="https://twitter.com/bytebridge"
><i class="fab fa-twitter mr-2"></i>Twitter</a
>
</li>
</ul>
</div>
</div>
</div>
</div>
</footer>
<!--Scroll to top-->
<div id="scroll-to-top" class="scroll-to-top">
<span class="icon fa fa-angle-up"></span>
</div>
<!--
Essential Scripts
=====================================-->
<!-- Main jQuery -->
<script src="plugins/jquery/jquery.min.js"></script>
<!-- Bootstrap 4.3.1 -->
<script src="plugins/bootstrap/bootstrap.min.js"></script>
<!-- Magnific Popup-->
<script src="plugins/magnific-popup/jquery.magnific-popup.min.js"></script>
<!-- Slick Slider -->
<script src="plugins/slick/slick.min.js"></script>
<!-- Counterup -->
<script src="plugins/counterup/jquery.waypoints.min.js"></script>
<script src="plugins/counterup/jquery.counterup.min.js"></script>
<!-- Google Map -->
<script
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCcABaamniA6OL5YvYSpB3pFMNrXwXnLwU"
defer
></script>
<script src="plugins/google-map/map.js" defer></script>
<script src="js/script.js"></script>
<script src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script>
<script>
if (window.netlifyIdentity) {
window.netlifyIdentity.on("init", (user) => {
if (!user) {
window.netlifyIdentity.on("login", () => {
document.location.href = "/admin/";
});
}
});
}
</script>
</body>
</html>