-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
799 lines (755 loc) · 42.3 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
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
<!DOCTYPE html>
<meta content="text/html;charset=UTF-8" />
<html lang="en" class="no-js">
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>About Us | Cliq Media Inc</title>
<meta name="description"
content="We are the future of visual storytelling in Africa. We are all about creating images never seen before, we do this by taking a departure from the conventionality in the industry. ">
<meta name="theme-color" content="#CB0000" />
<meta name="HandheldFriendly" content="true" />
<meta name="keywords"
content="Cliq Media, Cliq, Cliq Inc, Cliq Select a demo pageMedia Inc, Fiyin Gambo, Intercept Movie, African, African Movies, Ngerian Cinema, Nigerian Movies, African VFX, VFX, Chasedown" />
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- Favicon
================================================== -->
<link rel="shortcut icon" href="images/favicon.png">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
<!-- Head Links and Scripts
================================================== -->
<link rel='stylesheet' id='theme-style-css' href='styles/style.css' type='text/css' media='all' />
<script type='text/javascript' src='js/jquery/jquery.js'></script>
<script type='text/javascript' src='js/jquery/jquery-migrate.min.js'></script>
<link rel='shortlink' href='index' />
<!-- Google Tag Manager -->
<script>(function (w, d, s, l, i) {
w[l] = w[l] || []; w[l].push({
'gtm.start':
new Date().getTime(), event: 'gtm.js'
}); var f = d.getElementsByTagName(s)[0],
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-TN6LP5B');</script>
<!-- End Google Tag Manager -->
</head>
<body class="dt">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TN6LP5B" height="0" width="0"
style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- Main Menu
================================================== -->
<div class="page-header dif" id="page-header">
<a href="index.html" class="page-logo in-house" id="page-logo">
<img class="logo-red" alt="cliqmediainc" src="images/logo-2.svg"></img>
<img class="logo-white" alt="cliqmediainc" src="images/logo-1.svg"></img>
</a>
<div class="navigation-trigger" id="navigation-trigger">
<div class="navigation-icon">
<span></span>
<span></span>
<span></span>
</div>
<div class="close-icon">
<span></span>
<span></span>
</div>
<div class="back-icon">
<span></span>
<span></span>
</div>
</div>
<div class="cta-back" id="cta-back"></div>
</div>
<!-- Overlay Menu
================================================== -->
<div class="page-overlay" id="page-overlay">
<div class="page-overlay-inner">
<div class="page-navigation-wrapper">
<nav class="page-navigation">
<ul class="menu">
<li class="menu-item"><a href="index.html">Home</a></li>
<li id="menu-item-1" class="menu-item"><a href="our-work.html">Our Work</a></li>
<li id="menu-item-2" class="menu-item"><a href="about.html">About</a></li>
<li id="menu-item-4" class="menu-item"><a href="vfx-studio.html" target="_top">VFX Studio</a>
</li>
<li id="menu-item-5" class="menu-item"><a href="contact.html">Contact</a></li>
<!-- <li id="menu-item-6" class="menu-item"><a href="the-future">The Future</a></li> -->
</ul>
</nav>
</div>
<div class="company-details">
<!-- <div class="details">
<h4 itemprop="name">Cliq Media</h4>
<ul>
<li itemprop="address">Block XI, Plot 3B </li>
<li class="margin-bottom">West-End Estate,</li>
<li>Ikota Lekki, Lagos,</li>
<li>Nigeria.</li>
</ul>
</div> -->
<div class="details">
<h4>Say hi!</h4>
<ul>
<li><a href="mailto:[email protected] ;">[email protected] </a></li>
<!-- <li class="telephone open">
<a href="tel:+2348023108631">
<div itemprop="telephone">(+234) 815 708 2801</div>
</a>
<div>
<span class="open-note">Open till 17:00</span>
<span class="closed-note">Currently Closed</span>
</div>
</li> -->
</ul>
</div>
<div class="details social-details">
<h4>Social</h4>
<ul class="social-platforms clear">
<li class="twitter">
<a href="https://twitter.com/_CliqMedia" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="13" viewBox="0 0 16 13">
<path
d="M869,812.538a6.523,6.523,0,0,1-1.885.517,3.292,3.292,0,0,0,1.443-1.816,6.55,6.55,0,0,1-2.084.8,3.286,3.286,0,0,0-5.594,2.994,9.324,9.324,0,0,1-6.766-3.43,3.287,3.287,0,0,0,1.016,4.382,3.269,3.269,0,0,1-1.487-.41v0.041a3.283,3.283,0,0,0,2.633,3.218,3.294,3.294,0,0,1-.865.115,3.237,3.237,0,0,1-.618-0.059,3.287,3.287,0,0,0,3.067,2.28,6.59,6.59,0,0,1-4.077,1.4,6.747,6.747,0,0,1-.783-0.046,9.337,9.337,0,0,0,14.372-7.864c0-.142,0-0.284-0.01-0.424A6.685,6.685,0,0,0,869,812.538Z"
transform="translate(-853 -811)" />
</svg>
</a>
</li>
<li class="facebook">
<a href="https://www.facebook.com/CLIQ-Media-Inc-714571645357996/" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="8" height="17" viewBox="0 0 8 17">
<path
d="M913.347,825H910.14v-8.5H908v-2.929h2.14l0-1.726c0-2.39.653-3.844,3.488-3.844h2.36v2.93h-1.475c-1.1,0-1.157.409-1.157,1.173l0,1.467H916l-0.313,2.929H913.35Z"
transform="translate(-908 -808)" />
</svg>
</a>
</li>
<li class="instagram">
<a href="https://www.instagram.com/cliqng/" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="19" height="19" viewBox="0 0 19 19">
<path
d="M1020.76,807h-8.52a5.247,5.247,0,0,0-5.24,5.243v8.514a5.247,5.247,0,0,0,5.24,5.243h8.52a5.247,5.247,0,0,0,5.24-5.243v-8.514A5.247,5.247,0,0,0,1020.76,807Zm3.55,13.757a3.555,3.555,0,0,1-3.55,3.557h-8.52a3.555,3.555,0,0,1-3.55-3.557v-8.514a3.556,3.556,0,0,1,3.55-3.557h8.52a3.556,3.556,0,0,1,3.55,3.557v8.514h0Zm-7.81-9.152a4.9,4.9,0,1,0,4.9,4.895A4.9,4.9,0,0,0,1016.5,811.605Zm0,8.105a3.21,3.21,0,1,1,3.21-3.21A3.214,3.214,0,0,1,1016.5,819.71Zm5.1-9.535a1.25,1.25,0,0,0-1.24,1.236,1.24,1.24,0,1,0,2.48,0A1.233,1.233,0,0,0,1021.6,810.175Z"
transform="translate(-1007 -807)" />
</svg>
</a>
</li>
</ul>
</div>
<div class="change-on" data-rellax-speed="1.5">
<div class="mycube">
<div class="cube-inner-1 cube-inner-black-1"></div>
</div>
</div>
</div>
<div class="page-navigation-background">
<div class="background our-work" style="background-image: url('images/menu/1.jpg');"></div>
<div class="background about" style="background-image: url('images/menu/2.jpg');"></div>
<div class="background vfx-studio" style="background-image: url('images/menu/4.jpg');"></div>
<div class="background contact" style="background-image: url('images/menu/5.jpg');"></div>
<!-- <div class="background the-future" style="background-image: url('images/menu/6.jpg');"></div> -->
</div>
</div>
</div>
</div>
<!-- Page Content
================================================== -->
<div class="page-container" id="page-container">
<!-- Content Wrapper -->
<div class="page-wrapper" id="page-wrapper">
<div class="page-content">
<!-- Introduction -->
<div class="page-intro-top intro-text-bottom">
<div class="sub-title-wrapper overflow-container">
<div class="sub-title">Cliq Media Inc</div>
</div>
<div class="page-title-wrapper">
<div class="overflow-container">
<h1 class="n-lm">About Us</h1>
</div>
<div class="large-watermark lax" data-rellax-speed="4">
<span>A</span><span>B</span><span>O</span><span>U</span><span>T</span><span>U</span><span>S</span>
</div>
</div>
<div class="paragraph-wrapper overflow-container">
<p>We are all about creating images <span>never seen before</span> images by taking a departure
from the conventionality in the industry.</p>
<div class="line-bottom red-line"></div>
</div>
</div>
<!-- End Introduction -->
<!-- Vision and Mission -->
<div class="section about-intro clear">
<div class="image-animation-wrapper col-1-2 snl">
<div class="image-wrapper overflow-container lax" data-rellax-speed="2">
<div class="closing-mask"></div>
<div class="color-inner red-inner"></div>
<div class="image-lax-wrapper lax" data-rellax-speed="-2">
<div class="image-inner"
style="background-image: url('https://res.cloudinary.com/lifeonlineinc/image/upload/c_scale,q_auto:good,w_1920/v1663539511/cliqmedia/Redot_team.jpg');">
</div>
</div>
</div>
<div class="bar-wrapper overflow-container multiply">
<div class="bar-inner red"></div>
</div>
</div>
<div class="content-text top-content-block right-tp editor col-1-2 snl" id="cultuur">
<div class="content-text-inner culture-text-inner">
<div class="overflow-container left">
<h3>OUR VISION</h3>
</div>
<div class="fade-in-text vision padding-left">
<p>We ask our selves,<sub> how can we make people see the world differently?</sub> It is
with this passion we run with a vision to redefine and tell stories that matter,
stories that affect our society and culture.
<span class="no-tab-disp"><br><br>We are set to pioneer the implementation of
existing innovative technologies to the African subtext, technologies like
<sub>visual effects</sub>,<sub> 3D</sub>,<sub> virtual reality</sub> among
others.</span>
</p>
</div>
</div>
</div>
</div>
<div class="section about-intro clear">
<div class="content-text content-text-nw top-content-block right-tp editor col-1-2 snl" id="cultuur">
<div class="content-text-inner culture-text-inner">
<div class="overflow-container right">
<h3>OUR MISSION</h3>
</div>
<div class="fade-in-text padding-left">
<p>Our mission is to be at the forefront of <sub>inventing and adopting innovative
technologies</sub> for <sub>visual storytelling</sub>. We are on a mission to
<sub>export the ingenuity of the African culture</sub> to the rest of the world via
the medium of film.
<span class="no-tab-disp"><br><br>We want to be a global reference point, our dream
is simple; someday in a Chinese and American cinema, there would be long queues
to see a <sub>made in Africa film.</sub></span>
</p>
</div>
</div>
</div>
</div>
<!-- End Vision and Mission -->
<!-- Tablet Gallery -->
<div class="section gallery-section clear no-desk-disp">
<div class="bar-wrapper overflow-container multiply no-tab-disp">
<div class="bar-inner red"></div>
<div class="bar-inner black"></div>
</div>
<img class="col-1-2"
src="https://res.cloudinary.com/lifeonlineinc/image/upload/c_scale,q_auto:best,w_1200/v1663539496/cliqmedia/TIS_2337.jpg"
alt="" width="1600" height="1038" />
<img class="col-1-2"
src="https://res.cloudinary.com/lifeonlineinc/image/upload/c_scale,q_auto:best,w_1200/v1663539492/cliqmedia/TIS_2444.jpg"
alt="" width="1600" height="1038" />
</div>
<!-- End Tablet Gallery -->
<!-- Quote -->
<div class="section gray-dark">
<blockquote class="large">
<p>A ripple effect of establishing a <span style="color: #CB0000;">multi million dollar
VFX</span> industry is the <span style="color: #CB0000;">tremendous value to the
economy</span>, think of the number of jobs we can <span style="color: #CB0000;">create</span> and the
<span style="color: #CB0000;">jobs</span>
we are going to bring to our studios.
</p>
</blockquote>
</div>
<!-- End Quote -->
<!-- Team Section -->
<div class="section team-section clear">
<div class="content-text editor col-1-1" id="team">
<div class="content-text-inner team-text-inner">
<div class="overflow-container">
<h5>Introducing</h5>
</div>
<div class="overflow-container">
<h2>The Family</h2>
</div>
<div class="fade-in-text padding-left inlineblock">
<p>Here at Cliq Media, we value our family and relationships. We're very proud of how
far we've come in such a short time. However, we realize we wouldn't have come this
far without the wonderful people we now call family. We acknowledge their love and
sacrifice and we love them. We're thrilled to introduce to you, the Cliq Media
family!</p>
</div>
</div>
<div class="large-watermark team-watermark">
<span>T</span><span>e</span><span>a</span><span>m</span>
</div>
</div>
<div class="team-slider-wrapper col-1-1">
<div class="bar-wrapper overflow-container">
<div class="bar-inner gray"></div>
<div class="bar-inner red"></div>
</div>
<div class="team-slider">
<div>
<div class="employee-image">
<img src="images/team/maryann.png" alt="" width="650" height="840" />
</div>
<!--<div class="letter-employee">E</div>-->
<div class="employee-bottom">
<div class="name-employee">Maryann Eziekwe</div>
<div class="function-employee">Head of production</div>
<a href="mailto:[email protected]" class="email-employee clear">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px" y="0px" viewBox="0 0 841.9 595.3" enable-background="new 0 0 841.9 595.3"
xml:space="preserve">
<path d="M456.2,215.4h-94v11.8h94V215.4z M491.5,239H362.3v11.8h129.2V239z M596.9,244.4c0.1-0.1,0.2-0.3,0.3-0.4
l-47-39.1v-48.4H492L445.7,118c-13.7-10.6-33.4-11.1-47.9,0.5l-46.2,38.1h-48v39.6l-58.1,47.9c-7.5,4.8-12.4,13.8-12.4,30.1v176.5
c0,19.5,15.8,35.3,35.2,35.3h305.4c19.5,0,35.2-15.8,35.2-35.3V274.2C609,258.2,604.2,249.3,596.9,244.4z M550.2,236.1l22.4,18.9
l-8.6,7.5H562c0.6,0,1.2,0.1,1.9,0.2l-13.6,11.8V236.1z M412.8,136c2.6-2.1,5.8-3.2,9-3.2c3.3,0,6.7,1.1,8.9,2.9l24.9,20.9h-67.6
L412.8,136z M327,180.1h199.7v114.7l-95.9,83.2c-2.2,1.7-5.6,2.9-8.9,2.9c-3.3,0-6.4-1.1-9-3.2L327,299.5V180.1z M303.5,226.9V278
l-29.3-26.8L303.5,226.9z M257.7,445.7c-0.7-2.2-1.1-4.4-1.1-6.8V286c0-5.6,2-10.6,5.3-14.7l94.7,86.5L257.7,445.7z M562,462.5H280
c-1.7,0-3.3-0.2-4.9-0.5l99-88.1l-0.2-0.2l23.8,21.7c14.5,11.6,34.2,11.1,47.9,0.5l23.8-20.6l97.4,86.7
C565.3,462.3,563.7,462.5,562,462.5z M585.5,438.9c0,2.4-0.5,4.6-1.1,6.8l-96.9-86.2l95.9-83.2c1.3,3,2.1,6.2,2.1,9.7V438.9z
M479.7,262.5H362.3v11.8h117.5V262.5z" />
</svg>
<span>[email protected]</span>
</a>
</div>
</div>
<div>
<div class="employee-image">
<img src="images/team/chibuike.png" alt="" width="650" height="840" />
</div>
<!--<div class="letter-employee">I</div>-->
<div class="employee-bottom">
<div class="name-employee">Chibuike Eze</div>
<div class="function-employee">Content Strategy</div>
<a href="mailto:[email protected]" class="email-employee clear">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px" y="0px" viewBox="0 0 841.9 595.3" enable-background="new 0 0 841.9 595.3"
xml:space="preserve">
<path d="M456.2,215.4h-94v11.8h94V215.4z M491.5,239H362.3v11.8h129.2V239z M596.9,244.4c0.1-0.1,0.2-0.3,0.3-0.4
l-47-39.1v-48.4H492L445.7,118c-13.7-10.6-33.4-11.1-47.9,0.5l-46.2,38.1h-48v39.6l-58.1,47.9c-7.5,4.8-12.4,13.8-12.4,30.1v176.5
c0,19.5,15.8,35.3,35.2,35.3h305.4c19.5,0,35.2-15.8,35.2-35.3V274.2C609,258.2,604.2,249.3,596.9,244.4z M550.2,236.1l22.4,18.9
l-8.6,7.5H562c0.6,0,1.2,0.1,1.9,0.2l-13.6,11.8V236.1z M412.8,136c2.6-2.1,5.8-3.2,9-3.2c3.3,0,6.7,1.1,8.9,2.9l24.9,20.9h-67.6
L412.8,136z M327,180.1h199.7v114.7l-95.9,83.2c-2.2,1.7-5.6,2.9-8.9,2.9c-3.3,0-6.4-1.1-9-3.2L327,299.5V180.1z M303.5,226.9V278
l-29.3-26.8L303.5,226.9z M257.7,445.7c-0.7-2.2-1.1-4.4-1.1-6.8V286c0-5.6,2-10.6,5.3-14.7l94.7,86.5L257.7,445.7z M562,462.5H280
c-1.7,0-3.3-0.2-4.9-0.5l99-88.1l-0.2-0.2l23.8,21.7c14.5,11.6,34.2,11.1,47.9,0.5l23.8-20.6l97.4,86.7
C565.3,462.3,563.7,462.5,562,462.5z M585.5,438.9c0,2.4-0.5,4.6-1.1,6.8l-96.9-86.2l95.9-83.2c1.3,3,2.1,6.2,2.1,9.7V438.9z
M479.7,262.5H362.3v11.8h117.5V262.5z" />
</svg>
<span>[email protected]</span>
</a>
</div>
</div>
<div>
<div class="employee-image">
<img src="images/team/israel.png" alt="" width="650" height="840" />
</div>
<!--<div class="letter-employee">F</div>-->
<div class="employee-bottom">
<div class="name-employee">Isreal Ihaza</div>
<div class="function-employee">Chief Financial Officer</div>
<a href="mailto:[email protected]" class="email-employee clear">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px" y="0px" viewBox="0 0 841.9 595.3" enable-background="new 0 0 841.9 595.3"
xml:space="preserve">
<path d="M456.2,215.4h-94v11.8h94V215.4z M491.5,239H362.3v11.8h129.2V239z M596.9,244.4c0.1-0.1,0.2-0.3,0.3-0.4
l-47-39.1v-48.4H492L445.7,118c-13.7-10.6-33.4-11.1-47.9,0.5l-46.2,38.1h-48v39.6l-58.1,47.9c-7.5,4.8-12.4,13.8-12.4,30.1v176.5
c0,19.5,15.8,35.3,35.2,35.3h305.4c19.5,0,35.2-15.8,35.2-35.3V274.2C609,258.2,604.2,249.3,596.9,244.4z M550.2,236.1l22.4,18.9
l-8.6,7.5H562c0.6,0,1.2,0.1,1.9,0.2l-13.6,11.8V236.1z M412.8,136c2.6-2.1,5.8-3.2,9-3.2c3.3,0,6.7,1.1,8.9,2.9l24.9,20.9h-67.6
L412.8,136z M327,180.1h199.7v114.7l-95.9,83.2c-2.2,1.7-5.6,2.9-8.9,2.9c-3.3,0-6.4-1.1-9-3.2L327,299.5V180.1z M303.5,226.9V278
l-29.3-26.8L303.5,226.9z M257.7,445.7c-0.7-2.2-1.1-4.4-1.1-6.8V286c0-5.6,2-10.6,5.3-14.7l94.7,86.5L257.7,445.7z M562,462.5H280
c-1.7,0-3.3-0.2-4.9-0.5l99-88.1l-0.2-0.2l23.8,21.7c14.5,11.6,34.2,11.1,47.9,0.5l23.8-20.6l97.4,86.7
C565.3,462.3,563.7,462.5,562,462.5z M585.5,438.9c0,2.4-0.5,4.6-1.1,6.8l-96.9-86.2l95.9-83.2c1.3,3,2.1,6.2,2.1,9.7V438.9z
M479.7,262.5H362.3v11.8h117.5V262.5z" />
</svg>
<span>[email protected]</span>
</a>
</div>
</div>
<div>
<div class="employee-image">
<img src="images/team/kimberly.png" alt="" width="650" height="840" />
</div>
<!--<div class="letter-employee">K</div>-->
<div class="employee-bottom">
<div class="name-employee">Kimberly Okonkwo</div>
<div class="function-employee">Head of Digital Media</div>
<a href="mailto:[email protected]" class="email-employee clear">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px" y="0px" viewBox="0 0 841.9 595.3" enable-background="new 0 0 841.9 595.3"
xml:space="preserve">
<path d="M456.2,215.4h-94v11.8h94V215.4z M491.5,239H362.3v11.8h129.2V239z M596.9,244.4c0.1-0.1,0.2-0.3,0.3-0.4
l-47-39.1v-48.4H492L445.7,118c-13.7-10.6-33.4-11.1-47.9,0.5l-46.2,38.1h-48v39.6l-58.1,47.9c-7.5,4.8-12.4,13.8-12.4,30.1v176.5
c0,19.5,15.8,35.3,35.2,35.3h305.4c19.5,0,35.2-15.8,35.2-35.3V274.2C609,258.2,604.2,249.3,596.9,244.4z M550.2,236.1l22.4,18.9
l-8.6,7.5H562c0.6,0,1.2,0.1,1.9,0.2l-13.6,11.8V236.1z M412.8,136c2.6-2.1,5.8-3.2,9-3.2c3.3,0,6.7,1.1,8.9,2.9l24.9,20.9h-67.6
L412.8,136z M327,180.1h199.7v114.7l-95.9,83.2c-2.2,1.7-5.6,2.9-8.9,2.9c-3.3,0-6.4-1.1-9-3.2L327,299.5V180.1z M303.5,226.9V278
l-29.3-26.8L303.5,226.9z M257.7,445.7c-0.7-2.2-1.1-4.4-1.1-6.8V286c0-5.6,2-10.6,5.3-14.7l94.7,86.5L257.7,445.7z M562,462.5H280
c-1.7,0-3.3-0.2-4.9-0.5l99-88.1l-0.2-0.2l23.8,21.7c14.5,11.6,34.2,11.1,47.9,0.5l23.8-20.6l97.4,86.7
C565.3,462.3,563.7,462.5,562,462.5z M585.5,438.9c0,2.4-0.5,4.6-1.1,6.8l-96.9-86.2l95.9-83.2c1.3,3,2.1,6.2,2.1,9.7V438.9z
M479.7,262.5H362.3v11.8h117.5V262.5z" />
</svg>
<span>[email protected]</span>
</a>
</div>
</div>
<div>
<div class="employee-image">
<img src="images/team/bassey.png" alt="" width="650" height="840" />
</div>
<!--<div class="letter-employee">K</div>-->
<div class="employee-bottom">
<div class="name-employee">Bassey Enwongo</div>
<div class="function-employee">COO RDA</div>
<a href="mailto:[email protected]" class="email-employee clear">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px" y="0px" viewBox="0 0 841.9 595.3" enable-background="new 0 0 841.9 595.3"
xml:space="preserve">
<path d="M456.2,215.4h-94v11.8h94V215.4z M491.5,239H362.3v11.8h129.2V239z M596.9,244.4c0.1-0.1,0.2-0.3,0.3-0.4
l-47-39.1v-48.4H492L445.7,118c-13.7-10.6-33.4-11.1-47.9,0.5l-46.2,38.1h-48v39.6l-58.1,47.9c-7.5,4.8-12.4,13.8-12.4,30.1v176.5
c0,19.5,15.8,35.3,35.2,35.3h305.4c19.5,0,35.2-15.8,35.2-35.3V274.2C609,258.2,604.2,249.3,596.9,244.4z M550.2,236.1l22.4,18.9
l-8.6,7.5H562c0.6,0,1.2,0.1,1.9,0.2l-13.6,11.8V236.1z M412.8,136c2.6-2.1,5.8-3.2,9-3.2c3.3,0,6.7,1.1,8.9,2.9l24.9,20.9h-67.6
L412.8,136z M327,180.1h199.7v114.7l-95.9,83.2c-2.2,1.7-5.6,2.9-8.9,2.9c-3.3,0-6.4-1.1-9-3.2L327,299.5V180.1z M303.5,226.9V278
l-29.3-26.8L303.5,226.9z M257.7,445.7c-0.7-2.2-1.1-4.4-1.1-6.8V286c0-5.6,2-10.6,5.3-14.7l94.7,86.5L257.7,445.7z M562,462.5H280
c-1.7,0-3.3-0.2-4.9-0.5l99-88.1l-0.2-0.2l23.8,21.7c14.5,11.6,34.2,11.1,47.9,0.5l23.8-20.6l97.4,86.7
C565.3,462.3,563.7,462.5,562,462.5z M585.5,438.9c0,2.4-0.5,4.6-1.1,6.8l-96.9-86.2l95.9-83.2c1.3,3,2.1,6.2,2.1,9.7V438.9z
M479.7,262.5H362.3v11.8h117.5V262.5z" />
</svg>
<span>[email protected]</span>
</a>
</div>
</div>
<div>
<div class="employee-image">
<img src="images/team/moses.png" alt="" width="650" height="840" />
</div>
<!--<div class="letter-employee">K</div>-->
<div class="employee-bottom">
<div class="name-employee">Moses Egwom</div>
<div class="function-employee">Director of Photography</div>
<a href="mailto:[email protected]" class="email-employee clear">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px" y="0px" viewBox="0 0 841.9 595.3" enable-background="new 0 0 841.9 595.3"
xml:space="preserve">
<path d="M456.2,215.4h-94v11.8h94V215.4z M491.5,239H362.3v11.8h129.2V239z M596.9,244.4c0.1-0.1,0.2-0.3,0.3-0.4
l-47-39.1v-48.4H492L445.7,118c-13.7-10.6-33.4-11.1-47.9,0.5l-46.2,38.1h-48v39.6l-58.1,47.9c-7.5,4.8-12.4,13.8-12.4,30.1v176.5
c0,19.5,15.8,35.3,35.2,35.3h305.4c19.5,0,35.2-15.8,35.2-35.3V274.2C609,258.2,604.2,249.3,596.9,244.4z M550.2,236.1l22.4,18.9
l-8.6,7.5H562c0.6,0,1.2,0.1,1.9,0.2l-13.6,11.8V236.1z M412.8,136c2.6-2.1,5.8-3.2,9-3.2c3.3,0,6.7,1.1,8.9,2.9l24.9,20.9h-67.6
L412.8,136z M327,180.1h199.7v114.7l-95.9,83.2c-2.2,1.7-5.6,2.9-8.9,2.9c-3.3,0-6.4-1.1-9-3.2L327,299.5V180.1z M303.5,226.9V278
l-29.3-26.8L303.5,226.9z M257.7,445.7c-0.7-2.2-1.1-4.4-1.1-6.8V286c0-5.6,2-10.6,5.3-14.7l94.7,86.5L257.7,445.7z M562,462.5H280
c-1.7,0-3.3-0.2-4.9-0.5l99-88.1l-0.2-0.2l23.8,21.7c14.5,11.6,34.2,11.1,47.9,0.5l23.8-20.6l97.4,86.7
C565.3,462.3,563.7,462.5,562,462.5z M585.5,438.9c0,2.4-0.5,4.6-1.1,6.8l-96.9-86.2l95.9-83.2c1.3,3,2.1,6.2,2.1,9.7V438.9z
M479.7,262.5H362.3v11.8h117.5V262.5z" />
</svg>
<span>[email protected]</span>
</a>
</div>
</div>
<div>
<div class="employee-image">
<img src="images/team/fiyin.png" alt="" width="650" height="840" />
</div>
<!--<div class="letter-employee">K</div>-->
<div class="employee-bottom">
<div class="name-employee">Fiyin Gambo</div>
<div class="function-employee">Creative Director</div>
<a href="mailto:[email protected]" class="email-employee clear">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px" y="0px" viewBox="0 0 841.9 595.3" enable-background="new 0 0 841.9 595.3"
xml:space="preserve">
<path d="M456.2,215.4h-94v11.8h94V215.4z M491.5,239H362.3v11.8h129.2V239z M596.9,244.4c0.1-0.1,0.2-0.3,0.3-0.4
l-47-39.1v-48.4H492L445.7,118c-13.7-10.6-33.4-11.1-47.9,0.5l-46.2,38.1h-48v39.6l-58.1,47.9c-7.5,4.8-12.4,13.8-12.4,30.1v176.5
c0,19.5,15.8,35.3,35.2,35.3h305.4c19.5,0,35.2-15.8,35.2-35.3V274.2C609,258.2,604.2,249.3,596.9,244.4z M550.2,236.1l22.4,18.9
l-8.6,7.5H562c0.6,0,1.2,0.1,1.9,0.2l-13.6,11.8V236.1z M412.8,136c2.6-2.1,5.8-3.2,9-3.2c3.3,0,6.7,1.1,8.9,2.9l24.9,20.9h-67.6
L412.8,136z M327,180.1h199.7v114.7l-95.9,83.2c-2.2,1.7-5.6,2.9-8.9,2.9c-3.3,0-6.4-1.1-9-3.2L327,299.5V180.1z M303.5,226.9V278
l-29.3-26.8L303.5,226.9z M257.7,445.7c-0.7-2.2-1.1-4.4-1.1-6.8V286c0-5.6,2-10.6,5.3-14.7l94.7,86.5L257.7,445.7z M562,462.5H280
c-1.7,0-3.3-0.2-4.9-0.5l99-88.1l-0.2-0.2l23.8,21.7c14.5,11.6,34.2,11.1,47.9,0.5l23.8-20.6l97.4,86.7
C565.3,462.3,563.7,462.5,562,462.5z M585.5,438.9c0,2.4-0.5,4.6-1.1,6.8l-96.9-86.2l95.9-83.2c1.3,3,2.1,6.2,2.1,9.7V438.9z
M479.7,262.5H362.3v11.8h117.5V262.5z" />
</svg>
<span>[email protected]</span>
</a>
</div>
</div>
<div>
<div class="employee-image">
<img src="images/team/tife.png" alt="" width="650" height="840" />
</div>
<!-- <div class="letter-employee">T</div> -->
<div class="employee-bottom">
<div class="name-employee">Tife Oladiran</div>
<div class="function-employee">Human Resource</div>
<a href="mailto:[email protected]" class="email-employee clear">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px" y="0px" viewBox="0 0 841.9 595.3" enable-background="new 0 0 841.9 595.3"
xml:space="preserve">
<path d="M456.2,215.4h-94v11.8h94V215.4z M491.5,239H362.3v11.8h129.2V239z M596.9,244.4c0.1-0.1,0.2-0.3,0.3-0.4
l-47-39.1v-48.4H492L445.7,118c-13.7-10.6-33.4-11.1-47.9,0.5l-46.2,38.1h-48v39.6l-58.1,47.9c-7.5,4.8-12.4,13.8-12.4,30.1v176.5
c0,19.5,15.8,35.3,35.2,35.3h305.4c19.5,0,35.2-15.8,35.2-35.3V274.2C609,258.2,604.2,249.3,596.9,244.4z M550.2,236.1l22.4,18.9
l-8.6,7.5H562c0.6,0,1.2,0.1,1.9,0.2l-13.6,11.8V236.1z M412.8,136c2.6-2.1,5.8-3.2,9-3.2c3.3,0,6.7,1.1,8.9,2.9l24.9,20.9h-67.6
L412.8,136z M327,180.1h199.7v114.7l-95.9,83.2c-2.2,1.7-5.6,2.9-8.9,2.9c-3.3,0-6.4-1.1-9-3.2L327,299.5V180.1z M303.5,226.9V278
l-29.3-26.8L303.5,226.9z M257.7,445.7c-0.7-2.2-1.1-4.4-1.1-6.8V286c0-5.6,2-10.6,5.3-14.7l94.7,86.5L257.7,445.7z M562,462.5H280
c-1.7,0-3.3-0.2-4.9-0.5l99-88.1l-0.2-0.2l23.8,21.7c14.5,11.6,34.2,11.1,47.9,0.5l23.8-20.6l97.4,86.7
C565.3,462.3,563.7,462.5,562,462.5z M585.5,438.9c0,2.4-0.5,4.6-1.1,6.8l-96.9-86.2l95.9-83.2c1.3,3,2.1,6.2,2.1,9.7V438.9z
M479.7,262.5H362.3v11.8h117.5V262.5z" />
</svg>
<span>[email protected]</span>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- End Team Section -->
<!-- Desktop Gallery -->
<div class="section gallery-section clear no-tab-disp">
<div class="bar-wrapper overflow-container multiply">
<div class="bar-inner red"></div>
<div class="bar-inner black"></div>
</div>
<img class="col-1-2"
src="https://res.cloudinary.com/lifeonlineinc/image/upload/c_scale,q_auto:best,w_1200/v1663539496/cliqmedia/TIS_2337.jpg"
alt="" width="1600" height="1038" />
<img class="col-1-2"
src="https://res.cloudinary.com/lifeonlineinc/image/upload/c_scale,q_auto:best,w_1200/v1663539492/cliqmedia/TIS_2444.jpg"
alt="" width="1600" height="1038" />
</div>
<!-- End Desktop Gallery -->
<!-- Milestones Section -->
<!-- <div class="section timeline-section clear" id="timeline"> -->
<!-- <div class="circle-wrapper red">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="47px" height="38px"> <path fill-rule="evenodd" d="M14.040,-0.002 L14.996,0.327 L0.960,38.002 L0.004,37.673 L14.040,-0.002 Z"/> <path fill-rule="evenodd" d="M22.040,-0.002 L22.996,0.327 L8.960,38.002 L8.004,37.673 L22.040,-0.002 Z"/> <path fill-rule="evenodd" d="M30.040,-0.002 L30.996,0.327 L16.960,38.002 L16.004,37.673 L30.040,-0.002 Z"/> <path fill-rule="evenodd" d="M38.040,-0.002 L38.996,0.327 L24.960,38.002 L24.004,37.673 L38.040,-0.002 Z"/> <path fill-rule="evenodd" d="M46.040,-0.002 L46.996,0.327 L32.960,38.002 L32.004,37.673 L46.040,-0.002 Z"/> </svg>
</div> -->
<!-- <div class="cube-wrapper overflow-container">
<div class="cube-inner"></div>
</div>
<div class="content-text editor col-1-1">
<div class="content-text-inner timeline-text-inner">
<div class="overflow-container">
<h5>Our</h5>
</div>
<div class="overflow-container">
<h2>Milestones</h2>
</div>
<div class="fade-in-text padding-left">
<p>We are proud of how far God has brought us. We count our blessing and name them one by one.</p>
</div>
</div>
<div class="large-watermark timeline-watermark"><span>T</span><span>i</span><span>m</span><span>e</span><span>l</span><span>i</span><span>n</span><span>e</span></div>
</div>
<div class="timeline-slider-wrapper col-1-1">
<div class="timeline-slider">
<div>
<div class="year-top">14</div>
<div class="month-milestone">April</div>
<div class="year-milestone">2014</div>
<div class="icon-milestone"><img src="images/" width="70" height="70" alt="Oprichting Velten Media" /></div>
<div class="title-milestone">Oprichting Velten Media</div>
<div class="text-milestone">
<p></p>
</div>
<div class="background-milestone">
<div class="background-milestone-inner" style="background-image: url(wp-content/uploads/2016/12/event1.jpg);"></div>
</div>
</div>
<div>
<div class="year-top">11</div>
<div class="month-milestone">December</div>
<div class="year-milestone">2011</div>
<div class="icon-milestone"><img src="wp-content/uploads/2016/12/cup.svg" width="70" height="70" alt="Plek 3 in Saxion top 10" /></div>
<div class="title-milestone">Plek 3 in Saxion top 10</div>
<div class="text-milestone">
<p>Hogeschool Saxion plaatst ons op plek 3 in een top 10 van veelbelovende bedrijven van studentondernemers. Een leuke en verrassende waardering!</p>
</div>
<div class="background-milestone">
<div class="background-milestone-inner" style="background-image: url(wp-content/uploads/2016/12/event2-6.jpg);"></div>
</div>
</div>
<div>
<div class="year-top">12</div>
<div class="month-milestone">Juni</div>
<div class="year-milestone">2012</div>
<div class="icon-milestone"><img src="wp-content/uploads/2017/01/folder.svg" width="70" height="70" alt="Overname Digital Power" /></div>
<div class="title-milestone">Overname Digital Power</div>
<div class="text-milestone">
<p>Het klantenbestand van het failliet verklaarde Digital Power uit Almelo wordt overgenomen. Het gaat in totaal om circa 80 websites.</p>
</div>
<div class="background-milestone">
<div class="background-milestone-inner" style="background-image: url(wp-content/uploads/2016/12/event3.jpg);"></div>
</div>
</div>
<div>
<div class="month-milestone">Oktober</div>
<div class="year-milestone">2012</div>
<div class="icon-milestone"><img src="wp-content/uploads/2016/12/boxes.svg" width="70" height="70" alt="Verhuizing naar Hengelo" /></div>
<div class="title-milestone">Verhuizing naar Hengelo</div>
<div class="text-milestone">
<p>We groeiden uit ons kantoor in Rijssen; een verhuizing naar een ruimere locatie was noodzakelijk. De verhuizing naar Hengelo wordt een feit.</p>
</div>
<div class="background-milestone">
<div class="background-milestone-inner" style="background-image: url(wp-content/uploads/2016/12/event4.jpg);"></div>
</div>
</div>
<div>
<div class="year-top">13</div>
<div class="month-milestone">Januari</div>
<div class="year-milestone">2013</div>
<div class="icon-milestone"><img src="wp-content/uploads/2017/01/building.svg" width="70" height="70" alt="Opening nieuw kantoor" /></div>
<div class="title-milestone">Opening nieuw kantoor</div>
<div class="text-milestone">
<p>De verhuizing is achter de rug, tijd om dit te vieren! We organiseren een geslaagd feest met meer dan 150 gasten.</p>
</div>
<div class="background-milestone">
<div class="background-milestone-inner" style="background-image: url(wp-content/uploads/2016/12/event5.jpg);"></div>
</div>
</div>
<div>
<div class="month-milestone">Oktober</div>
<div class="year-milestone">2013</div>
<div class="icon-milestone"><img src="wp-content/uploads/2016/12/cup.svg" width="70" height="70" alt="Plek 37 in Saxion Top 50" /></div>
<div class="title-milestone">Plek 37 in Saxion Top 50</div>
<div class="text-milestone">
<p>Na een eerdere vermelding in de top 10 van veelbelovende bedrijven is nu plek 37 in de Saxion ‘all time top 50’ een feit.</p>
</div>
<div class="background-milestone">
<div class="background-milestone-inner" style="background-image: url(wp-content/uploads/2016/12/event13.jpg);"></div>
</div>
</div>
<div>
<div class="year-top">14</div>
<div class="month-milestone">Oktober</div>
<div class="year-milestone">2014</div>
<div class="icon-milestone"><img src="wp-content/uploads/2017/01/googlepartner.svg" width="70" height="70" alt="Officieel Google Partner" /></div>
<div class="title-milestone">Officieel Google Partner</div>
<div class="text-milestone">
<p>Hoewel we al jaren Google-specialisten zijn, mogen we ons nu ook officieel Google Partner noemen met gecertificeerde medewerkers.</p>
</div>
<div class="background-milestone">
<div class="background-milestone-inner" style="background-image: url(wp-content/uploads/2016/12/event7.jpg);"></div>
</div>
</div>
<div>
<div class="month-milestone">December</div>
<div class="year-milestone">2014</div>
<div class="icon-milestone"><img src="wp-content/uploads/2017/01/folder.svg" width="70" height="70" alt="Overname 1SocialMedia" /></div>
<div class="title-milestone">Overname 1SocialMedia</div>
<div class="text-milestone">
<p>1SocialMedia uit Enschede wordt failliet verklaard. We nemen een kleine groep klanten over.</p>
</div>
<div class="background-milestone">
<div class="background-milestone-inner" style="background-image: url(wp-content/uploads/2016/12/event8.jpg);"></div>
</div>
</div>
<div>
<div class="year-top">15</div>
<div class="month-milestone">April</div>
<div class="year-milestone">2015</div>
<div class="icon-milestone"><img src="wp-content/uploads/2017/01/flag.svg" width="70" height="70" alt="Oprichting FinConnect" /></div>
<div class="title-milestone">Oprichting FinConnect</div>
<div class="text-milestone">
<p>Als spin-off van eerdere opdrachten wordt FinConnect opgericht. FinConnect is een platform met modules voor financiële dienstverleners.</p>
</div>
<div class="background-milestone">
<div class="background-milestone-inner" style="background-image: url(wp-content/uploads/2016/12/event9.jpg);"></div>
</div>
</div>
<div>
<div class="month-milestone">November</div>
<div class="year-milestone">2015</div>
<div class="icon-milestone"><img src="wp-content/uploads/2016/12/berlin.svg" width="70" height="70" alt="Eerste teamuitje naar het buitenland" /></div>
<div class="title-milestone">Eerste teamuitje naar het buitenland</div>
<div class="text-milestone">
<p>Velten Media groeit hard, met als resultaat een weekend teambuilding in het buitenland. Bestemming: Berlijn!</p>
</div>
<div class="background-milestone">
<div class="background-milestone-inner" style="background-image: url(wp-content/uploads/2016/12/event11.jpg);"></div>
</div>
</div>
<div>
<div class="month-milestone">Oktober</div>
<div class="year-milestone">2015</div>
<div class="icon-milestone"><img src="wp-content/uploads/2016/12/gazelle.svg" width="70" height="70" alt="Nominatie FD Gazellen Awards" /></div>
<div class="title-milestone">Nominatie FD Gazellen Awards</div>
<div class="text-milestone">
<p>We horen bij de 490 snelst groeiende bedrijven van Nederland: de FD Gazellen, een initiatief van Het Financieele Dagblad.</p>
</div>
<div class="background-milestone">
<div class="background-milestone-inner" style="background-image: url(wp-content/uploads/2016/12/event10.jpg);"></div>
</div>
</div>
<div>
<div class="year-top">16</div>
<div class="month-milestone">Januari</div>
<div class="year-milestone">2016</div>
<div class="icon-milestone"><img src="wp-content/uploads/2017/01/steer.svg" width="70" height="70" alt="Eerste Velten Media-bolide" /></div>
<div class="title-milestone">Eerste Velten Media-bolide</div>
<div class="text-milestone">
<p>Om ons merk ook op straat te vertegenwoordigen hebben we ons wagenpark versterkt met een nieuw bolide.</p>
</div>
<div class="background-milestone">
<div class="background-milestone-inner" style="background-image: url(wp-content/uploads/2016/12/event12.jpg);"></div>
</div>
</div>
<div>
<div class="month-milestone">Juli</div>
<div class="year-milestone">2016</div>
<div class="icon-milestone"><img src="wp-content/uploads/2016/12/pokeball.svg" width="70" height="70" alt="Landelijke bekendheid met Pokémon-actie" /></div>
<div class="title-milestone">Landelijke bekendheid met Pokémon-actie</div>
<div class="text-milestone">
<p>Een uit de hand gelopen Pokémon Go-actie trekt landelijke bekendheid en wordt zelfs één van de beste inhakers op de Pokémon-hype genoemd.</p>
</div>
<div class="background-milestone">
<div class="background-milestone-inner" style="background-image: url(wp-content/uploads/2016/12/event14-1.jpg);"></div>
</div>
</div>
<div>
<div class="month-milestone">Oktober</div>
<div class="year-milestone">2016</div>
<div class="icon-milestone"><img src="wp-content/uploads/2016/12/gazelle.svg" width="70" height="70" alt="Tweede nominatie FD Gazellen Awards" /></div>
<div class="title-milestone">Tweede nominatie FD Gazellen Awards</div>
<div class="text-milestone">
<p>Voor het tweede jaar op rij worden we genomineerd voor de FD Gazellen Awards. Een teken dat we nog steeds goed bezig zijn!</p>
</div>
<div class="background-milestone">
<div class="background-milestone-inner" style="background-image: url(wp-content/uploads/2016/12/event10.jpg);"></div>
</div>
</div>
</div>
</div>
</div> -->
<!-- </div> -->
<!-- End Milestones Section -->
</div>
</div>
<!-- End Content Wrapper -->
</div>
<!-- ==================================================
End Page Content -->
<script type="text/javascript">
(function ($) {
$(document).ready(function () {
$(window).scroll(function () {
if ($(this).scrollTop() > 50) {
$('.page-header').addClass('header-dif');
} else {
$('.page-header').removeClass('header-dif');
}
});
});
})(jQuery);
</script>
<script type='text/javascript' src='js/vendor/slick.min.js'></script>
<script type='text/javascript' src='js/vendor/jquery.lazyload.min.js'></script>
<script type='text/javascript' src='js/vendor/TweenMax.min.js'></script>
<script type='text/javascript' src='js/vendor/ScrollMagic.min.js'></script>
<script type='text/javascript' src='js/vendor/animation.gsap.min.js'></script>
<script type='text/javascript' src='js/vendor/waypoints.min.js'></script>
<script type='text/javascript' src='js/vendor/rellax.min.js'></script>
<script type='text/javascript' src='js/vendor/animsition.min.js'></script>
<script type='text/javascript' src='js/vendor/jquery.matchHeight-min.js'></script>
<script type='text/javascript' src='js/main.js'></script>
<script type='text/javascript' src='js/company.js'></script>
</body>
</html>