-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsite-idex.html
More file actions
81 lines (63 loc) · 1.97 KB
/
Copy pathsite-idex.html
File metadata and controls
81 lines (63 loc) · 1.97 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>my resume</title>
</head>
<body>
<table cellspacing="10">
<tr>
<td>
<img src="download.png" alt="web developer" sizes="20" width="150">
</td>
</tr>
<tr>
<td>
<h3><a href="https://www.linkedin.com/in/uche-emmanuel-87381a172/">Emmanuel uche</a> (MIT)</h3>
<p><em>I am a <strong>Full stack web developer</strong> and i enjoy what i do</em</p>
</td>
</tr>
</table>
<hr size="3">
<h4>Work Experience</h4>
<table cellspacing="10">
<thead>
<tr>
<th>Dates</th>
<th>Company</th>
</tr>
</thead>
<tbody>
<tr>
<td>2017-2018 </td>
<td>Risk analyst at Zenith </td>
</tr>
<tr>
<td> 2018-2019 </td>
<td> Risk analyst at Rosabon financial services</td>
</tr>
<tr>
<td>2019-date</td>
<td>Full Stack Developer at Rosabon financial services</td>
</tr>
</tbody>
<tfoot>
</tfoot>
</table>
<hr size="3">
<h4>Skills</h4>
<ul>
<li>Advanced excel user</li>
<li>Web developer tools</li>
</ul>
<h4>My hobbies</h4>
<ol>
<li>Reading codes</li>
<li>playing chess</li>
<li>Crunching numbers</li>
</ol>
<a href="second.html">my contact</a>
</body>
</html>