-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
594 lines (553 loc) · 28 KB
/
Copy pathindex.html
File metadata and controls
594 lines (553 loc) · 28 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-P2S5QWHP');</script>
<!-- End Google Tag Manager -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mbitu | Portfolio</title>
<!-- Primary SEO Meta Tags -->
<meta name="title" content="Mbitu James | Full-Stack Developer Portfolio">
<meta name="description" content="Mbitu James - Full-Stack Developer from Kenya. Specializing in web, mobile, and AI solutions. Explore my projects, skills, and resume. Let's collaborate!">
<meta name="keywords" content="Mbitu James, Software Developer, Full-Stack Developer, Portfolio, Web Development, React, Python, PHP, JavaScript, Nairobi, Kenya, Freelance Developer, AI, Mobile Apps">
<meta name="author" content="Mbitu James">
<meta name="robots" content="index, follow">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://mbitu-portfolio.vercel.app/">
<meta property="og:title" content="Mbitu James | Full-Stack Developer Portfolio">
<meta property="og:description" content="Full-Stack Developer building responsive web apps, AI solutions & mobile apps. Explore my work and get in touch.">
<meta property="og:image" content="https://mbitu-portfolio.vercel.app/assets/mbitu.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://mbitu-portfolio.vercel.app/">
<meta property="twitter:title" content="Mbitu James | Full-Stack Developer Portfolio">
<meta property="twitter:description" content="Full-Stack Developer building responsive web apps, AI solutions & mobile apps. Explore my work and get in touch.">
<meta property="twitter:image" content="https://mbitu-portfolio.vercel.app/assets/mbitu.png">
<!-- Canonical URL -->
<link rel="canonical" href="https://mbitu-portfolio.vercel.app/" />
<link href="https://fonts.googleapis.com/css2?family=Saira+Stencil+One&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="style.css">
<!-- JSON-LD Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Mbitu James",
"url": "https://mbitu-portfolio.vercel.app/",
"image": "https://mbitu-portfolio.vercel.app/assets/mbitu.png",
"jobTitle": "Full-Stack Developer",
"worksFor": {
"@type": "Organization",
"name": "Freelance / Open to Opportunities"
},
"sameAs": [
"https://github.com/mbitujames",
"https://www.linkedin.com/in/mbitujames/",
"https://x.com/mbituke",
"https://instagram.com/_mbitu_",
"https://pin.it/2fseiKYde"
],
"address": {
"@type": "PostalAddress",
"addressLocality": "Nairobi",
"addressCountry": "Kenya"
}
}
</script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-P2S5QWHP"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- Header -->
<header id="header">
<a href="index.html" class="logo">MBITU</a>
<div class="menu-toggle" id="menuToggle">
<i class="fas fa-bars"></i>
</div>
<nav class="nav-links" id="navLinks">
<a href="#home">Home</a>
<a href="#about">About</a>
<a href="#skills">Skills</a>
<a href="#projects">Projects</a>
<a href="#contact">Contact</a>
<div class="theme-toggle">
<i class="fas fa-moon"></i>
</div>
</nav>
</header>
<!-- Hero Section -->
<section id="home" class="hero">
<div class="hero-content">
<h1 class="hero-title">
<span class="greeting">Hi, I'm </span>
<span class="name">Mbitu James</span>
</h1>
<p class="hero-subtitle">
<span class="typing-text">Full-Stack Developer</span>
</p>
<p class="hero-description">
<strong>A Software Developer from Kenya<br><br></strong>
🌟 Passionate about creating pixel-perfect, user-friendly interfaces that bring ideas to life.
</p>
<a href="#contact" class="cta-button">Let's Connect</a>
</div>
<div class="hero-social-links">
<a href="https://github.com/mbitujames" target="_blank"><i class="fab fa-github"></i></a>
<a href="https://www.linkedin.com/in/mbitujames/" target="_blank"><i class="fab fa-linkedin"></i></a>
<a href="https://x.com/mbituke?t=mv9XXsRlVtVuec1vDPbUbQ&s=09" target="_blank"><i class="fab fa-twitter"></i></a>
<a href="https://instagram.com/_mbitu_?igshid=OGQ5ZDc2ODk2ZA==" target="_blank"><i class="fab fa-instagram"></i></a>
<a href="https://pin.it/2fseiKYde" target="_blank"><i class="fab fa-pinterest"></i></a>
</div>
</section>
<!-- About Me Section -->
<section id="about" class="about">
<div class="container">
<h2 class="section-title">About Me</h2>
<div class="about-content">
<!-- Profile Image -->
<div class="profile-img">
<img src="assets/mbitu.png" alt="mbitu" />
<div class="circle-shape"></div>
</div>
<!-- Bio & Skills -->
<div class="bio">
<p class="intro-text">
I'm a <strong>passionate developer</strong> with expertise in <strong>Html5, PHP, JavaScript, Python, and React</strong>.
I love solving problems through code and creating user-friendly and responsive web applications. I thrive on turning complex ideas into beautiful, functional interfaces.
In addition to my technical skills, I bring a creative mindset and a keen eye for detail to every project. Whether I'm working on a dynamic web application, a sleek landing page, or an interactive user interface, I strive to deliver a seamless user experience that exceeds expectations.
</p>
<p class="passion-text">
<i class="fas fa-code"></i> Tech isn't just my career—it's my playground. I thrive on
<strong>clean code, AI innovations, and hackathons!</strong>
</p>
<!-- Skill Tags -->
<div class="skills-tags">
<span class="tag">HTML/CSS</span>
<span class="tag">JavaScript</span>
<span class="tag">React</span>
<span class="tag">Python</span>
<span class="tag">PHP</span>
<span class="tag">Git</span>
</div>
<!-- Download CV Button -->
<a href="assets/JAMES CV.pdf" download class="download-btn">
<i class="fas fa-download"></i> Download CV
</a>
</div>
</div>
</div>
</section>
<!-- Skills Section -->
<section id="skills" class="skills">
<div class="container">
<h2 class="section-title">My Skills</h2>
<div class="skills-container">
<!-- Progress Bars -->
<div class="skills-progress">
<h3>Core Proficiencies</h3>
<div class="skill-item">
<div class="skill-info">
<span>HTML / CSS</span>
<span>95%</span>
</div>
<div class="progress-bar">
<div class="progress-fill" style="width: 95%;"></div>
</div>
</div>
<div class="skill-item">
<div class="skill-info">
<span>JavaScript</span>
<span>90%</span>
</div>
<div class="progress-bar">
<div class="progress-fill" style="width: 90%;"></div>
</div>
</div>
<div class="skill-item">
<div class="skill-info">
<span>C# with .Net</span>
<span>85%</span>
</div>
<div class="progress-bar">
<div class="progress-fill" style="width: 90%;"></div>
</div>
</div>
<div class="skill-item">
<div class="skill-info">
<span>PHP</span>
<span>85%</span>
</div>
<div class="progress-bar">
<div class="progress-fill" style="width: 85%;"></div>
</div>
</div>
<div class="skill-item">
<div class="skill-info">
<span>Python</span>
<span>70%</span>
</div>
<div class="progress-bar">
<div class="progress-fill" style="width: 80%;"></div>
</div>
</div>
<div class="skill-item">
<div class="skill-info">
<span>React</span>
<span>60%</span>
</div>
<div class="progress-bar">
<div class="progress-fill" style="width: 80%;"></div>
</div>
</div>
</div>
<!-- Tag Cloud -->
<div class="skills-tagcloud">
<h3>Technologies & Tools</h3>
<div class="tagcloud">
<span class="tag">Bootstrap</span>
<span class="tag">Git</span>
<span class="tag">Miro</span>
<span class="tag">MongoDB</span>
<span class="tag">Firebase</span>
<span class="tag">Supabase</span>
<span class="tag">Figma</span>
<span class="tag">AWS</span>
<span class="tag">SQL</span>
</div>
</div>
</div>
</div>
</section>
<!-- Education & Resume Section -->
<section id="education" class="education">
<div class="container">
<h2 class="section-title">Education & Resume</h2>
<!-- Education Timeline -->
<div class="timeline">
<!-- Timeline Item 1 -->
<div class="timeline-item">
<div class="timeline-date">2025 - To-Date</div>
<div class="timeline-content">
<h3>Software Development</h3>
<p class="institution">Power Learn Project Africa</p>
<p class="description">
Currently learning coding in Python and Dart with Flutter, web technologies, and database management, along with soft skills and entrepreneurship to become a junior software developer.
</p>
</div>
</div>
<!-- Timeline Item 2 -->
<div class="timeline-item">
<div class="timeline-date">2019 - 2024</div>
<div class="timeline-content">
<h3>Bachelor of Science in Computer Science</h3>
<p class="institution">The Catholic University of Eastern Africa, Nairobi</p>
<p class="description">
Graduated with a focus on software development, algorithms,Artificial Intelligence and data structures. Key achievements include: Developed a capstone project on a responsive web application. Participated in coding competitions and hackathons. Completed coursework in web development, databases, and software engineering.
Graduated with Honors (GPA: 3.0/4.0).
</p>
</div>
</div>
<!-- Timeline Item 3 -->
<div class="timeline-item">
<div class="timeline-date">2023 - 2024</div>
<div class="timeline-content">
<h3>Google Cybersecurity</h3>
<p class="institution">Coursera</p>
<p class="description">
Currently pursuing a certification in Cybersecurity from Google on Coursera. The program covers the foundations of Cybersecurity, Manage Security Risk, Networks and Network Security, Linux and SQL, Assets, Threats and vulnerabilities, detection and response and Automate Cybersecurity Tasks with Python.
</p>
</div>
</div>
</div>
<!-- Resume Download Section -->
<div class="resume-download">
<h3>Want my full professional background?</h3>
<a href="assets/JAMES CV.pdf" download class="download-btn">
<i class="fas fa-file-pdf"></i> Download Resume
</a>
<!-- Optional Certifications Badges -->
<div class="certifications">
<p>Certifications:</p>
<div class="badges">
<img src="assets/Cybersec1.png" alt="Coursera Certified" title="Foundations of CyberSecurity">
<img src="assets/Cybersec2.png" alt="Coursera Certified" title="Manage Security Risks">
<img src="assets/React.png" alt="React Programming" title="Programming with React">
</div>
</div>
</div>
</div>
</section>
<!-- Interests Section -->
<section id="interests" class="interests">
<div class="container">
<h2 class="section-title">What Excites Me</h2>
<p class="section-subtitle">Beyond code, here's what fuels my creativity and curiosity</p>
<div class="interest-cards">
<!-- Card 1: Web Dev -->
<div class="card">
<div class="card-icon">
<i class="fas fa-code"></i>
</div>
<h3>Web Development</h3>
<p>
Crafting responsive, user-friendly web experiences with modern frameworks like React and Next.js.
</p>
<div class="tags">
<span>React</span>
<span>CSS Magic</span>
<span>UX/UI</span>
</div>
</div>
<!-- Card 2: AI & ML -->
<div class="card">
<div class="card-icon">
<i class="fas fa-robot"></i>
</div>
<h3>AI & ML</h3>
<p>
Exploring neural networks, NLP, and computer vision to build intelligent systems.
</p>
<div class="tags">
<span>Python</span>
<span>TensorFlow</span>
<span>Chatbots</span>
</div>
</div>
<!-- Card 3: Game Dev -->
<div class="card">
<div class="card-icon">
<i class="fas fa-gamepad"></i>
</div>
<h3>UX/UI Designs</h3>
<p>
Designing sleek and breath-taking UI Designs, focusing on mechanics and storytelling.
</p>
<div class="tags">
<span>Figma</span>
<span>Miro</span>
<span>Wireframing Tools</span>
</div>
</div>
<!-- Card 4: Mobile Apps -->
<div class="card">
<div class="card-icon">
<i class="fas fa-mobile-alt"></i>
</div>
<h3>Mobile Apps</h3>
<p>
Building cross-platform apps with Flutter and React Native for seamless user experiences.
</p>
<div class="tags">
<span>Flutter</span>
<span>Firebase</span>
<span>Swift</span>
</div>
</div>
</div>
</div>
</section>
<!-- Projects Section -->
<section id="projects" class="projects">
<div class="container">
<h2 class="section-title">My Projects</h2>
<p class="section-subtitle">Here's some of my recent work. Click to explore!</p>
<!-- Project Filter Buttons -->
<div class="project-filters">
<button class="filter-btn active" data-filter="all">All</button>
<button class="filter-btn" data-filter="web">Web Dev</button>
<button class="filter-btn" data-filter="ai">AI/ML</button>
<button class="filter-btn" data-filter="mobile">Mobile</button>
</div>
<!-- Project Grid -->
<div class="project-grid">
<!-- Project 1 -->
<div class="project-card" data-category="web">
<div class="project-img">
<img src="assets/Ecommerce.png" alt="E-Commerce Dashboard">
<div class="project-links">
<a href="https://github.com/mbitujames/ecommerce-dashboard.git" target="_blank"><i class="fab fa-github"></i></a>
<a href="https://mbitujames.github.io/ecommerce-dashboard/" target="_blank"><i class="fas fa-external-link-alt"></i></a>
</div>
</div>
<div class="project-info">
<h3>E-Commerce Dashboard</h3>
<p>A dashboard with real-time sales analytics, built with Git Pages.</p>
<div class="project-tags">
<span>Html5/CSS</span>
<span>Git Pages</span>
<span>Chart.js</span>
</div>
</div>
</div>
<!-- Project 2 -->
<div class="project-card" data-category="ai">
<div class="project-img">
<img src="assets/Artgallery.png" alt="Art Gallery">
<div class="project-links">
<a href="https://github.com/mbitujames/Art-Gallery.git" target="_blank"><i class="fab fa-github"></i></a>
<a href="https://mbitujames.github.io/Art-Gallery/" target="_blank"><i class="fas fa-external-link-alt"></i></a>
</div>
</div>
<div class="project-info">
<h3>TriArt Gallery</h3>
<p>A responsive art gallery website showcasing digital artwork collections with interactive features.
Developed with clean HTML5, CSS3 animations, and JavaScript for a dynamic viewing experience.
Includes a filterable gallery, lightbox previews, and smooth scrolling navigation.</p>
<div class="project-tags">
<span>Html5/CSS</span>
<span>JavaScript</span>
<span>Responsive Design</span>
</div>
</div>
</div>
<!-- Project 3 -->
<div class="project-card" data-category="mobile">
<div class="project-img">
<img src="assets/RealEstate.png" alt="Real Estate">
<div class="project-links">
<a href="https://github.com/mbitujames/projects" target="_blank"><i class="fab fa-github"></i></a>
<a href="https://mbitujames.github.io/Real-Estate-Website/" target="_blank"><i class="fas fa-external-link-alt"></i></a>
</div>
</div>
<div class="project-info">
<h3>Real Estate Management System</h3>
<p>A Responsive web-based Real Estate System which allows users to search for their desired properties based on different criteria, make payments for the properties and receive notifications where there offers are approved. The website has integrated a payment module - Mpesa Daraja, and a fully functional backend on Supabase. Tools used: PHP, HTML, CSS and JavaScript.</p>
<div class="project-tags">
<span>PHP</span>
<span>Supabase</span>
<span>Html5/Css</span>
<span>JavaScript</span>
<span>Mpesa-Daraja</span>
</div>
</div>
</div>
</div>
<!-- View More Button -->
<div class="view-more">
<a href="https://github.com/mbitujames/" target="_blank" class="view-more-btn">
View All Projects <i class="fas fa-arrow-right"></i>
</a>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="contact">
<div class="container">
<h2 class="section-title">Get In Touch</h2>
<p class="section-subtitle">Have a project in mind? Let's collaborate!</p>
<div class="contact-container">
<!-- Contact Form -->
<form id="contact-form" class="contact-form">
<div class="form-group">
<input type="text" name="name" id="name" placeholder="Your Name" required autocomplete="on">
<label for="name">Name</label>
</div>
<div class="form-group">
<input type="email" name="email" id="email" placeholder="Your Email" required autocomplete="on">
<label for="email">Email</label>
</div>
<div class="form-group">
<input type="text" name="subject" id="subject" placeholder="Subject" required>
<label for="subject">Subject</label>
</div>
<div class="form-group">
<textarea name="message" id="message" rows="5" placeholder="Your Message" required></textarea>
<label for="message">Message</label>
</div>
<button type="submit" class="submit-btn">
<span class="btn-text">Send Message</span>
<span class="btn-icon"><i class="fas fa-paper-plane"></i></span>
</button>
<div id="form-status" class="form-status"></div>
</form>
<!-- Contact Info -->
<div class="contact-info">
<h3>Other Ways to Reach Me</h3>
<div class="info-item">
<i class="fas fa-envelope"></i>
<div>
<h4>Email</h4>
<a href="mailto:mbitumutonga@gmail.com">mbitumutonga@gmail.com</a>
</div>
</div>
<div class="info-item">
<i class="fas fa-phone-alt"></i>
<div>
<h4>Phone</h4>
<a href="tel:+254716519766">+254 716 519 766</a>
</div>
</div>
<div class="info-item">
<i class="fas fa-map-marker-alt"></i>
<div>
<h4>Location</h4>
<p>Nairobi, Kenya</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer>
<div class="footer-container">
<div class="footer-col">
<h3>Mbitu</h3>
<p>Creating digital experiences that blend art and technology in innovative ways.</p>
<div class="footer-social">
<a href="https://github.com/mbitujames"><i class="fab fa-github"></i></a>
<a href="https://www.linkedin.com/in/mbitujames/"><i class="fab fa-linkedin"></i></a>
<a href="https://x.com/mbituke?t=mv9XXsRlVtVuec1vDPbUbQ&s=09"><i class="fab fa-twitter"></i></a>
<a href="https://instagram.com/_mbitu_?igshid=OGQ5ZDc2ODk2ZA=="><i class="fab fa-instagram"></i></a>
</div>
</div>
<div class="footer-col">
<h3>Quick Links</h3>
<ul class="footer-links">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
<div class="footer-col">
<h3>Services</h3>
<ul class="footer-links">
<li><a href="#">Web Development</a></li>
<li><a href="#">UI/UX Design</a></li>
<li><a href="#">Mobile Apps</a></li>
<li><a href="#">AI Solutions</a></li>
</ul>
</div>
<div class="footer-col">
<h3>Newsletter</h3>
<p>Subscribe for updates on new projects and opportunities.</p>
<form>
<div class="form-group">
<input type="email" placeholder="Your Email" required>
</div>
<button type="submit" class="btn">Subscribe</button>
</form>
</div>
</div>
<div class="footer-bottom">
<p>© 2025 Mbitu. All Rights Reserved.</p>
</div>
</footer>
<script type="text/javascript"
src="https://cdn.jsdelivr.net/npm/@emailjs/browser@4/dist/email.min.js"></script>
<script type="text/javascript">
emailjs.init('ahLVU5lJnEPIEy_3m')
</script>
<script src="script.js"></script>
</body>
</html>