-
Notifications
You must be signed in to change notification settings - Fork 1
/
careers.html
456 lines (395 loc) · 20.8 KB
/
careers.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
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
<title>Verraki</title>
<link type="text/css" rel="stylesheet" href="./assets/css/preset.css"/>
<link type="text/css" rel="stylesheet" href="./assets/css/front_end.css"/>
<link type="text/css" rel="stylesheet" href="./assets/css/fonts.css"/>
<link type="text/css" rel="stylesheet" href="./assets/css/responsive.css"/>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css">
<script type="text/javascript" src="./assets/js/jquery-1.8.2.js"></script>
<script type="text/javascript" src="./assets/js/jquery-scrolltofixed.js"></script>
<script type="text/javascript" src="./assets/js/prefixfree-1.0.7.js"></script>
<script type="text/javascript" src="./assets/js/script.js"></script>
<script type="text/javascript" src="./assets/js/jquery.flexslider-min.js"></script>
<script type="text/javascript">
$(window).load(function() {
$('a[href*="#"]')
.not('[href="#"]')
.not('[href="#0"]')
.click(function(event) {
if (
location.pathname.replace(/^\//, '') == this.pathname.replace(/^\//, '')
&&
location.hostname == this.hostname
) {
var target = $(this.hash);
target = target.length ? target : $('[name=' + this.hash.slice(1) + ']');
if (target.length) {
event.preventDefault();
$('html, body').animate({
scrollTop: target.offset().top-130
}, 3000);
return false;
}
}
});
});
</script>
</head>
<body>
<div class="main-wrap">
<div class="header">
<div class="hdr clearfix">
<div class="brandname">
<a href="./"><img class="w_logo" src="./assets/img/verraki_white.png" /></a>
<a href="./"><img class="b_logo" src="./assets/img/verraki_logo.png" /></a>
</div>
<div class="menu_icon">
<div class="menu_text">Menu</div>
<div class="b_icon">
<span class="b_top"></span>
<span class="b_mid"></span>
<span class="b_bot"></span>
</div>
</div>
</div>
</div>
<div class="menu">
<div class="header">
<div class="hdr clearfix">
<div class="brandname">
<a href="./">
<img src="assets/img/verraki_logo.png" />
</a>
</div>
<div class="menu_icon">
<div class="menu_text">Menu</div>
<div class="b_icon">
<span class="b_top"></span>
<span class="b_mid"></span>
<span class="b_bot"></span>
</div>
</div>
</div>
</div>
<div class="menu_wrap">
<div class="menu_left_col">
<div class="link_wrap">
<div class="link_title"><a href="index.html">Home</a></div>
</div>
<div class="link_wrap">
<div class="link_title"><a href="about.html">About Us</a></div>
<ul class="sublinks">
<li><a href="about.html#company" class="scroll_click">Our Company</a></li>
<li><a href="about.html#value" class="scroll_click">Value Proposition</a></li>
<li><a href="about.html#team" class="scroll_click">Our Team</a></li>
<li><a href="about.html#advisors" class="scroll_click">Advisors</a></li>
<li><a href="about.html#csr" class="scroll_click">Community Programmes</a></li>
<li><a href="about.html#faq" class="scroll_click">FAQs</a></li>
</ul>
</div>
<div class="link_wrap">
<div class="link_title"><a href="solutions.html">Our Solutions</a></div>
<ul class="sublinks">
<li><a href="technology.html">Technology</a></li>
<li><a href="advisory.html">Advisory</a></li>
<li><a href="ventures.html">Ventures</a></li>
</ul>
</div>
</div>
<div class="menu_right_col">
<div class="link_wrap">
<div class="link_title"><a href="industries.html">Industries</a></div>
<ul class="sublinks">
<li><a href="industrie.html#serv_sec">Services Sector</a></li>
<li><a href="industries.html#real_sec">Real Sector</a></li>
<li><a href="industries.html#soc_sec">Social Sector</a></li>
</ul>
</div>
<div class="link_wrap">
<div class="link_title"><a href="portfolio.html">Portfolio</a></div>
</div>
<div class="link_wrap">
<div class="link_title"><a href="newsroom.html">Newsroom</a></div>
<ul class="sublinks">
<li><a href="newsroom.html">Blog</a></li>
<li><a href="newsroom.html">Media</a></li>
<li><a href="newsroom.html">Insights</a></li>
</ul>
</div>
<div class="link_wrap">
<div class="link_title"><a href="careers.html">Careers</a></div>
</div>
<div class="link_wrap">
<div class="link_title"><a href="contact.html">Contact Us</a></div>
</div>
</div>
</div>
<div class="menu_ft">
<div class="cont_info_ft">
<div class="info_col">
<a href="mailto: info@verraki.com">info@verraki.com</a>
</div>
<div class="info_col">27 Kofo Abayomi Street, Victoria Island, Lagos, Nigeria</div>
<div class="info_col">
<a href="tel:+234-(1)-453-7151">+234-(1)-453-7151</a>
</div>
</div>
<div class="social">
<a href="https://linkedin.com/company/35563551/" target="new" class="fab fa-linkedin-in"></a>
<a href="https://facebook.com/VerrakiPartners-763370147381957" target="new" class="fab fa-facebook-f"></a>
<a href="https://twitter.com/verrakip" target="new" class="fab fa-twitter"></a>
<a href="https://www.youtube.com/channel/UCdqoCzGhYBpu92G_4IhbQsg" target="new" class="fab fa-youtube"></a>
<a href="https://instagram.com/verraki_partners/" target="new" class="fab fa-instagram"></a>
</div>
</div>
</div>
<div class="content">
<div class="pg_banner" style="background-image: url(media/building.jpeg)">
<div class="overlay"></div>
</div>
<div class="pg_wrap">
<div class="section sec_bot">
<div class="inner-wrap -js_anime">
<div class="pg_title">Careers</div>
<div class="news_sort">
<ul class="clearfix">
<li><a href="careers.html#people">Our People</a></li>
<li><a href="careers.html#verraki">Why Verraki</a></li>
<li><a href="careers.html#professionals">Professionals</a></li>
<li><a href="careers.html#students">Students & Graduates</a></li>
<li><a href="careers.html#apply">Apply Now</a></li>
</ul>
</div>
<div class="row-t">
<div class="sec_cap -js_anime" id="people">Our People</div>
<div class="major_cap">Build your African future at Verraki.</div>
<div class="det_text -js_anime s_line">
<p>If you are a boundary pusher; an exceptional person who does not confirm to the present but visualizes an Africa that is better than now, you are welcome here. We look for people with standout capabilities to build future solutions.</p>
<p>Join our team in Lagos, Nigeria to be the transformation partner of choice for governments and enterprises seeking to create a better future.</p>
</div>
<div class="col_photo">
<img src="media/careers.png" />
</div>
<div class="col_inner">
<div class="sec_cap -js_anime" id="verraki">Why Verraki</div>
<div class="major_cap">Bespoke solutions for Africa.</div>
<div class="det_text -js_anime s_line">
<p>At Verraki, we envision a transformed Africa that is an improved place to live and work. We see a new narrative for Africa, as a continent with the brightest talent and biggest opportunities and we are prepared, sleeves up, to make that happen.</p>
<p>At Verraki, we envision a transformed Africa that is an improved place to live and work. We see a new narrative for Africa, as a continent with the brightest talent and biggest opportunities and we are prepared, sleeves up, to make that happen.</p>
</div>
</div>
</div>
</div>
</div>
<div class="pop_row -js_anime car_res">
<div class="png_photo">
<img src="media/mike.png" />
</div>
<div class="q_wrap">
<div class="q_det">
<i class="fa fa-quote-right" aria-hidden="true"></i>
<div class="q_text">
<div class="q_cap">“I love the flexibility that comes with working at Verraki. Remote working is encouraged here as far as deliverables are met. This gives me a decent work life balance. From senior management to junior staff; you are encouraged to share your opinions and be active."</div>
<div class="q_author">Samson Adebola</div>
</div>
</div>
</div>
</div>
<div class="section grey_sec sec_bot">
<div class="inner-wrap">
<div class="sec_cap -js_anime" id="professionals">Professionals</div>
<div class="major_cap">What we do is more than a job, it’s inspired work.</div>
<div class="det_text -js_anime">
<p>Do your best work. If you are interested in driving transformational impact. If you want to do what you love best, while helping African enterprises and governments inch the needle towards sustainability and development. And if you want to develop your career in a fast-paced and innovative learning environment. You should start here.</p>
<p>We promote a strong and collaborative culture, investing in our employees and communities while supporting our veterans and promoting diversity.</p>
</div>
</div>
</div>
<div class="pop_row -js_anime grey_sec car_res">
<div class="png_photo">
<img src="media/aghogho2.png" />
</div>
<div class="q_wrap">
<div class="q_det">
<i class="fa fa-quote-right" aria-hidden="true"></i>
<div class="q_text">
<div class="q_cap">“It is exciting to work with some of the best minds in Africa with experience managing large enterprises and projects across the continent. There is so much work to do transforming the continent and I am happy to be right at the centre of it."</div>
<div class="q_author">Etibo Aghogho</div>
</div>
</div>
</div>
</div>
<div class="section grey_sec">
<div class="inner-wrap">
<div class="sec_cap -js_anime" id="students">Students & Graduates</div>
<div class="major_cap">Advance your skills with us. </div>
<div class="det_text -js_anime">
<p>Africa needs builders and innovators; inspired people who plan to leave the world better than they meet it. Whether you are finishing your undergraduate degree or studying at the postgraduate level, a career at Verraki is the best way to put your talents and knowledge to work for the continent.</p>
<p>Start your career with any of our tracks below:</p>
<ul>
<li>Internship</li>
<li>NYSC</li>
<li>Verraki Associate</li>
<li>Technology Solutions Engineering Programme</li>
</ul>
</div>
</div>
</div>
<div class="section">
<div class="inner-wrap">
<div class="sec_cap -js_anime" id="apply">Available Positions</div>
<div class="major_cap">Find the job that inspires you.</div>
<div class="car_hld">
<div class="car_wrap">
<div class="ic">
<div class="car_title">Digital Marketing</div>
<div class="car_loc">Lagos</div>
<div class="car_type">Internship</div>
</div>
<div class="car_det">
<div class="car_text">
<div class="car_date">8th October, 2019</div>
<div class="sub_h">What we are looking for</div>
<ul class="clearfix">
<li>Undergraduate/Master’s Degree in Computer Engineering, Electrotechnical Engineering or similar</li>
<li>Minimum of 2 years of work experience on the Salesforce platform</li>
<li>Experience with APEX language</li>
<li>Excellent capacity for analysing and resolving problems</li>
<li>Strategic Outlook</li>
<li>Excellent communication skills</li>
<li>Mastery of English</li>
</ul>
<div class="sub_h">What we offer</div>
<ul class="clearfix">
<li>Integration in a company that aims to be a breath of fresh air in the market;</li>
<li>Minimum of 2 years of work experience on the Salesforce platform</li>
<li>The possibility of being part of a team that wants to help you evolve and transform your world;</li>
<li>Participation in motivating, diversified national and international projects;</li>
<li>Appealing conditions, appropriate to the level of experience.</li>
</ul>
</div>
</div>
</div>
<div class="car_wrap">
<div class="ic">
<div class="car_title">Marketing Communication</div>
<div class="car_loc">Lagos</div>
<div class="car_type">Internship</div>
</div>
<div class="car_det">
<div class="car_text">
<div class="car_date">2nd October, 2019</div>
<div class="sub_h">What we are looking for</div>
<ul class="clearfix">
<li>Undergraduate/Master’s Degree in Computer Engineering, Electrotechnical Engineering or similar</li>
<li>Minimum of 2 years of work experience on the Salesforce platform</li>
<li>Experience with APEX language</li>
<li>Excellent capacity for analysing and resolving problems</li>
<li>Strategic Outlook</li>
<li>Excellent communication skills</li>
<li>Mastery of English</li>
</ul>
<div class="sub_h">What we offer</div>
<ul class="clearfix">
<li>Integration in a company that aims to be a breath of fresh air in the market;</li>
<li>Minimum of 2 years of work experience on the Salesforce platform</li>
<li>The possibility of being part of a team that wants to help you evolve and transform your world;</li>
<li>Participation in motivating, diversified national and international projects;</li>
<li>Appealing conditions, appropriate to the level of experience.</li>
</ul>
</div>
</div>
</div>
<div class="car_wrap">
<div class="ic">
<div class="car_title">Manager-Accounts Reconciliation</div>
<div class="car_loc">Lagos</div>
<div class="car_type">Fulltime</div>
</div>
<div class="car_det">
<div class="car_text">
<div class="car_date">23rd September, 2019</div>
<div class="sub_h">What we are looking for</div>
<ul class="clearfix">
<li>Undergraduate/Master’s Degree in Computer Engineering, Electrotechnical Engineering or similar</li>
<li>Minimum of 2 years of work experience on the Salesforce platform</li>
<li>Experience with APEX language</li>
<li>Excellent capacity for analysing and resolving problems</li>
<li>Strategic Outlook</li>
<li>Excellent communication skills</li>
<li>Mastery of English</li>
</ul>
<div class="sub_h">What we offer</div>
<ul class="clearfix">
<li>Integration in a company that aims to be a breath of fresh air in the market;</li>
<li>Minimum of 2 years of work experience on the Salesforce platform</li>
<li>The possibility of being part of a team that wants to help you evolve and transform your world;</li>
<li>Participation in motivating, diversified national and international projects;</li>
<li>Appealing conditions, appropriate to the level of experience.</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="inner-wrap">
<div class="row-1 clearfix">
<div class="col-1">
<div class="col-hd">Quick Links</div>
<div class="col-links clearfix">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="solutions.html">Our Solutions</a></li>
<li><a href="industries.html">Industries</a></li>
<li><a href="newsroom.html">Newsroom</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="careers.html">Careers</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div>
</div>
<div class="col-2">
<div class="col-hd">Contact</div>
<div class="col-links">
<div class="col-info">2nd Floor, Citibank Building, <br />27 Kofo Abayomi Street, Victoria Island, <br /> Lagos, Nigeria.</div>
<div class="col-info clearfix">
<p><a href="tel: +234-(1)-453-7151">+234 (1) 453 7151,</a></p>
<p><a href="tel: 0901-VERRAKI">0901-VERRAKI</a></p>
</div>
<div class="col-info">
<p><a href="mailto: info@verraki.com">info@verraki.com</a></p>
</div>
</div>
</div>
<div class="col-3">
<div class="col-hd">Social</div>
<div class="col-links">
<a href="https://linkedin.com/company/35563551/" target="new" class="fab fa-linkedin-in"></a>
<a href="https://facebook.com/VerrakiPartners-763370147381957" target="new" class="fab fa-facebook-f"></a>
<a href="https://twitter.com/verrakip" target="new" class="fab fa-twitter"></a>
<a href="https://www.youtube.com/channel/UCdqoCzGhYBpu92G_4IhbQsg" target="new" class="fab fa-youtube"></a>
<a href="https://instagram.com/verraki_partners/" target="new" class="fab fa-instagram"></a>
</div>
<!-- <div class="v_gram">
<img src="../assets/img/v_orange.png" />
<div class="w_cover"></div>
</div>
--> </div>
</div>
<div class="row-2">
<div class="copyright">© <?php echo date(Y); ?> Verraki Partners - All Rights Reserved</div>
</div>
</div>
</div>
</div>
</body>
</html>