-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.html
758 lines (736 loc) · 29 KB
/
portfolio.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
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
<!DOCTYPE html>
<html lang="zxx">
<head>
<!-- metas -->
<meta charset="utf-8" />
<meta name="author" content="pxdraft" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta name="keywords" content="Sergio - Portfolio Template" />
<meta name="description" content="Sergio - Portfolio Template" />
<!-- title -->
<title>mwenda.mugo|fullstack web-developer| Portfolio</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<meta http-equiv="X-UA-Compatible" content="IE=9" />
<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="fav_wcy_icon.ico" />
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<meta http-equiv="Content-Type" content="text/html;charset=windows-1251" />
<meta
content="Mission-driven full stack Web developer with a passion for thoughtful UI design, collaboration, and teaching."
name="description"
/>
<meta
name="keywords"
content="mwenda,leenock,coder,web and java developer,software engineer, photographer"
/>
<link rel="canonical" href="#" />
<meta property="og:type" content="full stack Web developer portfolio" />
<meta
property="og:site_name"
content="Mwenda M. Personal portfolio website"
/>
<meta property="og:title" content="Mwenda.M, Web developer" />
<meta
property="og:description"
content="Mission-driven full stack Web developer with a passion for thoughtful UI design, collaboration, and teaching."
/>
<!-- plugin CSS -->
<link
href="static/plugin/bootstrap/css/bootstrap.min.css"
rel="stylesheet"
/>
<link href="static/plugin/font-awesome/css/all.min.css" rel="stylesheet" />
<link href="static/plugin/et-line/style.css" rel="stylesheet" />
<link
href="static/plugin/themify-icons/themify-icons.css"
rel="stylesheet"
/>
<link
href="static/plugin/owl-carousel/css/owl.carousel.min.css"
rel="stylesheet"
/>
<link href="static/plugin/magnific/magnific-popup.css" rel="stylesheet" />
<link
href="static/plugin/scroll/jquery.mCustomScrollbar.min.css"
rel="stylesheet"
/>
<link href="static/css/style.css" rel="stylesheet" />
</head>
<!-- Body Start -->
<body class="theme-light">
<!-- page loading -->
<div id="loading">
<div class="load-circle"><span class="one"></span></div>
</div>
<!-- End -->
<!-- Header Start -->
<div class="mob-header">
<div class="d-flex">
<div class="navbar-brand">
<a class="logo-text" href="index.html"> Enoch </a>
</div>
<button class="toggler-menu">
<span></span>
<span></span>
<span></span>
</button>
</div>
</div>
<!-- End Header -->
<!-- nav bar -->
<div class="mob-header">
<div class="d-flex">
<div class="navbar-brand">
<a class="logo-text" href="index.html"> Enoch </a>
</div>
<button class="toggler-menu">
<span></span>
<span></span>
<span></span>
</button>
</div>
</div>
<!-- End Header -->
<!-- nav bar -->
<header class="header-left">
<div class="scroll-bar">
<div class="hl-top">
<div class="hl-logo">
<div class="img">
<img src="static/img/header_Ai.jpg" title="" alt="" />
</div>
<h5>Enoch</h5>
</div>
</div>
<ul class="nav nav-menu" id="pp-menu">
<li class="active" data-menuanchor="home">
<a class="nav-link" href="index.html">
<i class="ti-home"></i>
<span>Home</span>
</a>
</li>
<li data-menuanchor="about">
<a class="nav-link" href="index.html#about">
<i class="ti-id-badge"></i>
<span>About Me</span>
</a>
</li>
<li data-menuanchor="services">
<a class="nav-link" href="index.html#services">
<i class="ti-panel"></i>
<span>Services</span>
</a>
</li>
<li data-menuanchor="work">
<a class="nav-link" href="index.html#work">
<i class="ti-bookmark-alt"></i>
<span>Portfolio</span>
</a>
</li>
<li data-menuanchor="blog">
<a class="nav-link" href="index.html#blog">
<i class="ti-layout-media-overlay-alt-2"></i>
<span>Blogs</span>
</a>
</li>
<li data-menuanchor="contactus">
<a class="nav-link" href="index.html#contactus">
<i class="ti-map-alt"></i>
<span>Contact Me</span>
</a>
</li>
</ul>
</div>
<div class="nav justify-content-center social-icons">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-linkedin-in"></i></a>
<a href="#"><i class="fab fa-pinterest"></i></a>
</div>
</header>
<!-- End nav bar -->
<!-- Main Start -->
<main class="main-left">
<div class="single-blog">
<div class="container">
<div class="title">
<h3>Projects.</h3>
</div>
<div class="row justify-content-center">
<div class="col-sm-5">
<div class="rb-left">
<img
src="static/img/wordpress/vicarageResorts/1.png"
title=""
alt=""
/>
</div>
<div class="rb-left">
<img
src="static/img/wordpress/vicarageResorts/2.png"
title=""
alt=""
/>
</div>
</div>
<div class="col-lg-7">
<article class="article">
<div class="article-title">
<h2>Vicarage Resorts</h2>
</div>
<div class="article-content">
<p style="text-align: justify">
Vicarage Resorts is the premier destination for luxurious
and personalized vacation experiences in Kenya. If you are
looking for an exceptional resort stay for both leisure and
business retreats, Vicarage Resorts is your ideal choice.
<br />
1.Prioritized User Needs: Analyzed guest requirements and
integrated features into the website to enhance navigation
and usability.
<br />
2.Developed Custom Solutions: Implemented tailored
strategies to resolve technical issues and optimize website
performance, improving search engine visibility and user
satisfaction. <br />
3.Successfully ensured that the website was completed within
the given time frame. <br />
</p>
</div>
<div class="nav tag-cloud">
<a href="#">Wordpress</a>
<a href="#">Css</a>
<a href="#">Web Design technologies</a>
<a href="https://vicarageresorts.com/" target="_blank"
>Website external link</a
>
</div>
</article>
</div>
</div>
<div class="separated"></div>
<div class="row justify-content-center">
<div class="col-sm-5">
<div class="rb-left">
<img
src="static/img/wordpress/derevawangu/dereva.png"
title=""
alt=""
/>
</div>
<div class="rb-left">
<img
src="static/img/wordpress/derevawangu/dereva2.png"
title=""
alt=""
/>
</div>
</div>
<div class="col-lg-7">
<article class="article">
<div class="article-title">
<h2>Dereva Wangu</h2>
</div>
<div class="article-content">
<p style="text-align: justify">
Dereva Wangu is the premier personalized drivers’ platform
in Kenya. If you are looking for a personal driver for both
official and private engagements
<br />
1.Prioritized client requirements and developed content
strategies to achieve project objectives. <br />
2.Identified solutions to technical issues to enhance
website functionality and improve site search engine
optimization. <br />
3.Successfully ensured that the website was completed within
the given time frame.
</p>
</div>
<div class="nav tag-cloud">
<a href="#">Wordpress</a>
<a href="#">Css</a>
<a href="#">Web Design technologies</a>
<a href="https://derevawangu.com/" target="_blank"
>Website external link Unavailable at the moment</a
>
</div>
</article>
</div>
</div>
<div class="separated"></div>
<div class="row justify-content-center">
<div class="col-sm-5">
<div class="rb-left">
<img
src="static/img/wordpress/Avania/avania.png"
title=""
alt=""
/>
</div>
</div>
<div class="col-lg-7">
<article class="article">
<div class="article-title">
<h2>Avania Kenya</h2>
</div>
<div class="article-content">
<p style="text-align: justify">
Avania Online Ecommerce platform is a user-friendly, fast,
and secure shopping experience that allows customers to
browse and purchase a wide variety of products from the
comfort of their own homes. With a simple and intuitive
interface, customers can easily search for products, compare
prices and features, and place orders with just a few clicks
</p>
</div>
<div class="nav tag-cloud">
<a href="#">Wordpress</a>
<a href="#">Css</a>
<a href="#">Web Design technologies</a>
<a href="https://avania.co.ke/" target="_blank"
>Website external link</a
>
</div>
</article>
</div>
</div>
<div class="separated"></div>
<div class="row justify-content-center">
<div class="col-sm-5">
<div class="rb-left">
<img
src="static/img/web-development/bluedressinc/image_one.jpg"
title=""
alt=""
/>
</div>
</div>
<div class="col-lg-7">
<article class="article">
<div class="article-title">
<h2>bluedress internet marketing</h2>
</div>
<div class="article-content">
<p style="text-align: justify">
Planning website development, converting mockups into usable
web presence with HTML,Css JavaScript coding and other
website developing technologies.
</p>
</div>
<div class="nav tag-cloud">
<a href="#">HTML</a>
<a href="#">Css</a>
<a href="#">JavaScript</a>
<a href="#">Web Design technologies</a>
<a
href="https://www.bluedressinc.com/index.php"
target="_blank"
>Website external link</a
>
</div>
</article>
</div>
</div>
<div class="separated"></div>
<div class="row justify-content-center">
<div class="col-sm-5">
<div class="rb-left">
<img
src="static/img/wordpress/safycollections/safy.png"
title=""
alt=""
/>
</div>
</div>
<div class="col-lg-7">
<article class="article">
<div class="article-title">
<h2>Safy collections</h2>
</div>
<div class="article-content">
<p style="text-align: justify">
E-commerce online shopping platform.
<br />
Safy collections is an e-commerce online shopping platform
that specializes in offering a wide range of smartwatches to
cater to the diverse needs of tech-savvy consumers in
Nairobi and beyond. This digital storefront provides a
seamless shopping experience, allowing customers to browse
through an extensive collection of smartwatches
</p>
</div>
<div class="nav tag-cloud">
<a href="#">Wordpress </a>
<a href="#">Web Design technologies</a>
<a href="https://safy.co.ke/" target="_blank"
>Website external link</a
>
</div>
</article>
</div>
</div>
<div class="separated"></div>
<div class="row justify-content-center">
<div class="col-sm-5">
<div class="rb-left">
<img
src="static/img/web-development/gentsheat and cooling/image_one.jpg"
title=""
alt=""
/>
</div>
</div>
<div class="col-lg-7">
<article class="article">
<div class="article-title">
<h2>Gents heating and cooling</h2>
</div>
<div class="article-content">
<p style="text-align: justify">
One of my major role was planning website development,
converting mockups into usable web presence with HTML,Css
JavaScript coding and other website developing technologies.
The project came to completion after two months and later
presentations were made to the client and launched.<br />
GentsHeat and Cool is a company that services all make and
models of both heating and cooling systems. Planning website
development, converting mockups into usable web presence
with HTML,Css JavaScript coding and other website developing
technologies.
</p>
</div>
<div class="nav tag-cloud">
<a href="#">HTML</a>
<a href="#">Css</a>
<a href="#">JavaScript</a>
<a href="#">Web Design technologies</a>
<a href="https://gentheatandcool.com/" target="_blank"
>Website external link</a
>
</div>
</article>
</div>
</div>
<div class="separated"></div>
<div class="row justify-content-center">
<div class="col-sm-5">
<div class="rb-left">
<img
src="static/img/wordpress//audioquest/audio.png"
title=""
alt=""
/>
</div>
</div>
<div class="col-lg-7">
<article class="article">
<div class="article-title">
<h2>AudioQuest Kenya</h2>
</div>
<div class="article-content">
<p style="text-align: justify">
AudioQuest is a premium e-commerce platform specializing in
high-quality audio equipment, designed to enhance the
listening experience for audiophiles and casual users alike.
With a focus on delivering cutting-edge technology and
superior sound performance, AudioQuest offers a diverse
range of headphones, speakers, and audio accessories. This
digital hub ensures a seamless shopping experience, enabling
customers to explore and select products tailored to their
unique audio preferences, both in Nairobi and beyond.
</p>
</div>
<div class="nav tag-cloud">
<a href="#">Wordpress </a>
<a href="#">Web Design technologies</a>
<a href="https://audioquest.co.ke/" target="_blank"
>Website external link</a
>
</div>
</article>
</div>
</div>
<div class="separated"></div>
<div class="row justify-content-center">
<div class="col-sm-5">
<div class="rb-left">
<img
src="static/img/web-development/matuga girls/image_one.png"
title=""
alt=""
/>
</div>
</div>
<div class="col-lg-7">
<article class="article">
<div class="article-title">
<h2>Matuga girls High School</h2>
</div>
<div class="article-content">
<p style="text-align: justify">
Participated in the development of Matuga Girl’s high school
website. With the aim of helping increase the likelihood of
communication between students,interaction with the parents,
and give the school an overall positive image. On a
contract-level basis, maintained schedules, and assured
on-time delivery of content.
</p>
</div>
<div class="nav tag-cloud">
<a href="#">HTML</a>
<a href="#">Css</a>
<a href="#">JavaScript</a>
<a href="#">Web Design technologies</a>
<a
href="https://www.matugagirlshigh.sc.ke/Home.html"
target="_blank"
>Website external link</a
>
</div>
</article>
</div>
</div>
<div class="separated"></div>
<div class="row justify-content-center">
<div class="col-sm-5">
<div class="rb-left">
<img
src="static/img/web-development/hemp/Screenshot 2022-08-19 140211.png"
title=""
alt=""
/>
</div>
</div>
<div class="col-lg-7">
<article class="article">
<div class="article-title">
<h2>Hemp Connect</h2>
</div>
<div class="article-content">
<p style="text-align: justify">
Hemp Connect was Founded in 2018 by individuals who use
these same products available to you. Hemp Connect has come
a long way from its humble beginnings as a kiosk inside West
Town Mall in Knoxville,TN, and Hamilton Place Mall in
Chattanooga, TN. When the owners first started out, their
passion for helping individuals drove them to long hours of
extensive research figuring out how to connect millions of
people to this plant. This gave the impetus to turn hard
work and inspiration into a booming online store.
<br />
I was part of the design and Development team for the hemp
connect website. As a full stack web developer, I
contributed towards core development of the site using web
technologies. Porject took 8 weeks to completion.
</p>
</div>
<div class="nav tag-cloud">
<a href="#">HTML</a>
<a href="#">Bootstrap </a>
<a href="#">Css</a>
<a href="#">JavaScript</a>
<a href="#">Web Design technologies</a>
<a href="https://hemp-connect.com/index.php" target="_blank"
>Website external link</a
>
</div>
</article>
</div>
</div>
<div class="separated"></div>
<div class="row justify-content-center">
<div class="col-sm-5">
<div class="rb-left">
<img
src="static/img/wordpress/infinitive/image_one.jpg"
title=""
alt=""
/>
</div>
</div>
<div class="col-lg-7">
<article class="article">
<div class="article-title">
<h2>Infinitive Systems Academy</h2>
</div>
<div class="article-content">
<p style="text-align: justify">
Computer training School in Kisii
</p>
</div>
<div class="nav tag-cloud">
<a href="#">Wordpress </a>
<a href="#">Web Design technologies</a>
<a href="https://www.infinitive.co.ke/" target="_blank"
>Website external link Unavailable</a
>
</div>
</article>
</div>
</div>
<div class="separated"></div>
<div class="row justify-content-center">
<div class="col-sm-5">
<div class="rb-left">
<img
src="static/img/wordpress/adventures/image_one.jpg"
title=""
alt=""
/>
</div>
</div>
<div class="col-lg-7">
<article class="article">
<div class="article-title">
<h2>Adventures</h2>
</div>
<div class="article-content">
<p style="text-align: justify">
Is a personal website dedicated to showcasing the rich and
diverse tourism opportunities available in Kenya. This
online platform serve as a comprehensive guide for travelers
seeking to explore the country's breathtaking landscapes,
vibrant cultures, and unique wildlife. Through vivid
storytelling, photography, and practical travel tips, Tembea
Kenya aims to inspire both local and international tourists
to discover the hidden gems of Kenya
</p>
</div>
<div class="nav tag-cloud">
<a href="#">Wordpress </a>
<a href="index.html#work" target="_blank"
>Website external link Unavailable</a
>
</div>
</article>
</div>
</div>
<div class="separated"></div>
<div class="row justify-content-center">
<div class="col-sm-5">
<div class="rb-left">
<img
src="static/img/wordpress/matuga/image_one.jpg"
title=""
alt=""
/>
</div>
</div>
<div class="col-lg-7">
<article class="article">
<div class="article-title">
<h2>Matuga girls High</h2>
</div>
<div class="nav tag-cloud">
<a href="#">Wordpress </a>
<a
href="https://matugahigh.matugagirlshigh.sc.ke/"
target="_blank"
>Website external link</a
>
</div>
</article>
</div>
</div>
<div class="separated"></div>
<div class="row justify-content-center">
<div class="col-sm-5">
<div class="rb-left">
<img
src="static/img/web-development/covid_websitw/image_one.png"
title=""
alt=""
/>
</div>
</div>
<div class="col-lg-7">
<article class="article">
<div class="article-title">
<h2>Covid-update website</h2>
</div>
<div class="article-content">
<p style="text-align: justify">
The goal is to be Visualize covid results for future
analysis and observations. Learn Api implementation using
js. Dependencies
</p>
</div>
<div class="nav tag-cloud">
<a href="#">HTML</a>
<a href="#">Bootstrap </a>
<a href="#">Css</a>
<a href="#">JavaScript</a>
<a href="#">Web Design technologies</a>
<a
href="https://github.com/leenock/covid19-dashboard"
target="_blank"
>Website external link</a
>
</div>
</article>
</div>
</div>
<div class="separated"></div>
<div class="row justify-content-center">
<div class="col-sm-5">
<div class="rb-left">
<img
src="static/img/machine-learning/ipcv.png"
title=""
alt=""
/>
</div>
</div>
<div class="col-lg-7">
<article class="article">
<div class="article-title">
<h2>ANPR</h2>
</div>
<div class="article-content">
<p style="text-align: justify">
A Python programme that uses concepts of image processing
and OCR to identify the characters on a given vehicle
licence plate. The OCR aspect was done with machine learning
to differentiate and recognise the licence plate amongst
multiple colour spaces within images. The developement of
this project happened the time I was doing Image Processing
and Computer Vision. And I was able to put into test some of
the skills I had acquired during my training. The link
provided contains git hub portfolio with further information
regarding what I did. As it was a minor project, I am sure
its a ground breaking expertise to future related projects
</p>
</div>
<div class="nav tag-cloud">
<a href="#">Machine Learning</a>
<a href="#">Ocr-Python </a>
<a href="#">Morphological Image Processing</a>
<a href="#">Ipcv</a>
<a
href="https://github.com/leenock/-license-plate-detect"
target="_blank"
>Proejct external link</a
>
</div>
</article>
</div>
</div>
<div class="separated"></div>
</div>
</div>
</main>
<!-- End Main -->
<script src="static/js/jquery-3.2.1.min.js"></script>
<script src="static/js/jquery-migrate-3.0.0.min.js"></script>
<script src="static/plugin/appear/jquery.appear.js"></script>
<script src="static/plugin/bootstrap/js/popper.min.js"></script>
<script src="static/plugin/bootstrap/js/bootstrap.js"></script>
<script src="static/js/custom.js"></script>
</body>
<!-- Body End -->
</html>