-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
313 lines (305 loc) · 11.7 KB
/
Copy pathindex.html
File metadata and controls
313 lines (305 loc) · 11.7 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Brian Mirieri Kebabe | Full‑Stack Developer & Founder</title>
<meta
name="description"
content="Brian Mirieri Kebabe – Flutter & full‑stack developer. Founder of Pesapad, a free offline bill tracker for small businesses."
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&family=Inter:wght@300;400;500;600;700&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
/>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<nav>
<div class="nav-container">
<a href="#" class="logo">Brian Kebabe</a>
<div class="nav-links">
<a href="#about">About</a>
<a href="#skills">Skills</a>
<a href="#experience">Experience</a>
<a href="#projects">Projects</a>
<a href="#contact">Contact</a>
</div>
<button class="mobile-menu-btn" id="mobileMenuBtn">
<i class="fas fa-bars"></i>
</button>
</div>
<div class="mobile-menu" id="mobileMenu">
<a href="#about">About</a>
<a href="#skills">Skills</a>
<a href="#experience">Experience</a>
<a href="#projects">Projects</a>
<a href="#contact">Contact</a>
</div>
</nav>
<section class="hero">
<div class="hero-grid">
<div>
<span class="hero-badge">Hello, I'm</span>
<h1>Brian Mirieri Kebabe</h1>
<p class="hero-subtitle">Full‑Stack Developer & Founder</p>
<p class="hero-text">
I build fast, offline‑first mobile apps, high‑performance websites,
and handle IT infrastructure when needed. Founder of
<strong>Pesapad</strong>, a free bill tracker helping small
businesses manage cash flow, and <strong>Wigachu</strong>, a curated
product discovery platform.
</p>
<div class="hero-buttons">
<a href="#contact" class="btn-primary">Let's talk</a>
<a href="#projects" class="btn-outline">View work</a>
</div>
<div class="social-links">
<a href="https://github.com/briankebabe" target="_blank"
><i class="fab fa-github"></i
></a>
<a
href="https://www.linkedin.com/in/brian-mirieri-1a5930280/"
target="_blank"
><i class="fab fa-linkedin"></i
></a>
<a href="mailto:briankebabe00@gmail.com"
><i class="fas fa-envelope"></i
></a>
</div>
</div>
<div class="hero-image">
<div class="profile-frame">
<img
src="assets/images/profile.jpg"
alt="Brian Kebabe"
id="profile-img"
/>
</div>
<div class="floating-badge">
<i class="fas fa-check-circle"></i> <span>2+ years experience</span>
</div>
</div>
</div>
</section>
<section id="about" class="about">
<div class="container">
<h2>About me</h2>
<div class="divider"></div>
<p class="about-text">
I'm a full‑stack developer and founder based in Mombasa, Kenya. I
build mobile apps, websites, and IT infrastructure that solve real
problems. I founded <strong>Pesapad</strong>, a free offline bill
tracker for small businesses, and <strong>Wigachu</strong>, a curated
product discovery platform.
</p>
<p class="about-text" style="margin-top: 12px">
I combine technical skills in Flutter, Dart, SQL, cloud, networking,
and operating systems with systems‑inspired thinking to deliver
end‑to‑end solutions. I believe in building complete systems that work
well together – offline‑first, privacy‑focused, and genuinely useful.
Comfortable with field travel and remote/on‑site IT support across
multiple locations.
</p>
<div class="stats-grid">
<div>
<span class="stat-number">2+</span
><span class="stat-label">Years building</span>
</div>
<div>
<span class="stat-number">3</span
><span class="stat-label">Projects shipped</span>
</div>
<div>
<span class="stat-number">100%</span
><span class="stat-label">Client satisfaction</span>
</div>
<div>
<span class="stat-number">Remote</span
><span class="stat-label">Worldwide</span>
</div>
</div>
</div>
</section>
<section id="skills" class="skills">
<div class="container">
<h2>Technical Skills</h2>
<div class="divider"></div>
<div class="skills-grid">
<div>
<h3>Core Strengths</h3>
<div class="skill-badges">
<span>Flutter & Dart</span><span>SQLite</span
><span>Supabase</span><span>GetX</span><span>Networking</span
><span>Operating Systems</span>
</div>
</div>
<div>
<h3>Also Comfortable With</h3>
<div class="skill-badges">
<span>JavaScript/ES6</span><span>PHP</span
><span>Tailwind CSS</span><span>Firebase</span
><span>PostgreSQL</span><span>MySQL</span><span>Git</span
><span>REST APIs</span><span>Google Cloud</span
><span>Linux/Windows Server</span>
</div>
</div>
</div>
</div>
</section>
<section id="experience" class="experience">
<div class="container">
<h2>Experience</h2>
<div class="divider"></div>
<div class="timeline">
<div class="timeline-item">
<div class="timeline-dot"></div>
<h3>Founder & Lead Developer – Pesapad</h3>
<p class="timeline-date">2024 – Present | Remote</p>
<p>
Built an offline‑first bill tracker for small businesses using
Flutter, SQLite, and Supabase. Helps users track who they gave
money to, who they took money from, and see trust scores. No
internet needed. No fees.
</p>
</div>
<div class="timeline-item">
<div class="timeline-dot"></div>
<h3>Lead Developer – Project Mila</h3>
<p class="timeline-date">Oct 2023 – Jul 2025 | Mombasa, Kenya</p>
<p>
Redesigned WordPress site using PHP, Tailwind, JS. Boosted
PageSpeed scores from <44% to >90%. Provided IT consulting
and digital growth solutions.
</p>
</div>
<div class="timeline-item">
<div class="timeline-dot"></div>
<h3>IT Specialist (Attachment) – Metropolitan Hospital</h3>
<p class="timeline-date">May 2023 – Aug 2023 | Nairobi, Kenya</p>
<p>
Technical support, software installation, network config, printer
troubleshooting.
</p>
</div>
</div>
</div>
</section>
<section id="projects" class="projects">
<div class="container">
<h2>Featured Projects</h2>
<div class="divider"></div>
<div class="projects-grid">
<div class="project-card">
<div class="project-image">
<img src="assets/images/pesapad_logo.png" alt="Pesapad" />
</div>
<div class="project-info">
<h3>Pesapad</h3>
<p class="project-subtitle">
Free Offline Bill Tracker for Small Businesses
</p>
<p>
Offline‑first Flutter app with PIN security, local currencies,
customer/supplier management, and trust scoring. Helps users
track who they gave money to, who they took money from – without
internet.
</p>
<div class="project-tech">
<span>Flutter</span><span>SQLite</span><span>GetX</span
><span>Supabase</span>
</div>
<div class="project-links">
<a href="https://pesapad.github.io" target="_blank"
>Live demo →</a
>
<a href="https://github.com/briankebabe/pesapad" target="_blank"
>GitHub →</a
>
</div>
</div>
</div>
<div class="project-card">
<div class="project-image">
<img src="assets/images/wigachu_logo.png" alt="Wigachu" />
</div>
<div class="project-info">
<h3>Wigachu</h3>
<p class="project-subtitle">Curated Product Discovery Platform</p>
<p>
Built a curated product discovery website featuring handpicked
gadgets – solar fan hats, neck massagers, inflatable sofas, and
more. Focused on user experience and affiliate integration.
</p>
<div class="project-tech">
<span>JavaScript</span><span>Tailwind CSS</span
><span>Supabase</span>
</div>
<div class="project-links">
<a href="https://wigachu.github.io" target="_blank"
>Visit site →</a
>
<a href="https://github.com/briankebabe/wigachu" target="_blank"
>GitHub →</a
>
</div>
</div>
</div>
<div class="project-card">
<div class="project-image">
<img src="assets/images/projectmila.png" alt="Project Mila" />
</div>
<div class="project-info">
<h3>Project Mila</h3>
<p class="project-subtitle">Performance‑optimised NGO Website</p>
<p>
WordPress redesign using PHP, Tailwind, and JavaScript. Achieved
90+ PageSpeed scores, improved SEO, and accessibility.
</p>
<div class="project-tech">
<span>PHP</span><span>Tailwind</span><span>WordPress</span>
</div>
<div class="project-links">
<a href="https://projectmila.com" target="_blank"
>Visit site →</a
>
</div>
</div>
</div>
</div>
<p class="more-projects">
More projects on
<a href="https://github.com/briankebabe" target="_blank">GitHub</a>
</p>
</div>
</section>
<section id="contact" class="contact">
<div class="container">
<h2>Let's work together</h2>
<div class="divider"></div>
<p>
I'm open to freelance, full‑time, or consultancy roles. Reach out
anytime.
</p>
<div class="contact-buttons">
<a href="mailto:briankebabe00@gmail.com" class="btn-primary"
><i class="fas fa-envelope"></i> briankebabe00@gmail.com</a
>
<a href="tel:+254748251265" class="btn-outline"
><i class="fas fa-phone"></i> +254 748 251 265</a
>
</div>
</div>
</section>
<footer>
<p>© <span id="currentYear"></span> Brian Mirieri Kebabe.</p>
</footer>
<script src="main.js"></script>
</body>
</html>