-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (36 loc) · 1.28 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>My Resume</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<h1>My Resume</h1>
<hr />
<h2>Objective</h2>
<p>My name is Oba Helen Amarachukwu.<br />
I wish to make an impact in the tech industry, by being the best of myself,
and I know it's going to be possible because I am a very determined, creative and industrious young lady.</p>
<img src="./IMG_0972 (1).jpeg" height="250">
<hr />
<h2>Education</h2>
<p>My amater is Special Science Girl's Secondary school Agbani.<br />
where I obtained my SSCE.<br />
I am currently in college</p>
<hr />
<h2>Certifications</h2>
<ul>
<li>'O' Level certificate.</li>
<img src="./Screenshot 2023-07-30 233520.png" height="200">
<li>I have a certificate on Responsive Web Design, issused to me by freecodecamp</p>
</li>
</ul>
<hr />
<a href="./about.html">About Me</a>
<a href="./contact.html">Contact Me</a>
<footer>
@Helen
</footer>
</body>
</html>