-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
512 lines (458 loc) · 24.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>My Portfolio</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon.jpg" rel="icon">
<link href="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="assets/vendor/aos/aos.css" rel="stylesheet">
<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/boxicons/css/boxicons.min.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">
<!--Devicons-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/[email protected]/devicon.min.css">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<script type="text/javascript" src="assets/js/jquery.particleground.js"></script>
<script type="text/javascript" src="assets/js/demo.js"></script>
</head>
<body>
<!-- ======= Mobile nav toggle button ======= -->
<i class="bi bi-list mobile-nav-toggle d-xl-none"></i>
<!-- ======= Header ======= -->
<header id="header">
<div class="d-flex flex-column">
<div class="profile">
<img src="assets/img/profile-img.jpg" alt="" class="img-fluid rounded-circle">
<h1 class="text-light"><a href="index.html">Victor Nkire</a></h1>
<div class="social-links mt-3 text-center">
<a href="https://github.com/ObinnaVic" class="instagram"><i class="bx bxl-github"></i></a>
<a href="https://www.linkedin.com/in/victor-n77/" class="linkedin"><i class="bx bxl-linkedin"></i></a>
<a href="https://wa.me/2348133232378?text=Hello%20" class="whatsapp"><i class="bx bxl-whatsapp"></i></a>
</div>
</div>
<nav id="navbar" class="nav-menu navbar">
<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>Accomplishments</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 -->
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<div id="particles" class="d-flex flex-column justify-content-center align-items-center">
<div class="hero-container" data-aos="fade-in">
<h1>Victor Nkire Obinna</h1>
<p>I'm A <span class="typed" data-typed-items="Frontend Web Developer"></span></p>
<a href="#contact"><button type="button" class="btn btn-light">Hire Me</button></a>
</div>
</div><!-- End Hero -->
<main id="main">
<!-- ======= About Section ======= -->
<section id="about" class="about">
<div class="container">
<div class="section-title">
<h2>About</h2>
<p>I'm a creative Web developer who has built a solid foundation in web development with passion, grit and
dedication over the years. I have acquired/built the skills, knowledge, discipline and talent necessary to make
web projects at maximum and satisfactory success. I am known to enjoy every step of the development process from
discussions to idea sharing to project management and to team collaborations.
I am Available for tasks from any part of the world and I work with recommended technologies such as Javascript,
React JS, Redux and other state management frameworks, Bootstrap, Tailwind, CSS, HTML, GIT, Github, Solidity, Blockchain and I am open to learning much more
as I love to explore various areas in the technologies space.
</p>
</div>
<div class="row">
<div class="col-lg-4" data-aos="fade-right">
<img src="assets/img/profile-img.jpg" class="img-fluid" alt="">
</div>
<div class="col-lg-8 pt-4 pt-lg-0 content" data-aos="fade-left">
<h3>Web Developer.</h3>
<div class="row">
<div class="col-lg-6">
<ul>
<li><i class="bi bi-chevron-right"></i> <strong>Github:</strong> <span><a href="https://github.com/ObinnaVic">https://github.com/ObinnaVic</a></span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Phone:</strong> <span>08133232378</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Full-time:</strong> <span>Available</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Part-time:</strong> <span>Available</span></li>
</ul>
</div>
<div class="col-lg-6">
<ul>
<li><i class="bi bi-chevron-right"></i> <strong>First Degree:</strong> <span>University of Nigeria(BSC)</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Second Degree:</strong> <span>Triumphant Computer Institute(Diploma in Computer Application)</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Third Degree:</strong> <span>Kodecamp 2.0 (Diploma in Frontend development)</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Email:</strong> <span>[email protected]</span></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section><!-- End About Section -->
<!-- ======= Skills Section ======= -->
<section id="skills" class="skills section-bg">
<div class="container">
<div class="section-title">
<h2>Web Dev Skills</h2>
<p class="summary">Note: This section is bound to change and updated continuously because
I intend to continue my learning journey on wide array of software development areas,
computer languages and computer programming.</p>
</div>
<div class="skills-content">
<div class="swiper mySwiper">
<div class="swiper-wrapper">
<div class="swiper-slide d-flex flex-column align-items-center">
<i class="devicon-html5-plain-wordmark"></i>
</div>
<div class="swiper-slide d-flex flex-column align-items-center">
<i class="devicon-css3-plain-wordmark"></i>
</div>
<div class="swiper-slide d-flex flex-column align-items-center">
<i class="devicon-javascript-plain"></i>
</div>
<div class="swiper-slide d-flex flex-column align-items-center">
<i class="devicon-react-original-wordmark"></i>
</div>
<div class="swiper-slide d-flex flex-column align-items-center">
<i class="devicon-nextjs-original-wordmark"></i>
</div>
<div class="swiper-slide d-flex flex-column align-items-center">
<i class="devicon-redux-original"></i>
</div>
<div class="swiper-slide d-flex flex-column align-items-center">
<i class="devicon-github-original-wordmark"></i>
</div>
<div class="swiper-slide d-flex flex-column align-items-center">
<i class="devicon-git-plain-wordmark"></i>
</div>
<div class="swiper-slide d-flex flex-column align-items-center">
<i class="devicon-tailwindcss-original-wordmark"></i>
</div>
<div class="swiper-slide d-flex flex-column align-items-center">
<i class="devicon-bootstrap-plain-wordmark"></i>
</div>
<div class="swiper-slide d-flex flex-column align-items-center">
<i class="devicon-firebase-plain-wordmark"></i>
</div>
<div class="swiper-slide d-flex flex-column align-items-center">
<i class="devicon-solidity-plain"></i>
</div>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Skills Section -->
<!-- ======= Resume Section ======= -->
<section id="resume" class="resume">
<div class="container">
<div class="section-title">
<h2>Accomplishments Summary</h2>
<p>This section involves my experiences and education as a Frontend website developer. This is bound to change and constantly
updated as my learning and experience journey is a non-ending aspect of my career.
</p>
</div>
<div class="row">
<div class="col-lg-6" data-aos="fade-up">
<h3 class="resume-title">Education</h3>
<div class="resume-item">
<h4>Udemy Course on Front-end Web Development</h4>
<h5>February 2022 - ONGOING</h5>
<p><em>The complete web developer in 2022: Zero to Mastery by Andrei Neagoie</em></p>
<p>This is a complete web development course which comprises of frontend development(HTML, CSS, JAVASCRIPT, REACT JS, REDUX)
and backend development(NODE JS, DATABASES, APIs, MONGO DB, EXPRESS ETC)</p>
</div>
<div class="resume-item">
<h4>Deploma in Front-end Web Development(Trainee)</h4>
<h5>March 2022 - July 2022</h5>
<p><em>Kodecamp bootcamp</em></p>
<p>Complete practice, study, and collaborations on Frontend web development.</p>
<p>Worked and built several projects
using various languages such as HTML, CSS, JAVASCRIPT AND REACT JS.</p>
<p>Collaborations with other tech mentors in fields such as UI/UX designers, backend developers and product/project managers</p>
<p>Team works and team co-ordinations</p>
<p>Leadership</p>
<p>and lots more</p>
</div>
<div class="resume-item">
<h4>Deploma in Computer Application and Graphic design</h4>
<h5>October 2020 - January 2021</h5>
<p><em>Triumphant Computer Institute</em></p>
<p>Introduction to computer and technology</p>
<p>Computer softwares and applications</p>
<p>Graphic design and design applications</p>
<p>Typing</p>
<p>and lots more</p>
</div>
</div>
<div class="col-lg-6" data-aos="fade-up" data-aos-delay="100">
<h3 class="resume-title">Experience</h3>
<div class="resume-item">
<h4>Front-end Web Development</h4>
<h5>2023 - Present</h5>
<p><em>Macky's Food ltd, Benin, Nigeria.</em></p>
<ul>
<li>Junior frontend web developer.</li>
<li>Development of company's web application in Collaboration with the design team.</li>
<li>Debugging and improvement of web application for better user experience.</li>
<li>Sharing and brain-storming of ideas with all the technical team of the company</li>
</ul>
</div>
<div class="resume-item">
<h4>Javascript Tutor/Trainor</h4>
<h5>2023 - Present</h5>
<p><em>Coder's-Den 94</em></p>
<ul>
<li>Teaching and tutoring javascript beginners to intermediate level.</li>
<li>Revisit of various Javascript algorithms and data structures.</li>
<li>Ensuring good understanding of all Javascript terminologies and applications.</li>
<li>Community building and mentorship</li>
</ul>
</div>
<div class="resume-item">
<h4>Front-end Web Development(Intern)</h4>
<h5>July 2022 - January 2023</h5>
<p><em>Kodecamp bootcamp</em></p>
<p>Team building and collaborations</p>
<p>Development and deployment of web applications</p>
<p>Optimization and debugging</p>
<p>Team works and team co-ordinations</p>
<p>Perfect design implementation</p>
<p>and lots more</p>
</div>
<div class="resume-item">
<h4>Kodecamp bootcamp</h4>
<h5>April 2022 - July 2022</h5>
<ul>
<li>Worked hand in hand with various trainees on huge and different development tasks which taught alot on team management,
team focus and team coordination.</li>
<li>Carry out task with professionals on other fields of development such as UI/UX designers and backend developers.</li>
<li>Ensure a successful carryout and submission of tasks with the stipulated time frame given by mentors and trainors</li>
<li>Scaled through series of coding and development activities using various means provided by the firm to educate its
trainees over the course of the Training.</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<div class="d-flex flex-column align-items-center">
<h2>Download Resume Here:</h2>
<button class="btn-primary"><a href="./assets/file/my-resume.pdf" download="Resume" class="text-light">DOWNLOAD<i class="bi bi-cloud-arrow-down-fill ms-2"></i></a></button>
</div>
<!-- End Resume Section -->
<!-- ======= Portfolio Section ======= -->
<section id="portfolio" class="portfolio section-bg">
<div class="container">
<div class="section-title">
<h2>Portfolio</h2>
</div>
<div class="row" data-aos="fade-up">
<div class="col-lg-12 d-flex justify-content-center">
<ul id="portfolio-flters">
<li data-filter="*" class="filter-active">All</li>
<li data-filter=".filter-app">App</li>
<li data-filter=".filter-web">Web</li>
</ul>
</div>
</div>
<div class="row portfolio-container d-flex justify-content-center" data-aos="fade-up" data-aos-delay="100">
<div class="col-lg-4 col-md-6 col-sm-12 portfolio-item filter-app">
<div class="portfolio-wrap">
<img src="./assets/img/mackys.jpg" class="img-fluid" alt="mackys">
<div class="portfolio-details">
<div class="project-info">
<p>This is a web app build for a food company, for the display and order of foods. This was build with JSON simulation API for the backend data,
ReactJs, ContextAPI, Tailwind, CSS and the browser local storage.</p>
</div>
<div class="portfolio-links">
<a href="https://65141bc4e52ecc169e91dea7--enchanting-liger-1fbc58.netlify.app/" target="_blank" title="View Site"><i class="bx bx-link"></i></a>
<a href="https://github.com/ObinnaVic/mackysfood-test" target="_blank" title="Source code"><i class="bx bxl-github"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 portfolio-item filter-app">
<div class="portfolio-wrap">
<img src="./assets/img/e-commerce.jpg" class="img-fluid" alt="drums">
<div class="portfolio-details">
<div class="project-info">
<p>This is a web app for display and order of watches, more like an e-commerce web application with implementation of crypto payments.
This was build with Solidity for smart contract development, Ethers.js, ReactJs, ContextAPI, Tailwind and CSS.</p>
</div>
<div class="portfolio-links">
<a href="https://6542c3b5a684452ffd5fb037--sage-lollipop-fb31ff.netlify.app/" target="_blank" title="View Site"><i class="bx bx-link"></i></a>
<a href="https://github.com/ObinnaVic/watch-store" target="_blank" title="Source code"><i class="bx bxl-github"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 portfolio-item filter-web">
<div class="portfolio-wrap">
<img src="./assets/img/blogging.jpg" class="img-fluid" alt="head-img">
<div class="portfolio-details">
<div class="project-info">
<p>This is a web blog built for the kodecamp bootcamp community.
It was one of the tasks I handled during my training at the bootcamp.
This was built with HTML, Bootstrap and CSS</p>
</div>
<div class="portfolio-links">
<a href="https://obinnavic.github.io/kode-blog/" target="_blank" title="View Site"><i class="bx bx-link"></i></a>
<a href="https://github.com/ObinnaVic/kode-blog" target="_blank" title="Source code"><i class="bx bxl-github"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 portfolio-item filter-app">
<div class="portfolio-wrap">
<img src="./assets/img/food-site.jpg" class="img-fluid" alt="food">
<div class="portfolio-details">
<div class="project-info">
<p>This is a web app for display and order of foods. This was build with ReactJs, Redux, Bootstrap and CSS</p>
</div>
<div class="portfolio-links">
<a href="https://obinnavic.github.io/Homely/" target="_blank" title="View Site"><i class="bx bx-link"></i></a>
<a href="https://github.com/ObinnaVic/Homely" target="_blank" title="Source code"><i class="bx bxl-github"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 portfolio-item filter-app">
<div class="portfolio-wrap">
<img src="./assets/img/crypto-site.gif" class="img-fluid" alt="crypto">
<div class="portfolio-details">
<div class="project-info">
<p>This is a web app which simulates the actions and flow of the coingecko application.
This is basically used to track and monitor updated and real life crypto prices.
This was built with ReactJs, ContextAPI, Chart.js, Coingecko Api, Bootstrap and CSS</p>
</div>
<div class="portfolio-links">
<a href="https://obinnavic.github.io/crypto-app/" target="_blank" title="View Site"><i class="bx bx-link"></i></a>
<a href="https://github.com/ObinnaVic/crypto-app" target="_blank" title="Source code"><i class="bx bxl-github"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 portfolio-item filter-web">
<div class="portfolio-wrap">
<img src="./assets/img/head-img.jpg" class="img-fluid" alt="head-img">
<div class="portfolio-details">
<div class="project-info">
<p>This is a static website built inorder to learn the basic use and interactions with figma and figma designs as a frontend developer.
This was built with HTML, Bootstrap and CSS</p>
</div>
<div class="portfolio-links">
<a href="https://obinnavic.github.io/crosson-site/" target="_blank" title="View Site"><i class="bx bx-link"></i></a>
<a href="https://github.com/ObinnaVic/crosson-site" target="_blank" title="Source code"><i class="bx bxl-github"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Portfolio Section -->
<!-- ======= Contact Section ======= -->
<section id="contact" class="contact">
<div class="container">
<div class="section-title">
<h2>Contact</h2>
<p>Get in touch with me any time and day on the following contact imformations.</p>
</div>
<div class="row" data-aos="fade-in">
<div class="col-lg-5 d-flex align-items-stretch">
<div class="d-flex align-items-stretch">
<div class="info">
<div class="address">
<i class="bi bi-whatsapp"></i>
<h4>Whatsapp:</h4>
<p>08133232378</p>
</div>
<div class="email">
<i class="bi bi-envelope"></i>
<h4>Email:</h4>
<p><a href="mailto: [email protected]">[email protected]</a></p>
</div>
<div class="email">
<i class="bi bi-linkedin"></i>
<h4>Linkedin:</h4>
<p><a href="https://www.linkedin.com/in/victor-n77/">https://www.linkedin.com/in/victor-n77/</a></p>
</div>
<div class="phone">
<i class="bi bi-phone"></i>
<h4>Call:</h4>
<h4>08133232378</h4>
<h4>09045144742</h4>
</div>
</div>
</div>
</div>
<div class="col-lg-7 mt-5 mt-lg-0 d-flex align-items-stretch">
<form class="form-control" action="https://formsubmit.co/0e9137ec7bddf336e667110e901de8b8" method="POST">
<div class="row">
<div class="form-group col-md-6">
<label for="name">Your Name</label>
<input type="text" name="name" class="form-control" id="name" required>
</div>
<div class="form-group col-md-6">
<label for="name">Your Email</label>
<input type="email" class="form-control" name="email" id="email" required>
</div>
</div>
<div class="form-group">
<label for="name">Subject</label>
<input type="text" class="form-control" name="subject" id="subject" required>
</div>
<div class="form-group">
<label for="name">Message</label>
<textarea class="form-control" name="message" id="message" rows="10" required></textarea>
</div>
<div class="text-center"><button class="send-btn" type="submit">Send Message</button></div>
</form>
</div>
</div>
</div>
</section><!-- End Contact Section -->
</main><!-- End #main -->
<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="assets/vendor/purecounter/purecounter.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/typed.js/typed.min.js"></script>
<script src="assets/vendor/waypoints/noframework.waypoints.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script>
<script>
var swiper = new Swiper(".mySwiper", {
slidesPerView: 3,
spaceBetween: 30,
autoplay: {
delay: 1200,
disableOnInteraction: false,
},
freeMode: true,
pagination: {
el: ".swiper-pagination",
clickable: true,
},
});
</script>
</body>
</html>