-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
84 lines (84 loc) · 2.07 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
84
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>My Resume</title>
</head>
<body>
<h1>Asher Nzurum</h1>
<img
src="./assets/images/wp6349081-4k-desktop-horror-wallpapers.jpg"
height="150"
width="200"
/>
<hr />
<h2>Summary</h2>
<p>
Motivated Babcock University student eager to contribute skills and
enthusiasm to a dynamic organization. Strong academic background,
adaptable, and quick learner. Excellent communication and teamwork
abilities. Seeking practical experience and a chance to drive innovation.
Committed to personal and professional growth. Ready to make a positive
impact.
</p>
<hr />
<h2>Education</h2>
<ul>
<li>
<h3>Babcock University</h3>
<p>Bachelor of Science Computer Science</p>
</li>
<li>
<h3>Zamani College</h3>
<p>O levels</p>
</li>
</ul>
<hr />
<h2>Work Experience</h2>
<ul>
<li>None</li>
</ul>
<hr />
<h2>Skills</h2>
<ul>
<li>
<h3>Soft Skills:</h3>
<ul>
<li>Communication</li>
<li>Problem Solving</li>
<li>Leadership</li>
<li>Team Collaboration</li>
<li>Project Management</li>
</ul>
</li>
<li>
<h3>Hard Skills:</h3>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>Python</li>
<li>C++</li>
<li>JavaScript</li>
<li>React.JS</li>
</ul>
</li>
</ul>
<hr />
<h2>Awards and Certifications:</h2>
<ul>
<li>
Udemy Certificate of Completion: Crash Course Build a Full-Stack Web App
in a Weekend
</li>
</ul>
<hr />
<h2>Other:</h2>
<ul>
<li><a href="./public/hobbies.html">My Hobbies</a></li>
<li>
<a href="./public/contact.html">Contact me</a>
</li>
</ul>
<footer>© Asher Nzurum. All rights reserved.</footer>
</body>
</html>