-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
87 lines (87 loc) · 2.4 KB
/
index.html
File metadata and controls
87 lines (87 loc) · 2.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
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
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Simeon's Personal Site</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="Images/simeon.png" alt="Simeon's profile picture"></td>
<td>
<h1>Simeon Moses</h1>
<p><em>Resources Personnel/Manager at <strong>Softlife</strong>.</em></p>
<p>Simeon Moses is an award winning Physiotherapist from the Northern Atlantic College of Bahamas, having won so many many laurels. He is very good at deciding in crucial matters. <strong>His book The Reason I Exist</strong> which was the New
York
Times Best Selling. </p>
</td>
</tr>
</table>
<hr size="1" noshade>
<h2>Educational Background</h2>
<ul>
<li>Jevic Science Academy, 62 Iboko Street, Uyo, Aks.</li>
<li>St. Patrick Nursery/Primary School, Iboko Offot, Uyo, Aks</li>
<li>Model Community Secondary School, Aka Offot, Uyo, Aks</li>
<li>Participant of <a href="https://leapafrica.org/">iLEAD, LEAP AFRICA;</a> Employability, Enterpreneurship, Leadership, Accountability</li>
<li>B.sc(undergraduate) Department of Physiology, University of Uyo
<ul>
<li>Awaiting Result</li>
<li>ASUU STRIKE</li>
</ul>
</li>
</ul>
<hr size="1" noshade>
<h3>Work Experience</h3>
<table>
<thead>
<tr>
<td>2009-2011</td>
<td>2012</td>
</tr>
</thead>
<tbody>
<tr>
<td>Institute of Management Science</td>
<td>Military Research Insititute</td>
</tr>
</tbody>
</table>
<hr size="1" noshade>
<h3>Skills</h3>
<table border="0" cellspacing="10">
<tr>
<td>AngularJS</td>
<td>⭐⭐</td>
<td>WordPress</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>CSS</td>
<td>⭐</td>
<td>JSON</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>PHP</td>
<td>⭐⭐</td>
<td>XML</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>MySQL</td>
<td>⭐⭐⭐⭐⭐</td>
<td>jQUERY</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Object Oriented Programming</td>
<td>⭐⭐⭐⭐⭐</td>
<td>Scrum</td>
<td>⭐⭐⭐</td>
</tr>
</table>
<hr>
<a href="Hobbies.html">My Hobbies</a>
<a href="Contact.html">Contact Me</a>
</body>
</html>