-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
695 lines (565 loc) · 34.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Tony Kariuki's Portfolio</title>
<meta content="Welcome to Tony Kariuki's Portfolio! Explore my projects and achievements in Embedded Software Engineering, AI, and more." name="description">
<meta content="portfolio, embedded software, AI, projects, Tony Kariuki" name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Open Graph Meta Tags -->
<meta property="og:title" content="Tony Kariuki's Portfolio">
<meta property="og:type" content="website">
<meta property="og:url" content="https://www.tonykariuki.com/">
<meta property="og:image" content="https://www.tonykariuki.com/assets/img/favicon.png">
<meta property="og:description" content="Welcome to Tony Kariuki's Portfolio! Explore my projects and achievements in Embedded Software Engineering, AI, and more.">
<meta property="og:site_name" content="Tony Kariuki's Portfolio">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Tony Kariuki's Portfolio">
<meta name="twitter:description" content="Welcome to Tony Kariuki's Portfolio! Explore my projects and achievements in Embedded Software Engineering, AI, and more.">
<meta name="twitter:image" content="https://www.tonykariuki.com/assets/img/favicon.png">
<!-- Fonts -->
<link href="https://fonts.googleapis.com" rel="preconnect">
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900&display=swap" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Main CSS File -->
<link href="assets/css/main.css" rel="stylesheet">
</head>
<body class="index-page">
<header id="header" class="header dark-background d-flex flex-column">
<i class="header-toggle d-xl-none bi bi-list"></i>
<div class="profile-img">
<img src="assets/img/hero-bg.jpg" alt="" class="img-fluid rounded-circle">
</div>
<a href="index.html" class="logo d-flex align-items-center justify-content-center">
<!-- Uncomment the line below if you also wish to use an image logo -->
<!-- <img src="assets/img/logo.png" alt=""> -->
<h1 class="sitename">Tony Kariuki</h1>
</a>
<div class="social-links text-center">
<a href="tel:+16073792705" target="_blank" class="phone"><i class="bi bi-telephone"></i></a>
<a href="mailto:akk85@cornell.edu" target="_blank" class="email"><i class="bi bi-envelope"></i></a>
<a href="https://github.com/akk85" target="_blank" class="github"><i class="bi bi-github"></i></a>
<a href="https://www.linkedin.com/in/antony-kariuki/" target="_blank" class="linkedin"><i class="bi bi-linkedin"></i></a>
</div>
<nav id="navmenu" class="navmenu">
<ul>
<li><a href="#hero" class="active"><i class="bi bi-house navicon"></i>Home</a></li>
<li><a href="#about"><i class="bi bi-person navicon"></i> About</a></li>
<li><a href="#resume"><i class="bi bi-file-earmark-text navicon"></i> Resume</a></li>
<li><a href="#portfolio"><i class="bi bi-images navicon"></i> Portfolio</a></li>
<li><a href="#contact"><i class="bi bi-envelope navicon"></i> Contact</a></li>
</ul>
</nav>
<div class="header-copyright text-center mt-auto py-2">
<p>© <span>Copyright</span> <a href="https://www.linkedin.com/in/antony-kariuki/" target="_blank"><strong class="px-1 sitename">Tony Kariuki</strong></a> <span>All Rights Reserved</span></p>
</div>
</header>
<main class="main">
<!-- Hero Section -->
<section id="hero" class="hero section dark-background">
<img src="assets/img/portfolio/electrical-engineering-hero-2.jpg" alt="" data-aos="fade-in" class="">
<div class="container" data-aos="fade-up" data-aos-delay="100">
<h2>Tony K. Kariuki</h2>
<p> I'm <span class="typed" data-typed-items="an Electrical Engineer, an Embedded Software Engineer, a Developer, an AI Tech Enthusiast"> an Electrical Engineer</span><span class="typed-cursor typed-cursor--blink" aria-hidden="true"></span><span class="typed-cursor typed-cursor--blink" aria-hidden="true"></span></p>
</div>
</section><!-- /Hero Section -->
<!-- About Section -->
<section id="about" class="about section">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<h2>About</h2>
<p>
Welcome to my Portfolio! Here is a collection of many of the independent and team-based projects I have been a part of. These experiences have shaped my understanding of engineering and I am excited to grow this list over what is hopefully a long and innovative career.
</p>
<p> </p> <!-- Line space added here -->
<p>
Currently a senior at <a href="https://www.cornell.edu/" target="_blank" style="color: rgb(49, 10, 125);"><strong>Cornell University</strong></a> majoring in <strong style="color: rgb(49, 10, 125);">Electrical and Computer Engineering</strong> with a minor in <strong style="color: rgb(49, 10, 125);">Computer Science</strong>
</p>
<p> </p> <!-- Line space added here -->
<p>
Currently working as an <strong style="color: rgb(49, 10, 125);"> Embedded Software Engineer </strong> at AnalytiTech to develop edge-based camera systems for real-time sports analysis, leveraging AI and advanced hardware to provide athletes with immediate feedback via smartphones.
</p>
</div><!-- End Section Title -->
</section><!-- /About Section -->
<div class="container" data-aos="fade-up" data-aos-delay="100">
<div class="row gy-4 justify-content-center">
<div class="col-lg-4">
<img src="assets/img/hero-bg.jpg" class="img-fluid" alt="">
</div>
<div class="col-lg-8 content">
<h2>Embedded Systems Engineer & Software Engineer.</h2>
<p class="fst-italic py-3">
Experienced in software, hardware engineering, and electrical engineering. Passionate about personal growth and innovation.
</p>
<div class="row">
<div class="col-lg-6">
<ul>
<li><i class="bi bi-chevron-right"></i> <strong>Email:</strong> <span>akk85@cornell.edu</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Phone:</strong> <span>(607) 379-2705</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>City:</strong> <span>Ithaca, New York, USA</span></li>
</ul>
</div>
<div class="col-lg-6">
<ul>
<li><i class="bi bi-chevron-right"></i> <strong>Degree:</strong> <span>Bachelor of Science </span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Freelance:</strong> <span>Available</span></li>
</ul>
</div>
</div>
<p class="py-3">
Committed to leveraging my expertise in embedded systems and AI to develop innovative solutions that enhance everyday life.
</p>
</div>
</div>
</div>
</section><!-- /About Section -->
<!-- Stats Section -->
<section id="stats" class="stats section">
<div class="container" data-aos="fade-up" data-aos-delay="100">
<div class="row gy-4">
<h2>Facts</h2>
<p>From academic assignments to passion-driven projects, I've immersed myself in practical experiences to expand and hone my skills through hands-on work.</p>
<div class="col-lg-3 col-md-6">
<div class="stats-item">
<i class="bi bi-book"></i>
<span data-purecounter-start="0" data-purecounter-end="19" data-purecounter-duration="1" class="purecounter"></span>
<p><strong>Academic Projects</strong> <span> Robotics, Embedded Systems, AI,ML and more</span></p>
</div>
</div><!-- End Stats Item -->
<div class="col-lg-3 col-md-6">
<div class="stats-item">
<i class="bi bi-laptop"></i>
<span data-purecounter-start="0" data-purecounter-end="5" data-purecounter-duration="1" class="purecounter"></span>
<p><strong>Personal Projects</strong> <span>Innovative solutions and experiments</span></p>
</div>
</div><!-- End Stats Item -->
<div class="col-lg-3 col-md-6">
<div class="stats-item">
<i class="bi bi-briefcase"></i>
<span data-purecounter-start="0" data-purecounter-end="4" data-purecounter-duration="1" class="purecounter"></span>
<p><strong>Professional Jobs</strong> <span>Experience in various roles</span></p>
</div>
</div><!-- End Stats Item -->
<div class="col-lg-3 col-md-6">
<div class="stats-item">
<i class="bi bi-clock-history"></i>
<span data-purecounter-start="0" data-purecounter-end="2000" data-purecounter-duration="1" class="purecounter"></span>
<p><strong>Hours of Coding</strong> <span>Dedicated to mastering skills</span></p>
</div>
</div><!-- End Stats Item -->
</div>
</div>
</section><!-- /Stats Section -->
<!-- Skills Section -->
<section id="skills" class="skills section light-background">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<h2>Skills</h2>
<p>Across the many endeavors, classes, and interactions, I have had the chance to learn and practice many skills. I enjoy taking on challenges to refine existing skills and pick up new skills and look forward to doing so the rest of my life.</p>
</div><!-- End Section Title -->
<div class="container" data-aos="fade-up" data-aos-delay="100">
<div class="row skills-content skills-animation">
<div class="col-lg-12">
<h3>Programming</h3>
<!-- Skill Icons -->
<div class="skill-icons">
<div class="skill-item">
<img src="assets/img/portfolio/python.png" alt="Python">
<p>Python ~ 4 years</p>
</div>
<div class="skill-item">
<img src="assets/img/portfolio/Java.png" alt="Java">
<p>Java ~ 2 years</p>
</div>
<div class="skill-item">
<img src="assets/img/portfolio/C.png" alt="C Programming">
<p>C Programming ~ 1 year</p>
</div>
<div class="skill-item">
<img src="assets/img/portfolio/assembly.png" alt="C++">
<p>Assembly ~ 2 years</p>
</div>
<div class="skill-item">
<img src="assets/img/portfolio/verilog.png" alt="Flutter">
<p>Verilog ~ 1 year</p>
</div>
<div class="skill-item">
<img src="assets/img/portfolio/Git.png" alt="Git">
<p>Git ~ 2 years</p>
</div>
<div class="skill-item">
<img src="assets/img/portfolio/Linux.png" alt="Linux">
<p>Linux ~ 2 years</p>
</div>
</div>
<h3>Tools</h3>
<div class="skill-icons">
<div class="skill-item">
<img src="assets/img/portfolio/Autodesk-logo-tumb.jpg" alt="Autodesk Fusion 360">
<p>Autodesk Fusion 360 ~ Proficient</p>
</div>
<div class="skill-item">
<img src="assets/img/portfolio/ltspice1.png" alt="LTSpice">
<p>LTSpice ~ Moderate</p>
</div>
<div class="skill-item">
<img src="assets/img/portfolio/autocad.png" alt="Eagle PCB">
<p>AutoCAD Electrical ~ Moderate</p>
</div>
<div class="skill-item">
<img src="assets/img/portfolio/ros.png" alt="ROS">
<p>ROS ~ Moderate</p>
</div>
<div class="skill-item">
<img src="assets/img/portfolio/solidwroks.png" alt="SolidWorks">
<hr>
<p>SolidWorks ~ Moderate</p>
</div>
</div>
</div>
</section><!-- /Skills Section -->
<!-- Resume Section -->
<section id="resume" class="resume section">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<h2>Resume</h2>
<p>Detailing my academic background and professional experiences in the field of Electrical and Computer engineering.</p>
</div>
</div><!-- End Section Title -->
<div class="container">
<div class="row">
<div class="col-lg-6" data-aos="fade-up" data-aos-delay="100">
<h3 class="resume-title">Summary</h3>
<div class="resume-item pb-0">
<h4>Tony Kariuki</h4>
<p><em>Experienced Software Engineer with a strong background in AI, hardware engineering, and software development.</em></p>
<p><em>Passionate about bridging the worlds of hardware engineering and software development.</em></p>
<ul>
<li>Ithaca, NY</li>
<li>(607) 379-2705</li>
<li>akk85@cornell.edu</li>
</ul>
</div><!-- Edn Resume Item -->
<h3 class="resume-title">Education</h3>
<div class="resume-item">
<h4>Bachelor of Science in Electrical and Computer Engineering </h4>
<h5>2021 - 2025</h5>
<p><em>Cornell University, Ithaca, NY</em></p>
<p>Specialized in Embedded systems, AI, and hardware engineering. Completed various projects involving real-time systems and machine learning applications.</p>
</div><!-- Edn Resume Item -->
<div class="resume-item">
<h4>Minor in Computer Science</h4>
<h5>2021 - 2025</h5>
<p><em>Cornell University, Ithaca, NY</em></p>
<p>Gained proficiency in algorithms, data structures, and software development, complementing my electrical engineering knowledge.</p>
</div><!-- Edn Resume Item -->
</div>
<div class="col-lg-6" data-aos="fade-up" data-aos-delay="200">
<h3 class="resume-title">Professional Experience</h3>
<div class="resume-item">
<h4>Embedded Software Engineer</h4>
<h5>May 2024 - Present</h5>
<p><em>AnalytiTech Startup, New York</em></p>
<ul>
<li>Developed and optimized embedded software for sports tracking cameras, specifically for golf, reducing data processing time by
over 200 milliseconds per frame.</li>
<li>Integrated machine learning algorithms for real-time analysis, achieving precise movement detection and increasing detection rates
by over 40%.</li>
<li>•Collaborated with cross-functional teams to design and implement innovative features, enhancing product capabilities and
supporting 10 new user functionalities.</li>
</ul>
</div><!-- Edn Resume Item -->
<div class="resume-item">
<h4>Research Assistant</h4>
<h5>May 2023 - Present</h5>
<p><em>Cornell Cooperative Extension, Ithaca, NY</em></p>
<ul>
<li>Conducted data analysis and research for various projects, contributing to the improvement of program outcomes and strategies.</li>
<li>Assisted in the development of new methodologies for data collection and analysis, increasing data accuracy by 25%.</li>
<li>Built and maintained a comprehensive website for NYS 4-H, enhancing online engagement by 40%.</li>
<li>Managed and updated the program's database, ensuring the integrity and accessibility of over 10,000 records.</li>
<li>Provided training and support to staff on data management practices, reducing data entry errors by 15%.</li>
</ul>
</div><!-- Edn Resume Item -->
<div class="resume-item">
<h4>Undergraduate Student Lab Experience</h4>
<h5>August 2023 - December 2023</h5>
<p><em>Emprise Lab / Department of Computer Science (Robotics)</em></p>
<ul>
<li>Achieved a 93% success rate in robotic arm tasks, reducing error margins by 30% using Denavit-Hartenberg parameters.</li>
<li>Improved AGV navigation accuracy by 20% using Bayesian and Kalman filters.</li>
<li>Increased robotic path accuracy by 20% with algorithms like A* and RRT integrated with control systems.</li>
</ul>
</div><!-- End Resume Item -->
</div>
</div>
</div>
</section><!-- /Resume Section -->
<!-- Portfolio Section -->
<section id="portfolio" class="portfolio section light-background">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<h2>Portfolio</h2>
<p>Showcasing some of my key projects and accomplishments in embedded systems, software development, and hardware engineering.</p>
</div><!-- End Section Title -->
<div class="container">
<div class="isotope-layout" data-default-filter="*" data-layout="masonry" data-sort="original-order">
<ul class="portfolio-filters isotope-filters" data-aos="fade-up" data-aos-delay="100">
<li data-filter="*" class="filter-active">All</li>
<li data-filter=".filter-hardware">Hardware</li>
<li data-filter=".filter-software">Software</li>
<li data-filter=".filter-game">Game</li>
</ul><!-- End Portfolio Filters -->
<div class="row gy-4 isotope-container" data-aos="fade-up" data-aos-delay="200">
<!-- Single Cycle MIPS Processor -->
<div class="col-lg-4 col-md-6 portfolio-item isotope-item filter-hardware">
<div class="portfolio-content h-100">
<img src="assets/img/portfolio/single-cycle-processor.png" class="img-fluid" alt="Single Cycle MIPS Processor">
<div class="portfolio-info">
<h4>Single Cycle MIPS Processor</h4>
<p>A hardware implementation of a single cycle MIPS processor.</p>
<a href="assets/img/portfolio/single-cycle-processor.png" title="Single Cycle MIPS Processor" data-gallery="portfolio-gallery-hardware" class="glightbox preview-link"><i class="bi bi-zoom-in"></i></a>
<a href="single-cycle-mips.html" title="More Details" class="details-link"><i class="bi bi-link-45deg"></i></a>
</div>
</div>
<div class="portfolio-description">
<a href="single-cycle-mips.html" title="More Details" class="details-link"><i class="bi bi-link-45deg"></i>View Project</a>
</div>
</div><!-- End Portfolio Item -->
<!-- Arm and Car Control Systems Final Project -->
<div class="col-lg-4 col-md-6 portfolio-item isotope-item filter-software">
<div class="portfolio-content h-100">
<img src="assets/img/portfolio/robot.png" class="img-fluid" alt="Arm and Car Control Systems Final Project">
<div class="portfolio-info">
<h4>Robotics arm and AGV(Autonomous Ground Vehicle) </h4>
<p>Developed advanced control systems for robotic arm and AGV using particle filters and path planning algorithms.</p>
<a href="assets/img/portfolio/robot.png" title="Arm and Car Control Systems Final Project" data-gallery="portfolio-gallery-software" class="glightbox preview-link"><i class="bi bi-zoom-in"></i></a>
<a href="robotics-arm.html" title="More Details" class="details-link"><i class="bi bi-link-45deg"></i></a>
</div>
</div>
<div class="portfolio-description">
<a href="robotics-arm.html" title="More Details" class="details-link"><i class="bi bi-link-45deg"></i>View Project</a>
</div>
</div><!-- End Portfolio Item -->
<!-- Sewer Navigation Game -->
<div class="col-lg-4 col-md-6 portfolio-item isotope-item filter-game">
<div class="portfolio-content h-100">
<img src="assets/img/portfolio/sewer_navigation.PNG" class="img-fluid" alt="Sewer Navigation Game">
<div class="portfolio-info">
<h4>Sewer Navigation Game</h4>
<p>A game designed for navigating through the London Sewer System.</p>
<a href="assets/img/portfolio/sewer_navigation.PNG" title="Sewer Navigation Game" data-gallery="portfolio-gallery-game" class="glightbox preview-link"><i class="bi bi-zoom-in"></i></a>
<a href="sewer-navigation.html" title="More Details" class="details-link"><i class="bi bi-link-45deg"></i></a>
</div>
</div>
<div class="portfolio-description">
<a href="https://github.com/akk85/Sewer-Navigation-Game.git" target="_blank" title="More Details" class="details-link"><i class="bi bi-link-45deg"></i>GitHub</a>
</div>
</div><!-- End Portfolio Item -->
<!-- Alien Invaders -->
<div class="col-lg-4 col-md-6 portfolio-item isotope-item filter-game">
<div class="portfolio-content h-100">
<img src="assets/img/portfolio/space-alien-invaders.png" class="img-fluid" alt="Alien Invaders">
<div class="portfolio-info">
<h4>Alien Invaders</h4>
<p>A fun and engaging alien invaders game.</p>
<a href="assets/img/portfolio/space-alien-invaders.png" title="Alien Invaders" data-gallery="portfolio-gallery-game" class="glightbox preview-link"><i class="bi bi-zoom-in"></i></a>
<a href="space-invaders.html" title="More Details" class="details-link"><i class="bi bi-link-45deg"></i></a>
</div>
</div>
<div class="portfolio-description">
<a href="https://github.com/akk85/Alien-Invaders.git" target="_blank" title="More Details" class="details-link"><i class="bi bi-link-45deg"></i>GitHub</a>
</div>
</div><!-- End Portfolio Item -->
<!-- Smart Burglar Alarm Project -->
<div class="col-lg-4 col-md-6 portfolio-item isotope-item filter-hardware">
<div class="portfolio-content h-100">
<img src="assets/img/portfolio/smart_alarm.jpg" class="img-fluid" alt="Smart Burglar Alarm Project">
<div class="portfolio-info">
<h4>Smart Burglar Alarm</h4>
<p>Designed a home-scalable smart burglar alarm using a PIR Motion Sensor, UM3561 pinout, some batteries, and resistors. The alarm alerts users in case of any unwanted intrusion.</p>
<a href="assets/img/portfolio/smart_alarm.jpg" title="Smart Burglar Alarm Project" data-gallery="portfolio-gallery-hardware" class="glightbox preview-link"><i class="bi bi-zoom-in"></i></a>
<a href="smart-burglar.html" title="More Details" class="details-link"><i class="bi bi-link-45deg"></i></a>
</div>
</div>
<div class="portfolio-description">
<a href="smart-burglar.html" title="More Details" class="details-link"><i class="bi bi-link-45deg"></i>View Project</a>
</div>
</div><!-- End Portfolio Item -->
<!-- RFID Door Lock Project -->
<div class="col-lg-4 col-md-6 portfolio-item isotope-item filter-hardware">
<div class="portfolio-content h-100">
<img src="assets/img/portfolio/RFIDDoorLock.jpg" class="img-fluid" alt="RFID Door Lock Project">
<div class="portfolio-info">
<h4>RFID Door Lock System</h4>
<p>A secure door lock system using an Arduino and RFID technology.</p>
<a href="assets/img/portfolio/RFIDDoorLock.jpg" title="RFID Door Lock Project" data-gallery="portfolio-gallery-hardware" class="glightbox preview-link"><i class="bi bi-zoom-in"></i></a>
<a href="rfid.html" title="More Details" class="details-link"><i class="bi bi-link-45deg"></i></a>
</div>
</div>
<div class="portfolio-description">
<a href="rfid.html" title="More Details" class="details-link"><i class="bi bi-link-45deg"></i>View Project</a>
</div>
</div><!-- End Portfolio Item -->
<!-- Piezo Based Visitor Sensing Welcome Mat -->
<div class="col-lg-4 col-md-6 portfolio-item isotope-item filter-hardware">
<div class="portfolio-content h-100">
<img src="assets/img/portfolio/piezo.png" class="img-fluid" alt="Piezo Based Visitor Sensing Welcome Mat">
<div class="portfolio-info">
<h4>Piezo Based Visitor Sensing Welcome Mat</h4>
<p>A smart welcome mat that senses visitors using piezoelectric sensors and alerts the homeowner using IoT technology.</p>
<a href="assets/img/portfolio/piezo.png" title="Piezo Based Visitor Sensing Welcome Mat" data-gallery="portfolio-gallery-hardware" class="glightbox preview-link"><i class="bi bi-zoom-in"></i></a>
<a href="piezo-sensing-mat.html" title="More Details" class="details-link"><i class="bi bi-link-45deg"></i></a>
</div>
</div>
<div class="portfolio-description">
<a href="piezo-sensing-mat.html" title="More Details" class="details-link"><i class="bi bi-link-45deg"></i>View Project</a>
</div>
</div><!-- End Portfolio Item -->
<!-- Smart Street Light System -->
<div class="col-lg-4 col-md-6 portfolio-item isotope-item filter-hardware">
<div class="portfolio-content h-100">
<img src="assets/img/portfolio/smart_street_light.jpg" class="img-fluid" alt="Smart Street Light System">
<div class="portfolio-info">
<h4>Smart Street Light System</h4>
<p>An intelligent street light system that adapts to traffic and environmental conditions to save on power and electricity consumption.</p>
<a href="assets/img/portfolio/smart_street_light.jpg" title="Smart Street Light System" data-gallery="portfolio-gallery-hardware" class="glightbox preview-link"><i class="bi bi-zoom-in"></i></a>
<a href="smart-street-light.html" title="More Details" class="details-link"><i class="bi bi-link-45deg"></i></a>
</div>
</div>
<div class="portfolio-description">
<a href="https://github.com/akk85/CS-3420.git" target="_blank" title="More Details" class="details-link"><i class="bi bi-link-45deg"></i>GitHub</a>
</div>
</div><!-- End Portfolio Item -->
<!-- Sudoku Game -->
<div class="col-lg-4 col-md-6 portfolio-item isotope-item filter-game">
<div class="portfolio-content h-100">
<img src="assets/img/portfolio/sudoku.jpg" class="img-fluid" alt="Sudoku Game">
<div class="portfolio-info">
<h4>Sudoku Game</h4>
<p>A digital version of the classic Sudoku game.</p>
<a href="assets/img/portfolio/sudoku.jpg" title="Sudoku Game" data-gallery="portfolio-gallery-game" class="glightbox preview-link"><i class="bi bi-zoom-in"></i></a>
<a href="sudoku-game.html" title="More Details" class="details-link"><i class="bi bi-link-45deg"></i></a>
</div>
</div>
<div class="portfolio-description">
<a href="https://github.com/akk85/CS-2110.git" target="_blank" title="More Details" class="details-link"><i class="bi bi-link-45deg"></i>GitHub</a>
</div>
</div><!-- End Portfolio Item -->
</div><!-- End Portfolio Container -->
</div>
</div>
</section><!-- /Portfolio Section -->
<style>
.portfolio-item img {
height: 250px; /* Set a fixed height */
width: 150%; /* Make sure the width is 100% of the container */
object-fit: cover; /* Scale the image to cover the container */
}
</style>
<!-- Contact Section -->
<section id="contact" class="contact section">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<h2>Contact</h2>
<p>Get in touch with me for any inquiries or collaborations</p>
</div><!-- End Section Title -->
<div class="container" data-aos="fade-up" data-aos-delay="100">
<div class="row gy-4">
<div class="col-lg-5">
<div class="info-wrap">
<div class="info-item d-flex" data-aos="fade-up" data-aos-delay="200">
<i class="bi bi-geo-alt flex-shrink-0"></i>
<div>
<h3>Address</h3>
<p>201 Caldwell Hall, 121 Reservoir Ave, Ithaca, NY 14853</p>
</div>
</div><!-- End Info Item -->
<div class="info-item d-flex" data-aos="fade-up" data-aos-delay="300">
<!--<i class="bi bi-telephone flex-shrink-0"></i> -->
<a href="tel:+16073792705" target="_blank" class="phone"><i class="bi bi-telephone"></i></a>
<div>
<h3>Call Me</h3>
<p>+1 607 379 2705</p>
</div>
</div><!-- End Info Item -->
<div class="info-item d-flex" data-aos="fade-up" data-aos-delay="400">
<a href="mailto:akk85@cornell.edu" target="_blank" class="email"><i class="bi bi-envelope"></i></a>
<div>
<h3>Email Me</h3>
<p>akk85@cornell.edu</p>
</div>
</div><!-- End Info Item -->
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d875.2568128136272!2d-76.47891939086506!3d42.4489891836763!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89d0821fe1e9fedf%3A0x816ab1d08ef1e704!2sCaldwell%20Hall%2C%20121%20Reservoir%20Ave%2C%20Ithaca%2C%20NY%2014850!5e0!3m2!1sen!2sus!4v1721763616125!5m2!1sen!2sus" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</div>
<div class="col-lg-7">
<form action="forms/contact.php" method="post" class="php-email-form" data-aos="fade-up" data-aos-delay="200">
<div class="row gy-4">
<div class="col-md-6">
<label for="name-field" class="pb-2">Your Name</label>
<input type="text" name="name" id="name-field" class="form-control" required="">
</div>
<div class="col-md-6">
<label for="email-field" class="pb-2">Your Email</label>
<input type="email" class="form-control" name="email" id="email-field" required="">
</div>
<div class="col-md-12">
<label for="subject-field" class="pb-2">Subject</label>
<input type="text" class="form-control" name="subject" id="subject-field" required="">
</div>
<div class="col-md-12">
<label for="message-field" class="pb-2">Message</label>
<textarea class="form-control" name="message" rows="10" id="message-field" required=""></textarea>
</div>
<div class="col-md-12 text-center">
<div class="loading">Loading</div>
<div class="error-message"></div>
<div class="sent-message">Your message has been sent. Thank you!</div>
<button type="submit">Send Message</button>
</div>
</div>
</form>
</div><!-- End Contact Form -->
</div>
</div>
</section><!-- /Contact Section -->
</main>
<footer id="footer" class="footer position-relative light-background">
<div class="container">
<div class="copyright text-center ">
<p>© <span>Copyright</span> <strong class="px-1 sitename">Tony Kariuki</strong> <span>All Rights Reserved</span></p>
</div>
<div class="credits">
Designed by <a href="https://www.linkedin.com/in/antony-kariuki/">Tony Kariuki</a>
</div>
</div>
</footer>
<!-- Scroll Top -->
<a href="#" id="scroll-top" class="scroll-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Preloader -->
<div id="preloader"></div>
<!-- Vendor JS Files -->
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/typed.js/typed.umd.js"></script>
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
<script src="assets/vendor/waypoints/noframework.waypoints.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/imagesloaded/imagesloaded.pkgd.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<!-- Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>