-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
375 lines (338 loc) · 16.5 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CokoBox</title>
<link rel="stylesheet" href="css/components.css">
<link rel="stylesheet" href="css/icons.css">
<link rel="stylesheet" href="css/responsee.css">
<link rel="stylesheet" href="owl-carousel/owl.carousel.css">
<link rel="stylesheet" href="owl-carousel/owl.theme.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/stats.css">
<link rel="stylesheet" type="text/css" href="css/slide.css">
<link href='https://fonts.googleapis.com/css?family=Playfair+Display&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<link rel="icon" href="img/icon.png">
<script type="text/javascript" src="js/jquery-1.9.0.min.js"></script>
<script type="text/javascript" src="js/jquery-ui.min.js"></script>
<script defer src="https://use.fontawesome.com/releases/v5.0.0/js/all.js"></script>
<style type="text/css">
.search-btn{
margin-top: -12px;
}
.search-btn i{
font-size: 14px;
margin-top: 2px;
}
.search-box .search-txt{
margin-top: -5px;
}
</style>
</head>
<a target="_blank" class="hide-s" href="#" style="position:fixed;top:320px;right:-14px;z-index:10;"><img src="img/scroll.png" alt="">
<b>Scroll down!</b> </a>
<body class="size-1140">
<!-- HEADER -->
<header role="banner" class="position-absolute">
<!-- Top Navigation -->
<nav class="background-transparent background-transparent-hightlight full-width sticky">
<div class="s-12 l-2">
<a href="index.html" class="logo">
<!-- Logo White Version -->
<img class="logo-white" src="img/COKOBOXW1.png" alt="">
<!-- Logo Dark Version -->
<img class="logo-dark" src="img/Cokobox.png" alt="">
</a>
</div>
<div class="top-nav s-12 l-10">
<p class="nav-text"></p>
<ul class="right chevron">
<li><a href="index.html"><b>Home</b></a></li>
<!--<li><a href="products.html">Products</a></li>-->
<li><a><b>Services</b></a>
<ul>
<li><a href="Softwares.html">O/S Software Installation</a>
<ul>
<li><a href="Softwares.html">Installation </a></li>
<li><a href="Softwares.html">Activation</a></li>
</ul>
</li>
<li><a href="website.html">Web Developement</a>
<UL>
<li><a href="website.html">landing Page</a></li>
<li><a href="website.html">Whole Package</a></li>
</UL>
</li>
<li><a href="Android.html">Android App Developement</a>
</li>
<li>
<a href="gallery.html">Photo/Vodeography</a>
</li>
</ul>
</li>
<li><a href="about.html"><b>About</b></a></li>
<li><a href="login.html"><b>Login/Sign up?</b></a></li>
<li>
<div class="search-box">
<input class="search-txt" type="text" name="Search" placeholder="Type to Search">
<a href="#" class="search-btn">
<i class="fas fa-search"></i>
</a>
</div>
</li>
</ul>
</div>
</nav>
</header>
<!-- MAIN -->
<main role="main">
<!-- Main Header -->
<header>
<div class="carousel-default owl-carousel carousel-main carousel-nav-white background-dark text-center">
<div class="item">
<div class="s-12">
<img class="edit" src="img/bg.jpg" alt="">
<div class="carousel-content">
<div class="content-center-vertical line">
<div class="margin-top-bottom-80">
<div class="count-to">
<!-- Title -->
<h1 class="stats__count margin-bottom-30 text-size-60 text-m-size-30 text-line-height-1 font">CokoBox Tech Solutions<br> for all tech solutions</h1>
</div>
<!--<div class="s-12 m-10 l-8 center"><p class="text-white text-size-14 margin-bottom-40">Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis. Iriure dolor in hendrerit duis autem vel eum in vulputate velit esse molestie consequat.</p></div>-->
<div class="line">
<div class="center contain">
<img class="link grow size1" src="img/webDesign.jpg">
</div>
</div>
<div class="">
<div class="content">
<div class="slider-wrapper">
<div class="slider">
<div class="slider-text1">html</div>
<div class="slider-text2">css</div>
<div class="slider-text3">php</div>
<div class="slider-text4">javaScript</div>
<div class="slider-text5">java</div>
</div>
</div>
</div>
</div>
<!-- <div class="line">
<div class="s-12 m-12 l-3 center">
<a class="button button-white-stroke s-12" href="website.html">Web Developement Page</a>
</div>
</div> -->
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- Section 1 -->
<section class="section-small-padding background-white text-center">
<div class="line">
<div class="margin">
<div class="s-12 m-12 l-4 margin-m-bottom">
<div class="padding-2x block-bordered">
<br>
<!--<i class="icon-sli-home icon3x text-dark center margin-bottom-30"></i>-->
<img class="grow link" src="img/installation.jpg">
<br>
<svg class="bi bi-grid-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M1 2.5A1.5 1.5 0 012.5 1h3A1.5 1.5 0 017 2.5v3A1.5 1.5 0 015.5 7h-3A1.5 1.5 0 011 5.5v-3zm8 0A1.5 1.5 0 0110.5 1h3A1.5 1.5 0 0115 2.5v3A1.5 1.5 0 0113.5 7h-3A1.5 1.5 0 019 5.5v-3zm-8 8A1.5 1.5 0 012.5 9h3A1.5 1.5 0 017 10.5v3A1.5 1.5 0 015.5 15h-3A1.5 1.5 0 011 13.5v-3zm8 0A1.5 1.5 0 0110.5 9h3a1.5 1.5 0 011.5 1.5v3a1.5 1.5 0 01-1.5 1.5h-3A1.5 1.5 0 019 13.5v-3z" clip-rule="evenodd"/>
</svg>
<h2 class="text-thin">OS/Software installation</h2>
<br>
<p class="margin-bottom-30">For Operating System installation prices check out our Softwares page </p>
<br>
<br>
<a class="button button-dark-stroke text-size-12" href="Softwares.html">Softwares Page</a>
</div>
</div>
<div class="s-12 m-12 l-4 margin-m-bottom">
<div class="padding-2x block-bordered">
<!--<i class="icon-sli-umbrella icon3x text-dark center margin-bottom-30"></i>-->
<br>
<img class="link grow" src="img/Photo.jpg">
<br>
<h2 class="text-thin">Photo/Videography</h2>
<br>
<p class="margin-bottom-30">Website prices vary according to size and complexity of the website
<br>
for more web developement prices check out our web developement web page</p>
<br>
<br>
<a class="button button-dark-stroke text-size-12" href="gallery.html">Photo/Videography Page</a>
</div>
</div>
<div class="s-12 m-12 l-4 margin-m-bottom">
<div class="padding-2x block-bordered">
<img class="link groww" src="img/androidIcon.jpg">
<!--<i class="icon-sli-shield icon3x text-dark center margin-bottom-30"></i>-->
<h2 class="text-thin">Android App Developement</h2>
<p class="margin-bottom-30">App prices vary due to complexity of the app.
<br>
Android App Developement page coming soon!</p>
<a class="button button-dark-stroke text-size-12" href="Android.html">Android App Developement Page</a>
<!--funny video for upcoming android-->
</div>
</div>
</div>
</div>
</section>
<section id="stats" class="s-stats">
<div class="line">
<div class="row stats block-1-4 block-m-1-2 block-mob-full" data-aos="fade-up">
<div class="count-to">
<div class="block col-block stats__col ">
<div class="stats__count">3</div>
<h5>Years of experience</h5>
</div>
</div>
<div class="count-to">
<div class="block col-block stats__col">
<div class="stats__count">150+</div>
<h5>Succesful Installations</h5>
</div>
</div>
<div class="count-to">
<div class="block col-block stats__col">
<div class="stats__count">100%</div>
<h5>Site Responsiveness</h5>
</div>
</div>
<div class="count-to">
<div class="block col-block stats__col">
<div class="stats__count">Over 100</div>
<h5>Satisfsied Customers</h5>
</div>
</div>
</div> <!-- end stats -->
</div>
</section>
<!-- Section 2 -->
<hr class="break margin-top-bottom-0">
<!-- Section 3 -->
<section class="section background-white text-center">
<div class="line">
<h2 class="text-size-50 text-center">Testimonials</h2>
<hr class="break-small background-primary break-center">
<div class="carousel-default owl-carousel carousel-wide-arrows">
<div class="item">
<div class="s-12 m-12 l-7 center text-center">
<img class="image-testimonial-small img-circle img-rounded" src="img/COko.png" alt="">
<p class="h1 margin-bottom text-size-20"></p>
<p class="h1 text-size-16">Collins Koech / CEO / CokoBox Tech Solutions</p>
</div>
</div>
<div class="item">
<div class="s-12 m-12 l-7 center text-center">
<img class="image-testimonial-small img-circle img-rounded" src="img/BestaCeo.png" alt="">
<p class="h1 margin-bottom text-size-20"></p>
<p class="h1 text-size-16">Stanley Cheruiyot / CEO / Besta Investment</h5>
</div>
</div>
<div class="item">
<div class="s-12 m-12 l-7 center text-center">
<img class="image-testimonial-small img-circle img-rounded" src="img/chemunation.png" alt="">
<p class="h1 margin-bottom text-size-20"></p>
<p class="h1 text-size-16">chemuttai / Make Up Artist / Chemunation</p>
</div>
</div>
</div>
</div>
<div class="animated-text">
<div class="lin">Hello</div>
<div class="lin">Welcome</div>
<div class="lin">TO THE </div>
<div class="lin">FUTURE</div>
</div>
</section>
</main>
<!-- FOOTER -->
<footer>
<!-- Contact Us -->
<div class="background-primary padding text-center">
<div class="wrapper">
<marquee behaviour="alternate"><span class="marquee"><p class="pricing">Contact Us: collinskoechck34@gmail.com</p></span></marquee>
</div>
</div>
<!-- Main Footer -->
<section class="background-dark full-width">
<!-- Map -->
<div class="s-12 m-12 l-6 margin-m-bottom-2x">
<div class="s-12 grayscale center">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d5620.366224399809!2d35.20197087702492!3d-0.33257849935886086!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x182a58a19156700f%3A0x541fa6197a44e210!2sKapsoit!5e1!3m2!1sen!2ske!4v1588013134530!5m2!1sen!2ske" width="100%" height="450" frameborder="0" style="border 0" allowfullscreen></iframe>
</div>
</div>
<!-- Collumn 2 -->
<div class="s-12 m-12 l-6 margin-m-bottom-2x">
<div class="padding-2x">
<div class="line">
<div class="float-left">
<i class="icon-sli-location-pin text-primary icon3x"></i>
</div>
<div class="margin-left-70 margin-bottom-30">
<h3 class="margin-bottom-0">Company Address</h3>
<p>Entomoto drive Rongai<br>
Nairobi Kenya
</p>
</div>
<div class="float-left">
<i class="icon-sli-envelope text-primary icon3x"></i>
</div>
<div class="margin-left-70 margin-bottom-30">
<h3 class="margin-bottom-0">E-mail</h3>
<p>collinskoechck34@gmail.com<br>
</p>
</div>
<div class="float-left">
<i class="icon-sli-phone text-primary icon3x"></i>
</div>
<div class="margin-left-70">
<h3 class="margin-bottom-0">Phone Numbers</h3>
<p>254728000107<br>
254101170937<br>
</p>
</div>
<br>
<br>
<div>
<h3 class="margin-bottom-0">Follow Us!</h3>
</div>
<hr>
<div class=" line">
</div>
</div>
</div>
</div>
</section>
<hr class="break margin-top-bottom-0" style="border-color: rgba(0, 38, 51, 0.30);">
<!-- Bottom Footer -->
<section class="padding background-primary full-width">
<div class="s-12 l-6">
<!--<p class="text-size-12">Copyright 2019, Vision Design - graphic zoo</p>
<p class="text-size-12">All images have been purchased from Bigstock. Do not use the images in your website.</p>-->
</div>
<div class="s-12 l-6">
<a class="right text-size-12" href="index.html" title="Responsee - lightweight responsive framework">Design and coding<br> by Collins Koech</a>
</div>
</section>
</footer>
<script type="text/javascript" src="js/responsee.js"></script>
<script type="text/javascript" src="owl-carousel/owl.carousel.js"></script>
<script type="text/javascript" src="js/template-scripts.js"></script>
</body>
<!-- The core Firebase JS SDK is always required and must be listed first -->
<script src="/__/firebase/7.15.0/firebase-app.js"></script>
<!-- TODO: Add SDKs for Firebase products that you want to use
https://firebase.google.com/docs/web/setup#available-libraries -->
<script src="/__/firebase/7.15.0/firebase-analytics.js"></script>
<!-- Initialize Firebase -->
<script src="/__/firebase/init.js"></script>
</html>