-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPeter.html
49 lines (43 loc) · 2.33 KB
/
Peter.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
<!DOCTYPE html>
<html>
<head>
<title>My Cv Task</title>
<link rel="stylesheet" type="text/css" href="Peter.css">
</head>
<body>
<h1>Peter Okunrounmu</h1>
<p id="address">2, Emere via Ilupeju • Abeokuta, Ogun State • +234-8140383508 • [email protected]</p>
<img src="Peter.jpg" alt="Peter">
<table border="2">
<tr><h2>Qualifications</h2></tr>
<th>Skills</th>
<td width="360"> <ul>
<li><p><strong>Analytical Skills:</strong> Able to utilize strong math skills, team orientation, and interpersonal strengths to ensure a well analyzed conclusion is reached.</p></li>
<li><p><strong>Communication & Presentation:</strong> Charismatic communicator in speech and in writing. Build lasting relationships with peers. Basic French and Italian knowledge.</p></li>
<li><p><strong>Organization / Computer Skills:</strong> Outstanding time-management and organizational abilities. Technical proficiencies include Microsoft Office Suite and social media. Basic Programming Knowledge in C#, Java. Basic Knowledge of Web Development Skills (HTML and CSS).
</p></li>
<li><p><strong>Key Strengths:</strong> Hard-working, Intelligent and loyal team member, Problem-solving and logical thinking, readily listening to others, acknowledging peer accomplishment, and contributing to positive and productive work environments and team morale.</p></li>
</ul></td>
<th> Education </th>
<td width="250">
<ul>
<li><p><strong>B.Sc. Systems Engineering</strong> (Anticipated August 2022);<br/>University Of Lagos, Akoka, Lagos.<br/>
<em>Member, Rotaract Club; Member, University Of Lagos Energy Club.</em></p></li>
</ul>
</td>
<th>Experience Highlights</th>
<td width="360">
<ul>
<li><p>UNIVERSITY OF LAGOS, Akoka, Lagos<br/>
<strong> Student, Systems Engineering </strong> <br/> (2017-Present)<br/>
Currently pursuing comprehensive five-year course of study in systems engineering, laying solid groundwork for eventual career in new growing technological ecosystems. Completed coursework includes calculus, statistics, and applied mathematics.<br/> Enthusiastically led class tutorial</p>
<li>Volunteered as part of media team PAADC 3.0 2019.</li></li>
</ul>
</td>
</table>
<br>
<br>
<br>
<center><a href="contact.html">Contact Me</a></center>
</body>
</html>