Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# assignment_html_resume
Build an HTML5 resume to jump start your job search
CHIDIEBERE RAPHAEL NKWAZEMA
https://github.com/KingCyrus/assignment_html_resume/blob/master/index.html
142 changes: 142 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,142 @@
<!DOCTYPE html>
<html>
<head>
<meta charset= "UTF-8">
<meta name = "viewport" content = "width= device - width, initial-scale=1.0">
</head>
<body>
<header>
<h1> Chidiebere Nkwazema | Software Engineer</h1>
</header>
<address>
7 Independent Lane<br>
ILom Street, Woji Rd.<br>
Port Harcourt<br>
Rivers State<br>
Nigeria<br>
<a href = "immersedralph@gmail.com" style = "text-decoration: none">immersedralph@gmail.com</a>
</address>
<hr>
<section>
<h3>Career Goal
</h3>
<p>
To keep learning and making products to better the lives of humanity, while teaching people how to code.
</p>
</section>
<section>
<h3>
Skills
</h3>
<h4>
Programming Languages
</h4>
<ol>
<li>Python</li>
<li>C</li>
<li>JavaScript</li>
<li>Ruby</li>
</ol>
<h4>
Databases
</h4>
<ol>
<li>SQLite</li>
<li>PostgreSQL</li>
</ol>
<h4>
Version Control
</h4>
<ol>
<li>Git</li>
</ol>
</section>
<section>
<h3> Work Experience</h3>
<table>
<thead>
<tr>
<th>Company</th>
<th>Location</th>
<th>Position</th>
<th>Responsibility</th>
<th>Years Worked</th>
<th>Contact Info</th>
</tr>
</thead>
<tbody>
<tr>
<td> Granite International Services</td>
<td>Nigeria</td>
<td>Turbine Technician</td>
<td>Turbine Maintenance</td>
<td> Jan. 2017 - Feb. 2017</td>
<td>Maduka Onyebuchi <a href = "mailto: ivybuchi@gmail.com">Email</a></td>
</tr>
<tr>
<td> General Electric</td>
<td>Nigeria</td>
<td>Subsea Assembly Technician</td>
<td>Subsea XTree Maint.</td>
<td> Apr.2014 - Apr.2016</td>
<td>Felix Anikpo <a href = "mailto: felix.anikpo@ge.com">Email</a></td>
</tr>
<tr>
<td> Shell </td>
<td>Nigeria</td>
<td>Marine Machinist</td>
<td>Ship Maintenance</td>
<td> Jun.2006 - Nov.2009</td>
<td>Finipiri DanJumbo <a href = "mailto: finipiri4doris@gmail.com">Email</a></td>
</tr>
</tbody>
</table>
</section>
<section>
<h3>Achievements</h3>
<ol>
<li>Above &amp; Beyond Award (General Electric)</li>
<li>Author: "Complete Guide to Overseas Scholarships For Nigerians"</li>
</ol>
</section>
<section>
<h3>Education</h3>
<ol>
<li>Federal Polytechnic Nekede, Nigeria - Mechanical Engineering - 3.20 out of 4.00 </li>
</ol>
</section>
<section>
<h3>Hobbies and Interests</h3>
<ol>
<li>Chess</li>
<li>Football</li>
<li>Growth Mindset</li>
<li>Take Responsibility</li>
<li>Willingness to do the heavy lifting</li>
<li>Love to teach others</li>
<li>Team Player</li>
<li>Curious</li>
</ol>
</section>
<section>
<h3>Reference</h3>
<p>Felix Anikpo - Contact on Request</p>
</section>
<footer>
<address>
<strong>
<small>
<p>
7 Independent Lane<br>
ILom Street, Woji Rd.<br>
Port Harcourt<br>
Rivers State<br>
Nigeria<br>
<a href = "immersedralph@gmail.com" style = "text-decoration: none">immersedralph@gmail.com</a>
</p>
</small>
</strong>
</address>
</footer>
</body>
</html>