-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
57 lines (52 loc) · 2.04 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>IKECHUKWU OSINACHI</title>
<link rel="stylesheet" href="Styles.css">
<link rel="icon" href="favicon.ico">
</head>
<body>
<div class="top-container">
<h1><b>I'm Osinachi.</b></h1>
<p class="psec">a CAD expert</p>
</div>
<div class="middle-container">
<div class="profile">
<img src="ocee.JPG" alt="ocee.JPG" height="250px">
<p>I am CAD expert, I love my job. Enthusiast on cryptocurrency. </p>
<p>Consistency and discipline is the key to perfection.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="dmodel" src="model.png" alt="model.png">
<h3>3D Modelling</h3>
<p>I do Complex 3D machine and building design profiles, 2d designs got
so boring then I started 3d wireframes then complex models.
My passion and consistency is responsiblle for the drive.</p>
</div>
<div class="skill-row">
<img class="art" src="art.png" alt="art.png">
<h3>Digital art</h3>
<p>Digital drawings including pixels. I have been drawing since I was little,
on my drawing book then I thought I should step up my game and go digital. Basically, its a gift.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h3>Get In Touch.</h3>
<p>Hit me up on any of the address below.</p>
<a class="btn" href="mailto:[email protected]">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/ikechukwu-osinachi-125009217">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/EGCrypt_">Twitter</a>
<a class="footer-link" href="https://oceebigman.github.io/Resume-/">Website</a>
<p class="copyright" >© Osinachi Ikechukwu.</p>
</div>
</div>
</body>
</html>