-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.html
183 lines (169 loc) · 9.84 KB
/
resume.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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
<!DOCTYPE html>
<html class="no-js" lang="">
<head>
<!-- meta charset -->
<meta charset="utf-8">
<!-- site title -->
<title>OLUWASHOLA|RESUME</title>
<!-- meta description -->
<meta name="description" content="">
<!-- mobile viwport meta -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- fevicon -->
<link rel="shortcut icon" type="image/x-icon" href="img/ac.jpg">
<!-- ================================
CSS Files
================================= -->
<link href="https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i|Open+Sans:400,600,700,800" rel="stylesheet">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/dark.css">
<link id="color-changer" rel="stylesheet" href="css/colors/gold.css">
<script src="https://kit.fontawesome.com/d15c791106.js" crossorigin="anonymous"></script>
</head>
<body class="dark">
<div class="preloader">
<div class="loading-mask"></div>
<div class="loading-mask"></div>
<div class="loading-mask"></div>
<div class="loading-mask"></div>
<div class="loading-mask"></div>
</div>
<main class="site-wrapper">
<div class="pt-table">
<div class="pt-tablecell page-resume relative">
<!-- .close -->
<a href="./" class="page-close"><i class="fas fa-skull-crossbones"></i></a>
<!-- /.close -->
<div class="container">
<div class="row">
<div class="col-xs-12 col-md-offset-1 col-md-10 col-lg-offset-2 col-lg-8">
<div class="page-title text-center">
<h2>My <span class="primary">history</span> <span class="title-bg">Resume</span></h2>
<p></p>
</div>
</div>
</div> <!-- /.row -->
<div class="row">
<div class="col-xs-12 col-sm-6">
<div class="history-block">
<div class="section-title light clear">
<h3>Education</h3>
</div>
<!-- /.section-title -->
<div class="history-scroller">
<div class="history-item">
<div class="history-icon">
<span class="history-hex"></span>
<i class="tf-documents5"></i>
</div>
<div class="history-text">
<h5>University of Benin</h5>
<span>2015 - 2019</span>
<p>B Sc. Computer Science</p>
</div>
</div>
<!-- /.history-item -->
<div class="history-item">
<div class="history-icon">
<span class="history-hex"></span>
<i class="tf-documents5"></i>
</div>
<div class="history-text">
<h5>Gloryland Group Of Schools</h5>
<span>2012</span>
<p>WASSCE <br> NECO</p>
</div>
</div>
<!-- /.history-item -->
<!-- /.history-item -->
</div>
</div> <!-- /.history-block -->
</div> <!-- /.col -->
<div class="col-xs-12 col-sm-6">
<div class="history-block">
<div class="section-title light clear">
<h3>Experiences</h3>
</div>
<!-- /.section-title -->
<div class="history-scroller">
<div class="history-item">
<div class="history-icon">
<span class="history-hex"></span>
<i class="tf-documents5"></i>
</div>
<div class="history-text">
<h5>event360.ng</h5>
<span>2022 - Date</span>
</div>
</div>
<!-- /.history-item -->
<div class="history-item">
<div class="history-icon">
<span class="history-hex"></span>
<i class="tf-documents5"></i>
</div>
<div class="history-text">
<h5>ZMATZ Company</h5>
<span>2019 - Date</span>
<p>Freelance Web Dev</p>
</div>
</div>
<!-- /.history-item -->
<div class="history-item">
<div class="history-icon">
<span class="history-hex"></span>
<i class="tf-documents5"></i>
</div>
<div class="history-text">
<h5>Pro-House Concept</h5>
<span>2020 - 2021</span>
</div>
</div>
<!-- /.history-item -->
<div class="history-item">
<div class="history-icon">
<span class="history-hex"></span>
<i class="tf-documents5"></i>
</div>
<div class="history-text">
<h5>Edo Innovation Hub</h5>
<span>2021</span>
</div>
</div>
<!-- /.history-item -->
<!-- /.history-item -->
</div>
</div> <!-- /.history-block -->
</div> <!-- /.col -->
</div> <!-- /.row -->
</div> <!-- /.container -->
<nav class="page-nav clear">
<div class="container">
<div class="flex flex-middle space-between">
<span class="prev-page"><a href="services.html" class="link">← Prev Page</a></span>
<span class="copyright hidden-xs">Copyright © 2022 All Rights Reserved.</span>
<span class="next-page"><a href="works.html" class="link">Next Page →</a></span>
</div>
</div>
<!-- /.page-nav -->
</nav>
<!-- /.container -->
</div> <!-- /.pt-tablecell -->
</div> <!-- /.pt-table -->
</main> <!-- /.site-wrapper -->
<!-- ================================
JavaScript Libraries
================================= -->
<script src="js/vendor/jquery-2.2.4.min.js"></script>
<script src="js/vendor/bootstrap.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<script src="js/jquery.nicescroll.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery-validation.min.js"></script>
<script src="js/form.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>