-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
815 lines (744 loc) · 47.2 KB
/
index.html
File metadata and controls
815 lines (744 loc) · 47.2 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Golden Networks ISP</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="" name="description">
<!-- Favicon -->
<link href="img/cyberspace.png" rel="icon">
<!-- Google Web Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500&family=Roboto:wght@500;700;900&display=swap" rel="stylesheet">
<!-- Icon Font Stylesheet -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css" rel="stylesheet">
<!-- Libraries Stylesheet -->
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/lightbox/css/lightbox.min.css" rel="stylesheet">
<!-- Customized Bootstrap Stylesheet -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Template Stylesheet -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<!-- Spinner Start -->
<div id="spinner" class="show bg-white position-fixed translate-middle w-100 vh-100 top-50 start-50 d-flex align-items-center justify-content-center">
<div class="spinner-border text-primary" style="width: 3rem; height: 3rem;" role="status">
<span class="sr-only">Loading...</span>
</div>
</div>
<!-- Spinner End -->
<!-- Topbar Start -->
<div class="container-fluid bg-dark px-5">
<div class="row gx-4 d-none d-lg-flex">
<div class="col-lg-6 text-start">
<div class="h-100 d-inline-flex align-items-center py-3 me-4">
<div class="btn-sm-square rounded-circle bg-primary me-2">
<small class="fa fa-map-marker-alt text-white"></small>
</div>
<small>Kapsabet Town,30300</small>
</div>
<div class="h-100 d-inline-flex align-items-center py-3">
<div class="btn-sm-square rounded-circle bg-primary me-2">
<small class="fa fa-envelope-open text-white"></small>
</div>
<small>goldennetwork27@gmail.com</small>
</div>
</div>
<div class="col-lg-6 text-end">
<div class="h-100 d-inline-flex align-items-center py-3 me-4">
<div class="btn-sm-square rounded-circle bg-primary me-2">
<small class="fa fa-phone-alt text-white"></small>
</div>
<small>0725 903144 / 0727 696045 / 0712 415768</small>
</div>
<div class="h-100 d-inline-flex align-items-center py-3">
<div class="btn-sm-square rounded-circle bg-primary me-2">
<small class="far fa-clock text-white"></small>
</div>
<small>Mon - sun : 24 Hours</small>
</div>
</div>
</div>
</div>
<!-- Topbar End -->
<!-- Navbar Start -->
<nav class="navbar navbar-expand-lg bg-white navbar-light sticky-top p-0 px-4 px-lg-5">
<a href="index.html" class="navbar-brand d-flex align-items-center">
<h2 class="m-0 text-primary">
<h2 class="m-0 text-primary">
<img src="img/cyberspace.png" alt="Cyberspace Icon" class="icon">
Golden Networks</h2>
</a>
<button type="button" class="navbar-toggler" data-bs-toggle="collapse" data-bs-target="#navbarCollapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<div class="navbar-nav ms-auto py-4 py-lg-0">
<a href="index.html" class="nav-item nav-link active">Home</a>
<a href="about.html" class="nav-item nav-link">About</a>
<a href="service.html" class="nav-item nav-link">Service</a>
<a href="Plans.html" class="nav-item nav-link">Plans</a>
<a href="project.html" class="nav-item nav-link">Project</a>
<div class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" data-bs-toggle="dropdown">Pages</a>
<div class="dropdown-menu rounded-0 rounded-bottom m-0">
<a href="feature.html" class="dropdown-item">Feature</a>
<a href="quote.html" class="dropdown-item">Free Quote</a>
<a href="team.html" class="dropdown-item">Our Team</a>
<a href="testimonial.html" class="dropdown-item">Testimonial</a>
<a href="404.html" class="dropdown-item">404 Page</a>
</div>
</div>
<a href="contact.html" class="nav-item nav-link">Contact</a>
</div>
<div class="h-100 d-lg-inline-flex align-items-center d-none">
<a class="btn btn-square rounded-circle bg-light text-primary me-2" href=""><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-square rounded-circle bg-light text-primary me-2" href=""><i class="fab fa-twitter"></i></a>
<a class="btn btn-square rounded-circle bg-light text-primary me-2" href=""><i class="fab fa-linkedin-in"></i></a>
<a class="btn btn-square rounded-circle bg-light text-primary me-0" href=""><i class="fab fa-instagram"></i></a>
</div>
</div>
</nav>
<!-- Navbar End -->
<!-- Carousel Start -->
<div class="container-fluid p-0 pb-5">
<div class="owl-carousel header-carousel position-relative">
<div class="owl-carousel-item position-relative">
<img class="img-fluid" src="img/CAROUSEL 4.jpg" alt="">
<div class="carousel-inner">
<div class="container">
<div class="row justify-content-center">
<div class="col-12 col-lg-8 text-center">
<h1 class="display-3 text-white animated slideInDown mb-4">Best NetLink
E-Solutions For You</h1>
<p class="fs-5 text-white mb-4 pb-2">Golden Networks is a leading internet service provider and technology solutions company. </p>
</div>
</div>
</div>
</div>
</div>
<div class="owl-carousel-item position-relative">
<img class="img-fluid" src="img/carousel-3.jpg" alt="" height="100"> <div class="carousel-inner">
<div class="container">
<div class="row justify-content-center">
<div class="col-12 col-lg-8 text-center">
<h1 class="display-3 text-white animated slideInDown mb-4">Smart Security Solution For All Business</h1>
<p class="fs-5 text-white mb-4 pb-2">Trusted Partner for CCTV, Security, and Solar Installation Services</p>
</div>
</div>
</div>
</div>
</div>
<div class="owl-carousel-item position-relative">
<img class="img-fluid" src="img/CAROUSEL 3.png" alt="">
<div class="carousel-inner">
<div class="container">
<div class="row justify-content-center">
<div class="col-12 col-lg-8 text-center">
<h1 class="display-3 text-white animated slideInDown mb-4">Empowering the Digital Landscape</h1>
<p class="fs-5 fw-medium text-white mb-4 pb-2">Join our network today and elevate your connectivity to new heights</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Carousel End -->
<!-- Facts Start -->
<div class="container-xxl py-5">
<div class="container">
<div class="row g-4">
<div class="col-md-6 col-lg-4 wow fadeIn" data-wow-delay="0.1s">
<div class="h-100 bg-dark p-4 p-xl-5">
<div class="d-flex align-items-center justify-content-between mb-4">
<div class="btn-square rounded-circle" style="width: 64px; height: 64px; background: #000000;">
<img class="img-fluid" src="img/icon/icon-3.png" alt="Icon">
</div>
<h1 class="display-1 mb-0" style="color: #000000;">01</h1>
</div>
<h5 class="text-white">Home Wifi</h5>
<hr class="w-25">
<span> Our home WiFi services provide you with a reliable and high-speed internet connection within the comfort of your residence. Whether you're browsing, streaming, working, or connecting with family and friends.</span>
</div>
</div>
<div class="col-md-6 col-lg-4 wow fadeIn" data-wow-delay="0.3s">
<div class="h-100 bg-dark p-4 p-xl-5">
<div class="d-flex align-items-center justify-content-between mb-4">
<div class="btn-square rounded-circle" style="width: 64px; height: 64px; background: #000000;">
<img class="img-fluid" src="img/icon/icon-4.png" alt="Icon">
</div>
<h1 class="display-1 mb-0" style="color: #000000;">02</h1>
</div>
<h5 class="text-white">Access Control</h5>
<hr class="w-25">
<span> With our expertise in access control technology, you can trust us to design, install, and maintain systems that fit your specific requirements, helping you achieve optimal security and control over your premises.</span>
</div>
</div>
<div class="col-md-6 col-lg-4 wow fadeIn" data-wow-delay="0.5s">
<div class="h-100 bg-dark p-4 p-xl-5">
<div class="d-flex align-items-center justify-content-between mb-4">
<div class="btn-square rounded-circle" style="width: 64px; height: 64px; background: #000000;">
<img class="img-fluid" src="img/icon/icon-2.png" alt="Icon">
</div>
<h1 class="display-1 mb-0" style="color: #000000;">03</h1>
</div>
<h5 class="text-white">24/7 Support</h5>
<hr class="w-25">
<span>At Golden Networks, we take pride in providing round-the-clock support to ensure that our clients receive assistance whenever they need it</span>
</div>
</div>
</div>
</div>
</div>
<!-- Facts Start -->
<!-- About Start -->
<div class="container-fluid bg-light overflow-hidden my-5 px-lg-0">
<div class="container about px-lg-0">
<div class="row g-0 mx-lg-0">
<div class="col-lg-6 ps-lg-0" style="min-height: 400px;">
<div class="position-relative h-100">
<img class="position-absolute img-fluid w-100 h-100" src="img/about.jpg" style="object-fit: cover;" alt="">
</div>
</div>
<div class="col-lg-6 about-text py-5 wow fadeIn" data-wow-delay="0.5s">
<div class="p-lg-5 pe-lg-0">
<div class="bg-primary mb-3" style="width: 60px; height: 2px;"></div>
<h1 class="display-5 mb-4">About Us</h1>
<p class="mb-4 pb-2">Golden Networks stands as a premier internet service provider and technology solutions company based in Nandi County, Kenya. Our offerings span high-speed internet connections, CCTV installation, solar panel installation, website development, and a range of electronics and electrical supplies. With a focus on excellence and customer satisfaction, we empower individuals and businesses to thrive in the digital age</p>
<div class="row g-4 mb-4 pb-3">
<div class="col-sm-6 wow fadeIn" data-wow-delay="0.1s">
<div class="d-flex align-items-center">
<div class="btn-square bg-white rounded-circle" style="width: 64px; height: 64px;">
<img class="img-fluid" src="img/icon/icon-1.png" alt="Icon">
</div>
<div class="ms-4">
<h2 class="mb-1" data-toggle="counter-up">1234</h2>
<p class="fw-medium text-primary mb-0">Happy Clients</p>
</div>
</div>
</div>
<div class="col-sm-6 wow fadeIn" data-wow-delay="0.3s">
<div class="d-flex align-items-center">
<div class="btn-square bg-white rounded-circle" style="width: 64px; height: 64px;">
<img class="img-fluid" src="img/icon/icon-5.png" alt="Icon">
</div>
<div class="ms-4">
<h2 class="mb-1" data-toggle="counter-up">1234</h2>
<p class="fw-medium text-primary mb-0">Projects Done</p>
</div>
</div>
</div>
</div>
<a href="" class="btn btn-primary rounded-pill py-3 px-5">Explore More</a>
</div>
</div>
</div>
</div>
</div>
<!-- About End -->
<!-- Service Start -->
<div class="container-xxl py-5">
<div class="container">
<div class="text-center">
<div class="bg-primary mb-3 mx-auto" style="width: 60px; height: 2px;"></div>
<h1 class="display-5 mb-5">Our Services</h1>
</div>
<div class="row g-0 service-row">
<div class="col-md-6 col-lg-3 wow fadeIn" data-wow-delay="0.1s">
<div class="service-item border h-100 p-5">
<div class="btn-square bg-light rounded-circle mb-4" style="width: 64px; height: 64px;">
<img class="img-fluid" src="img/icon/icon-6.png" alt="Icon">
</div>
<h4 class="mb-3">Commercial and Home CCTV System</h4>
<p class="mb-4">Trusted Partner for CCTV, Security, and Solar Installation Services</p>
</div>
</div>
<div class="col-md-6 col-lg-3 wow fadeIn" data-wow-delay="0.7s">
<div class="service-item border h-100 p-5">
<div class="btn-square bg-light rounded-circle mb-4" style="width: 64px; height: 64px;">
<i class="shop-icon fas fa-store fa-2x"></i>
</div>
<h4 class="mb-3">Digital Shop </h4>
<p class="mb-4">Discover a world of possibilities with Golden Networks' internet gadgets, computer accessories, and electrical & electronics supplies.</p>
</div>
</div>
<div class="col-md-6 col-lg-3 wow fadeIn" data-wow-delay="0.3s">
<div class="service-item border h-100 p-5">
<div class="btn-square bg-light rounded-circle mb-4" style="width: 64px; height: 64px;">
<i class="fas fa-tv fa-2x"></i>
</div>
<h4 class="mb-3">Tv Setup Box</h4>
<p class="mb-4">Trust in Golden Networks for expert TV installation and mounting and Enjoy a theater-like experience in the comfort of your own home</p>
</div>
</div>
<div class="col-md-6 col-lg-3 wow fadeIn" data-wow-delay="0.5s">
<div class="service-item border h-100 p-5">
<div class="btn-square bg-light rounded-circle mb-4" style="width: 64px; height: 64px;">
<img class="img-fluid" src="img/icon/icon-9.png" alt="Icon">
</div>
<h4 class="mb-3">Fire Detection And Safety</h4>
<p class="mb-4">We offer fire detection systems and Alarm Systems</p>
</div>
</div>
<div class="col-md-6 col-lg-3 wow fadeIn" data-wow-delay="0.7s">
<div class="service-item border h-100 p-5">
<div class="btn-square bg-light rounded-circle mb-4" style="width: 64px; height: 64px;">
<img class="img-fluid" src="img/icon/icon-3.png" alt="Icon">
</div>
<h4 class="mb-3">Smart Home Wifi </h4>
<p class="mb-4">
Join our network today and elevate your connectivity to new heights. Welcome to a world of endless possibilities with Golden Networks Home Broadband</p>
</div>
</div>
</div>
</div>
</div>
<!-- Service End -->
<!-- Plans -->
<section class="plans d-flex align-items-center py-5" id="plans">
<div class="container text-light">
<div class="text-center pb-4">
<p>OUR PLANS</p>
<h2 class="py-2">Explore unlimited possibilities</h2>
<p class="para-light"></p>
</div>
<div class="row gy-4" data-aos="zoom-in">
<div class="col-lg-4">
<div class="card bg-transparent px-4">
<h4 class="py-2">BASIC BUNDLE</h4>
<p class="green-text"><b>Affordable</b></p>
<p class="green-text"><b>Web Browsing</b></p>
<p class="green-text"><b>HD Streaming</b></p>
<p class="green-text"><b>Secure Network</b></p>
<h4 class="py-3 green-text">Kes 1500 to Kes 2,000/Month</h4>
<div class="my-3">
</div>
</div>
</div>
<div class="row gy-4" data-aos="zoom-in">
<div class="col-lg-4">
<div class="card bg-transparent px-4">
<h4 class="py-2">BUSINESS BUNDLE</h4>
<p class="green-text"><b>Enhance Productivity<b></p>
<p class="green-text"><b>Multiple Users</b></p>
<p class="green-text"><b>HD Streaming</b></p>
<p class="green-text"><b>Reliable Connectivity</b></p>
<h4 class="py-3 green-text">Kes 4,000 to Kes 8,000/Month</h4>
<div class="my-3">
</div>
</div>
</div>
<div class="row gy-4" data-aos="zoom-in">
<div class="col-lg-4">
<div class="card bg-transparent px-4">
<h4 class="py-2"><b>PREMIUM BUNDLE</b></h4>
<p class="py-3 green-text"><b>Ultimate Performance</b></p>
<p class="green-text"><b>Gaming and Multimedi</b></p>
<p class="green-text"><b>Large Businesses and Home Offices<b></p>
<p class="green-text"><b>Reliable Connectivity</b></p>
<h4 class="py-3">upto Kes 40,000/Month</h4>
<div class="my-3">
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Feature Start -->
<div class="container-fluid bg-light overflow-hidden my-5 px-lg-0">
<div class="container feature px-lg-0">
<div class="row g-0 mx-lg-0">
<div class="col-lg-6 feature-text py-5 wow fadeIn" data-wow-delay="0.5s">
<div class="p-lg-5 ps-lg-0">
<div class="bg-primary mb-3" style="width: 60px; height: 2px;"></div>
<h1 class="display-5 mb-5">Why Choose Us</h1>
<p class="mb-4 pb-2">We Explore unlimited possibilities
By offering reliable high-speed internet connections, innovative services, and a wide range of electronic and electrical supplies, Golden Networks opens doors to endless opportunities. With a commitment to excellence and customer satisfaction, the company fosters innovation and growth, inspiring its clients to embrace new horizons and realize their full potential in the digital age.
</p>
<div class="row g-4">
<div class="col-6">
<div class="d-flex align-items-center">
<div class="btn-square bg-white rounded-circle" style="width: 64px; height: 64px;">
<img class="img-fluid" src="img/icon/icon-7.png" alt="Icon">
</div>
<div class="ms-4">
<p class="text-primary mb-2">Trusted</p>
<h5 class="mb-0">Security</h5>
</div>
</div>
</div>
<div class="col-6">
<div class="d-flex align-items-center">
<div class="btn-square bg-white rounded-circle" style="width: 64px; height: 64px;">
<img class="img-fluid" src="img/icon/icon-10.png" alt="Icon">
</div>
<div class="ms-4">
<p class="text-primary mb-2">Quality</p>
<h5 class="mb-0">Services</h5>
</div>
</div>
</div>
<div class="col-6">
<div class="d-flex align-items-center">
<div class="btn-square bg-white rounded-circle" style="width: 64px; height: 64px;">
<img class="img-fluid" src="img/icon/icon-3.png" alt="Icon">
</div>
<div class="ms-4">
<p class="text-primary mb-2">Reliable Wifi </p>
<h5 class="mb-0">Systems</h5>
</div>
</div>
</div>
<div class="col-6">
<div class="d-flex align-items-center">
<div class="btn-square bg-white rounded-circle" style="width: 64px; height: 64px;">
<img class="img-fluid" src="img/icon/icon-2.png" alt="Icon">
</div>
<div class="ms-4">
<p class="text-primary mb-2">24/7 Hours</p>
<h5 class="mb-0">Support</h5>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-6 pe-lg-0" style="min-height: 400px;">
<div class="position-relative h-100">
<img class="position-absolute img-fluid w-100 h-100" src="img/choose us.png" style="object-fit: cover;" alt="">
</div>
</div>
</div>
</div>
</div>
<!-- Feature End -->
<!-- Projects Start -->
<div class="container-xxl py-5">
<div class="container">
<div class="text-center wow fadeInUp" data-wow-delay="0.1s">
<div class="bg-primary mb-3 mx-auto" style="width: 60px; height: 2px;"></div>
<h1 class="display-5 mb-5">Our Projects</h1>
</div>
<div class="row mt-n2 wow fadeInUp" data-wow-delay="0.3s">
<div class="col-12 text-center">
<ul class="list-inline mb-5" id="portfolio-flters">
<li class="mx-2 active" data-filter="*">All</li>
<li class="mx-2" data-filter=".first">Complete Projects</li>
<li class="mx-2" data-filter=".second">CCTV Security Projects</li>
</ul>
</div>
</div>
<div class="row g-4 portfolio-container">
<div class="col-lg-4 col-md-6 portfolio-item first wow fadeInUp" data-wow-delay="0.1s">
<div class="portfolio-inner">
<img class="img-fluid w-100" src="img/security.jpg" alt="">
<div class="text-center p-4">
<p class="text-primary mb-2">Business Security</p>
<h5 class="lh-base mb-0">Smart CCTV Security Systems That Fits Your Business</h5>
</div>
<div class="portfolio-text text-center bg-white p-4">
<p class="text-primary mb-2">CCTV & Video</p>
<h5 class="lh-base mb-3">We guarantee our service is available and functional for most of the time, providing a smooth and uninterrupted experience for our customers</h5>
<div class="d-flex justify-content-center">
<a class="btn btn-square btn-primary rounded-circle mx-1" href="img/station.jpg" data-lightbox="portfolio"><i class="fa fa-eye"></i></a>
<a class="btn btn-square btn-primary rounded-circle mx-1" href=""><i class="fa fa-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item first wow fadeInUp" data-wow-delay="0.5s">
<div class="portfolio-inner">
<img class="img-fluid w-100" src="img/station.jpg" alt="">
<div class="text-center p-4">
<p class="text-primary mb-2">Internet services</p>
<h5 class="lh-base mb-0">We guarantee our service is available and functional for most of the time, providing a smooth and uninterrupted experience for our customers</h5>
</div>
<div class="portfolio-text text-center bg-white p-4">
<p class="text-primary mb-2">complete set-up</p>
<h5 class="lh-base mb-3">Home Band and Business Band</h5>
<div class="d-flex justify-content-center">
<a class="btn btn-square btn-primary rounded-circle mx-1" href="img/station.jpg" data-lightbox="portfolio"><i class="fa fa-eye"></i></a>
<a class="btn btn-square btn-primary rounded-circle mx-1" href=""><i class="fa fa-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item second wow fadeInUp" data-wow-delay="0.1s">
<div class="portfolio-inner">
<img class="img-fluid w-100" src="img/portfolio-4.jpg" alt="">
<div class="text-center p-4">
<p class="text-primary mb-2">Alarm Systems</p>
<h5 class="lh-base mb-0">Smart CCTV Security Systems That Fits Your Business</h5>
</div>
<div class="portfolio-text text-center bg-white p-4">
<p class="text-primary mb-2">Alarm Systems</p>
<h5 class="lh-base mb-3">Smart CCTV Security Systems That Fits Your Business</h5>
<div class="d-flex justify-content-center">
<a class="btn btn-square btn-primary rounded-circle mx-1" href="img/portfolio-4.jpg" data-lightbox="portfolio"><i class="fa fa-eye"></i></a>
<a class="btn btn-square btn-primary rounded-circle mx-1" href=""><i class="fa fa-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item first wow fadeInUp" data-wow-delay="0.3s">
<div class="portfolio-inner">
<img class="img-fluid w-100" src="img/m5 receiver.png" alt="">
<div class="text-center p-4">
<p class="text-primary mb-2">Business Setup</p>
<h5 class="lh-base mb-0"></h5>
</div>
<div class="portfolio-text text-center bg-white p-4">
<p class="text-primary mb-2">Reliable connectivty </p>
<h5 class="lh-base mb-3">Internet Systems That Fits Your Business</h5>
<div class="d-flex justify-content-center">
<a class="btn btn-square btn-primary rounded-circle mx-1" href="img/portfolio-5.jpg" data-lightbox="portfolio"><i class="fa fa-eye"></i></a>
<a class="btn btn-square btn-primary rounded-circle mx-1" href=""><i class="fa fa-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item second wow fadeInUp" data-wow-delay="0.5s">
<div class="portfolio-inner">
<img class="img-fluid w-100" src="img/portfolio-6.jpg" alt="">
<div class="text-center p-4">
<p class="text-primary mb-2">Smart Home</p>
<h5 class="lh-base mb-0">Smart CCTV Security Systems That Fits Your Business</h5>
</div>
<div class="portfolio-text text-center bg-white p-4">
<p class="text-primary mb-2">Smart Home</p>
<h5 class="lh-base mb-3">Smart CCTV Security Systems That Fits Your Business</h5>
<div class="d-flex justify-content-center">
<a class="btn btn-square btn-primary rounded-circle mx-1" href="img/portfolio-6.jpg" data-lightbox="portfolio"><i class="fa fa-eye"></i></a>
<a class="btn btn-square btn-primary rounded-circle mx-1" href=""><i class="fa fa-link"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Projects End -->
<!-- Quote Start -->
<div class="container-fluid bg-light overflow-hidden my-5 px-lg-0">
<div class="container quote px-lg-0">
<div class="row g-0 mx-lg-0">
<div class="col-lg-6 ps-lg-0" style="min-height: 400px;">
<div class="position-relative h-100">
<img class="position-absolute img-fluid w-100 h-100" src="img/projects.png" style="object-fit: cover;" alt="">
</div>
</div>
<div class="col-lg-6 quote-text py-5 wow fadeIn" data-wow-delay="0.5s">
<div class="p-lg-5 pe-lg-0">
<div class="bg-primary mb-3" style="width: 60px; height: 2px;"></div>
<h1 class="display-5 mb-5">Free Quote</h1>
<p class="mb-4 pb-2"><b>Golden Networks stands as the top choice for internet and technology solutions in Nandi County, Kenya, due to its unwavering commitment to excellence and customer satisfaction. With reliable high-speed internet connections and a diverse range of services, including CCTV installation, solar panel installation, and quality electronics supply, Golden Networks offers comprehensive solutions to meet diverse digital needs
Backed by a vision to bridge the digital divide and innovate, Golden Networks empowers individuals and businesses to thrive in the digital age, making it the premier provider in the region and beyond...</b></p>
<form>
<div class="row g-3">
<div class="col-12 col-sm-6">
<input type="text" class="form-control border-0" placeholder="Your Name" style="height: 55px;">
</div>
<div class="col-12 col-sm-6">
<input type="email" class="form-control border-0" placeholder="Your Email" style="height: 55px;">
</div>
<div class="col-12 col-sm-6">
<input type="text" class="form-control border-0" placeholder="Your Mobile" style="height: 55px;">
</div>
<div class="col-12 col-sm-6">
<select class="form-select border-0" style="height: 55px;">
<option selected>Select A Service</option>
<option value="1">Internet Service Provider</option>
<option value="2">Solar Installation and Power Backup</option>
<option value="3">Alarm Systems</option>
<option value="4">CCTV and Video</option>
<option value="5">Tv Box Setup and Mounting</option>
<option value="6">Supply of Electric and Electronic equipments </option>
<option value="4">Fire Detection Systems</option>
<option value="7">Supply of computer gadgets, Tv sets and Telecommunication gadgets</option>
</select>
</div>
<div class="col-12">
<textarea class="form-control border-0" placeholder="Special Note"></textarea>
</div>
<div class="col-12">
<button class="btn btn-primary w-100 py-3" type="submit">Get A Free Quote</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<!-- Quote End -->
<!-- Team Start -->
<div class="container-xxl py-5">
<div class="container">
<div class="text-center wow fadeInUp" data-wow-delay="0.1s">
<div class="bg-primary mb-3 mx-auto" style=" right: 100px; width: 100px; height: 2px ;"></div>
<h1 class="display-5 mb-5">Team Members</h1>
</div>
<div class="row g-4">
<div class="col-lg-3 col-md-6 wow fadeInUp" data-wow-delay="0.1s">
<div class="team-item">
<div class="overflow-hidden position-relative">
<img class="img-fluid" src="img/rashid.jpeg" alt="">
<div class="team-social">
<a class="btn btn-square btn-dark rounded-circle m-1" href=""><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-square btn-dark rounded-circle m-1" href=""><i class="fab fa-twitter"></i></a>
<a class="btn btn-square btn-dark rounded-circle m-1" href=""><i class="fab fa-instagram"></i></a>
</div>
</div>
<div class="text-center p-4">
<h5 class="mb-0">Rashid Thuo</h5>
<span class="text-primary">Manager</span>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 wow fadeInUp" data-wow-delay="0.3s">
<div class="team-item">
<div class="overflow-hidden position-relative">
<img class="img-fluid" src="img/davis.jpg" alt="">
<div class="team-social">
<a class="btn btn-square btn-dark rounded-circle m-1" href=""><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-square btn-dark rounded-circle m-1" href=""><i class="fab fa-twitter"></i></a>
<a class="btn btn-square btn-dark rounded-circle m-1" href=""><i class="fab fa-instagram"></i></a>
</div>
</div>
<div class="text-center p-4">
<h5 class="mb-0">Davis Shiru</h5>
<span class="text-primary">Technical Engineer</span>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 wow fadeInUp" data-wow-delay="0.5s">
<div class="team-item">
<div class="overflow-hidden position-relative">
<img class="img-fluid" src="img/moha.jpg" alt="">
<div class="team-social">
<a class="btn btn-square btn-dark rounded-circle m-1" href=""><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-square btn-dark rounded-circle m-1" href=""><i class="fab fa-twitter"></i></a>
<a class="btn btn-square btn-dark rounded-circle m-1" href=""><i class="fab fa-instagram"></i></a>
</div>
</div>
<div class="text-center p-4">
<h5 class="mb-0">Mohammed Ali</h5>
<span class="text-primary">Technical Engineer</span>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Team End -->
<!-- Testimonial Start -->
<div class="container-xxl py-5 wow fadeInUp" data-wow-delay="0.1s">
<div class="container">
<div class="text-center wow fadeInUp" data-wow-delay="0.1s">
<div class="bg-primary mb-3 mx-auto" style="width: 60px; height: 2px;"></div>
<h1 class="display-5 mb-5">What Our Clients Say </h1>
</div>
<div class="owl-carousel testimonial-carousel wow fadeInUp" data-wow-delay="0.1s">
<div class="testimonial-item text-center" data-dot="<img class='img-fluid' src='img/brian.png' alt=''>">
<p class="fs-5"> Golden Networks' Basic Bundle was one of the best decisions I made for my hostel cube. The increased internet speed has significantly improved my productivity, especially during video conferences Lecturs and school projects. The service has been flawless, and their support team is always responsive and helpful. Truly a game-changer for my school work!
</p>
<h4>Brian Gillo</h4>
<span class="text-primary">Software Engineering student-Baraton University</span>
</div>
<div class="testimonial-item text-center" data-dot="<img class='img-fluid' src='img/4.png' alt=''>">
<p class="fs-5"> The solar panel installation by Golden Networks has been a fantastic investment for our home. The team was highly professional, explaining the process in detail and addressing all our queries. Now, we are enjoying the benefits of renewable energy, and our energy bills have significantly reduced. We are extremely satisfied with their service and highly recommend them for solar solutions!</B> </p>
<h4>Ndonyo Sam</h4>
<span class="text-primary">Driver</span>
</div>
<div class="testimonial-item text-center" data-dot="<img class='img-fluid' src='img/5.png' alt=''>">
<p class="fs-5"> <b> We recently got our TV mounted by Golden Networks, and we are thrilled with the results. The technicians were professional and took great care during the installation. The cable management was top-notch, leaving our entertainment area clean and tidy. Now, we can enjoy a cinematic experience in the comfort of our own home. Asante , Golden Networks!</b> </p>
<h4>Martin sowe</h4>
<span class="text-primary">Enterpreneur</span>
</div>
</div>
</div>
</div>
<!-- Testimonial End -->
<!-- Footer Start -->
<div class="container-fluid bg-dark text-secondary footer mt-5 py-5 wow fadeIn" data-wow-delay="0.1s">
<div class="container py-5">
<div class="row g-5">
<div class="col-lg-3 col-md-6">
<h5 class="text-light mb-4">Address</h5>
<p class="mb-2"><i class="fa fa-map-marker-alt me-3"></i>Kapsabet Town,30300
</p>
<p class="mb-2"><i class="fa fa-phone-alt me-3"></i>0725 903144 / 0727 696045 / 0712 415768</p>
<p class="mb-2"><i class="fa fa-envelope me-3"></i>goldennetwork27@gmail.com</p>
<div class="d-flex pt-2">
<a class="btn btn-square btn-outline-secondary rounded-circle me-2" href=""><i class="fab fa-twitter"></i></a>
<a class="btn btn-square btn-outline-secondary rounded-circle me-2" href=""><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-square btn-outline-secondary rounded-circle me-2" href=""><i class="fab fa-youtube"></i></a>
<a class="btn btn-square btn-outline-secondary rounded-circle me-2" href=""><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
<div class="col-lg-3 col-md-6">
<h5 class="text-light mb-4">Services</h5>
<a class="btn btn-link" href="">Internet Service provider </a>
<a class="btn btn-link" href="">Fire Detection</a>
<a class="btn btn-link" href="">Alarm Systems</a>
<a class="btn btn-link" href="">CCTV & Video</a>
<a class="btn btn-link" href="">Tv Box setup and Mounting </a>
<a class="btn btn-link" href="">Solar installation and Power backup</a>
<a class="btn btn-link" href="">supply of electic and electronic equipments</a>
</div>
<div class="col-lg-3 col-md-6">
<h5 class="text-light mb-4">Quick Links</h5>
<a class="btn btn-link" href="">About Us</a>
<a class="btn btn-link" href="">Contact Us</a>
<a class="btn btn-link" href="">Our Services</a>
<a class="btn btn-link" href="">Terms & Condition</a>
<a class="btn btn-link" href="">Support</a>
</div>
<div class="col-lg-3 col-md-6">
<h5 class="text-light mb-4">Newsletter</h5>
<p>Join our community of subscribers and never miss out on valuable content and deals.</p>
<div class="position-relative w-100">
<input class="form-control bg-transparent border-secondary w-100 py-3 ps-4 pe-5" type="text" placeholder="Your email">
<button type="button" class="btn btn-primary py-2 position-absolute top-0 end-0 mt-2 me-2">SignUp</button>
</div>
</div>
</div>
</div>
</div>
<!-- Footer End -->
<!-- Copyright Start -->
<div class="container-fluid py-4" style="background: #3a3a3a;">
<div class="container">
<div class="row">
<div class="col-md-6 text-center text-md-start mb-3 mb-md-0">
© <a class="border-bottom" href="#">golden networks ISP</a>, All Right Reserved.
</div>
<div class="col-md-6 text-center text-md-end">
<!--/*** This template is free as long as you keep the footer author’s credit link/attribution link/backlink. If you'd like to use the template without the footer author’s credit link/attribution link/backlink, you can purchase the Credit Removal License from "https://htmlcodex.com/credit-removal". Thank you for your support. ***/-->
</div>
</div>
</div>
</div>
<!-- Copyright End -->
<!-- Back to Top -->
<a href="#" class="btn btn-lg btn-primary btn-lg-square rounded-circle back-to-top"><i class="bi bi-arrow-up"></i></a>
<!-- JavaScript Libraries -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/js/bootstrap.bundle.min.js"></script>
<script src="lib/wow/wow.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/counterup/counterup.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/isotope/isotope.pkgd.min.js"></script>
<script src="lib/lightbox/js/lightbox.min.js"></script>
<!-- Template Javascript -->
<script src="js/main.js"></script>
</body>
</html>