-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIndex.html
58 lines (56 loc) · 1.87 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Agu's Personal Site</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="https://media.licdn.com/dms/image/C4D03AQHeVa44s0zOpw/profile-displayphoto-shrink_400_400/0/1627088149258?e=1686787200&v=beta&t=2dvscAYjon7mR-NbnnaTdNvdisywjr6aY7kJomBOags" alt="agu joseph picture"></td>
<td><h1>AGU JOSEPH</h1>
<p><em>Python Developer at the <strong><a href="https://www.linkedin.com/company/81821427/admin/">African Technology Forum</a></strong>.</em></p>
<p>Analytical, motivated and hard-working Python Developer with over five years of experience designing, debugging and troubleshooting applications using Flask and Python coding languages. Hoping to use my advanced development skills to build and enhance banking applications for the finance industry.</p></td>
</tr>
</table>
<hr>
<h3>Education</h3>
<ul>
<li>Udemy, Certificate in Product Management - July, 2021.</li>
<li>EDx, Darden School of Business, University of Virginia, Getting Started with Agile and Design Thinking - April 2018.</li>
</ul>
<h3>Work Experience</h3>
<table border="1">
<thead>
<tr>
<th>Dates</th>
<th>Work</th>
</tr>
</thead>
<tr>
<td>2010-2013</td>
<td>Lead Developer at Tempo App</td>
</tr>
<tr>
<td>2013</td>
<td>Researcher at Hasob</td>
</tr>
</table>
<h3>Skills</h3>
<table>
<thead>
<tr>
<td>iOS Development ⭐ ⭐ ⭐</td>
<td>Web Development ⭐ ⭐ ⭐</td>
</tr>
<tr>
<td>Photography ⭐</td>
<td>Painting ⭐ ⭐ ⭐ ⭐ ⭐</td>
</tr>
</thead>
</table>
<hr<a>
<a href="hobbies.html">My Hobbies</a>
<a href="contact.html">My Contact</a>
</body>
</html>