-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (28 loc) · 934 Bytes
/
index.html
File metadata and controls
31 lines (28 loc) · 934 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="refresh" content="">
<title>Mawuli's personal site</title>
</head>
<body>
<img src="img/mawu1.jpg">
<h1>Kodjo Mawuli Agbla</h1>
<p><em>Funder and CIO of <strong><a href="https://chezmawuli.000webhostapp.om/"> CodeRed IT Community Center</a></strong></em>.</p>
<p>I'm mobile App and web developer. I love cofee and take litle beer.</p>
<hr>
<h4>Work experience</h4>
<ul>
<li>Projet manager of New developers community. </li>
<li>ICT teacher at Donkor Technical school</ICT>
</ul>
<h4>Hobbies</h4>
<ol>
<li>Football</li>
<li>Motorcycle</li>
<li>Coocking</li>
<li>Reading</li>
<li>Action movies</li>
</ol>
</body>
</html>