-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (30 loc) · 1.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
</head>
<body>
<h1>About Me</h1>
<h2>Brief Intro</h2>
<p>
My name is Chimezie Vincent Chukwuemeka. I am a vibrant Igbo man in his
mid-twenties. I am a lover and follwer of Jesus Christ. I am family
oriented. I love Love too!
</p>
<h3>Background</h3>
<p>
I have an engineering Background. I graduated from Nnamdi Azikiwe
University with a bachelors in mechanical engineering. I enjoy taking on
challenging tasks and feel even better when done with such tasks.
</p>
<h4>Expectations from Upskill'24</h4>
<p>
I am expecting to gain the sufficient skills required to land a junior
frontend developer role after this value packed program. I am also
ethusaistic about networking with the community of wonderful facilitators,
mentors and fellow students in this program.
</p>
</body>
</html>