-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
84 lines (83 loc) · 3.64 KB
/
index.html
File metadata and controls
84 lines (83 loc) · 3.64 KB
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>
<img src="./images/passport.jpg" alt="passport photo of Nwachukwu Michael" height="150" width="100"/>
<h1>Nwachukwu Michael Kelechi</h1>
<h2>Current Junior Web Developer at Aragon JDS Ltd</h2>
<hr/>
<p>I am a hardworking , focused and ready to learn intern with a wide diversity in different fields of work. with an adaptive technique of either having to work alone or as a group function.</p>
<hr/>
<h2>My work experiences include:</h2>
<ul>
<li>service manager:
<ul>
<li>Pearls and Ivory </li>
<li>2019-2020</li>
<li>Aragon JDS</li>
<li>2022-2023</li>
<li>Worked as a sales representative at Aragon JDS
<li>Worked as a service manager at Pearls and Ivory where I was in charge of all staff management and resposibilities</li><br/>
</ul>
<li>Sales Representative:
<ul> <li>where i sharpened my skills in marketing and prospecting for new clients, negotiating deals, and providing excellent customer service to ensure satisfaction.</li><br/>
</ul>
<li>Junior Civil Engineer Internship:
<ul>
<li>Brains and Hammers Nigeria Ltd</li>
<li>2024-2025</li>
<li>Gained hands-on experience in various aspects of civil engineering projects, including design, construction, and quality control</li><br/>
</ul>
</ul>
<hr/>
<h2>Educational Background</h2>
<ul>
<li>First School Leaving Certificate:
<ul>
<li> Oasis International School, Abuja</li>
<li>(2007-2013)</li><br/>
</ul>
<li>Senior Secondary School Certificate:
<ul>
<li>Christ the King College, Gwagwalada</li>
<li>(2013-2019)</li><br/>
</ul>
<li>B.sc Civil Engineering:
<ul>
<li>University of Nigeria Nsukka</li>
<li>2019-2025</li><br/>
</ul>
</ul>
<hr/>
<h2> Skills Section</h2>
<ul>
<li>proficient in HTML and CSS design programming. ⭐</li>
<li>Attention to detail</li>
<li>Ability to priotize and multi-task</li>
<li>Communication and relationship building</li>
<li>Project management and construction methods</li>
</ul>
<hr/>
<h2>Achievements</h2>
<ul>
<li>Recognized as the best service managerat Pearls and Ivory for outstanding performance in 2019.</li>
<li>Successfully completed a major project at Brains and Hammers Nigeria Ltd, contributing to the successful delivery of a key infrastructure project</li>
<li>Recieved a commendation for exceptional customer service at Aragon JDS</li>
</ul>
<hr/>
<h2>Others</h2>
<a href="./public/references.html">References</a><br/>
<a href="./public/hobbies.html">My Hobbies</a><br/>
<a href="./public/contact.html">Contact Me</a><br/>
<p>
<footer>
<small>
© 2025 Nwachukwu Michael Kelechi. All rights reserved.
</small>
</footer>
</p>
</body>
</html>