-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
591 lines (528 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
<html lang = "en">
<head>
<title>Mr PA INVEST</title>
<link rel = "stylesheet" type ="text/css" href="style.css">
<!--<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">-->
<meta name = "viewport" content = "width = device-width, initial-scale=1">
<meta name = "keyword" content = "html, meta tags, metadata"/>
<meta name = "description" content = "Sales of Flavoured Mabuyu and Swimming Costumes"/>
<meta name = "author" content = "Nick Harmony"/>
<meta http-equiv = "content-type" content = "text/html; charset = UTF-8"/>
<script src="https://kit.fontawesome.com/a3819a5fe4.js" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/a3819a5fe4.js" crossorigin="anonymous"></script>
</head>
<body>
<!--heading section starts-->
<header class = "header">
<a href = "#services" class = "logo">
<img src ="img/logo.png" alt = "mrpainvest">
</a>
<nav>
<ul class = "navbar">
<li><a class = "active" href = "#home">Home</a></li>
<li><a href = "#costumes">Costumes</a></li>
<li><a href = "#mabuyu">Mabuyu</a></li>
<li><a href = "#about">About</a></li>
<li><a href = "#services">Services</a></li>
<li><a href = "#review">Review</a></li>
<li><a href = "#contact">Contact</a></li>
</ul>
</nav>
<!--Menu section starts-->
<div class = "icons">
<!--<div class = "fas serching-bar-id" id = "search-btn>S</div>"-->
<!--<div class = "fas fa-shopping-cart" id = "cart-btn">c</div>-->
<div class = "fas fa-bars" id = "menu-btn">m</div>
</div>
<!--Menu section ends-->
</header>
<!--heading section ends-->
<!--home section starts-->
<section class = "home" id = "home">
<div class = "content">
<h3>Swahili<span>Delicacies</span></h3>
<p>We sell <i>Mabuyu</i> and <i>Swim Costumes</i></p>
<a href = "#costumes" class = "btn">Grab Now</a>
</div>
</section>
<!--home section ends-->
<!--costumes section start-->
<section class = "costumes" id = "costumes">
<h1 class = "heading">Costumes <span>Variety</span></h1>
<div class = "box-container">
<div class = "box">
<img src = "img/c84.jpg" alt = "">
<h3>Africana Style</h3>
<div class = "price">Ksh 400 </div>
<a href = "#costumes" class = "btn">Add to cart</a>
</div>
<div class = "box">
<img src = "img/c85.jpg" alt = "">
<h3>Africana Style</h3>
<div class = "price">Ksh 400 </div>
<a href = "#costumes" class = "btn">Add to cart</a>
</div>
<div class = "box">
<img src = "img/c86.jpg" alt = "">
<h3>Africana Style</h3>
<div class = "price">Ksh 400 </div>
<a href = "#costumes" class = "btn">Add to cart</a>
</div>
<div class = "box">
<img src = "img/c87.jpg" alt = "">
<h3>Africana Style</h3>
<div class = "price">Ksh 400 </div>
<a href = "#costumes" class = "btn">Add to cart</a>
</div>
<div class = "box">
<img src = "img/c88.jpg" alt = "">
<h3>Africana Style</h3>
<div class = "price">Ksh 400 </div>
<a href = "#costumes" class = "btn">Add to cart</a>
</div>
<div class = "box">
<img src = "img/c89.jpg" alt = "">
<h3>Africana Style</h3>
<div class = "price">Ksh 400 </div>
<a href = "#costumes" class = "btn">Add to cart</a>
</div>
<div class = "box">
<img src = "img/c90.jpg" alt = "">
<h3>Africana Style</h3>
<div class = "price">Ksh 400 </div>
<a href = "#costumes" class = "btn">Add to cart</a>
</div>
<div class = "box">
<img src = "img/c91.jpg" alt = "">
<h3>Africana Style</h3>
<div class = "price">Ksh 400 </div>
<a href = "#costumes" class = "btn">Add to cart</a>
</div>
<div class = "box">
<img src = "img/c92.jpg" alt = "">
<h3>Africana Style</h3>
<div class = "price">Ksh 400 </div>
<a href = "#costumes" class = "btn">Add to cart</a>
</div>
<div class = "box">
<img src = "img/c93.jpg" alt = "">
<h3>Africana Style</h3>
<div class = "price">Ksh 400 </div>
<a href = "#costumes" class = "btn">Add to cart</a>
</div>
<div class = "box">
<img src = "img/c94.jpg" alt = "">
<h3>Africana Style</h3>
<div class = "price">Ksh 400 </div>
<a href = "#costumes" class = "btn">Add to cart</a>
</div>
<div class = "box">
<img src = "img/c95.jpg" alt = "">
<h3>Africana Style</h3>
<div class = "price">Ksh 400 </div>
<a href = "#costumes" class = "btn">Add to cart</a>
</div>
<div class = "box">
<img src = "img/c96.jpg" alt = "">
<h3>Africana Style</h3>
<div class = "price">Ksh 400 </div>
<a href = "#costumes" class = "btn">Add to cart</a>
</div>
<div class = "box">
<img src = "img/c97.jpg" alt = "">
<h3>Africana Style</h3>
<div class = "price">Ksh 400 </div>
<a href = "#costumes" class = "btn">Add to cart</a>
</div>
<div class = "box">
<img src = "img/c98.jpg" alt = "">
<h3>Africana Style</h3>
<div class = "price">Ksh 400 </div>
<a href = "#costumes" class = "btn">Add to cart</a>
</div>
<div class = "box">
<img src = "img/m33.jpg" alt = "">
<h3>Africana Style</h3>
<div class = "price">Ksh 400 </div>
<a href = "#costumes" class = "btn">Add to cart</a>
</div>
<div class = "box">
<img src = "img/m2.jpg" alt = "">
<h3>Africana Style</h3>
<div class = "price">Ksh 400 </div>
<a href = "#costumes" class = "btn">Add to cart</a>
</div>
<div class = "box">
<img src = "img/m12.jpg" alt = "">
<h3>Africana Style</h3>
<div class = "price">Ksh 400 </div>
<a href = "#costumes" class = "btn">Add to cart</a>
</div>
<div class = "box">
<img src = "img/m15.jpg" alt = "">
<h3>Africana Style</h3>
<div class = "price">Ksh 400 </div>
<a href = "#costumes" class = "btn">Add to cart</a>
</div>
<div class = "box">
<img src = "img/m16.jpg" alt = "">
<h3>Africana Style</h3>
<div class = "price">Ksh 400 </div>
<a href = "#costumes" class = "btn">Add to cart</a>
</div>
</div>
</section>
<!--costumes section ends-->
<!--Mabuyu starts-->
<section class = "mabuyu" id = "mabuyu">
<h1 class = "heading">Mabuyu <span>Variety</span></h1>
<div class = "box-container">
<div class = "box">
<img src = "img/t12.png" alt = "">
<h3>Red</h3>
<div class = "price">Ksh 20 </div>
<a href = "#mabuyu" class = "btn">Add to cart</a>
</div>
<div class = "box">
<img src = "img/t2.jpg" alt = "">
<h3>Red With Chillie</h3>
<div class = "price">Ksh 20 </div>
<a href = "#mabuyu" class = "btn">Add to cart</a>
</div>
<div class = "box">
<img src = "img/t14.png" alt = "">
<h3>Purple</h3>
<div class = "price">Ksh 20 </div>
<a href = "#mabuyu" class = "btn">Add to cart</a>
</div>
<div class = "box">
<img src = "img/t14.png" alt = "">
<h3>Purple With Chillie</h3>
<div class = "price">Ksh 20 </div>
<a href = "#mabuyu" class = "btn">Add to cart</a>
</div>
<div class = "box">
<img src = "img/t15.png" alt = "">
<h3>Orange</h3>
<div class = "price">Ksh 20 </div>
<a href = "#mabuyu" class = "btn">Add to cart</a>
</div>
<div class = "box">
<img src = "img/t13.png" alt = "">
<h3>Green</h3>
<div class = "price">Ksh 20 </div>
<a href = "#mabuyu" class = "btn">Add to cart</a>
</div>
<div class = "box">
<img src = "img/t10.png" alt = "">
<h3>Light Blue</h3>
<div class = "price">Ksh 20 </div>
<a href = "#mabuyu" class = "btn">Add to cart</a>
</div>
<div class = "box">
<img src = "img/t8.png" alt = "">
<h3>Kashata</h3>
<div class = "price">Ksh 40 </div>
<a href = "#mabuyu" class = "btn">Add to cart</a>
</div>
<div class = "box">
<img src = "img/t21.png" alt = "">
<h3>Achari</h3>
<div class = "price">Ksh 40 </div>
<a href = "#mabuyu" class = "btn">Add to cart</a>
</div>
</div>
</section>
<!--Mabuyu ends-->
<!--About section starts-->
<section class = "about" id = "about">
<h1 class = "heading">About <span>Us</span>
<div class = "row">
<div class = "image">
<img src = "img/ni2.jpg" alt = "">
</div>
<div class = "content">
<h3>What makes us special?</h3>
<p>Like you and I, We love beautiful affordable things. Mr PA invest is a mini-project created to offer services within campus area.The services include selling Mabuyu and good looking designer Swimming costumes of both ladies and gents at varying prices depending on one's priorities and the pocket. It’s a negotiable deal.</p>
<p>Mr PA was founded on 2022 and launched in 2023 for campus students who would like to order goods and services online , this will assist save on transport cost as we do free delivery within the institution</p>
<p>We offer a variety of Mabuyu flavours based on your preferred color and taste as some contain chillie spice. The swimming costumes are available at comrade prices. Beside the main agenda we also have fun every weekend through adventure by exploring the beautiful nature we have around Kenya. We do adventurous activities hosted by a company known as <b>Kenda Safaris</b> that provides pocket friendly deals and captivating memorables tours. </p>
<p></p>
<a href = "#about" class = "btn">Learn More<a>
</div>
</div>
</section>
<!--About section ends-->
<!--start your journey section-->
<section class = "nick">
<div class = "harmony">
<h1>Start your journey today</h1>
</div>
</section>
<!--end your journey section-->
<!--services section starts -->
<section class = "services" id = "services">
<h1 class = "heading">S<span>ervices</span></h1>
<div class = "box-container">
<div class = "box" style = "--clr:#89ec56;">
<div class = "content">
<div class = "icon"><i class="fa-sharp fa-solid fa-truck-fast"></i></div>
<div class = "text">
<h3>Delivery</h3>
<p>We provide free delivery services based on your preferred location as indicated on the contact list</p>
<a href = "#services">Read More</a>
</div>
</div>
</div>
<div class = "box" style = "--clr:#eb5ae5;">
<div class = "content">
<div class = "icon"><i class="fa-solid fa-person-hiking"></i></div>
<div class = "text">
<h3>Adventure</h3>
<p>We all love adventure. Come join us as we can assist you make very memorable hikes and tours around our country Kenya.</p>
<a href = "#services">Read More</a>
</div>
</div>
</div>
<div class = "box" style = "--clr:#5698eb;">
<div class = "content">
<div class = "icon"><i class="fa-solid fa-sim-card"></i></div>
<div class = "text">
<h3>Lipa na Mpesa</h3>
<p><img src = "img/till.jpg" alt = "Till"></p>
<a href = "#services">Read More</a>
</div>
</div>
</div>
<div class = "box" style = "--clr:red;">
<div class = "content">
<div class = "icon"><i class="fa-sharp fa-solid fa-hand-holding-dollar"></i></div>
<div class = "text">
<h3>Hiring</h3>
<p>We provide swim suites for hire at friendly costs.</p>
<a href = "#services">Read More</a>
</div>
</div>
</div>
<div class = "box" style = "--clr:skyblue;">
<div class = "content">
<div class = "icon"><i class="fa-sharp fa-solid fa-code"></i></div>
<div class = "text">
<h3>Web Dev</h3>
<p>Mr PA can assist you learn how to develop websites so come one come all!!!</p>
<a href = "#services">Read More</a>
</div>
</div>
</div>
<div class = "box" style = "--clr: yellow;">
<div class = "content">
<div class = "icon"><i class="fa-solid fa-book-atlas"></i></div>
<div class = "text">
<h3>Business Books</h3>
<p>for those interested in the business world we got you covered. We provide excellent book guides for your business journey.</p>
<a href = "#services">Read More</a>
</div>
</div>
</div>
</div>
</section>
<!--services section ends-->
<!--review section start-->
<div class = "review" id = "review">
<h1><span>T</span>estimonials</h1>
<div class="carousel">
<a class="carousel-item" href="#review">
<div class = "testi">
<div class = "img-area">
<img src = "img/leen.jpg" alt = "">
</div>
<p>Hurry get yourself swim gears at very good prices and tasty mabuyu, bet your taste buds dont wanna miss out!!!</p>
<h4>Shirleen Maisiba</h4>
</div>
</a>
<a class="carousel-item" href="#review">
<div class = "testi">
<div class = "img-area">
<img src = "img/brian.jpg" alt = "">
</div>
<p>Mr PA invest is the real deal!</p>
<h4>Brian Kiprotich</h4>
</div>
</a>
<a class="carousel-item" href="#review">
<div class = "testi">
<div class = "img-area">
<img src = "img/manu.jpg" alt = "">
</div>
<p>Mr PA invest is the best site for comrades especially in this hard economic.</p>
<h4>Emmanuel Belio</h4>
</div>
</a>
<a class="carousel-item" href="#review">
<div class = "testi">
<div class = "img-area">
<img src = "img/dancen.jpg" alt = "">
</div>
<p>In Mr PA invest's hands you are safe...</p>
<h4>Dancen Cheruiyot</h4>
</div>
</a>
<a class="carousel-item" href="#review">
<div class = "testi">
<div class = "img-area">
<img src = "img/mwanzangu.jpg" alt = "">
</div>
<p>Mr PA invest is an excellent 'go to ' site as it brings items we like closer to where are at very friendly and affordable prices.</p>
<h4>Brighton Mwanzangu</h4>
</div>
</a>
<a class="carousel-item" href="#review">
<div class = "testi">
<div class = "img-area">
<img src = "img/dan.jpg" alt = "">
</div>
<p>Mr PA invest ndo kusema</p>
<h4>Dan Kartel</h4>
</div>
</a>
<a class="carousel-item" href="#review">
<div class = "testi">
<div class = "img-area">
<img src = "img/vincent.jpg" alt = "">
</div>
<p>Mr PA invest ni mambo yote.</p>
<h4>Vincent Kiplangat</h4>
</div>
</a>
<a class="carousel-item" href="#review">
<div class = "testi">
<div class = "img-area">
<img src = "img/silas.jpg" alt = "">
</div>
<p>This is the place we all have been looking for!! </p>
<h4>Silas Angera</h4>
</div>
</a>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.3/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
<!--review section ends-->
<!--contact section starts-->
<section class = "contact" id = "contact">
<h1 class = "heading">Contact <span>Us</span></h1>
<div class = "row">
<iframe class = "map" src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d15959.20519021797!2d35.9649467!3d-0.1673696!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x363c14244dccdde!2sKabarak%20University!5e0!3m2!1sen!2ske!4v1672776028636!5m2!1sen!2ske" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
<form action = "">
<h3>Get in Touch</h3>
<div class = "inputBox">
<span class ="fas fa-user"></span>
<input type = "text" placeholder = "name">
</div>
<div class = "inputBox">
<span class ="fas fa-phone"></span>
<input type = "number" placeholder = "number">
</div>
<div class = "inputBox">
<span class ="fas fa-envelope"></span>
<input type = "email" placeholder = "email">
</div>
<div class = "inputbox">
<span class = "fas fa-home">my location: </span>
<select class = "Area">
<option value = "Friendship">Frienship<br/>
<option value = "Daborna">Daborna<br/>
<option value = "Reha Hostels">Reha Hostels<br/>
<option value = "Samalia">Samalia<br/>
<option value = "Lexis">Lexis<br/>
<option value = "Oberur">Oberur<br/>
<option value = "Arusha">Arusha<br/>
<option value = "Stage one">Stage One<br/>
<option value = "OBT">OBT<br/>
<option value ="Old Kachesa">Old Kachesa<br/>
<option value ="Elevate">Emmaus<br/>
<option value ="Bishop House">Bishop House<br/>
<option value = "Red House">Red House<br/>
<option value ="Pink House">Pink House<br/>
<option value ="White House">White House<br/>
<option value ="Westville">Westville<br/>
<option value ="Preston">Preston<br/>
<option value ="Grey House">Grey House<br/>
<option value ="STC">Kabarak STC<br/>
<option value = "">Kabarak Men's Hostels<br/>
<option value = "">Kabarak Ladie's Hostel<br/>
<option value = "">Kabarak Outside Library<br/>
<option value = "">Kabarak Mess<br/>
<option value = "">Kabarak Auditorium<br/>
<option value = "">Barkesen<br/>
<option value = "">Kambi ya moto<br/>
<option value = "">Mang'u<br/>
<option value = "">Cheche<br/>
<option value = "">Near Elevate<br/>
<option value = "">Jasmo<br/>
<option value = "">Near Arusha<br/>
<option value = "">Green House<br/>
<option value = "">Victoria<br/>
<option value = "">karrot<br/>
<option value = "">Karrot Route<br/>
<option value = "">OBT route<br/>
</select>
</div>
<input class = "btn" type = "submit" value = "Contact Now">
</form>
</div>
</section>
<!--contacts section ends-->
<!--footer section starts-->
<footer>
<div class = "row">
<div class ="col">
<a href = "#about"><img src ="img/logo.png" class = "logo"></a>
<p>We have a variety of Mabuyu flavours based on your preferred color and taste as some contain chillie spice. We do delivery of this goods inside and outside kabarak based on your location through communication on email or calls using the details indicated.</p>
<p>Transact biz with Mr PA<b>invest.</b></p>
</div>
<div class ="col">
<h3>Office<div class = "underline"><span></span></div></h3>
<p>Kabarak Road</p>
<p>Nakuru, Kabarak</p>
<p>Po.Box, 206001, Oloika</p>
<p class = "email-id"><i class = "fas fa-envelope"></i>[email protected]</p>
<h4 ><i class= "fas fa-phone"></i>+254110032671 <br /> 0746648613</h4>
</div>
<div class ="col">
<h3>Links<div class = "underline"><span></span></div></h3>
<ul>
<li><a class = "active" href = "#home">Home</a></li>
<li><a href = "#costumes">Costumes</a></li>
<li><a href = "#mabuyu">Mabuyu</a></li>
<li><a href = "#about">About</a></li>
<li><a href = "#services">Services</a></li>
<li><a href = "#review">Review</a></li>
<li><a href = "#contact">Contact</a></li>
</ul>
</div>
<div class ="col">
<h3>For Inquiry<div class = "underline"><span></span></div></h3>
<form>
<i class = "fas fa-envelope"></i>
<input type = "email" placeholder = "Enter your email">
<input class = "btn" type = "submit" value = ""><i class = "fas fa-arrow-right"></i>
</form>
<div class = "social-icons">
<a href = "https://web.facebook.com/nick.harmony.98" ><i class="fa-brands fa-facebook"></i></a>
<a href = "https://twitter.com/home" ><i class="fa-brands fa-twitter"></i></a>
<a href = "https://www.instagram.com/nick.harmony/" ><i class="fa-brands fa-square-instagram"></i></a>
<a href = "https://chat.whatsapp.com/DoXA1cSrFQhEsnoCYbfomg" ><i class="fa-brands fa-whatsapp"></i></a>
</div>
</div>
</div>
<hr>
<div class = "copyright">
<p> Nick Mr PA © 2023-All rights reserved.</p>
</div>
</footer>
<!--footer section ends-->
<!--js connector starts-->
<script src = "script.js"></script>
<!--js connector end-->
</body>
</html>