-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
83 lines (82 loc) · 2.86 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
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="Description" content="SuezDevs provides information on services offered by SuezDevs LTD">
<title>SuezDevs Blog❤</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="img/favicon.ico">
<link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link href="https://fonts.googleapis.com/css2?family=Merriweather:ital@1&family=Montserrat&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<table cellspacing="20" style="background-color: purple;">
<tbody>
<tr>
<td><img src="./img/dev2-modified.png" alt="Ezra Mbonshi CEO." width="250" height="250"></td>
<td text-align="Center"><h1>Ezra Mumba Mbonshi</h1>Software Developer - SuezDevs<br>Chief Technology Strategist - BitX<br>Board Member - T Farms</td>
<td class="clouds" width="613"><img src="./img/cloud.png" alt="cloud"><img src="./img/cloud.png" alt="cloud"><img src="./img/cloud.png" alt="cloud"></td>
</tr>
</tbody>
</table>
<P>Inspired by the limitless potential of the tech world, I embarked on the journey to learn the necessary technologies using resources on the net.</P>
<hr>
<h3>Education Background</h3>
<ul type="square">
<li>Grade 8-9: Kasama Boys High School</li>
<li>Grade 10-12: Temweni High School</li>
<li>Self taught: Python and Web development</li>
</ul>
<hr>
<h3>Skills</h3>
<table cellspacing="20">
<tbody>
<tr>
<td>Python programming</td>
<td>⭐⭐⭐</td>
<td>Html</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>CSS</td>
<td>⭐⭐⭐</td>
<td>Microsoft Office</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
</tbody>
</table>
<hr>
<h3>Work Experience</h3>
<table>
<thead>
<tr>
<th>Time Period</th>
<th colspan="3">Work</th>
</tr>
</thead>
<tbody>
<tr>
<td>2012-2016</td>
<td>English-Bemba Translator</td>
</tr>
<tr>
<td>2022</td>
<td>Software Developer @ SuezDevs</td>
</tr>
</tbody>
</table>
<hr>
<h3>Hobbies</h3>
<ol type="i">
<li>Reading</li>
<li>Jogging</li>
</ol>
<footer>
<div class="footer_div">
<a href="https://www.linkedin.com/in/ezra-mbonshi-487475115/">Linkedin</a>
<a id="twitter-link" href="https://twitter.com/Ezra0M">Twitter</a>
<a href="contact_details.html">Contact Us</a>
</div>
<p id="footer_p">© 2022 Ezra Mumba Mbonshi</p>
</footer>
</body>
</html>