-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
146 lines (129 loc) · 7.32 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
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Kevin Mbui Portfolio</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="assets/css/main copy.css" />
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<div id="main">
<div class="inner">
<!-- Header -->
<header id="header">
<a href="index.html" class="logo"> Software Engineer | <strong>React, JavaScript</strong> </a>
<ul class="icons">
<li><a href="https://twitter.com/kevinmbuimushan" class="icon brands fa-twitter" target="_blank"><span class="label">Twitter</span></a></li>
<li><a href="mailto:kevinmushan@gmail.com" target="_blank" class="icon solid fa-envelope"></a></li>
<li><a href= "https://github.com/kevinmbuicode" target="_blank" class="icon brands fa-github"><span class="label">Github</a></li>
</ul>
</header>
<!-- Banner -->
<section id="banner">
<div class="content">
<header>
<h1>Hi There, I’m Kevin.</h1>
<p>I'm all about crafting digital experiences that truly make an impact. Picture this: I've helped companies boost their revenue by a whopping 31%, thanks to my knack for creating high-performing applications with a touch of elegance. I prioritize user-friendly designs, swift payment processing, and a mobile-first approach – it's all about reducing bounce rates, and we've seen an incredible 88% improvement.
My toolkit includes React, JavaScript, TypeScript, Node.js, HTML5, and CSS3. Plus, I'm proud to hold the IBM Cloud Developer Certification. I'm not here to offer quick fixes; I'm here to build lasting solutions through front-end software engineering.
Curious to know more about me and my projects? Scroll down and let's explore together. Your digital ambitions, meet their match!</p>
</header>
<ul class="actions">
<li><a href="about.html" class="button big">More About Me</a></li>
</ul>
</div>
<div class="image object">
<img src="images/photoMe.jpg" height="20px" alt="Photo of me, standing at a cafe" />
</div>
</section>
<section>
<header class="major">
<h2>Latest Projects</h2>
</header>
<div class="posts">
<article>
<a target="_blank" href="https://www.zuri.team/" class="image"><img src="images/Screenshot aws1.png" alt="DevOps ScreenShot" /></a>
<h3>AWS Climate Change with IoT solution</h3>
<p>Sponsored by AWS, Stanbic Bank, and iLab. This solution won the AWS Impact+ hackathon 2022 where we applied IoT and AWS to solve the climate change problem. Unfortunately, I can't disclose everything but used JavaScript, Google Charts, AWS and IoT. Otherwise here is Zuri, an application I assisted to build while at HNG</p>
<ul class="actions">
<li><a target="_blank" href="https://www.zuri.team/" class="button">View App</a></li>
</ul>
</article>
<article>
<a target="_blank" href="https://spark-sage.vercel.app/" class="image"><img src="images/ecommLook3.png" alt="DevOps ScreenShot" /></a>
<h3>Ecommerce with Sanity CMS</h3>
<p>An ecommerce built with React. Still in development. Currently integrating tensorFlow.js for product recommendation to improve sales, and writing tests for the application</p>
<ul class="actions">
<li><a target="_blank" href="https://spark-sage.vercel.app/" class="button">View App</a></li>
</ul>
</article>
<!-- <article>
<a href="https://crypto-coins-phi.vercel.app/" target="_blank" class="image"><img src="images/Screenshot currency.png" alt="Crypto Watch" /></a>
<h3>Cryptocurrency Watch</h3>
<p>A cryptocurrency webapp to watch for top trending coins' changes. Built with React, Material UI and Chart.js.</p>
<ul class="actions">
<li><a target="_blank" href="https://crypto-coins-phi.vercel.app/" class="button">View App</a></li>
</ul>
</article> -->
<article>
<a target="_blank" href="https://team-sandpaper.vercel.app/" class="image"><img src="images/Screenshot devops.png" alt="DevOps ScreenShot" /></a>
<h3>Enterprise DevOps Notepad Landing Page</h3>
<p>An Enterprise level landing page built with React, HTML5, and CSS3 in collaboration with PMs, Developers, UI/UX, & Marketers with experience from HNG internship, Remote - Nigeria</p>
<ul class="actions">
<li><a target="_blank" href="https://team-sandpaper.vercel.app/" class="button">View App</a></li>
</ul>
</article>
<!-- <article>
<a target="_blank" href="https://web3-0-blockchain-application.vercel.app/" class="image"><img src="images/connectWithMeta.png" alt="Web# ScreenShot" /></a>
<h3>Web3 Blockchain</h3>
<p>Send and receive ethereum anywhere in the world. Built using React, Solidity & Tailwind. Increased performance from 72% to 92% according to pagespeed.web.dev/</p>
<ul class="actions">
<li><a target="_blank" href="https://web3-0-blockchain-application.vercel.app/" class="button">View App</a></li>
</ul>
</article> -->
<article>
<a href="https://www.milesmotorsltd.co.ke/" target="_blank" class="image"><img src="images/Screenshot cars.png" alt="Ecommerce car store" /></a>
<h3>E-commerce Car Store</h3>
<p>A responsive e-commerce store for my third client with a dashboard, authentication, and filtering. Built with React, Material UI and Node.js</p>
<ul class="actions">
<li><a target="_blank" href="https://www.milesmotorsltd.co.ke/" class="button">View App</a></li>
</ul>
</article>
</div>
</section>
</div>
</div>
<!-- Sidebar -->
<div id="sidebar">
<div class="inner">
<!-- Section -->
<section>
<header class="major">
<h2>Get in touch</h2>
</header>
<p>Reach out and let's start a conversation!</p>
<ul class="contact">
<li class="icon solid fa-envelope"><a href="mailto:kevinmushan@gmail.com">kevinmushan@gmail.com</a></li>
<li class="icon brands fa-twitter"><a href="https://twitter.com/kevinmbuimushan" target="_blank">My Twitter</a></li>
<li class="icon brands fa-linkedin"><a target="_blank" href="https://www.linkedin.com/in/kevinmbui/">My LinkedIn</a></li>
<li class="icon brands fa-github"><a href= "https://github.com/kevinmbuicode" target="_blank" >Github</a></li>
</ul>
</section>
<!-- Footer -->
<footer id="footer">
<p class="copyright">© Kevin Mbui. All rights reserved.</p>
</footer>
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>