-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
78 lines (69 loc) · 2.02 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
!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Steve html CV</title>
</head>
<body>
<h1>Stephen Mwangi</h1>
<img src="./photo/selfie.jpg" height="200" alt="stephen photo"/>
<h2>Summary</h2>
<p>
I am a hardworking and dedicated individual with experience in web development and graphic design.
<hr/>
</p>
<h2>Education</h2>
<p>
<ul>
<li>Bachelor of Information Technology - Jomo Kenyatta Univesity 2024(In progress)</li>
<li>AWS Solution Architect</li>
<li>Cisco CyberOps</li>
</ul>
</p>
<hr/>
<h2>Work Experience</h2>
<ul>
<h3>
<li>Stomm Technologies</li>
</h3>
<p>June 2015 - June 2020</p>
<ul>
<li>Computer repair and maintainace</li>
<li>Networking and structuring</li>
</ul>
<h3>
<li>Freelance graphic desigher</li>
</h3>
<p>June 2020 - to date</p>
<ul>
<li>Web development with Fiverr, Upwork and Craiglist</li>
<li>AI Testing with Remotask and Data annotation</li>
</ul>
</ul>
<hr/>
<h2>Skills and Languages</h2>
<ul>
<li>Python: Django and Flask: ⭐️⭐️⭐️⭐️</li>
<li>Javascript: React, EJS and Node JS: ⭐️⭐️⭐️⭐️</li>
<li>Adobe cloud suite: ⭐️⭐️⭐️⭐️</li>
<li>Microsoft office suite: ⭐️⭐️⭐️⭐️</li>
<li>Linux, IOS and windows proficiency: ⭐️⭐️⭐️⭐️⭐️</li>
</ul>
<hr/>
<h2>Awards and Certifications</h2>
<ul>
<li>Employee of the Year - Stomm technologies. (August 2016)</li>
</ul>
<hr/>
<h2>Other</h2>
<ul>
<li>
<a href="./Hobbies link">Hobbies😊</a>
</li>
<li>
<a href="./contact.html">Contacts</a>
</li>
</ul>
</body>
</html>