Skip to content

Commit f87170e

Browse files
authored
Add files via upload
0 parents  commit f87170e

File tree

2 files changed

+233
-0
lines changed

2 files changed

+233
-0
lines changed

Chidera.html

Lines changed: 205 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,205 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<script>
6+
function checkforerror() {
7+
if (document.querySelector('#fullname').value.length<4) {
8+
alert('Name should not be less than 4 characters');
9+
}
10+
if (document.querySelector('#message').value.length<20 ) {
11+
alert('Message should not be less than 20 charcters.');
12+
('Fullname').style.borderColor = "red";
13+
('Message').style.borderColor = "red";
14+
return false;
15+
}
16+
}
17+
18+
</script>
19+
20+
<div>
21+
<img src="https://res.cloudinary.com/erys1521/image/upload/v1566747518/Cross.jpg">
22+
</div>
23+
24+
<link rel="stylesheet" href="Style.css" type="text/css" >
25+
</head>
26+
27+
<body>
28+
29+
<div id="container">
30+
<center>
31+
<h1> ISUMA CHIDERA </h1>
32+
33+
<h3> Email: <a href= "mailto:zokaire@gmail.com"> zokaire@gmail.com </a> <br>
34+
Mobile:07058498937
35+
<address> <em>72 Bourdillon road, Ikoyi. <br> Lagos, Nigeria</em></address>
36+
</h3>
37+
38+
</center>
39+
40+
<hr>
41+
42+
<h3> <font color="red"> PERSONAL PROFILE </font> </h3>
43+
<ul>
44+
<li>Sex: Male <br> </li>
45+
<li>Date of Birth: 24th Oct. 1991<br> </li>
46+
<li>Marital Status: Single<br> </li>
47+
<li>Nationality: Nigerian<br> </li>
48+
</ul>
49+
<hr>
50+
51+
<h3> <font color="red"> CAREER OBJECTIVES </font> </h3>
52+
<p> To use my knowledge and skills to achieve the vision and the mission of the company and through training achieve the objectives and satisfy the interests of the company’s stakeholders.</p>
53+
<hr>
54+
55+
<h3> <font color="red"> SKILLS AND ATTRIBUTES </font> </h3>
56+
<ul>
57+
<li> Excellent diction and command of both spoken and written English.</li>
58+
<li> Ability to multi-task and work effectively under pressure.</li>
59+
<li> Clear vision of priorities and a commitment to satisfying them</li>
60+
<li> Excellent team player with strong leadership qualities</li>
61+
<li> Good interpersonal and communication skills as well as great reporting skills</li>
62+
<li> Content development and management, Digital marketing</li>
63+
<li> Strategic communication planning</li>
64+
<li> Database Management</li>
65+
<li> Proficient in use of Microsoft Office Suite </li>
66+
<li> HTML5 and CSS</li>
67+
</ul>
68+
<hr>
69+
70+
<h3> <font color="red"> EDUCATION </font> </h3>
71+
<ul>
72+
<li>INTERNATIONAL SCHOOL UNIVERSITY OF LAGOS (ISL), LAGOS STATE. <br>
73+
West African Senior School Certificate Examination. <br> 2008. </li>
74+
75+
<li>REDEEMERS UNIVERSITY, EDE. OSUN STATE. <br>
76+
B.Sc. Computer Science. <br> 2010-2014. </li>
77+
</ul>
78+
<hr>
79+
80+
<h3> <font color="red">WORK EXPERIENCE </font></h3>
81+
82+
<ol type="1">
83+
<li> <b><em>ASW MICHAEL </br> JULY 2016 - PRESENT DAY</em></b>
84+
85+
</li>
86+
<ul>
87+
Installation and configuration of computer hardware, and software systems, <br>
88+
Diagnosing and troubleshooting computer hardware and software issues, <br>
89+
Database management, <br>
90+
Conducting information technology trainings for staff, <br>
91+
Planning and conducting scheduled maintenance measures as well as upgrades on technology assets, <br>
92+
Monitored and maintained stable network system (Intranet), <br>
93+
Maintained sensitive data and enforced information security, <br>
94+
Proffered architectural improvements to website as well as design solutions and integration solutions.
95+
</ul>
96+
97+
<li> <b><em>INTERNET MEDICAL SERVICES </br> OCTOBER 2015 - JULY 2016 </em></b> </li>
98+
<ul>
99+
Overseeing administrative activities including; research, analysis, staff recruitment, creating and managing social media user accounts, <br>
100+
Software Application Testing, <br>
101+
Database management, <br>
102+
Strategized on effective communication plans through media outreach, partnerships with influencers, and creative brand campaigning,<br>
103+
Handled social media and digital marketing effectively with a focus on professionalism and maximum engagement with customers and followers,<br>
104+
Contributed to the design of digital fliers and leaflets for company campaigns,<br>
105+
Consulting with external establishments and government agencies,<br>
106+
Gained deeper understanding of content sourcing, target audiences and brand positioning,<br>
107+
Worked with software development team to make website more aesthetically pleasing and user friendly.
108+
</ul>
109+
110+
<li> <b><em>BYTEWORKS TECHNOLOGY SOLUTIONS </br> NOVEMBER 2014 - OCTOBER 2015 </em></b> </li>
111+
<ul>
112+
Attended bi-weekly meetings, made presentations to directors and documented proposed changes to the website after grueling hours of dialogue,<br>
113+
Provided project reports to all directors, and maintained proper documentation of all correspondence,<br>
114+
Ensured approved project management methods, standards and processes were maintained,<br>
115+
Database management including collation, analysis and reporting of data,<br>
116+
Helped to prepare and manage project plans and implementation schedules,<br>
117+
Developed and maintained effective communication between the project team and CAC directors, <br>
118+
Quality Assurance and IT support on Corporate Affairs Commission Portal,<br>
119+
Software application testing, server testing, and measurement, <br>
120+
Escalated project issues timely,<br>
121+
Handled customer’s complaints and enquiries tactfully and promptly on CAC registration portal.
122+
</ul>
123+
124+
<li> <b><em> CHEVRON NIGERIA LIMITED </br> MARCH 2013 - AUGUST 2013 </em></b></li>
125+
<ul>
126+
I was responsible for creating, managing and updating all websites in Nigeria and Mid-Africa (NMA) under Chevron using the templates provided to me.
127+
I also got high praise for my performance in the creation of NMA iMET website currently in use at Chevron.
128+
</ul>
129+
130+
</ol>
131+
<!-- <table>
132+
<thead>
133+
<tr>
134+
<th> DATE </th>
135+
<th> </th>
136+
<th> JOBS </th>
137+
</tr>
138+
</thead>
139+
140+
<tbody>
141+
<tr>
142+
<td>JULY 2016 - PRESENT DAY</td>
143+
<td> </td>
144+
<td>ASW MICHAEL</td>
145+
146+
</tr>
147+
148+
<tr>
149+
<td>OCTOBER 2015 - JULY 2016</td>
150+
<td> </td>
151+
<td>INTERNET MEDICAL SERVICES</td>
152+
</tr>
153+
154+
<tr>
155+
<td>NOVEMBER 2014 - OCTOBER 2015</td>
156+
<td> </td>
157+
<td>BYTEWORKS TECHNOLOGY SOLUTIONS</td>
158+
</tr>
159+
160+
<tr>
161+
<td>MARCH 2013 - AUGUST 2013</td>
162+
<td> </td>
163+
<td>CHEVRON NIGERIA LIMITED</td>
164+
</tr>
165+
</table> -->
166+
167+
<!--I did not like the outlook of the CV using Table, so I decided to change it and use lists throughout-->
168+
<hr>
169+
170+
<h3><font color="red"> REFEREES </font> </h3>
171+
<p> Available on request </p>
172+
<hr>
173+
174+
175+
<div id="container">
176+
<center>
177+
<h1>CONTACT FORM</h1>
178+
</center>
179+
<div class="f">
180+
<form>
181+
NAME:<br>
182+
<input type="text" id= "fullname" name="Fullname">
183+
<br>
184+
EMAIL:<br>
185+
<input type="email" id= "email" name="Email">
186+
<br>
187+
TITLE:<br>
188+
<input type="text" id= "title" name="Title">
189+
<br>
190+
MESSAGE:<br>
191+
<input type="text" id= "message" name="Message">
192+
<br> <br>
193+
<input type="submit" id= "submit" value="SUBMIT" onclick="checkforerror()">
194+
</form>
195+
</div>
196+
</div>
197+
<hr>
198+
199+
<div id="footer">
200+
<center>Copyright &copy; 2019 Isuma Chidera.</center>
201+
</div>
202+
</body>
203+
204+
</html>
205+

Style.css

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
2+
3+
#container {
4+
background-color: rgb(151, 144, 149);
5+
width: 800px;
6+
margin-left: auto;
7+
margin-right: auto;
8+
}
9+
10+
#container {
11+
background-color: rgb(151, 144, 149);
12+
width: 800px;
13+
margin-left: auto;
14+
margin-right: auto;
15+
}
16+
17+
18+
div.f {
19+
width: 500px;
20+
padding: 10px;
21+
box-sizing: border-box;
22+
background-color: burlywood;
23+
}
24+
25+
26+
body {
27+
background-color: rgb(247, 215, 228)
28+
}

0 commit comments

Comments
 (0)