-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
123 lines (120 loc) · 2.92 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Owolabi Personal Site</title>
</head>
<body>
<table cellspacing='30'>
<tr>
<td><img src="Images/owolabi-1.jpg" alt="Owolabi profile_images" width="120" height="160"></td>
<td>
<h1>Owolabi Oshinade</h1>
<h2>Personal Page</h2>
<p><em></em>Principal Consultant at <strong><a href="http://droidedge.com/" target="_blank">Droidedge Consulting</a></strong></em></p>
<br>
<p>I am a young and gifted individual with a strong accounting background. I have vast knowledge in information technology</p>
</td>
</tr>
</table>
<hr>
<h3>Academic Education with date</h3>
<ul>
<li>National Open University of Nigeria</li>
<li>Lagos State Polytechnic
<ul>
<li>Ordinary National Diploma</li>
<li>Higher National Diploma</li>
</ul>
</li>
<li>Ikorodu High School</li>
</ul>
<hr>
<h3>Work Experience</h3>
<table>
<thead>
<tr>
<th>Date</th>
<th>Work</th>
</tr>
</thead>
<tbody>
<tr>
<td>2020-Current</td>
<td>ATIB Services Limited</td>
</tr>
<tr>
<td>2018-2020</td>
<td>Consultingbord Limited</td>
</tr>
<tr>
<td>2017-2018</td>
<td>Olivet Cloud Solutions Limited</td>
</tr>
</tbody>
<tfoot>
<tr>
<td></td>
<td>Thank You</td>
</tr>
</tfoot>
</table>
<hr>
<h3>My Key Skills</h3>
<table cellspacing = 5>
<tr>
<td>
<table>
<thead>
<tr>
<td>Skills Name</td>
<td>Skills Ratings</td>
</tr>
</thead>
<tbody>
<tr>
<td>Financial Reporting</td>
<td>✅✅✅✅✅</td>
</tr>
<tr>
<td>Auditing</td>
<td>✅✅✅✅</td>
</tr>
<tr>
<td>Web Development</td>
<td>✅</td>
</tr>
</tbody>
</table>
</td>
<td>
<table>
<thead>
<tr>
<td>Skills Name</td>
<td>Skills Ratings</td>
</tr>
</thead>
<tbody>
<tr>
<td>MS Excel</td>
<td>✅✅✅✅✅</td>
</tr>
<tr>
<td>Sage ERP</td>
<td>✅✅✅✅✅</td>
</tr>
<tr>
<td>Zoho Suit</td>
<td>✅✅✅✅✅</td>
</tr>
</tbody>
</td>
</tr>
</table>
</table>
<hr>
<h3><a href="hobbies.html" target="_blank">My Hobbies</a></h3>
<h3><a href="contact-me.html" target="_blank">Contact Me</a></h3>
</body>
</html>