-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
517 lines (448 loc) · 24.5 KB
/
about.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
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
<!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="industries.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">
<div class="inner-wrap -js_anime">
<div class="pg_title">About Us</div>
<div class="news_sort">
<ul class="clearfix">
<li><a href="about.html#company">Our Company</a></li>
<li><a href="about.html#value">Value Proposition</a></li>
<li><a href="about.html#team">Our Team</a></li>
<li><a href="about.html#advisors">Advisors</a></li>
<li><a href="about.html#csr">Community Programmes</a></li>
<li><a href="about.html#faq">FAQs</a></li>
</ul>
</div>
<div class="row-t">
<div class="sec_cap -js_anime" id="company">Our Company</div>
<div class="major_cap">Catalysing High Quality Growth by Improving Productivity of Africa’s Enterprises and Governments.</div>
<div class="det_text -js_anime">
<p>Verraki is a proudly African company partnering with enterprises and governments to accelerate the development and transformation of Africa by providing business solutions designed for Africa. We build and implement technology solutions for seemingly intractable challenges, provide advisory services to drive the capacity and motivation for change, and curate innovative ventures to unlock new sources of growth across our continent.</p>
<p>Verraki Partners (Verraki) is a business solutions company for Africa. We believe that business solutions specifically fit for purpose are necessary to solve for Africa and deliver inclusive high-quality growth for the continent’s enterprises and governments.</p>
<p>Achieving and sustaining inclusive high-quality growth requires effective and efficient enterprises and governments to deliver impactful solutions that solve for Africa. We work with our clients to define, build and implement fit for purpose, uniquely African solutions with services across Technology, Advisory and Ventures.</p>
</div>
<div class="col_inner -js_anime clearfix">
<div class="col_photo">
<img src="media/craft4.gif" />
</div>
<div class="firm_origin">
<div class="col_word">
<div class="row-f"><span>Ver</span>(sorium)</div>
<div class="row-l">Latin word for Turn Around, Pivot </div>
</div>
<div class="col_word">+</div>
<div class="col_word">
<div class="row-f">(Me)<span>raki</span></div>
<div class="row-l">Greek word used to describe the action of doing with soul, creativity, pouring oneself into a task</div>
</div>
</div>
</div>
<div class="col_inner clearfix">
<div class="left_col det_text -js_anime">
<p>Our <span>Vision</span> is to be the transformation partner of choice for enterprises and governments seeking to create a better future.</p>
</div>
<div class="right_col det_text -js_anime">
<p>Our <span>Mission</span> is to help enterprises and governments ignite opportunities, unleash their potential and embrace change to achieve the seemingly impossible.</p>
</div>
</div>
</div>
</div>
</div>
<div class="section grey_sec">
<div class="inner-wrap">
<div class="sec_cap -js_anime" id="value">Our Value Proposition</div>
<div class="col_inner clearfix">
<div class="v-wrap">
<div class="v-title"><span>01</span>Stewardship</div>
<div class="v-det">We do not take shortcuts and we responsibly manage things entrusted to us, to leave it in a better form than we met it. We have an owner mentality and act to continuously make our firm a better place to work in the future.</div>
</div>
<div class="v-wrap">
<div class="v-title"><span>02</span>Partnership</div>
<div class="v-det">We collaborate with our clients, communities, alliances and ecosystem partners to share knowledge, assets and resources to deliver value for our clients, stakeholders and people.</div>
</div>
<div class="v-wrap">
<div class="v-title"><span>03</span>Integrity</div>
<div class="v-det">We always do the right thing. We have strong moral principles and honest work ethics that trump personal agendas.</div>
</div>
<div class="v-wrap">
<div class="v-title"><span>04</span>Commitment</div>
<div class="v-det">We always deliver excellence to our clients and partners and execute flawlessly. We have a single-minded pursuit of societal impact and believe in Africa’s potential.</div>
</div>
<div class="v-wrap">
<div class="v-title"><span>05</span>Excellence</div>
<div class="v-det">We continuously develop and reinvent our brand as we strive to exceed the expectations of our people and clients.</div>
</div>
<div class="v-wrap">
<div class="v-title"><span>06</span>People</div>
<div class="v-det">We nurture our people and create a safe environment to ensure growth and performance delivery to our clients.</div>
</div>
</div>
</div>
</div>
<div class="section">
<div class="inner-wrap">
<div class="sec_cap -js_anime" id="team">Our Team</div>
<div class="col_inner -js_anime clearfix">
<div class="p_hld">
<div class="p_photo" style="background-image: url(media/niyi_yusuf.jpeg)"></div>
<a href="ny.html">
<span>Olaniyi Yusuf</span>
<span>Managing Partner</span>
</a>
</div>
<div class="p_hld">
<div class="p_photo" style="background-image: url(media/toluwaleke.jpg)"></div>
<a href="toluwaleke.html">
<span>Toluwaleke Adenmosun</span>
<span>Partner, Services</span>
</a>
</div>
<div class="p_hld">
<div class="p_photo" style="background-image: url(media/niyi_tayo.jpeg)"></div>
<a href="nt.html">
<span>Niyi Tayo</span>
<span>Partner, Technology</span>
</a>
</div>
<div class="p_hld">
<div class="p_photo" style="background-image: url(media/abayomi.jpeg)"></div>
<a href="abayomi.html">
<span>Abayomi Olarinmoye</span>
<span>Partner, Real Sector</span>
</a>
</div>
<div class="p_hld">
<div class="p_photo" style="background-image: url(media/kelvin.jpeg)"></div>
<a href="kelvin.html">
<span>Kelvin Balogun</span>
<span>Partner, Ventures</span>
</a>
</div>
</div>
</div>
</div>
<div class="section grey_sec">
<div class="inner-wrap">
<div class="sec_cap -js_anime" id="csr">Community Programmes</div>
<div class="major_cap">We drive transformational social impact in Africa by tackling headlong, some of the continent’s biggest hurdles.</div>
<div class="det_text -js_anime">
<p>We help build greater opportunities in society by leveraging our understanding of technology and its impact on people to develop inclusive, responsible, and sustainable solutions to complex business and societal challenges.</p>
<p>Our Community Programmes are focused on:</p>
<ul>
<li>Education</li>
<li>Work Readiness/Employability</li>
<li>Entrepreneurship & Skills Development</li>
<li>Economic Development and Nation Building</li>
</ul>
</div>
</div>
</div>
<div class="section">
<div class="inner-wrap">
<div class="sec_cap -js_anime" id="faq">Frequently Asked Questions (FAQ)</div>
<div class="col_inner -js_anime">
<div class="faq_wrap_l clearfix">
<div class="faq_hld">
<div class="ic">
<div class="ic_text">What is the rationale behind the setting up of Verraki Partners?</div>
<div class="ic_sign"><span class="sp-1">+</span><span class="sp-2">-</span></div>
</div>
<div class="faq_det">
<div class="faq_text">
<p>Professional Services firms in Nigeria are currently at an inflexion point. Digital technologies, new ideas and business models create disruptions, while startups compound the challenging business terrain. New factors such as agility, flexibility, cost-leadership, value for money and entrepreneurship are required for success and to harvest the opportunities from this disruption.</p>
<p>Challenges to Accenture operations in Nigeria include FX Restrictions, National Contents regulations, NOTAP mandate for increased local operations, various geopolitical situations and a weakening of the economy.</p>
</div>
</div>
</div>
<div class="faq_hld">
<div class="ic">
<div class="ic_text">What does the name Verraki mean?</div>
<div class="ic_sign"><span class="sp-1">+</span><span class="sp-2">-</span></div>
</div>
<div class="faq_det">
<div class="faq_text">
<p>Verraki Partners is the registered name of the Partnership, with Business Number 2759461.</p>
<p>Verraki is a fusion of two words: ‘Versorium’ (Latin for Turn Around) and ‘Meraki’ (Greek word used to describe the action of doing something with soul, creativity, pouring oneself into a task), Verraki aptly captures the essence of our company and how we will work.</p>
</div>
</div>
</div>
<div class="faq_hld">
<div class="ic">
<div class="ic_text">How appropriate is the timing of Verraki’s entrance into the industry in Nigeria?</div>
<div class="ic_sign"><span class="sp-1">+</span><span class="sp-2">-</span></div>
</div>
<div class="faq_det">
<div class="faq_text">
<p>We support and develop policies and practices that encourage and respond to the diverse expressions of gifts and talents in children and youth. We help identify talented and gifted pupils and students, that is, those who out perform at the level expected for children in their age group. This may be in one or more areas of learning. We support and engage in research and development, staff development, advocacy, communication, and collaboration with other organizations and agencies who strive to improve the quality of education for all students.</p>
</div>
</div>
</div>
<div class="faq_hld">
<div class="ic">
<div class="ic_text">Does this translate into Accenture leaving Nigeria?</div>
<div class="ic_sign"><span class="sp-1">+</span><span class="sp-2">-</span></div>
</div>
<div class="faq_det">
<div class="faq_text">
<p>No! Accenture is not exiting Nigeria. Accenture Limited remains a legal entity which has re-organized its presence in Nigeria. Importantly, services to some Accenture clients in Nigeria will now be delivered through Verraki.</p>
</div>
</div>
</div>
</div>
<div class="faq_wrap_r">
<div class="faq_hld">
<div class="ic">
<div class="ic_text">Is Accenture selling any part of the business to Verraki Partners?</div>
<div class="ic_sign"><span class="sp-1">+</span><span class="sp-2">-</span></div>
</div>
<div class="faq_det">
<div class="faq_text">
<p>Accenture is not selling the business. However, Accenture is transitioning some existing services for Clients to the new organization, Verraki Partners on confidential terms.</p>
</div>
</div>
</div>
<div class="faq_hld">
<div class="ic">
<div class="ic_text">Should Nigerians expect setting up another Accenture office in Lagos or any other part soon?</div>
<div class="ic_sign"><span class="sp-1">+</span><span class="sp-2">-</span></div>
</div>
<div class="faq_det">
<div class="faq_text">
<p>We cannot speculate about the planned evolution of Accenture’s strategy and business in Nigeria. That is a matter for Accenture to decide in the future.</p>
</div>
</div>
</div>
<div class="faq_hld">
<div class="ic">
<div class="ic_text">What is the relationship between Verraki and Accenture?</div>
<div class="ic_sign"><span class="sp-1">+</span><span class="sp-2">-</span></div>
</div>
<div class="faq_det">
<div class="faq_text">
<p>It is expected that each opportunity that presents itself will be carefully considered by Accenture to determine next course of action.</p>
</div>
</div>
</div>
<div class="faq_hld">
<div class="ic">
<div class="ic_text">Will you still have offshore technical assistance that can be deployed to Client’s work?</div>
<div class="ic_sign"><span class="sp-1">+</span><span class="sp-2">-</span></div>
</div>
<div class="faq_det">
<div class="faq_text">
<p>Yes! Verraki Partners has a Services Provisioning Agreement with Accenture that defines how both companies can provide services to each other.</p>
</div>
</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">Copyright Verraki Partners - All Rights Reserved</div>
</div>
</div>
</div>
</div>
</body>
</html>