-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathservices.html
More file actions
317 lines (268 loc) · 15.2 KB
/
Copy pathservices.html
File metadata and controls
317 lines (268 loc) · 15.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Zuba Broadband - Website - Services</title>
<meta name="description" content="">
<meta name="keywords" content="">
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Fonts -->
<link href="https://fonts.googleapis.com" rel="preconnect">
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Main CSS File -->
<link href="assets/css/main.css" rel="stylesheet">
</head>
<body class="services-page">
<header id="header" class="header d-flex align-items-center fixed-top">
<div class="container-fluid container-xl position-relative d-flex align-items-center justify-content-between">
<a href="index.html" class="logo d-flex align-items-center">
<img src="assets/img/zuba.png" alt="">
<h1 class="sitename">BROADBAND</h1>
</a>
<nav id="navmenu" class="navmenu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="services.html" class="active">Services</a></li>
<li><a href="info.html">Info</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
<i class="mobile-nav-toggle d-xl-none bi bi-list"></i>
</nav>
</div>
</header>
<main class="main">
<!-- Page Title -->
<div class="page-title dark-background">
<div class="container position-relative">
<h1 style="color:#ff4d00">Services</h1>
<p>We provide comprehensive internet services and customer support 24/7, ensuring reliable connectivity and prompt assistance whenever you need it.</p>
<nav class="breadcrumbs">
<ol>
<li><a href="index.html">Home</a></li>
<li class="current">Services</li>
</ol>
</nav>
</div>
</div><!-- End Page Title -->
<!-- Services Section -->
<section id="services" class="services section">
<div class="container" data-aos="fade-up" data-aos-delay="100">
<div class="row gy-4">
<div class="col-lg-6" data-aos="zoom-in" data-aos-delay="200">
<div class="service-item position-relative">
<div class="img">
<img src="assets/img/services-1.jpg" class="img-fluid" alt="">
</div>
<div class="details">
<a href="service-details.html" class="stretched-link">
<h3>Customer Service</h3>
</a>
<p>"Our commitment to outstanding customer service is reflected in our round-the-clock support, available 24/7 to address any inquiries or issues you may encounter. Additionally, we provide the option of one-on-one meetings for a more tailored approach, allowing us to address your specific needs and ensure you receive the most effective solutions."</p>
</div>
</div>
</div><!-- End Service Item -->
<div class="col-lg-6" data-aos="zoom-in" data-aos-delay="300">
<div class="service-item position-relative">
<div class="img">
<img src="assets/img/services-2.jpg" class="img-fluid" alt="">
</div>
<div class="details">
<a href="service-details.html" class="stretched-link">
<h3>Installation</h3>
</a>
<p>We offer complimentary installation of network equipment, ensuring a seamless and hassle-free setup for your business. Additionally, we provide personalized assistance in selecting a subscription plan tailored to your business needs. Whether you're looking for enhanced bandwidth, reliable connectivity, or scalable solutions, our team will guide you in choosing the most cost-effective and efficient option.</p>
</div>
</div>
</div><!-- End Service Item -->
<div class="col-lg-6" data-aos="zoom-in" data-aos-delay="400">
<div class="service-item position-relative">
<div class="img">
<img src="assets/img/services-3.jpg" class="img-fluid" alt="">
</div>
<div class="details">
<a href="service-details.html" class="stretched-link">
<h3>Maintenance</h3>
</a>
<p> Our dedicated team of technicians is available to handle any issues or routine upkeep, from hardware inspections to software updates, keeping your connection fast and reliable FOR FREE. With this complimentary service, you can rest assured that your Starlink equipment will remain in optimal condition, minimizing downtime and maximizing productivity,, so your business can continue to benefit from uninterrupted, high-speed internet.</p>
</div>
</div>
</div><!-- End Service Item -->
<div class="col-lg-6" data-aos="zoom-in" data-aos-delay="500">
<div class="service-item position-relative">
<div class="img">
<img src="assets/img/services-4.jpg" class="img-fluid" alt="">
</div>
<div class="details">
<a href="service-details.html" class="stretched-link">
<h3>Relationship</h3>
</a>
<p>When it’s time to upgrade your services or equipment, we offer seamless transitions with minimal disruption to your operations. Our customer service team is available to provide expert guidance and resolve any issues quickly, ensuring your business stays connected and productive at all times. We prioritize your success by maintaining reliable, high-speed internet tailored to your evolving needs.</p>
<a href="service-details.html" class="stretched-link"></a>
</div>
</div>
</div><!-- End Service Item -->
</div>
</div>
</section><!-- /Services Section -->
<!-- Pricing Section -->
<section id="pricing" class="pricing section">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<h2>Packages</h2>
<p>The subscription packages can exceed the base prices given depending on the priority data given.</p>
</div><!-- End Section Title -->
<div class="container">
<div class="row g-4 g-lg-0">
<div class="col-lg-4" data-aos="zoom-in" data-aos-delay="100">
<div class="pricing-item">
<h3>Standard Dish</h3>
<!--<h4><sup>$</sup>300<span> / month</span></h4>-->
<ul>
<li><i class="bi bi-check"></i> <span>Unlimited internet</span></li>
<li><i class="bi bi-check"></i> <span>Free installation</span></li>
<li><i class="bi bi-check"></i> <span>Free equipment</span></li>
<li><i class="bi bi-check"></i> <span>Free maintenance</span></li>
<li><i class="bi bi-check"></i> <span>40GB to 60GB priority data</span></li>
<!--<li class="na"><i class="bi bi-x"></i> <span>high performance options</span></li>-->
</ul>
<div class="text-center"><a href="tel:+250790099777" class="buy-btn">Contact Us</a></div>
</div>
</div><!-- End Pricing Item -->
<div class="col-lg-4 featured" data-aos="zoom-in" data-aos-delay="200">
<div class="pricing-item">
<h3>Enterprise Dish</h3>
<!--<h4><sup>$</sup>500<span> / month</span></h4>-->
<ul>
<li><i class="bi bi-check"></i> <span>Unlimited internet</span></li>
<li><i class="bi bi-check"></i> <span>Free installation</span></li>
<li><i class="bi bi-check"></i> <span>Free equipment</span></li>
<li><i class="bi bi-check"></i> <span>Free maintenance</span></li>
<li><i class="bi bi-check"></i> <span>60GB to 2TB priority data</span></li>
<!--<li class="na"><i class="bi bi-x"></i> <span>High performance options</span></li>-->
</ul>
<div class="text-center"><a href="tel:+250790099777" class="buy-btn">Contact Us</a></div>
</div>
</div><!-- End Pricing Item -->
<div class="col-lg-4" data-aos="zoom-in" data-aos-delay="100">
<div class="pricing-item">
<h3>High Performance</h3>
<!--<h4><sup>$</sup>1200<span> / month</span></h4>-->
<ul>
<li><i class="bi bi-check"></i> <span>Unlimited internet</span></li>
<li><i class="bi bi-check"></i> <span>Free installation</span></li>
<li><i class="bi bi-check"></i> <span>Free equipment</span></li>
<li><i class="bi bi-check"></i> <span>Free maintenance</span></li>
<li><i class="bi bi-check"></i> <span>2TB to 6TB+ priority data</span></li>
<li><i class="bi bi-check"></i> <span>High performance options</span></li>
</ul>
<div class="text-center"><a href="tel:+250790099777" class="buy-btn">Contact Us</a></div>
</div>
</div><!-- End Pricing Item -->
</div>
</div>
</section><!-- /Pricing Section -->
</main>
<footer id="footer" class="footer dark-background">
<!--<div class="footer-newsletter">
<div class="container">
<div class="row justify-content-center text-center">
<div class="col-lg-6">
<h4>Get in touch</h4>
<p>Enter your business email and we will get back to you soon.</p>
<form action="forms/newsletter.php" method="post" class="php-email-form">
<div class="newsletter-form"><input type="email" name="email"><input type="submit" value="Subscribe"></div>
<div class="loading">Loading</div>
<div class="error-message"></div>
<div class="sent-message">Your subscription request has been sent. Thank you!</div>
</form>
</div>
</div>
</div>
</div>-->
<div class="container footer-top">
<div class="row gy-4">
<div class="col-lg-4 col-md-6 footer-about">
<a href="index.html" class="d-flex align-items-center">
<h4><span class="sitename">Zuba Broadband</span></h4>
</a>
<div class="footer-contact pt-3">
<p><a href="https://maps.app.goo.gl/XyGCwegonbhRqSCr6" target="_blank" style="color: white; font-size: 12px;">22 KG 548 Street</a></p>
<p><a href="https://maps.app.goo.gl/XyGCwegonbhRqSCr6" target="_blank" style="color: white; font-size: 12px;">Kacyiru, Kigali, Rwanda</a></p>
<p class="mt-3"><strong>Phone:</strong> <span><a href="tel:+250790099777" style="color: white; font-size: 12px;" text-decoration="none">(+250) 790 099 777</a></span></p>
<!--<p><strong>Email:</strong> <span><a href="mailto:info@zubabroadband.com" style="color: white; font-size: 12px;" text-decoration="none">info@zubabroadband.com</a></span></p>-->
</div>
</div>
<div class="col-lg-2 col-md-3 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="bi bi-chevron-right"></i> <a href="index.html">Home</a></li>
<li><i class="bi bi-chevron-right"></i> <a href="about.html">About us</a></li>
<li><i class="bi bi-chevron-right"></i> <a href="services.html">Services</a></li>
<!--<li><i class="bi bi-chevron-right"></i> <a href="#">Terms of service</a></li>-->
</ul>
</div>
<div class="col-lg-2 col-md-3 footer-links">
<h4>Our Services</h4>
<ul>
<li><i class="bi bi-chevron-right"></i> <a href="services.html">Starlink Services</a></li>
<li><i class="bi bi-chevron-right"></i> <a href="services.html">Network Consultancy</a></li>
<li><i class="bi bi-chevron-right"></i> <a href="services.html">Maintenance</a></li>
<li><i class="bi bi-chevron-right"></i> <a href="services.html">Customer Service</a></li>
</ul>
</div>
<div class="col-lg-4 col-md-12">
<h4>Follow Us</h4>
<p>We are available on the following platforms.</p>
<div class="social-links d-flex">
<a href="https://x.com/zubabroadband?t=7JQL-WwauLlbQPPJ5pktbQ&s=09"><i class="bi bi-twitter-x"></i></a>
<a href="https://youtube.com/@dadi-s7x?si=BoYx4570CAz5o2zI"><i class="bi bi-youtube"></i></a>
<a href="https://www.instagram.com/_zuba_broadband?igsh=bWs0ZGw2ZTBlM3Az"><i class="bi bi-instagram"></i></a>
<a href="https://www.linkedin.com/in/zuba-broadband-911621328?lipi=urn%3Ali%3Apage%3Ad_flagship3_feed%3BwOQyFiYNQsShM2X%2BMSeZtw%3D%3D"><i class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
</div>
<div class="container copyright text-center mt-4">
<p>© <span>Copyright</span> <strong class="px-1 sitename">Zuba Broadband</strong> <span>All Rights Reserved</span></p>
<div class="credits">
Designed by <a href="https://dadishimwe.github.io/dadishimwe/">dadishimwe</a>
</div>
</div>
</footer>
<!-- Scroll Top -->
<a href="#" id="scroll-top" class="scroll-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Preloader -->
<div id="preloader"></div>
<!-- Vendor JS Files -->
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/waypoints/noframework.waypoints.js"></script>
<script src="assets/vendor/imagesloaded/imagesloaded.pkgd.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-WXX2YP9XYT"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-WXX2YP9XYT');
</script>
<!-- Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>