-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
70 lines (66 loc) · 1.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>EniolaAdemola</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="./images/my image.png" width="180" height="180" alt=" Eniola Ademola Pics"></td>
<td>
<h1>Eniola Ademola</h1>
<p><em></em>Computer Science Academic Coordinator at<a href="https://www.uniosun.edu.ng/"
target="_blank"> Osun State University</a> </p>
<p>I am a Web Developer . i ❤ playing Chess and i've won lots of Competitions.</p>
</td>
</tr>
</table>
<hr>
<h3>Courses Taught</h3>
<ul>
<li>Fundamentals of Programming Languages</li>
<li>Introduction to C Programming Language</li>
<li>Python Programming language and many more...</li>
</ul>
<hr>
<h3>Work Experience</h3>
<table cellspacing="10px">
<thead>
<th>Dates</th>
<th>Work Experience</th>
</thead>
<tbody></tbody>
<tfoot></tfoot>
<tr>
<td>2018-2019</td>
<td>Data Analyst at Enjoy Yourself Canteen </td>
</tr>
<tr>
<td>2019-2020</td>
<td>Teacher at Bloom Foundation </td>
</tr>
</table>
<hr>
<h3>Skills</h3>
<table cellspacing="10px">
<tr>
<td>Python</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Java</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td> Web Development</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
</table>
<hr>
<a href="./Contact.html">Contact Me</a>
<hr>
</body>
</html>