-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (57 loc) · 2.53 KB
/
index.html
File metadata and controls
59 lines (57 loc) · 2.53 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
<!Doctype html>
<html>
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="style.css" />
<meta name="viewport" content="width=device-width" />
<title> My CV </title>
</head>
<body>
<div class="container">
<div class ="one">
<img src="bob.jpg" alt="my picture" width="200px" height="200px">
</div>
<div id ="two">
<h2>BOB <strong>OGHORO</strong></h2>
<p> <em><b>Fulltime</b> BackEnd Developer</em></p>
</div>
<div id ="three">
<h1>CONTACT</h1>
<p> Address: <br/> Asaba, Delta State, Nigeria <br/> <br/> Phone Number: <br/> 08126351314 <br/><br/>
Email: <br/> oghorobob93@gmail.com <br/><br/> Linkedin: <br/> ogheneakpobo oghoro </p>
</div>
<div id ="four"><h3>EDUCATION</h3>
<hr/>
<p> <span class = "year">2013 - 2017 </span> <span class = "topic"> Babcock University</span>
<br/><span class = "subtopic"> Second Class Upper Division <br/> Department of Computer Science <br/> Ogun State, Nigeria </span></p>
<p> <span class = "year">2021 </span> <span class = "topic"> OpenClassRooms</span>
<br/><span class = "subtopic"> Java BackEnd Developer - In View </span></p>
</div>
<div id ="five"><h1>ABOUT ME</h1>
<p> I am a gradute of computer sciences from Babcock University.<br/>
Studying JavaBackEnd developer from OpenClassRooms.
I am very Resourceful, Diligent, Patient and <br/> Team player</p>
<br/>
<br/>
<br/>
</div>
<div id ="six"><h3>EXPERIENCE </h3>
<hr/>
<p> <span class = "year">2015 - 2016 </span> <span class = "topic"> School Ville Limited</span>
<br/><span class = "subtopic"> I was introduced into the world of IT in this company as an Industrial Trainee </span></p>
<p> <span class = "year">2017 -2018 </span> <span class = "topic"> NYSC</span>
<br/><span class = "subtopic"> I served in Akwa Ibom State working in the Accountant General's office Under the Director of Computer Services </span></p>
<p> <span class = "year">2019 - Till Date </span> <span class = "topic"> Delta State Government</span>
<br/><span class = "subtopic"> I currrently work with Delta State government as a Computer Instructor </span></p>
</div>
<div id ="seven"><h1>HOBBIES</h1>
<p>Reading <br/> Playing Football <br/> Travelling <br/> Playing Chess <br/> Seeing Movies</p>
</div>
<div id ="eight"><h3>REFERENCE</h3>
<hr/>
<p> <span class="refer1">Sunday U. Udioko <br/> Director, Computer Services. <br/> Ministry of Fininance Akwa Ibom State, Nigeria <br/> phone: 08023839849 </span>
</p>
</div>
</div>
</body>
</html>