-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.html
More file actions
45 lines (35 loc) · 1.4 KB
/
resume.html
File metadata and controls
45 lines (35 loc) · 1.4 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta author="Precious Iriaevho">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Precious Iriaevho CV / Resume</title>
</head>
<body>
<h1>Precious Iriaevho</h1>
<ul>
<li><b>Address</b> : 123, Precious Avenue, Lagos, Nigeria</li>
<li><b>Phone</b> : <a href="tel:0801234567890">0801234567890</a></li>
<li><b>Email</b> : <a href="mail:precious@gmail.com">precious@gmail.com</a></li>
</ul>
<h2>Career Objective</h2>
<p>I am a well versed digital marketer and programmer. I want to be the best in the world but i also love to farm.</p>
<h2>Skill Set</h2>
<ul>
<li>Team Player</li>
<li>Work without supervision</li>
<li>Teachable</li>
</ul>
<h2>Experience</h2>
<h3>Clickate Academy</h3>
<h4>Role : <span><mark>Instructor / Teacher</mark></span> - 2022 till date</h4>
<p>I am a programming instructor</p>
<h2>Education</h2>
<h3>University fo Benin, Nigeria</h3>
<h4>Course : <span><mark>Agriculture / Fisheries</mark></span> - 2010 to 2015</h4>
<p>I graduate as a green man to till the soil as gGod's own farmer</p>
<h2>Reference</h2>
<p>Available on Request</p>
</body>
</html>