-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
81 lines (76 loc) · 4.38 KB
/
index.html
File metadata and controls
81 lines (76 loc) · 4.38 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>About | Onwubiko Okem</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
</head>
<body>
<div id="container">
<header id="main_header">
<a href="#" class="mylogo"><img src="https://res.cloudinary.com/amichania/image/upload/v1654175086/New/codahKING_tvcjkp.png" width="auto" height="80px"></a>
<nav class="main_nav">
<a href="Contact.html">Contact</a>
<a href="Registration.html">Register</a>
<a href="Login.html">Log In</a>
</nav>
</header>
<div class="main_body">
<main id="main">
<div class="middle">
<div class="myimage">
<img src="https://res.cloudinary.com/amichania/image/upload/v1654192899/photostudio-4-designify_fqhxoj.png"
alt="my_picture" height="300px" class="myimg">
<div class="main_description">
<h1 class="titular">"I am CodHaking"</h1>
<p class="title">Tech Enthusiast| Budding Fullstack Dev. | Writer | Engineer</p>
</div>
</div>
</div>
<div class="content">
<p class="centered">About Me</p>
<p>my name is onwubiko okem Precious. I am a 23-year-old aspiring fullstack developer with an over active imagination that tries its best to seclude me from reality and drown me in a never ending montage of brilliant stories and endless possibilities. I am also studying to be a Mechanical Engineer. I don’t fancy myself the sporty kind, though I do engage in the barest minimum for cardiovascular reasons. I love to eat, laugh and live even though it gets tiring sometimes. I consider my best trait to be my loyalty and willingness to try new things which is near paradoxical as I don’t take too kindly to big changes. As an only child of two academics, academics play a big role in my life but only to the extent of practical application with a result oriented goal. I know nothing of wine tasting or art and sculpture, they’re a little too high class for my tastes. I believe my biggest achievement was getting published in WSA, it made me believe that all those hours I spent clacking away at my keyboard were not completely futile and that someone out there was interested in what I had to say. I had a voice and someone was listening, it is by far, my biggest achievement. I have really lofty aspirations, but at the end of the day I think I’d truly be satisfied if I die having lived a happy life. I’m simple that way.</p>
</div>
<div class="lower_webmain">
<div class="lower_web1">
Hobbies
<ul>
<li>Watching Anime</li>
<li>Reading</li>
<li>Tinkering</li>
<li>Sleeping</li>
<li>Eating</li>
</ul>
</div>
<div class="lower_web2">
Priorities
<ol>
<li>Being a Good Human Being</li>
<li>Making Lots of Money</li>
<li>Taking Care of my Family</li>
</ol>
</div>
<div class="lower_web3">
Skills
<ul>
<li>HTML</li>
<li>CSS</li>
<li>Technical Writing</li>
<li>Soft Skills</li>
</ul>
</div>
</div>
<a href="Contact.html" class="info_btn">Contact Us</a>
</main>
</div>
<footer id="main_footer">
<div class="media_icons">
<a href="https://www.linkedin.com/in/okem-onwubiko" target="_blank"><i class="fa-brands fa-linkedin-in"></i></a>
<a href="https://www.twitter.com/devonwubiko" target="_blank"><i class="fa-brands fa-twitter"></i></a>
<a href="https://github.com/codhaking" target="_blank"><i class="fa-brands fa-github"></i></a>
</div>
</footer>
</div>
</body>
</html>