-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmy-cv.html
112 lines (102 loc) · 4.49 KB
/
my-cv.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
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE html>
<html lang="en">
<head>
<title>OluwalolopeMe</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div id="cv-page">
<div class="header white row-flex-container">
<div class="title">
<h2>Hope Oluwalolope</h2>
</div>
<div class="nav-bar">
<a href="#">Blog</a>
<a href="my-cv.html">Education</a>
<a href="my-cv.html">Experience</a>
<a href="my-portfolio.html">Portfolio</a>
<a href="contact-form.html">Contact</a>
</div>
</div>
<div class="main">
<div class="index-content">
<div class="middle">
<h1 class="text-center"><u>OLUWALOLOPE HOPE AYOOLA</u></h1>
<br>
<br>
<h3><u>OBJECTIVE</u></h3>
<p>To work in a tech establishment in co-operation with others in order to work effectively to achieve the foremost goal.</p>
<br>
<h3><u>EDUCATION</u></h3>
<p>University Of Lagos, Akoka.</p>
<ul>
<li>Anticipated Graduation: 2019</li>
<li>Department: Computer Science</li>
<li>Classes Completed as at date: Algorithms and Data structures, Digital Electronics, Software Design, Computer Programming in visual basic, java and c#,
System analysis and design, Operating systems, compiler construction, Theory of computing, Assembly language.</li>
</ul>
<br>
<h3><u>EXPERIENCE</u></h3>
<ul>
<li>
<h4>INITS</h4>
<span>Intern</span><br>
<span>Duties: Learning how to build enterprise applications using php, laravel and javascript.</span>
</li>
<li>
<h4>Andela Learning Community</h4>
<span>Learning community Ambassador</span><br>
<span>Duties: web beginners facilitator</span>
</li>
<li>
<h4>Women Tech Maker Unilag</h4>
<span>Co-Lead</span><br>
<span>Duties: Encouraging and motivating ladies to take a career in software development</span>
</li>
<li>
<h4>Oracle Code Week Bootcamp</h4>
<span>Facilitator</span><br>
<span>Duties: training students to use alice and greenfoot</span>
</li>
</ul>
<br>
<h3><u>TECH SKILLS</u></h3>
<ul>
<li>Back-end Web development with php and laravel.</li>
<li>Front-end Web development with javascript and jquery.</li>
<li>Building chatbots with api.ai and firebase.</li>
<li>Desktop applications with java and c#.</li>
<li>Learning python for Machine Learning and Data Science</li>
</ul>
<br>
<h3><u>OTHER SKILLS</u></h3>
<ul>
<li>Ability to communicate</li>
<li>Willingness to work hard</li>
<li>Creativity</li>
<li>Problem-solving ability</li>
<li>Ability to multi-task</li>
<li>Leadership</li>
</ul>
<br>
<h3><u>REFEREES</u></h3>
<span><i>Available upon Request</i></span>
<br>
<div class="index-footer">
<a href="my-cv.html">DOWNLOAD</a>
</div>
</div>
</div>
</div>
<div class="footer">
<p>
©
<script>
document.write(new Date().getFullYear())
</script> OluwalolopeMe.com All rights reserved
</p>
</div>
</div>
</body>
</html>