-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
377 lines (280 loc) · 15.5 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
<!DOCTYPE html>
<html lang="en">
<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">
<link rel="shortcut icon" href="favicon_io/android-chrome-512x512.png" type="image/x-icon">
<link rel="stylesheet" href="style/main.css">
<link rel="stylesheet" href="style/header.css">
<link rel="stylesheet" href="style/hamburger.css">
<link rel="stylesheet" href="style/about.css">
<link rel="stylesheet" href="style/skills.css">
<link rel="stylesheet" href="style/projects.css">
<link rel="stylesheet" href="style/contact.css">
<link rel="stylesheet" href="style/footer.css">
<link rel="stylesheet" href="style/fontawesome/all.css">
<title>Chibuzo Franklin Odigbo Portforlio Page</title>
</head>
<body>
<div class="root">
<header>
<h1>Chibuzo Franklin Odigbo</h1>
<nav class="topnav">
<ul class="navbar">
<li><a href="index.html">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#skill">Skills</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
<nav class="social">
<ul class="social-media">
<li><a href="https://github.com/Franklivania" target="_blank"><i class="fa-brands fa-github"></i></a></li>
<li><a href="https://linkedin.com/in/franklin-odigbo-706886202/" target="_blank"><i class="fa-brands fa-linkedin"></i></a></li>
<li><a href="https://twitter.com/OdigboF" target="_blank"><i class="fa-brands fa-twitter"></i></a></li>
<li><a href="https://franklivania.hashnode.dev/" target="_blank"><i class="fa-brands fa-hashnode"></i></a></li>
<li><a href="https://discord.com/channels/@me" target="_blank"><i class="fa-brands fa-discord"></i></a></li>
</ul>
</nav>
<img src="others/moon.png" alt="theme" id="icon">
<div id="hamburger-icon" onclick="toggleMobileMenu(this)">
<div class="bar1"></div>
<div class="bar2"></div>
<div class="bar3"></div>
<ul class="mobile-menu">
<!-- main nav page -->
<li><a href="index.html">Home</a></li> <br>
<li><a href="#about">About</a></li> <br>
<li><a href="#skill">Skills</a></li> <br>
<li><a href="#projects">Projects</a></li> <br>
<li><a href="#contact">Contact</a></li> <br>
<!-- social media -->
<li><a href="https://github.com/Franklivania" target="_blank"><i class="fa-brands fa-github"></i></a></li> <br>
<li><a href="https://linkedin.com/in/franklin-odigbo-706886202/" target="_blank"><i class="fa-brands fa-linkedin"></i></a></li> <br>
<li><a href="https://twitter.com/OdigboF" target="_blank"><i class="fa-brands fa-twitter"></i></a></li> <br>
<li><a href="https://franklivania.hashnode.dev/" target="_blank"><i class="fa-brands fa-hashnode"></i></a></li> <br>
<li><a href="https://discord.com/channels/@me/1012835372725714944" target="_blank"><i class="fa-brands fa-discord"></i></a></li>
</ul>
</div>
</header>
<section class="section">
<div id="about">
<div class="circle"><img src="others/cropped.jpg" alt="Chibuzo Franklin" id="crop-img"></div>
<h2>
Hi, I am Chibuzo Frankln Odigbo. A front-end web developer.
<br>
I am well versed in HTML and CSS. I have a background in JavaScript, and I am getting proficient in React.js. I also dabble in SASS,
I am a tech writer, and a blockchain enthusisast.
<br>
I like to make new friends, and learn along the way. I hope you will have me.
<br>
<br>
<button class="btn" type="button"><a href="others/Resume.pdf">Download my Resume</a></button>
</h2>
<img src="others/image remove.png" alt="Chibuzo Franklin" id="main-img">
</div>
<div id="skill">
<div class="skilled coding">
<h2 class="skill-head">
Coding Skills
</h2>
<div class="skill-pod">
<p>HTML</p>
<div class="container">
<div class="skills html"></div>
</div>
<p>CSS</p>
<div class="container">
<div class="skills css"></div>
</div>
<p>JavaScript</p>
<div class="container">
<div class="skills js"></div>
</div>
<p>React.js</p>
<div class="container">
<div class="skills react"></div>
</div>
</div>
</div>
<div class="skilled tech">
<h2 class="skill-head">
Technical Skills / Tools
</h2>
<div class="skill-pod">
<p>Vs Code</p>
<div class="container">
<div class="skills vs"></div>
</div>
<p>Git/ Version Control</p>
<div class="container">
<div class="skills git"></div>
</div>
<p>Tech Writing</p>
<div class="container">
<div class="skills write"></div>
</div>
<p>Graphic design</p>
<div class="container">
<div class="skills design"></div>
</div>
<p>Figma</p>
<div class="container">
<div class="skills figma"></div>
</div>
</div>
</div>
<div class="skilled lang">
<h2 class="skill-head">
Languages
</h2>
<div class="skill-pod">
<p>English</p>
<div class="container">
<div class="skills english"></div>
</div>
<p>Asusu Igbo</p>
<div class="container">
<div class="skills igbo"></div>
</div>
<p>Spanish</p>
<div class="container">
<div class="skills spanish"></div>
</div>
<p>Japanese</p>
<div class="container">
<div class="skills jap"></div>
</div>
</div>
</div>
</div>
<div id="projects">
<div class="project project-one">
<div class="project-image">
<img src="others/vania-continental.png" alt="">
</div>
<div class="project-content">
<h2>Vania Continental</h2>
<p>This is a demo hotel landing page I built. It is an outdoor <br>
resort of sorts, that embraces the outdoor style of life, with natural <br> foods, that
are made from nature's givings. <br> It is mostly aimed at those who look for a special resort <br> for outdoor activities <br>
</p>
<div class="stack">
<small>HTML5</small>
<small>CSS3</small>
<small>JavaScript</small>
</div>
<br>
<div class="links">
<a href="https://github.com/Franklivania/vania-continental" target="_blank"><i class="fa-brands fa-github fa-2x"></i></a>
<a href="https://vania-continental.netlify.app" target="_blank" class="link-btn"><i class="fa-solid fa-arrow-up-right-from-square fa-2x"></i></a>
</div>
</div>
</div>
<div class="project project-two">
<div class="project-image">
<img src="others/Vania-graph.png" alt="">
</div>
<div class="project-content">
<h2>Vania Graph</h2>
<p>This is a futuristic photography website. <br>
it was built to explore the futuristic aesthetic of photography, and <br>
how it can affect fashion and lifestyle. <br>
Greatly inspired by the love for purple and of the hue it adds to give <br>
it that space tint. Hope you enjoy...
</p>
<div class="stack">
<small>HTML5</small>
<small>CSS3</small>
</div>
<br>
<div class="links">
<a href="https://github.com/Franklivania/vania-graph" target="_blank"><i class="fa-brands fa-github fa-2x"></i></a>
<a href="https://vania-graph.netlify.app" target="_blank" class="link-btn"><i class="fa-solid fa-arrow-up-right-from-square fa-2x"></i></a>
</div>
</div>
</div>
<div class="project project-three">
<div class="project-image">
<img src="others/Japlore.png" alt="">
</div>
<div class="project-content">
<h2>Japlore</h2>
<p>This is a demo travel guide app
it was built to ease the transition of those who
would want to live in Japan.
It is a website aimed at interacting and educating users about
what to expect when it Japan. It also provides a tourist catalogue. <br>
<i>This is still in development</i>
</p>
<div class="stack">
<small>ReactJs</small>
<small>SASS</small>
</div>
<br>
<div class="links">
<a href="https://github.com/Franklivania/japlore" target="_blank"><i class="fa-brands fa-github fa-2x"></i></a>
<a href="https://japlore.vercel.app" target="_blank" class="link-btn"><i class="fa-solid fa-arrow-up-right-from-square fa-2x"></i></a>
<a href="https://www.behance.net/debaedoma" target="_blank" class="link-btn"><i class="fa-solid fa-palette fa-2x"></i></a>
</div>
</div>
</div>
<div class="project project-four">
<div class="project-image">
<img src="others/dwell.png" alt="">
</div>
<div class="project-content">
<h2>Dwell State Pride</h2>
<p>This is a demo housing site that seeks to bridge the gap
to finding good housing in Lagos. It is aimed at making the
looking for accomodation in lagos ewasily attainable
It provides a large catalogue of places across Lagos, and can serve
in may ways.
</p>
<div class="stack">
<small>ReactJs</small>
<small>SASS</small>
</div>
<br>
<div class="links">
<a href="https://github.com/Franklivania/dwell" target="_blank"><i class="fa-brands fa-github fa-2x"></i></a>
<a href="https://dwell.vercel.app" target="_blank" class="link-btn"><i class="fa-solid fa-arrow-up-right-from-square fa-2x"></i></a>
<a href="https://www.behance.net/audreyo" target="_blank" class="link-btn"><i class="fa-solid fa-palette fa-2x"></i></a>
</div>
</div>
</div>
</div>
<div id="contact">
<form target="_blank" action="https://formsubmit.co/d2ff1defcd0e0d2b73e30870c7a780a6" method="POST" onsubmit="validateForm()">
<!-- Honeypot -->
<input type="text" name="_honey" style="display: none;">
<!-- disble captcha -->
<input type="hidden" name="_captcha" value="false">
<!-- <input type="hidden" name="_next" value="" > -->
<h1>Let's get in touch</h1>
<label for="name">Name:</label>
<input type="text" id="name" name="name" placeholder="Your name">
<small class="error"></small>
<label for="name">Email:</label>
<input type="text" id="email" name="email" placeholder="Your email">
<small class="error"></small>
<label for="message">Message:</label>
<textarea id="message" name="comments, questions" placeholder="Your message" rows="6"></textarea>
<small class="error"></small>
<div class="center">
<input type="submit" value="Send Message">
<p id="success"></p>
</div>
</form>
</div>
</section>
<footer id="footer">
<h3>Copyright @ Chibuzo Franklin Odigbo 2023</h3>
<h4>Thanks for making it to my portfolio page</h4>
</footer>
</div>
<script src="scripts/index.js"></script>
</body>
</html>