-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
82 lines (70 loc) · 2.47 KB
/
index.html
File metadata and controls
82 lines (70 loc) · 2.47 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
<!DOCTYPE html>
<html lang="en">
<head>
<title> My Cv </title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<main>
<header id="top">
<h1>Idowu Iretomiwa Olubunmi</h1>
<p>1 John Oyawale street, iyana iyesi,Ota, Ogun state</p><br>
<p>09095266848</p><br>
<p><a href="mailto:iiretomiwa1@gmail.com" target="blank" >iiretomiwa1@gmail.com</a></p><br>
<img src = "https;//res.cloudinary.com/dadnglkix/image/upload/v1566730899/Snapchat-1507387282_mlba5i.jpg" alt="Passport Photo">
</header>
<!-- Skill section-->
<section id="abilities">
<h1>Skills</h1>
<ul>
<li>Proficiency in Microsoft Office Suite.</li>
<li>Ability to Work under Pressure.</li>
<li>Problem Analysis and Resolution.</li>
<li>Excellent Written, Verbal, Communication and Editing Skills.</li>
<li>Research and Analytical Thinking.</li>
<li>Proficiency in HTML and CSS</li>
<li>Ledership and Management Skills.</li>
<li>Ability to Work in a Team</li>
</ul>
</section>
<section id="activities">
<h1>Experience</h1>
<p>Currently</p>
<h2>UPrewiews Media <i>-Content Writer</i></h2>
<ul>
<li >Handled write ups on various sections</li>
</ul>
<p>2017<p>
<h2>Rehoboth Supermarket, Iyana iyesi,Ota<i>-Sales Manager</i></h2>
<ul>
<li>Supervised stock loading, offloading and arrangement.</li>
<li>Monitored stock sales and purchase</li>
<li>Guaranteed delivery of purchased goods.</li>
</ul>
</section>
<section id="schooling">
<h1> Education </h1>
<p>Currently</p>
<h2>University of Lagos, Akoka <i>-B.Sc.Systems Engineering</i></h2>
<p>2011 to 2017</p>
<h2>Ota Total Academy,Ota <i>-West Africa Senior School Certificate</i></h2>
</section>
<section id="medal">
<h1>Awards</h1>
<p>Best Overall in Senior Secondary School</p>
</section>
<form onsubmit="return validateForm()">
<h2 id="Contact">Contact Me</h2>
<div class="name-alert"></div>
<input type="text" id="inputname" placeholder="Name" minlength="4">
<input type="email" id="inputemail" placeholder="Enter your email">
<input type="text" id="inputtitle" placeholder="Title">
<textarea placeholder="Enter your message" rows="4" cols="40" id="message" minlength="20"></textarea>
<button type="Submit">
Send
</button>
</form>
</main>
<script src="function.js"></script>
</body>
</html>