-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsolutions.html
458 lines (401 loc) · 20.2 KB
/
solutions.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
<!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>
</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">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="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: [email protected]">[email protected]</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="section">
<div class="inner-wrap -js_anime">
<div class="pg_title">Our Solutions</div>
<div class="news_sort">
<ul class="clearfix">
<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 class="row-t">
<div class="major_cap">Creating a new narrative for Africa.</div>
<div class="det_text -js_anime">
<p>Verraki provides competent and thorough support for a wide range of business needs across critical sectors and industries. We can help provide intelligent work processes to ensure the achievement of your goals. Our services include;</p>
</div>
</div>
</div>
</div>
<div class="pg_wrap">
<div class="spi_wrap">
<div class="spi-d">
<div class="spi_row">
<div class="spi_row_inner -js_anime">
<div class="spi_photo">
<img src="media/craft1.gif" />
</div>
<div class="spi_det">
<div class="spi_title">Technology</div>
<div class="det_text">
<p>In recent years, the role of technology innovation on societal and organisational transformation has become more pronounced; leading to a rising demand for digital-led transformative services.</p>
<p>To compete in the digital age, organizations must embrace new technologies to realize untapped digital opportunities.</p>
</div>
<div class="cta -js_anime"><a href="technology.html">Discover More</a></div>
</div>
</div>
<div class="spi_row_inner -js_anime">
<div class="png_photo">
<img src="media/emeka2.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">“Solve hard problems. The quality of your thinking determines the types of problems you find answers to. <br />How might we... find answers to Africa's toughest problems together?"</div>
<div class="q_author">Emeka Chikwendu</div>
</div>
</div>
</div>
</div>
</div>
<!--<div class="spi_row">
<div class="spi_row_inner">
</div>
<div class="spi_row_inner">
</div>
</div>-->
</div>
<div class="spi-m">
<div class="spi_row">
<div class="spi_row_inner -js_anime">
<div class="spi_det">
<div class="spi_title">Technology</div>
<div class="spi_photo">
<img src="media/craft1.gif" />
</div>
<div class="det_text">
<p>In recent years, the role of technology innovation on societal and organisational transformation has become more pronounced; leading to a rising demand for digital-led transformative services.</p>
<p>To compete in the digital age, organizations must embrace new technologies to realize untapped digital opportunities.</p>
</div>
<div class="cta -js_anime"><a href="technology.html">Discover More</a></div>
</div>
</div>
<div class="spi_row_inner -js_anime">
<div class="png_photo">
<img src="media/emeka2.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">“Solve hard problems. The quality of your thinking determines the types of problems you find answers to. <br />How might we... find answers to Africa's toughest problems together?"</div>
<div class="q_author">Emeka Chikwendu</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="spi_wrap">
<div class="spi-d">
<div class="spi_row">
<div class="spi_row_inner -js_anime">
<div class="spi_photo">
<img src="media/craft2.gif" />
</div>
<div class="spi_det">
<div class="spi_title">Advisory</div>
<div class="det_text">
<p>Digital disruption is a growing trend in the services industry – emerging technologies are transforming business operations and to keep pace with future change, organisations must embrace digital processes and innovation.</p>
<p>Our Advisory practice provides digitally transformative services to the African market, leading the charge to deliver cutting-edge innovation solutions to local organisations – unleashing their growth potential.</p>
</div>
<div class="cta"><a href="advisory.html">Discover More</a></div>
</div>
</div>
<div class="spi_row_inner -js_anime">
<div class="png_photo">
<img src="media/mike2.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">“We add value to your life by managing behavioural biases and guiding you towards making the most appropriate and most rational investment decisions."</div>
<div class="q_author">Michael Madume</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="spi-m">
<div class="spi_row">
<div class="spi_row_inner -js_anime">
<div class="spi_det">
<div class="spi_title">Advisory</div>
<div class="spi_photo">
<img src="media/craft2.gif" />
</div>
<div class="det_text">
<p>Digital disruption is a growing trend in the services industry – emerging technologies are transforming business operations and to keep pace with future change, organisations must embrace digital processes and innovation.</p>
<p>Our Advisory practice provides digitally transformative services to the African market, leading the charge to deliver cutting-edge innovation solutions to local organisations – unleashing their growth potential.</p>
</div>
<div class="cta"><a href="advisory.html">Discover More</a></div>
</div>
</div>
<div class="spi_row_inner -js_anime">
<div class="png_photo">
<img src="media/mike2.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">“We add value to your life by managing behavioural biases and guiding you towards making the most appropriate and most rational investment decisions."</div>
<div class="q_author">Michael Madume</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="spi_wrap">
<div class="spi-d">
<div class="spi_row">
<div class="spi_row_inner -js_anime">
<div class="spi_photo">
<img src="media/craft3.gif" />
</div>
<div class="spi_det">
<div class="spi_title">Ventures</div>
<div class="det_text">
<p>Technology and data are exponentially transforming business models and society at large, and Verraki’s clients are seeking to harness technology-enabled innovation as part of their transformation strategies.</p>
<p>As a part of Verraki’s technology innovation and Ecosystems, Verraki Ventures uses an Open Innovation approach, adopting minority investment in the next wave of disruptive start-ups that address pressing challenges and opportunities faced by our clients today.</p>
</div>
<div class="cta -js_anime"><a href="ventures.html">Discover More</a></div>
</div>
</div>
<div class="spi_row_inner -js_anime">
<div class="png_photo">
<img src="media/nos.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">“We know time kills opportunities, hence we help our clients ignite opportunities and embrace change to achieve the seemingly impossible."</div>
<div class="q_author">Nosa Omorodion</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="spi-m">
<div class="spi_row">
<div class="spi_row_inner -js_anime">
<div class="spi_det">
<div class="spi_title">Ventures</div>
<div class="spi_photo">
<img src="media/craft3.gif" />
</div>
<div class="det_text">
<p>Technology and data are exponentially transforming business models and society at large, and Verraki’s clients are seeking to harness technology-enabled innovation as part of their transformation strategies.</p>
<p>As a part of Verraki’s technology innovation and Ecosystems, Verraki Ventures uses an Open Innovation approach, adopting minority investment in the next wave of disruptive start-ups that address pressing challenges and opportunities faced by our clients today.</p>
</div>
<div class="cta -js_anime"><a href="ventures.html">Discover More</a></div>
</div>
</div>
<div class="spi_row_inner -js_anime">
<div class="png_photo">
<img src="media/nos.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">“We know time kills opportunities, hence we help our clients ignite opportunities and embrace change to achieve the seemingly impossible."</div>
<div class="q_author">Nosa Omorodion</div>
</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: [email protected]">[email protected]</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>