-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
502 lines (434 loc) · 21.3 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
<!DOCTYPE html>
<html>
<!-- -->
<head>
<title>Fred Gitonga </title>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<!-- favicon -->
<link rel="icon" href="static/favicon.ico">
<meta name="viewpoint" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<!-- css -->
<link rel="stylesheet" href="static/style.css" />
</head>
<!-- -->
<script>
document.addEventListener('DOMContentLoaded', function() {
const menuToggle = document.querySelector('.menu-toggle');
const navMenu = document.querySelector('.nav-menu');
menuToggle.addEventListener('click', function() {
navMenu.classList.toggle('active');
});
// Close menu when clicking outside
document.addEventListener('click', function(event) {
if (!event.target.closest('.nav-container')) {
navMenu.classList.remove('active');
}
});
});
</script>
</head>
<body>
<div class="nav-container">
<div class="logo">
<svg viewBox="0 0 120 120" width="40px" height="40px">
<circle cx="60" cy="60" r="55" fill="none" stroke="currentColor" stroke-width="2"/>
<text x="60" y="75" text-anchor="middle" fill="currentColor" style="font-size: 42px;">FG</text>
</svg>
</div>
<button class="menu-toggle">
<svg viewBox="0 0 24 24">
<rect y="2" width="24" height="2" rx="1"/>
<rect y="11" width="24" height="2" rx="1"/>
<rect y="20" width="24" height="2" rx="1"/>
</svg>
</button>
<nav class="nav-menu">
<a href="#intro">Home</a>
<a href="#projects">Projects</a>
<a href="#blog">Blogs</a>
<!-- <a href="#stats">Skills</a> -->
<a href="#contact">Contact</a>
</nav>
</div>
<section id="intro">
<div class="intro-content">
<div class="intro-image">
</div>
<h1>Fred Gitonga</h1>
<p> A programmer with an interest in solving complex problems through code. With a background in mathematics and a deep interest in building scalable and efficient systems, I specialize in developing clean, maintainable software solutions. </p>
<div class="button-container">
<a href="#contact" title="Hire Me" class="button stroke smoothscroll">HIRE ME</a>
<a href="static/FredMunene2025CV .pdf" title="Download CV" download="FredMGitonga_CV" class="button button-primary">DOWNLOAD CV</a>
</div>
</div>
<!-- <div class="scroll-down">
<div class="scroll-arrow"></div>
</div> -->
</section>
<!-- about/skills -->
<section id="about">
<div class="section-intro">
<div class="col-twelve">
<h2>Resume</h2>
<!-- <h4>More of my credentials.</h4> -->
<!-- <p class="lead">I am open to opportunities in teaching and translation</p> -->
</div>
</div>
<div class="resume-timeline">
<div class="resume-header">
<h3>Work Experience</h3>
</div>
<div class="timeline-wrap">
<div class="timeline-block">
<div class="timeline-header">
<h4>Junior Software Developer</h4>
<p>April 2024 - Present</p>
</div>
<div class="timeline-ico">
<i class="fa-solid fa-briefcase"></i>
</div>
<div class="timeline-content">
<h4>Zone01 (Kisumu - Kenya)</h4>
<p>Building web applications and developing software applications. Proficient in debugging, problem-solving, and implementing solutions using languages like Go and C. Strong understanding of software development principles, version control, testing, and web technologies. </p>
</div>
</div>
</div>
</div>
<div class="resume-timeline">
<div class="resume-header">
<h3>Education</h3>
</div>
<div class="timeline-wrap">
<div class="timeline-block">
<div class="timeline-header">
<h3>Undergraduate </h3>
<p>Sep 2017 - Sep 2021</p>
</div>
<div class="timeline-ico">
<i class="fa fa-graduation-cap"></i>
</div>
<div class="timeline-content">
<h4>University of Nairobi (Nairobi - Kenya)</h4>
<p>Gained strong analytical and problem-solving skills. Applied mathematical modeling, statistical analysis, and programming techniques to various projects.Experienced in applying mathematical concepts to solve real-world problems. </p>
</div>
</div>
</div>
</div>
<!-- Add additional sections for Education, Scholarships, etc., similar to above -->
</section>
</section>
<!-- projects -->
<section id="projects">
<div class="projects">
<h2>Projects </h2>
<p>
<a class="repo-tag" href="https://github.com/FredMunene/ascii-art" target="_blank">ASCII-ART</a>
<a class="site-tag" href="https://asciiartpicasso.onrender.com/" target="_blank">ASCII-ART</a>
</p>
<p>
<!-- <a class="repo-tag" href="">PORTFOLIO WEBSITE</a> -->
<a class="repo-tag" href="https://github.com/FredMunene/artistHub" target="_blank">GROUPIE TRACKER</a>
</p>
<p>
<!-- <a class="repo-tag" href="">PORTFOLIO WEBSITE</a> -->
<a class="site-tag" href="https://laureenwm.github.io" target="_blank">PORTFOLIO WEBSITE</a>
</p>
<p>
<a class="repo-tag" href="https://github.com/FredMunene/atm-management-system" target="_blank">ATM MANAGEMENT SYSTEM</a>
<!-- <a class="site-tag" href="">Project Name</a> -->
</p>
<p>
<a class="repo-tag" href="https://github.com/FredMunene/imageConvertor" target="_blank">IMAGE CONVERTOR</a>
<!-- <a class="site-tag" href="">IMAGE CONVERTOR</a> -->
</p>
</div>
</section>
<!-- Skills -->
<section id="stats" class="count-up">
<h2>Languages </h2>
<div class="row">
<div class="bgrid stat">
<div class="icon-part">
<i class="fa-brands fa-golang"></i>
</div>
<h5 class="stat-title">
Go
</h5>
</div> <!-- /stat -->
<div class="bgrid stat">
<div class="icon-part">
<i class="fa-brands fa-js"></i>
</div>
<h5 class="stat-title">
JavaScript
</h5>
</div> <!-- /stat -->
<div class="bgrid stat">
<div class="icon-part">
<i class="fa-brands fa-html5"></i>
</div>
<h5 class="stat-title">
HTML5
</h5>
</div>
<!-- /stat -->
<div class="bgrid stat">
<div class="icon-part">
<i class="fa-solid fa-database"></i>
</div>
<h5 class="stat-title">
SQL
</h5>
</div> <!-- /stat -->
<div class="bgrid stat">
<div class="icon-part">
<i class="fa-brands fa-docker"></i>
</div>
<h5 class="stat-title">
Docker
</h5>
</div> <!-- /stat -->
</div> <!-- /row -->
</section> <!-- /stats -->
<!-- blogs -->
<section id="blog">
<h2>Blogs </h2>
<div class="blog-container">
<!-- Blog Card 1 -->
<a href="https://dev.to/fredgitonga/pointers-in-go-explained-1fof" target="_blank" class="blog-card">
<div class="blog-image">
<img src="https://media2.dev.to/dynamic/image/,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fazqqgtl9r1g42jo40faj.png" alt="Blog Post 1">
</div>
<div class="blog-content">
<h3>Pointers in Go </h3>
<p>This is a brief summary of your blog post. It should give readers a quick overview of what the post is about and entice them to click and read more...</p>
</div>
</a>
<!-- Blog Card 2 -->
<a href="https://dev.to/fredgitonga/errors-are-values-a-guide-to-error-handling-in-go-3ohi" target="_blank" class="blog-card">
<div class="blog-image">
<img src="https://media2.dev.to/dynamic/image/,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fjb8w85jx3l94o1v2onsz.png" alt="Blog Post 2">
</div>
<div class="blog-content">
<h3>Errors are Values:Error Handling in Go</h3>
<p>Another engaging summary that captures the essence of your blog post and makes readers want to learn more about the topic...</p>
</div>
</a>
<!-- Blog Card 3 -->
<a href="https://dev.to/fredgitonga/errors-are-values-a-guide-to-error-handling-in-go-3ohi" target="_blank" class="blog-card">
<div class="blog-image">
<img src="https://media2.dev.to/dynamic/image/,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ftn4v8mduf4bnrsohoxhu.png" alt="Blog Post 2">
</div>
<div class="blog-content">
<h3>Test Driven Development in Go </h3>
<p>Another engaging summary that captures the essence of your blog post and makes readers want to learn more about the topic...</p>
</div>
</a>
<!-- Blog Card 4 -->
<a href="https://dev.to/fredgitonga/building-a-simple-restful-api-in-go-for-managing-blog-posts-41h3" target="_blank" class="blog-card">
<div class="blog-image">
<img src="https://media2.dev.to/dynamic/image/format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F88nel10q3vciv1yhw54q.png" alt="Blog Post 2">
</div>
<div class="blog-content">
<h3>A Simple RESTful API in Go </h3>
<p>Another engaging summary that captures the essence of your blog post and makes readers want to learn more about the topic...</p>
</div>
</a>
</div>
</section>
<!-- services -->
<section id="services">
<div class="service-intro">
<h2>Services</h2>
<h1>What Can I Do For You?</h1>
</div>
<div class="services-content">
<div class="services-list">
<div class="service">
<span class="icon">
<i class="fas fa-globe"></i>
</span>
<div class="service-content">
<h3>WEB DEVELOPMENT</h3>
<p class="desc">Deliver responsive web development services, including frontend and backend development, optimizing performance, ensuring security, and integrating APIs for seamless functionality.</p>
</div>
</div>
<div class="service">
<span class="icon">
<i class="fas fa-clock"></i>
</span>
<div class="service-content">
<h3>UX/UI DESIGN</h3>
<p class="desc">Provide user research, wireframing, prototyping, visual design, and usability testing to create intuitive, user-centered digital experiences.</p>
</div>
</div>
<div class="service">
<span class="icon">
<i class="fas fa-book"></i>
</span>
<div class="service-content">
<h3>BACKEND DEVELOPMENT</h3>
<p class="desc">Develop robust backend systems, ensuring secure, efficient data handling and smooth logic, with optimized code and database queries for high performance.</p>
</div>
</div>
<div class="service">
<span class="icon">
<i class="fas fa-heart"></i>
</span>
<div class="service-content">
<h3>API DEVELOPMENT AND INTEGRATION</h3>
<p class="desc">Design, develop, and implement RESTful APIs for seamless data exchange, integrating third-party APIs to enhance client functionality while ensuring top-tier security, scalability, and optimized performance.</p>
</div>
</div>
</div>
<div class="nav-dots"></div>
</div>
</section>
<!-- contact/call to action -->
<section id="contact">
<!-- Contact Introduction -->
<div class="section-intro">
<h2>Contact</h2>
<h1>I'd Love To Hear From You.</h1>
<p class="lead">Reach out for innovative solutions.</p> <p class="lead"> Let’s embark on this journey together—contact me today to get started!</p>
</div>
<!-- Contact Form -->
<div class="form-container">
<form id="contactForm">
<div class="form-group">
<!-- <label for="name">Full Name</label> -->
<input type="text" id="name" name="name" placeholder="name" required>
</div>
<div class="form-group">
<!-- <label for="email">Email</label> -->
<input type="email" id="email" name="email" placeholder="johndoe@email.com">
</div>
<div class="form-group">
<!-- <label for="subject">Subject</label> -->
<input type="subject" id="subject" name="subject" placeholder="Subject">
</div>
<div class="form-group">
<!-- <label for="message">Your Message</label> -->
<textarea id="message" name="message" rows="5"placeholder="message" required></textarea>
</div>
<button type="submit">Send Message</button>
</form>
<div id="feedbackMessage">
</div>
</div>
<!-- Contact Information -->
<div class="contact-info">
<div class="col-four">
<a href="https://maps.app.goo.gl/VPKtUB7XYGhFUB2n8" target="_blank">
<div class="icon"><i class="fa-solid fa-location-dot"></i></div>
</a>
<h5>WHERE TO FIND ME</h5>
<p>Kisumu<br>Nairobi, Kenya</p>
</div>
<div class="col-four">
<a style="text-decoration:none;" href="mailto:mfredgitonga@gmail.com">
<div class="icon"><i class="fa-solid fa-envelope"></i></div>
</a>
<h5>EMAIL ME AT</h5>
<p>mfredgitonga@gmail.com</p>
</div>
<div class="col-four">
<a href="https://api.whatsapp.com/send?phone=254743913802" target="_blank">
<div class="icon"><i class="fa-solid fa-phone"></i></div>
</a>
<h5>CALL ME AT</h5>
<p>Phone: (+254) 743 913802</p>
</div>
</div>
<section>
<!-- footer -->
<footer class="footer">
<div class="footer-container">
<div class="footer-row">
<div class="copyright">
<span>© Fred Gitonga </span>
</div>
<div class="social">
<ul class="footer-social">
<li><a href="https://dev.to/fredgitonga" target="_blank"><i class="fab fa-dev"></i></a></li>
<li><a href="https://x.com/Gitonga2050" target="_blank"><i class="fab fa-twitter"></i></a></li>
<li><a href="https://www.linkedin.com/in/fredgitonga/" target="_blank"><i class="fab fa-linkedin-in"></i>
</a></li>
</ul>
</div>
</div>
</div>
<div id="go-top">
<a class="smoothscroll" title="Back to Top" href="#top">
<i class="fas fa-arrow-up"></i>
</a>
</div>
</footer>
<script>
document.getElementById("contactForm").addEventListener("submit", async function (e){
e.preventDefault();
const formData = new FormData(this);
const feedbackMessage = document.getElementById("feedbackMessage");
feedbackMessage.textContent = "";
try {
const response = await fetch("/submit", {
method: "POST",
body: formData
});
if (response.ok){
feedbackMessage.textContent = "Message sent successfully!";
feedbackMessage.style.color = "green";
this.reset();
} else {
feedbackMessage.textContent = "Failed to send message. Please try again after a while";
feedbackMessage.style.color = "red";
}
setTimeout(() => {
feedbackMessage.textContent = "";
},4000);
} catch (error){
feedbackMessage.textContent = "An error occurred. Please try again.";
feedbackMessage.style.color = "red";
console.error("Error sending email:", error)
}
});
</script>
<script>
document.addEventListener('DOMContentLoaded', function() {
const servicesList = document.querySelector('.services-list');
const services = document.querySelectorAll('.service');
const navDots = document.querySelector('.nav-dots');
let currentIndex = 0;
const serviceWidth = 310; // Width of service + gap
// Create navigation dots
const numDots = Math.max(0, services.length - 2);
for(let i = 0; i < numDots; i++) {
const dot = document.createElement('span');
dot.classList.add('dot');
if (i === 0) dot.classList.add('active');
navDots.appendChild(dot);
dot.addEventListener('click', () => {
currentIndex = i;
updateCarousel();
});
}
const dots = document.querySelectorAll('.dot');
function updateCarousel() {
const translation = -currentIndex * serviceWidth;
servicesList.style.transform = `translateX(${translation}px)`;
services.forEach((service, index) => {
const isVisible = index >= currentIndex && index < currentIndex + 3;
service.style.opacity = isVisible ? '1' : '0';
service.style.visibility = isVisible ? 'visible' : 'hidden';
});
dots.forEach((dot, index) => {
dot.classList.toggle('active', index === currentIndex);
});
}
updateCarousel();
});
</script>
</body>
</html>