-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
525 lines (522 loc) · 32.1 KB
/
index.html
File metadata and controls
525 lines (522 loc) · 32.1 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
<!DOCTYPE html>
<html lang="en" class="">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Paschal Obiora || Front-End</title>
<link rel="stylesheet" href="css/style.css">
<link rel="icon" href="images/logo.png" type="image/png">
<link rel="stylesheet" href="css/icofont/icofont.min.css">
</head>
<body class="body">
<!-- <div class="overlay"></div> -->
<nav class="nav">
<input type="checkbox" class="nav__check-box" id="nav-toggle">
<label for="nav-toggle" class="nav__button">
<span class="nav__icon"> </span>
</label>
<!-- <div class="nav__bg"> </div> -->
<div class="nav__navigation">
<!-- <img src="images/1669163740656.png" alt="logo" class="nav__logo"> -->
<ul class="nav__list">
<li class="nav__item"><a href="#about" class="nav__link"> <span class="nav__item--num"></span>
About</a></li>
<li class="nav__item"><a href="#exp" class="nav__link"> <span class="nav__item--num"></span>
Experience</a></li>
<li class="nav__item"><a href="#works" class="nav__link"> <span class="nav__item--num"></span>
Work</a></li>
<li class="nav__item">
<a href="#contact" class="nav__link">
<span class="nav__item--num"></span> Contact </a>
</li>
<li class="nav_item resume">
<a href="ifesinachi_obiora_resume.pdf" download="ifesianchi_obiora_resume" target="_blank"
class="btn btn-small"> Resume <svg class="download_icon icon">
<use xlink:href="images/sprite.svg#icon-download"></use>
</svg>
</a>
</li>
</ul>
<!-- <div class="reume">
<button class="btn btn-small">resume</button>
</div> -->
</div>
</nav>
<div class="overlay hideoverlay"></div>
<main class="container">
<header class="header" id="header">
<div class="header__container">
<p class="header__hi "> Hi👋, my name is</p>
<h1 class="header__name">Paschal Obiora,</h1>
<h2 class="header__sub ">I build things for the web.</h2>
<p class="header__description mb-lg">I am front-end developer thats enjoys creating things that live
on the internet as well as dedicated to building engaging digital experiences with aesthetics
and clean code. </p>
<button class="btn b btn-big" class="findOut" href="#about" id="findOut" type="button">Find out more
↓</button>
</div>
</header>
<section class="about section" id="about">
<h1 class="about__heading heading mb-lg">About me </h1>
<div class="about__container">
<div class="about__description general_font ">
<p class="paragraph margin-bottom-2"> As a front-end developer, I Specialize in crafting
captivating websites that seamlessly blend form and function, I bring concepts to
pixel-perfect realities. From responsive layouts to intuitive user interfaces, I create
exceptional online experiences. <a class="show_more">see more</a>
</p>
<div class="more_details">
<p class="paragraph mb-sm">My interest for web development started back in 2020, fast
forward to today, I have come to posses an impressive arsenal of knowledge and skill in
advanced front-end web development. I excel in designing and maintaining responsive
websites that offer a smooth user experience.</p>
<p class="paragraph margin-bottom-2"> My expertise lies in crafting, engaging interface
through writing clean and optimized code, utilizing cutting edge development tools and
techniques. i am also a team player who thrives in collaborating with cross functional
teams to produce outstanding web applications </p>
</div>
<p class="paragraph margin-bottom-2"> Here are some technologies I have been working with: </p>
<ul class="list">
<li class="list__item">JavaScript</li>
<li class="list__item">React.Js</li>
<li class="list__item">TypeScript</li>
<li class="list__item">Bootstrap & Tailwind</li>
<li class="list__item">Git & Github</li>
<li class="list__item">CSS/Sass</li>
<li class="list__item">WordPress</li>
<li class="list__item">Bootstrap Stuido</li>
</ul>
</div>
<div class="about__img-div">
</div>
</div>
</section>
<section class="exp section" id="exp">
<h2 class="heading mb-lg h2b"> Where I've worked </h2>
<div class="exp__inside">
<div class="job-tabs">
<!-- <button href="#" class="button button__tab" data-tab="1">
<span>Steer73</span>
</button> -->
<button href="#" class="button button__tab" data-tab="1">
<span>S.O Africa</span>
</button>
<button href="#" class="button button__tab" data-tab="2">
<span>pasify Technologies</span>
</button>
<button href="#" class="button button__tab" data-tab="3">
<span>smile tech</span>
</button>
</div>
<div class="job__description">
<!-- <div class=" describe describe--active job__description-content job__description--1">
<h3>
<span> web developer(HTML/CSS) </span>
<span class="company">
<span> @ </span>
</span>
<a target="_blank" href="https://steer73.com/">Steer73</a>
</h3>
<p class="duration margin-bottom-2">march 2023 - till date</p>
<div class="description-details">
<ul>
<li> Developed and maintained code for in-house and sample websites primarily using
HTML, CSS, bootstrap, and JavaScript. </li>
<li> Absorbed techniques from experienced developers to apply towards daily tecnical
tasks. </li>
<li> Manually tested sites in various browsers and mobile devices to ensure
cross-browser compatibility and responsiveness </li>
<li> Formatted visual media to optimze for web usage across all devices </li>
</div>
</div> -->
<div class="describe describe--active job__description-content job__description--1 ">
<h3>
<span>web developer (volunteer) </span>
<span class="company">
<span> @ </span>
</span>
<a target="_blank" href="#">speak out Africa</a>
</h3>
<p class="duration margin-bottom-2">feb 2023 - june 2023</p>
<div class="description-details">
<ul>
<li>Led a team of front-end developers and designers, coordinating efforts,
conducting meetings, and motivating members to overcome challenges and achieve
project goals. </li>
<li> Collaborated closely with the product designer, providing input for UI/UX
implementation and ensuring accurate replication of a Figma design using
Bootstrap CSS and Bootstrap Studio. </li>
<li>Built assigned website sections using Bootstrap CSS and Bootstrap Studio,
showcasing ability to translate design concepts into functional web pages. </li>
<li> Utilized Git and version control for seamless collaboration, code management,
and maintaining a version-controlled repository on GitHub </li>
<li>Gained valuable experience in front-end web development, improved coordination
and leadership skills, and thrived in a diverse team environment. </li>
</div>
</div>
<div class="describe job__description-content job__description--2 ">
<h3>
<span>Front End web developer(Personal Brand)</span>
<span class="company">
<span> @ </span>
</span>
<a target="_blank" href="#">pasify tecnologies</a>
</h3>
<p class="duration margin-bottom-2">jan 2021 - till date</p>
<div class="description-details">
<ul>
<li>Successfully built a personal portfolio website and developed five fully
functional front-end web applications, showcasing a diverse range of skills and
capabilities</li>
<li>Completed programming projects with adherence to existing coding standards and
design styles, ensuring high-quality code and consistent user experiences </li>
<li> Leveraged mastery of HTML, CSS, JavaScript, bootstrap, git & Github, to deliver
top-quality code for diverse projects, consistently meeting client requirements
and exceeding expectations. </li>
<li> Demonstrated a commitment to professional growth by actively participating in
continuing education, attending relevant conferences, and engaging in workshops
to stay updated on current web technologies and programming practices </li>
</ul>
</div>
</div>
<div class="describe job__description-content job__description--3 ">
<h3>
<span> frontend web developer </span>
<span class="company">
<span> @ </span>
</span>
<a href="#">Smile Tech</a>
</h3>
<p class="duration margin-bottom-2">october 2020 - dec 2020</p>
<div class="description-details">
<ul>
<li> Developed strong knowledge and skills in using HTML, CSS, and JavaScript to
convert design concepts into functional web pages, gaining a solid foundation in
front-end development. </li>
<li> Conducted comprehensive testing sessions to evaluate the functionality and
usability of web pages, ensuring optimal performance and user experience </li>
<li> Actively absorbed techniques and best practices from experienced developers,
integrating them into daily technical tasks to enhance coding proficiency and
efficiency. </li>
<li> Started coding journey and built foundational skills as a programmer during
this experience, utilizing the opportunity to expand knowledge and skill set in
web development. </li>
</div>
</div>
</div>
</div>
</section>
<section class="works section" id="works">
<h2 class="heading mb-lg">Somethings I've built</h2>
<!-- //////////////////////start here -->
<ul class="project__lists">
<li class="project__container right">
<div class="project__image">
<a href="https://pasify.github.io/bankist-website/" target="_blank" rel="noopener">
<picture>
<source srcset="./images/bankist-mobile.jpg" media="(max-width: 37.5em)">
<img src="./images/bankist.png" alt="" class="preview">
</picture>
</a>
</div>
<div class="project__content">
<h1 class="heading project-title">
<a href="https://pasify.github.io/bankist-website/" target="_blank"
rel="noopener">Bankist Website</a>
</h1>
<div class="project__description">The Bankist website is a visually appealing showcase of
the key features and design of the Bankist application. It allows users to explore
account creation, easy navigation, and read fictional user testimonials. </p>
</div>
<div class="tools">
<ul class="tools-list">
<li>HTML</li>
<li>CSS/SASS</li>
<li>JavaScript</li>
</ul>
<div class="work__links">
<a href="https://github.com/Pasify/bankist-website" target="_blank">
<svg class="git-link">
<use xlink:href="images/sprite.svg#icon-github"></use>
</svg>
</a>
<a href="https://pasify.github.io/bankist-website/" target="_blank">
<svg class="icon-link">
<use xlink:href="images/sprite.svg#icon-external-link"></use>
</svg>
</a>
</div>
</div>
</div>
</div>
</li>
<li class="project__container left">
<div class="project__image">
<a href="https://natour.netlify.app" target="_blank" rel="noopener">
<picture>
<source srcset="./images/nattour-mobile.jpg" media="(max-width:37.5em)">
<img src="./images/nattour.png " alt="" class="preview">
</picture>
</a>
</div>
<div class="project__content">
<h1 class="heading project-title">
<a href="https://nattour.netlify.app/" target="_blank" rel="noopener">Nattour
Project</a>
</h1>
<div class="project__description">
<p>Natours is a captivating and interactive tour booking website that offers a wide
range of adventure tours. It showcases stunning destinations, provides detailed tour
information, and allows users to book their desired tours with ease. </p>
</div>
<div class="tools">
<ul class="tools-list">
<li>HTML</li>
<li>CSS/SASS</li>
</ul>
<div class="work__links">
<a href="https://github.com/Pasify/Natours-website" target="_blank"><svg
class="git-link">
<use xlink:href="images/sprite.svg#icon-github"></use>
</svg></a>
<a href="https://nattour.netlify.app/" target="_blank"><svg class="icon-link">
<use xlink:href="images/sprite.svg#icon-external-link"></use>
</svg></a>
</div>
</div>
</div>
</div>
</li>
<li class="project__container right">
<div class="project__image">
<a href="https://pasify.github.io/mapty/" target="_blank" rel="noopener">
<img src="./images/mapty.png " alt="" class="preview">
</a>
</div>
<div class="project__content">
<h1 class="heading project-title">
<a href="https://pasify.github.io/mapty/" target="_blank" rel="noopener">Mapty
Project</a>
</h1>
<div class="project__description">
<p>Mapty is a user-friendly fitness tracking app that allows users to record and
visualize workouts, log them on a map, track important details like duration and
distance, and view insightful statistics. </p>
</div>
<div class="tools">
<ul class="tools-list">
<li>HTML</li>
<li>CSS/SASS</li>
<li>JavaScript</li>
</ul>
<div class="work__links">
<a href="https://github.com/Pasify/mapty" target="_blank">
<svg class="git-link">
<use xlink:href="images/sprite.svg#icon-github"></use>
</svg>
</a>
<a href="https://pasify.github.io/mapty/" target="_blank">
<svg class="icon-link">
<use xlink:href="images/sprite.svg#icon-external-link"></use>
</svg>
</a>
</div>
</div>
</div>
</div>
</li>
</ul>
<!-- //////////////////////end here -->
</section>
<section class="project_sub section">
<h3 class="heading mb-md">Other Projects</h3>
<!-- each of them should be a link to either the github repo or thr website
2. get a link to the git hub repo or website if it has either-->
<ul class="project__sub__container mb-md">
<li class="project_list">
<div class="project1 project" data-url="#">
<div class="icon-container">
<div class="project-folder">
<svg class="file-icon">
<use xlink:href="./images/sprite.svg#icon-folder-open-o"></use>
</svg>
</div>
<div class="project-links">
<a href="https://github.com/Pasify/paskkal.io" class="github-link" target="_blank">
<svg class="link-icon">
<use xlink:href="./images/sprite.svg#icon-github">
</use>
</svg>
</a>
<a href="" class="external-link" target="_blank">
<svg class="link-icon">
<use xlink:href="./images/sprite.svg#icon-external-link"></use>
</svg>
</a>
</div>
</div>
<div class="project__details">
<h2 class="heading">
<a href="#">Portfolio Website v.1</a>
</h2>
<p class="heading_brief">The first Iteration of my porfolio website, to showcase my
skills, experience, and projects in front-end web development and design.</p>
</div>
<div class="project__tools">
<span>HTML</span>
<span>CSS/Sass</span>
<span>javaScript</span>
</div>
</div>
</li>
<li class="project_list">
<div class="project1 project" data-url="https://homerr.netlify.app/">
<div class="icon-container">
<div class="project-folder">
<svg class="file-icon">
<use xlink:href="./images/sprite.svg#icon-folder-open-o"></use>
</svg>
</div>
<div class="project-links">
<a href="https://github.com/Pasify/Homer-website" class="github-link"
target="_blank">
<svg class="link-icon">
<use xlink:href="./images/sprite.svg#icon-github">
</use>
</svg>
</a>
<a href="https://homerr.netlify.app" class="external-link" target="_blank">
<svg class="link-icon">
<use xlink:href="./images/sprite.svg#icon-external-link"></use>
</svg>
</a>
</div>
</div>
<div class="project__details">
<h2 class="heading">
<a href="https://www.homerr.netlify.app" target="_blank">Homerr App v.1</a>
</h2>
<p class="heading_brief">A modern real estate website with interactive features. Expore
the future of luxury property browsing through Homerr's sleek interface </p>
</div>
<div class="project__tools">
<span>HTML</span>
<span>CSS/Sass</span>
</div>
</div>
</li>
<li class="project_list">
<div class="project1 project" data-url="https://paskkal-info.netlify.app/">
<div class="icon-container">
<div class="project-folder">
<svg class="file-icon">
<use xlink:href="./images/sprite.svg#icon-folder-open-o"></use>
</svg>
</div>
<div class="project-links">
<a href="https://github.com/Pasify/paskkal-info-card" class="github-link"
target="_blank">
<svg class="link-icon">
<use xlink:href="./images/sprite.svg#icon-github">
</use>
</svg>
</a>
<a href="https://paskkal-info.netlify.app" class="external-link" target="_blank">
<svg class="link-icon">
<use xlink:href="./images/sprite.svg#icon-external-link"></use>
</svg>
</a>
</div>
</div>
<div class="project__details">
<h2 class="heading">
<a href="https://paskkal-info.netlify.app" target="_blank"> React Profile Card </a>
</h2>
<p class="heading_brief"> A basic contact card. I was interested in learning React.js,
so I found an online course on scrimba.com and it spun into a mini project </p>
</div>
<div class="project__tools">
<span>React js</span>
<span>CSS/Sass</span>
</div>
</div>
<!-- -->
</li>
</ul>
<button class="btn btn-big showMore"> Show more</button>
</section>
<div class="message hidemessage">
<p class="message__content"> some message will be displayed here </p>
<button class="btn btn-big">Ok</button>
</div>
<div class="message-overlay hideoverlay"></div>
<section class="contact section" id="contact">
<div class="contact__heading">
<h3 class="">Get In Touch</h3>
<h1 class="heading margin-bottom-3">Contact Me</h1>
</div>
<div class="summary">
<p class="summary__note"> Feel free to reach out to me, my inbox is always open, whether you have a
question, to discuss potential collaborations, freelance projects, or employment opportunities.
I'd love to hear from you. </p>
</div>
<div class="cta">
<a target="_blank" href="mailto:ifesinachiobiora73@gmail.com" class="emial-btn">
<button type="button" class="btn btn-big email-link">
<span class="btn__visible">Say Hello! </span>
<span class="btn__invisible"><svg class="icon">
<use xlink:href="images/sprite.svg#icon-mail4"></use>
</svg></span>
</button>
</a>
<a target="_blank" href="tel:+2348065259554" class="phone-btn">
<button class="btn btn-big call-link">
<span class="btn__visible">Call Me!</span>
<span class="btn__invisible"><svg class="icon">
<use xlink:href="images/sprite.svg#icon-phone"></use>
</svg></span>
</button>
</a>
</div>
</section>
<section class="social__contacts ">
<div class="icon__container">
<a href="https://Github.com/pasify" target="_blank" title="Github">
<svg class="icon icon-github">
<use xlink:href="images/sprite.svg#icon-github"></use>
</svg>
</a>
<a href="https://codesandbox.io/u/pasify" target="_blank" title="Codesandbox">
<svg class="icon">
<use xlink:href="images/sprite.svg#icon-codesandbox"></use>
</svg>
</a>
<a href="https://www.linkedin.com/in/ifesinachi-obiora-b62b7a216" target="_blank" title="linkedin">
<svg class="icon icon-linkedin">
<use xlink:href="images/sprite.svg#icon-linkedin"></use>
</svg>
</a>
<a href="https://twitter.com/paschalobiora_" target="_blank" title="Twitter">
<svg class="icon icon-twitter">
<use xlink:href="images/sprite.svg#icon-x"></use>
</svg>
</a>
<a href="https://wa.me/+2348065259554" target="_blank" title="WhatsApp"><svg
class="icon icon-github">
<use xlink:href="images/sprite.svg#icon-whatsapp"></use>
</svg></a>
</div>
</section>
<section class="gmail__container">
<div class="gmail__address">
<a href="mailto:ifesinachiobiora73@gmail.com" target="_blank">ifesinachiobiora73@gmail.com</a>
</div>
</section>
<footer class="footer">
<span> Designed and Built with ❤ by yours truly <a href="#" class="footer_link">~Paskkal.Io~</a> </span>
</footer>
</main>
<script src="script.js" type="module"></script>
</body>
</html>