-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
745 lines (718 loc) · 26.4 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
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<title>Lex Nwimue P. | Portfolio</title>
<meta content="" name="description" />
<meta
content="portfolio, resume, lex Nwimue Progress Lekara"
name="keywords"
/>
<!-- Favicons -->
<link href="./views/assets/img/favicon.png" rel="icon" />
<link
href="./views/assets/img/apple-touch-icon.png"
rel="apple-touch-icon"
/>
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i"
rel="stylesheet"
/>
<!-- Vendor CSS Files -->
<link href="./views/assets/vendor/aos/aos.css" rel="stylesheet" />
<link
href="./views/assets/vendor/bootstrap/css/bootstrap.min.css"
rel="stylesheet"
/>
<link
href="./views/assets/vendor/bootstrap-icons/bootstrap-icons.css"
rel="stylesheet"
/>
<link
href="./views/assets/vendor/boxicons/css/boxicons.min.css"
rel="stylesheet"
/>
<link
href="./views/assets/vendor/glightbox/css/glightbox.min.css"
rel="stylesheet"
/>
<link
href="./views/assets/vendor/swiper/swiper-bundle.min.css"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="./views/assets/font-awesome/css/font-awesome.min.css"
/>
<!-- Template Main CSS File -->
<link href="./views/assets/css/style.css" rel="stylesheet" />
</head>
<body>
<!-- ======= Mobile nav toggle button ======= -->
<!-- <button type="button" class="mobile-nav-toggle d-xl-none"><i class="bi bi-list mobile-nav-toggle"></i></button> -->
<i class="bi bi-list mobile-nav-toggle d-xl-none"></i>
<!-- ======= Header ======= -->
<header id="header" class="d-flex flex-column justify-content-center">
<nav id="navbar" class="navbar nav-menu">
<ul>
<li>
<a href="#hero" class="nav-link scrollto active"
><i class="bx bx-home"></i> <span>Home</span></a
>
</li>
<li>
<a href="#about" class="nav-link scrollto"
><i class="bx bx-user"></i> <span>About</span></a
>
</li>
<li>
<a href="#resume" class="nav-link scrollto"
><i class="bx bx-file-blank"></i> <span>Resumé</span></a
>
</li>
<li>
<a href="#portfolio" class="nav-link scrollto"
><i class="bx bx-book-content"></i> <span>Portfolio</span></a
>
</li>
<li>
<a href="#contact" class="nav-link scrollto"
><i class="bx bx-envelope"></i> <span>Contact</span></a
>
</li>
</ul>
</nav>
<!-- .nav-menu -->
</header>
<!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex flex-column justify-content-center">
<div class="container" data-aos="zoom-in" data-aos-delay="100">
<h1>Lex Nwimue P.</h1>
<p style="background-color: #0563bb; width: max-content; color: white">
I like to think of myself as something of a . . .
<span
class="typed"
data-typed-items="Software Engineer, Solutions Architect, System Designer"
style="color: white"
></span>
</p>
<div class="social-links">
<a
href="https://www.twitter.com/lexNwimue"
class="twitter"
target="blank"
><i class="bx bxl-twitter"></i
></a>
<a
href="https://www.facebook.com/progress.nwimue"
class="facebook"
target="blank"
><i class="bx bxl-facebook"></i
></a>
<a href="http://wa.me/2349162242120" class="whatsapp" target="blank"
><i class="bx bxl-whatsapp"></i
></a>
<a
href="https://www.linkedin.com/in/lexNwimue/"
class="linkedin"
target="blank"
><i class="bx bxl-linkedin"></i
></a>
<a
href="https://www.github.com/lexNwimue"
class="github"
target="blank"
><i class="bx bxl-github"></i
></a>
</div>
</div>
</section>
<!-- End Hero -->
<main id="main">
<!-- ======= About Section ======= -->
<section id="about" class="about">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>About</h2>
<p>
You obviously didn't come here to read aplenty. Good thing this
isn't an autobiography 😁 So here's a summary of me...
</p>
</div>
<div class="row">
<div class="col-lg-4">
<img
src="./views/assets/img/portrait2.jpg"
class="img-fluid"
style="border-radius: 10%; height: 400px; object-fit: contain"
alt="Lex Nwimue Progress portfolio Profile picture"
/>
</div>
<div class="col-lg-8 pt-4 pt-lg-0 content">
<h3>Backend Engineer</h3>
<p class="fst-italic"></p>
<div class="row">
<div class="col-lg-6">
<ul>
<li>
<i class="bi bi-chevron-right"></i>
<strong>Website:</strong>
<span
><a href="https://www.nwimue.tech"
>www.nwimue.tech</a
></span
>
</li>
<li>
<i class="bi bi-chevron-right"></i>
<strong>Phone:</strong> <span>+234 916 224 2120</span>
</li>
</ul>
</div>
<div class="col-lg-6">
<ul>
<li>
<i class="bi bi-chevron-right"></i>
<strong>Degree:</strong>
<span>B.Sc., Computer Science</span>
</li>
<li>
<i class="bi bi-chevron-right"></i>
<strong>Email</strong>
<span>[email protected]</span>
</li>
</ul>
</div>
</div>
<p>
Despite bagging a Computer Science degree and coming up in the
<strong>top 10 in my class of 120+</strong> students, I like to
think of myself as a self-taught engineer, with 4+ years of
experience dabbling in backend services.
</p>
</div>
</div>
</div>
</section>
<!-- End About Section -->
<!-- ======= Skills Section ======= -->
<section id="skills" class="skills section-bg">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>I've tossed around a couple of tools</h2>
<p>
I saw alot of portfolio websites adding this progress bar thing-y
in the skills section, but I couldn't find a way that fit that in
here 😊
</p>
</div>
<div class="row skills-content my-skills">
<div class="col-lg-12">
<img
class="skill-img"
src="./views/assets/img/skill-logos/node.png"
alt="NodeJS"
/>
<img
class="skill-img"
src="./views/assets/img/skill-logos/aws.png"
alt="AWS"
/>
<img
class="skill-img"
src="./views/assets/img/skill-logos/docker.png"
alt="Docker"
/>
<img
class="skill-img"
src="./views/assets/img/skill-logos/nestjs.png"
alt="NestJS"
/>
<img
class="skill-img"
src="./views/assets/img/skill-logos/postgres.png"
alt="PG"
/>
<img
class="skill-img"
src="./views/assets/img/skill-logos/mongodb.png"
alt="MongoDB"
/>
<img
class="skill-img"
src="./views/assets/img/skill-logos/ts.png"
alt="TypeScript"
/>
<img
class="skill-img"
src="./views/assets/img/skill-logos/mysql.png"
alt="MySQL"
/>
<img
class="skill-img"
src="./views/assets/img/skill-logos/dotnet.png"
alt="Dotnet"
/>
</div>
</div>
</div>
</section>
<!-- End Skills Section -->
<!-- ======= Resume Section ======= -->
<section id="resume" class="resume">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Resume</h2>
<p>
You've probably seen this section before because that's where
you'd most likely got the link to this amazing portfolio. Feel
free to use the navigation on the left to skip to the next
section...
</p>
</div>
<div class="row">
<div class="col-lg-6">
<h3 class="resume-title">Education</h3>
<div class="resume-item">
<h4>Bachelor of Science in Computer Science</h4>
<h5>2015 - 2019</h5>
<p>
<em
>Rivers State University, Port Harcourt, Rivers State,
Nigeria</em
>
</p>
<p>
The four years I spent within the four walls of this great
institution made me realize I'd make the "not-so-bad" engineer
I've become.
</p>
</div>
</div>
<div class="col-lg-6">
<h3 class="resume-title">Professional Experience</h3>
<div class="resume-item">
<h4>Backend Engineer</h4>
<h5>Techinnover Analytics</h5>
<h5>Remote</h5>
<h5>Since August 2023</h5>
<ul>
<li>
Inherited & continued two 1.5-year-old backend projects
(10k+ lines of code each) with no supervision, implementing
new features by my 3rd day on the job.
</li>
<li>
Improved server response time by up to 20% via calculative
database denormalization.
</li>
<li>Reconfigured and set up out-of-use CICD workflow.</li>
</ul>
</div>
<div class="resume-item">
<h4>Lead Backend Engineer (Contract)</h4>
<h5>Traders of Africa</h5>
<h5>Lagos</h5>
<h5>Since June 2022</h5>
<ul>
<li>
Led backend efforts in providing architectural design &
implementation of microservices.
</li>
<li>
Setup Utilized Docker for containerization and AWS ECS &
Fargate for container orchestration.
</li>
<li>
Implemented HTTP inter-process communication & messaging
queues using RabbitMQ.
</li>
<li>
Provisioned traffic routing with AWS EC2 Elastic Load
Balancer & Target Groups.
</li>
<li>
Configured the CI workflows & CD pipelines using GitHub
Actions and AWS CodePipeline.
</li>
<li>
Designed database schema hosted on AWS Relational Database
Service MySQL.
</li>
<li>
Implemented 3 of the 5 microservices for the system from
development to deployment, including server management on
Elastic Beanstalk.
</li>
</ul>
</div>
<div class="resume-item">
<h4>Backend Engineer</h4>
<h5>Moohub Technologies</h5>
<h5>Lagos</h5>
<h5>Nov. 2022 - July 2023</h5>
<ul>
<li>
Led a team of 5 on the development & deployment of the
SafeNaija app, implementing a recommendation algorithm,
authentication, Push Notification, SMS, & location-based
features.
</li>
<li>
Improved performance, SMS, & cloud cost by 50% by
implementing caching & rate-limiting.
</li>
<li>
Deployed & managed the production & database servers and
media assets on Google Cloud, MongoDB Atlas, and Cloudinary
respectively within 2 months.
</li>
<li>
Implemented logging, bug fixes & assessed performance
through stress tests.
</li>
</ul>
</div>
<div class="resume-item">
<h4>ICT Instructor (Full-Time)</h4>
<h5>Sure Foundation College</h5>
<h5>Port Harcourt</h5>
<h5>Jan. 2020 - July 2022</h5>
<ul>
<li>
Administering lectures on database concepts such as
relations, database transactions, normalization; the
Internet & World Wide Web, etc. in 6 classes of at least 30+
students each.
</li>
<li>
Organized & revamped weekly social events, raising student
participation from 60% to 80%.
</li>
</ul>
</div>
<div class="resume-item">
<h4>Developer Intern</h4>
<h5>elitePath Software</h5>
<h5>Port Harcourt</h5>
<h5>Apr. 2018 - Sept. 2018</h5>
<ul>
<li>
Built a GPA Calculator app using Java Swing Technology on a
2-man team.
</li>
<li>
Guided trainees (10+) in debugging web code & creating
cross-browser compliant websites.
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- End Resume Section -->
<!-- ======= Portfolio Section ======= -->
<section id="portfolio" class="portfolio section-bg">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>What I've been cooking...</h2>
<p>
I know my way around the kitchen, because why not? I need more on
this trophy collection, so maybe the next item here might include
something of yours... You can already perceive the aroma! Or like
we say around here: <em>"You don dey hear the odour!"</em>
</p>
</div>
<div
class="row portfolio-container"
data-aos="fade-up"
data-aos-delay="200"
>
<div class="col-lg-4 col-md-6 portfolio-item filter-web">
<div class="portfolio-wrap" style="height: max-content">
<img
style="height: 280px"
src="./views/assets/img/projects/filmhouse.png"
class="img-fluid"
alt=""
/>
<div class="portfolio-info">
<h4>Filmhouse Cinemas</h4>
<div class="portfolio-links">
<a
href="./views/assets/img/projects/filmhouse.PNG"
data-gallery="portfolioGallery"
class="portfolio-lightbox"
title="One-stop movie solution
"
><i class="bx bx-plus"></i
></a>
<a
href="https://filmhouseng.com"
target="_blank"
class="portfolio-details-lightbox"
data-glightbox="type: external"
title="GitHub Link"
><i class="bx bx-link"></i
></a>
</div>
</div>
</div>
</div>
<br />
<div class="col-lg-4 col-md-6 portfolio-item filter-web">
<div class="portfolio-wrap" style="height: max-content">
<img
style="height: 250px"
src="./views/assets/img/projects/qlh.PNG"
class="img-fluid"
alt=""
/>
<div class="portfolio-info">
<h4>Quicklogisticshub</h4>
<div class="portfolio-links">
<a
href="./views/assets/img/projects/qlh.PNG"
data-gallery="portfolioGallery"
class="portfolio-lightbox"
title="Logistics solution for logistics services"
><i class="bx bx-plus"></i
></a>
<a
href="https://quicklogisticshub.com"
target="_blank"
class="portfolio-details-lightbox"
data-glightbox="type: external"
title="Github Link"
><i class="bx bx-link"></i
></a>
</div>
</div>
</div>
</div>
<br />
<div class="col-lg-4 col-md-6 portfolio-item filter-web">
<div class="portfolio-wrap" style="height: max-content">
<img
style="height: 200px"
src="./views/assets/img/projects/snapp.PNG"
class="img-fluid"
alt=""
/>
<div class="portfolio-info">
<div class="portfolio-links">
<a
href="./views/assets/img/projects/snapp.PNG"
data-gallery="portfolioGallery"
class="portfolio-lightbox"
title="With this app I practiced querying data from APIs using the IMDB API along
with axios and jQuery"
><i class="bx bx-plus"></i
></a>
<a
href="https://play.google.com/store/apps/details?id=com.moohub.safenaija"
class="portfolio-details-lightbox"
data-glightbox="type: external"
title="GitHub Link"
><i class="bx bx-link"></i
></a>
</div>
</div>
</div>
</div>
<br />
<div class="col-lg-4 col-md-6 portfolio-item filter-web">
<div class="portfolio-wrap" style="height: max-content">
<img
style="height: 200px"
src="./views/assets/img/projects/bqblife.PNG"
class="img-fluid"
alt=""
/>
<div class="portfolio-info">
<div class="portfolio-links">
<a
href="./views/assets/img/projects/bqblife.PNG"
data-gallery="portfolioGallery"
class="portfolio-lightbox"
title="A mini-ecommerce herbal solution"
><i class="bx bx-plus"></i
></a>
<a
href="https://bqblife.com"
class="portfolio-details-lightbox"
data-glightbox="type: external"
><i class="bx bx-link"></i
></a>
</div>
</div>
</div>
</div>
<br />
</div>
</div>
</section>
<!-- ======= Contact Section ======= -->
<section id="contact" class="contact">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Contact</h2>
</div>
<div class="row mt-1">
<div class="col-lg-4">
<div class="info">
<div class="address">
<i class="bi bi-geo-alt"></i>
<h4>Location:</h4>
<p>Lagos, Nigeria</p>
</div>
<div class="email">
<i class="bi bi-envelope"></i>
<h4>Email:</h4>
<p>[email protected]</p>
</div>
<div class="phone">
<i class="bi bi-phone"></i>
<h4>Call:</h4>
<p>+234 916 224 2120</p>
</div>
</div>
</div>
<div class="col-lg-8 mt-5 mt-lg-0">
<form
id="contact-form"
method="POST"
role="form"
class="php-email-form"
>
<div class="row">
<div class="col-md-6 form-group">
<input
type="text"
name="name"
class="form-control"
id="name"
placeholder="Your Name"
required
/>
</div>
<div class="col-md-6 form-group mt-3 mt-md-0">
<input
type="email"
class="form-control"
name="email"
id="email"
placeholder="Your Email"
required
/>
</div>
</div>
<div class="form-group mt-3">
<input
type="text"
class="form-control"
name="subject"
id="subject"
placeholder="Subject"
required
/>
</div>
<div class="form-group mt-3">
<textarea
id="message"
class="form-control"
name="message"
rows="5"
placeholder="Message"
required
></textarea>
</div>
<div class="my-3">
<div class="loading">Loading</div>
<div class="error-message"></div>
<div class="sent-message">
Your message has been sent. Thank you!
</div>
</div>
<div class="text-center">
<button type="submit" id="submit-btn">Send Message</button>
</div>
</form>
</div>
</div>
</div>
</section>
<!-- End Contact Section -->
</main>
<!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="container">
<h3>Lex Nwimue P.</h3>
<div class="social-links">
<a
href="https://www.twitter.com/lexNwimue"
class="twitter"
target="blank"
><i class="bx bxl-twitter"></i
></a>
<a
href="https://www.facebook.com/progress.nwimue"
class="facebook"
target="blank"
><i class="bx bxl-facebook"></i
></a>
<a href="http://wa.me/2349162242120" class="whatsapp" target="blank"
><i class="bx bxl-whatsapp"></i
></a>
<a
href="https://www.linkedin.com/in/lexNwimue/"
class="linkedin"
target="blank"
><i class="bx bxl-linkedin"></i
></a>
<a
href="https://www.github.com/lexNwimue"
class="github"
target="blank"
><i class="bx bxl-github"></i
></a>
</div>
<div class="copyright">© Copyright 2023</div>
<div>All Rights Reserved</div>
</div>
</footer>
<!-- End Footer -->
<div id="preloader"></div>
<a
href="#"
class="back-to-top d-flex align-items-center justify-content-center"
><i class="bi bi-arrow-up-short"></i
></a>
<!-- Vendor JS Files -->
<script src="./views/assets/vendor/purecounter/purecounter.js"></script>
<script src="./views/assets/vendor/aos/aos.js"></script>
<script src="./views/assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="./views/assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="./views/assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="./views/assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="./views/assets/vendor/typed.js/typed.min.js"></script>
<script src="./views/assets/vendor/waypoints/noframework.waypoints.js"></script>
<!-- Template Main JS File -->
<script src="./views/assets/js/main.js"></script>
<script src="./views/assets/js/myscripts.js"></script>
<script
type="text/javascript"
src="https://cdn.jsdelivr.net/npm/@emailjs/browser@3/dist/email.min.js"
></script>
<script type="text/javascript">
(function () {
emailjs.init("6AwXc4SqinRm6E1Dy");
})();
</script>
</body>
</html>