-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
661 lines (549 loc) · 43 KB
/
index.html
File metadata and controls
661 lines (549 loc) · 43 KB
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
<!DOCTYPE html>
<html lang="en" class="no-js" >
<head>
<!--- basic page needs
================================================== -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>SparkLab</title>
<script>
document.documentElement.classList.remove('no-js');
document.documentElement.classList.add('js');
</script>
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/vendor.css">
<link rel="stylesheet" href="css/styles.css">
<!-- favicons
================================================== -->
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
</head>
<body id="top">
<!-- preloader
================================================== -->
<div id="preloader">
<div id="loader"></div>
</div>
<!-- page wrap
================================================== -->
<div id="page" class="s-pagewrap">
<!-- # site header
================================================== -->
<header class="s-header">
<div class="row s-header__inner">
<div class="s-header__block">
<div class="s-header__logo">
<a class="logo" href="index.html">
<img src="/images/S.jpg" alt="Homepage">
</a>
</div>
<a class="s-header__menu-toggle" href="#0"><span>Menu</span></a>
</div> <!-- end s-header__block -->
<nav class="s-header__nav">
<ul class="s-header__menu-links">
<li class="current"><a href="#intro" class="smoothscroll">Intro</a></li>
<li><a href="#about" class="smoothscroll">About</a></li>
<li><a href="#services" class="smoothscroll">Services</a></li>
<li><a href="#folio" class="smoothscroll">Work</a></li>
<li><a href="#footer" class="smoothscroll">Contact</a></li>
</ul> <!-- s-header__menu-links -->
<ul class="s-header__social">
<li>
<a href="">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" style="fill:rgba(0, 0, 0, 1);transform:;-ms-filter:"><path d="M20,3H4C3.447,3,3,3.448,3,4v16c0,0.552,0.447,1,1,1h8.615v-6.96h-2.338v-2.725h2.338v-2c0-2.325,1.42-3.592,3.5-3.592 c0.699-0.002,1.399,0.034,2.095,0.107v2.42h-1.435c-1.128,0-1.348,0.538-1.348,1.325v1.735h2.697l-0.35,2.725h-2.348V21H20 c0.553,0,1-0.448,1-1V4C21,3.448,20.553,3,20,3z"></path></svg>
<span class="u-screen-reader-text">Facebook</span>
</a>
</li>
<li>
<a href="">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" style="fill:rgba(0, 0, 0, 1);transform:;-ms-filter:"><path d="M19.633,7.997c0.013,0.175,0.013,0.349,0.013,0.523c0,5.325-4.053,11.461-11.46,11.461c-2.282,0-4.402-0.661-6.186-1.809 c0.324,0.037,0.636,0.05,0.973,0.05c1.883,0,3.616-0.636,5.001-1.721c-1.771-0.037-3.255-1.197-3.767-2.793 c0.249,0.037,0.499,0.062,0.761,0.062c0.361,0,0.724-0.05,1.061-0.137c-1.847-0.374-3.23-1.995-3.23-3.953v-0.05 c0.537,0.299,1.16,0.486,1.82,0.511C3.534,9.419,2.823,8.184,2.823,6.787c0-0.748,0.199-1.434,0.548-2.032 c1.983,2.443,4.964,4.04,8.306,4.215c-0.062-0.3-0.1-0.611-0.1-0.923c0-2.22,1.796-4.028,4.028-4.028 c1.16,0,2.207,0.486,2.943,1.272c0.91-0.175,1.782-0.512,2.556-0.973c-0.299,0.935-0.936,1.721-1.771,2.22 c0.811-0.088,1.597-0.312,2.319-0.624C21.104,6.712,20.419,7.423,19.633,7.997z"></path></svg>
<span class="u-screen-reader-text">Twitter</span>
</a>
</li>
<li>
<a href="">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" style="fill:rgba(0, 0, 0, 1);transform:;-ms-filter:"><path d="M11.999,7.377c-2.554,0-4.623,2.07-4.623,4.623c0,2.554,2.069,4.624,4.623,4.624c2.552,0,4.623-2.07,4.623-4.624 C16.622,9.447,14.551,7.377,11.999,7.377L11.999,7.377z M11.999,15.004c-1.659,0-3.004-1.345-3.004-3.003 c0-1.659,1.345-3.003,3.004-3.003s3.002,1.344,3.002,3.003C15.001,13.659,13.658,15.004,11.999,15.004L11.999,15.004z"></path><circle cx="16.806" cy="7.207" r="1.078"></circle><path d="M20.533,6.111c-0.469-1.209-1.424-2.165-2.633-2.632c-0.699-0.263-1.438-0.404-2.186-0.42 c-0.963-0.042-1.268-0.054-3.71-0.054s-2.755,0-3.71,0.054C7.548,3.074,6.809,3.215,6.11,3.479C4.9,3.946,3.945,4.902,3.477,6.111 c-0.263,0.7-0.404,1.438-0.419,2.186c-0.043,0.962-0.056,1.267-0.056,3.71c0,2.442,0,2.753,0.056,3.71 c0.015,0.748,0.156,1.486,0.419,2.187c0.469,1.208,1.424,2.164,2.634,2.632c0.696,0.272,1.435,0.426,2.185,0.45 c0.963,0.042,1.268,0.055,3.71,0.055s2.755,0,3.71-0.055c0.747-0.015,1.486-0.157,2.186-0.419c1.209-0.469,2.164-1.424,2.633-2.633 c0.263-0.7,0.404-1.438,0.419-2.186c0.043-0.962,0.056-1.267,0.056-3.71s0-2.753-0.056-3.71C20.941,7.57,20.801,6.819,20.533,6.111z M19.315,15.643c-0.007,0.576-0.111,1.147-0.311,1.688c-0.305,0.787-0.926,1.409-1.712,1.711c-0.535,0.199-1.099,0.303-1.67,0.311 c-0.95,0.044-1.218,0.055-3.654,0.055c-2.438,0-2.687,0-3.655-0.055c-0.569-0.007-1.135-0.112-1.669-0.311 c-0.789-0.301-1.414-0.923-1.719-1.711c-0.196-0.534-0.302-1.099-0.311-1.669c-0.043-0.95-0.053-1.218-0.053-3.654 c0-2.437,0-2.686,0.053-3.655c0.007-0.576,0.111-1.146,0.311-1.687c0.305-0.789,0.93-1.41,1.719-1.712 c0.534-0.198,1.1-0.303,1.669-0.311c0.951-0.043,1.218-0.055,3.655-0.055c2.437,0,2.687,0,3.654,0.055 c0.571,0.007,1.135,0.112,1.67,0.311c0.786,0.303,1.407,0.925,1.712,1.712c0.196,0.534,0.302,1.099,0.311,1.669 c0.043,0.951,0.054,1.218,0.054,3.655c0,2.436,0,2.698-0.043,3.654H19.315z"></path></svg>
<span class="u-screen-reader-text">Instagram</span>
</a>
</li>
<li>
</a>
</li>
</ul> <!-- s-header__social -->
</nav> <!-- end s-header__nav -->
</div> <!-- end s-header__inner -->
</header> <!-- end s-header -->
<!-- # site-content
================================================== -->
<section id="content" class="s-content">
<!-- intro
----------------------------------------------- -->
<section id="intro" class="s-intro target-section">
<div class="s-intro__bg"></div>
<div class="row s-intro__content">
<div class="s-intro__content-bg"></div>
<div class="column lg-12 s-intro__content-inner">
<h1 class="s-intro__content-title">
We provide creative <br>
solutions to turn your <br>
ideas into digital reality.
</h1>
<div class="s-intro__content-buttons">
<!-- <a href="#download" class="btn btn--stroke s-intro__content-btn smoothscroll">More About Us</a>
<a href="https://player.vimeo.com/video/14592941?color=f26522&title=0&byline=0&portrait=0" class="s-intro__content-video-btn">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" style="fill: rgba(0, 0, 0, 1);transform: ;msFilter:;"><path d="M7 6v12l10-6z"></path></svg>
</a> -->
</div>
</div> <!-- s-intro__content-inner -->
</div> <!-- s-intro__content -->
<div class="s-intro__scroll-down">
<a href="#about" class="smoothscroll">
<span>Scroll Down</span>
</a>
</div> <!-- s-intro__scroll-down -->
</section> <!-- end s-intro -->
<!-- about
----------------------------------------------- -->
<section id="about" class="s-about target-section">
<div class="row section-header" data-num="01">
<h3 class="column lg-12 section-header__pretitle pretitle text-pretitle">Who We Are</h3>
<div class="column lg-6 stack-on-1100 section-header__primary">
<h2 class="title text-display-1">
SparkLab is a branding agency based in Somewhere.
We shape brand identities and design thoughtful
digital experiences.
</h2>
</div>
<div class="column lg-6 stack-on-1100 section-header__secondary">
<p class="desc">
Welcome to sparkLab, a creative branding agency based in [Somewhere]. We're passionate about helping businesses shine by shaping bold brand identities and crafting thoughtful digital experiences that connect with audiences. Our team of experts works collaboratively to deliver tailored solutions that elevate brands and drive results. From strategy to design, we spark meaningful connections between brands and their customers
</p>
</div>
</div> <!-- end section-header -->
<div class="row process-list list-block show-ctr block-lg-one-half block-tab-whole">
<div class="column list-block__item">
<div class="list-block__title">
<h3 class="h5">Define</h3>
</div>
<div class="list-block__text">
<p>
Clarify your mission, vision, and values with sparkLab. Our Define service helps you discover your unique identity and purpose, identify your target audience and their needs, and develop a consistent brand voice and messaging. Let us help you define your brand's direction and drive business growth with a clear purpose.
</p>
</div>
</div> <!-- end list-block__item -->
<div class="column list-block__item">
<div class="list-block__title">
<h3 class="h5">Design</h3>
</div>
<div class="list-block__text">
<p>
Bring your brand to life with sparkLab's design expertise. Our Design service creates thoughtful digital experiences that capture your unique identity and resonate with your audience. From logos and typography to websites and digital products, we craft visual stories that drive engagement and conversion. Let us help you design a brand experience that inspires and connects.
</p>
</div>
</div> <!-- end list-block__item -->
<div class="column list-block__item">
<div class="list-block__title">
<h3 class="h5">Build</h3>
</div>
<div class="list-block__text">
<p>
SparkLab's Build service brings your brand's digital vision to life. We develop custom websites, applications, and digital products that are intuitive, scalable, and secure. Our team of experts crafts solutions that drive real results, from e-commerce platforms to bespoke software. Let us help you build a digital foundation that propels your business forward
</p>
</div>
</div> <!-- end list-block__item -->
<div class="column list-block__item">
<div class="list-block__title">
<h3 class="h5">Launch</h3>
</div>
<div class="list-block__text">
<p>
Successfully launch your brand into the market with sparkLab's expertise. Our Launch service ensures a seamless rollout of your brand's new identity, website, or digital product. We develop launch strategies that drive buzz, build momentum, and connect with your audience. Let us help you launch with confidence and make a lasting impression.
</p>
</div>
</div> <!-- end list-block__item -->
</div> <!-- end process-list -->
</section> <!-- end s-about -->
<!-- services
----------------------------------------------- -->
<section id="services" class="s-services target-section">
<div class="row section-header" data-num="02">
<h3 class="column lg-12 section-header__pretitle text-pretitle">What We Do</h3>
<div class="column lg-6 stack-on-1100 section-header__primary">
<h2 class="title text-display-1">
Our services are tailored to make your business grow and stand out.
</h2>
</div>
<div class="column lg-6 stack-on-1100 section-header__secondary">
<p class="desc">
Expertly tailored services to fuel your growth. Personalized solutions to help you stand out and thrive in a competitive market.
</p>
</div>
</div> <!-- end section-header -->
<div class="row services-list list-block block-lg-one-half block-tab-whole">
<div class="column list-block__item">
<div class="list-block__title">
<div class="list-block__icon">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" style="fill: rgba(0, 0, 0, 1);transform: ;msFilter:;"><path d="m6.516 14.323-1.49 6.452a.998.998 0 0 0 1.529 1.057L12 18.202l5.445 3.63a1.001 1.001 0 0 0 1.517-1.106l-1.829-6.4 4.536-4.082a1 1 0 0 0-.59-1.74l-5.701-.454-2.467-5.461a.998.998 0 0 0-1.822 0L8.622 8.05l-5.701.453a1 1 0 0 0-.619 1.713l4.214 4.107zm2.853-4.326a.998.998 0 0 0 .832-.586L12 5.43l1.799 3.981a.998.998 0 0 0 .832.586l3.972.315-3.271 2.944c-.284.256-.397.65-.293 1.018l1.253 4.385-3.736-2.491a.995.995 0 0 0-1.109 0l-3.904 2.603 1.05-4.546a1 1 0 0 0-.276-.94l-3.038-2.962 4.09-.326z"></path></svg>
</div>
<h3 class="h5">Brand Identity</h3>
</div>
<div class="list-block__text">
<p>
Quibusdam quis autem voluptatibus earum vel ex error ea magni. Rerum quam quos. Aut asperiores
sit mollitia. Rem neque et voluptatem eos quia sed eligendi et. Eaque velit eligendi ut
magnam. Cumque ducimus laborum doloribus facere maxime vel earum quidem enim suscipit.
</p>
</div>
</div> <!-- end list-block__item -->
<div class="column list-block__item">
<div class="list-block__title">
<div class="list-block__icon">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" style="fill: rgba(0, 0, 0, 1);transform: ;msFilter:;"><path d="m21.406 6.086-9-4a1.001 1.001 0 0 0-.813 0l-9 4c-.02.009-.034.024-.054.035-.028.014-.058.023-.084.04-.022.015-.039.034-.06.05a.87.87 0 0 0-.19.194c-.02.028-.041.053-.059.081a1.119 1.119 0 0 0-.076.165c-.009.027-.023.052-.031.079A1.013 1.013 0 0 0 2 7v10c0 .396.232.753.594.914l9 4c.13.058.268.086.406.086a.997.997 0 0 0 .402-.096l.004.01 9-4A.999.999 0 0 0 22 17V7a.999.999 0 0 0-.594-.914zM12 4.095 18.538 7 12 9.905l-1.308-.581L5.463 7 12 4.095zM4 16.351V8.539l7 3.111v7.811l-7-3.11zm9 3.11V11.65l7-3.111v7.812l-7 3.11z"></path></svg>
</div>
<h3 class="h5">Product Design</h3>
</div>
<div class="list-block__text">
<p>
Nemo cupiditate ab quibusdam quaerat impedit magni. Earum suscipit ipsum laudantium.
Quo delectus est. Maiores voluptas ab sit natus veritatis ut. Debitis nulla cumque veritatis.
Sunt suscipit voluptas ipsa in tempora esse soluta sint aliquam rhoncus elit.
</p>
</div>
</div> <!-- end list-block__item -->
<div class="column list-block__item">
<div class="list-block__title">
<div class="list-block__icon">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" style="fill: rgba(0, 0, 0, 1);transform: ;msFilter:;"><path d="M6 14c-2.206 0-4 1.794-4 4s1.794 4 4 4a4.003 4.003 0 0 0 3.998-3.98H10V16h4v2.039h.004A4.002 4.002 0 0 0 18 22c2.206 0 4-1.794 4-4s-1.794-4-4-4h-2v-4h2c2.206 0 4-1.794 4-4s-1.794-4-4-4-4 1.794-4 4v2h-4V5.98h-.002A4.003 4.003 0 0 0 6 2C3.794 2 2 3.794 2 6s1.794 4 4 4h2v4H6zm2 4c0 1.122-.879 2-2 2s-2-.878-2-2 .879-2 2-2h2v2zm10-2c1.121 0 2 .878 2 2s-.879 2-2 2-2-.878-2-2v-2h2zM16 6c0-1.122.879-2 2-2s2 .878 2 2-.879 2-2 2h-2V6zM6 8c-1.121 0-2-.878-2-2s.879-2 2-2 2 .878 2 2v2H6zm4 2h4v4h-4v-4z"></path></svg>
</div>
<h3 class="h5">Frontend Development</h3>
</div>
<div class="list-block__text">
<p>
Perferendis quia nemo perspiciatis. Et amet aut ut sint quis culpa quis impedit.
Et id eum quae quae ea et. Et sed quae qui veritatis deserunt. Facilis consequuntur
qui aut deleniti. Autem ipsa ratione dolorum consequuntur. Maxime unde eos quibusdam
maxime excepturi.
</p>
</div>
</div> <!-- end list-block__item -->
<div class="column list-block__item">
<div class="list-block__title">
<div class="list-block__icon">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" style="fill: rgba(0, 0, 0, 1);transform: ;msFilter:;"><path d="M20 3H4c-1.103 0-2 .897-2 2v11c0 1.103.897 2 2 2h4l-1.8 2.4 1.6 1.2 2.7-3.6h3l2.7 3.6 1.6-1.2L16 18h4c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2zM4 16V5h16l.001 11H4z"></path><path d="M6 12h4v2H6z"></path></svg>
</div>
<h3 class="h5">UX Research</h3>
</div>
<div class="list-block__text">
<p>
Qui est non similique. Veniam cupiditate sit est dolores nobis vitae illum.
Sunt nulla voluptate sit corporis ullam esse id minima optio. Perferendis aliquam placeat
ratione magni nihil sed hic aperiam aperiam. Totam nihil molestiae sed et possimus
dolore ipsa omnis aliquid. Ea et mollitia.
</p>
</div>
</div> <!-- end list-block__item -->
<div class="column list-block__item">
<div class="list-block__title">
<div class="list-block__icon">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" style="fill: rgba(0, 0, 0, 1);transform: ;msFilter:;"><path d="M5 22h14c1.103 0 2-.897 2-2V9a1 1 0 0 0-1-1h-3V7c0-2.757-2.243-5-5-5S7 4.243 7 7v1H4a1 1 0 0 0-1 1v11c0 1.103.897 2 2 2zM9 7c0-1.654 1.346-3 3-3s3 1.346 3 3v1H9V7zm-4 3h2v2h2v-2h6v2h2v-2h2l.002 10H5V10z"></path></svg>
</div>
<h3 class="h5">Dev-Ops</h3>
</div>
<div class="list-block__text">
<p>
Quos numquam et ea. Non fuga quidem pariatur. Repellendus doloremque unde modi aut.
Quo cumque porro eum saepe quibusdam odit eligendi. Doloribus qui sit repellendus cupiditate.
Sed porro magnam dignissimos et facilis animi quis tempora. Rerum cum molestiae.
</p>
</div>
</div> <!-- end list-block__item -->
<div class="column list-block__item">
<div class="list-block__title">
<div class="list-block__icon">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" style="fill: rgba(0, 0, 0, 1);transform: ;msFilter:;"><path d="M21 6c0-1.654-1.346-3-3-3a2.993 2.993 0 0 0-2.815 2h-6.37A2.993 2.993 0 0 0 6 3C4.346 3 3 4.346 3 6c0 1.302.839 2.401 2 2.815v6.369A2.997 2.997 0 0 0 3 18c0 1.654 1.346 3 3 3a2.993 2.993 0 0 0 2.815-2h6.369a2.994 2.994 0 0 0 2.815 2c1.654 0 3-1.346 3-3a2.997 2.997 0 0 0-2-2.816V8.816A2.996 2.996 0 0 0 21 6zm-3-1a1.001 1.001 0 1 1-1 1c0-.551.448-1 1-1zm-2.815 12h-6.37A2.99 2.99 0 0 0 7 15.184V8.816A2.99 2.99 0 0 0 8.815 7h6.369A2.99 2.99 0 0 0 17 8.815v6.369A2.99 2.99 0 0 0 15.185 17zM6 5a1.001 1.001 0 1 1-1 1c0-.551.448-1 1-1zm0 14a1.001 1.001 0 0 1 0-2 1.001 1.001 0 0 1 0 2zm12 0a1.001 1.001 0 0 1 0-2 1.001 1.001 0 0 1 0 2z"></path></svg>
</div>
<h3 class="h5">Illustration</h3>
</div>
<div class="list-block__text">
<p>
Quasi in nulla maiores minus cupiditate tenetur ut officia sint. Quis consequatur
officiis dolor nulla fuga itaque cum aut. Ut ut quis omnis dolor. Qui modi voluptatem eum.
Minus numquam consequatur incidunt vel maiores nostrum. Commodi dignissimos sed
laudantium aliquam tempora.
</p>
</div>
</div> <!-- end list-block__item -->
</div> <!-- end process-list -->
</section> <!-- end s-services -->
<!-- portfolio
----------------------------------------------- -->
<section id="folio" class="s-folio target-section">
<div class="row section-header light-on-dark" data-num="03">
<h3 class="column lg-12 section-header__pretitle text-pretitle">Recent Works</h3>
<div class="column lg-6 stack-on-1100 section-header__primary">
<h2 class="title text-display-1">
Here are some of our favorite projects we have done lately. Feel free to check them out.
</h2>
</div>
<div class="column lg-6 stack-on-1100 section-header__secondary">
<p class="desc">
Quia iusto totam facilis ut atque quidem quis maiores iure.
Facilis mollitia enim illo sed et totam commodi. Velit a
recusandae sequi consequatur est dolorum eaque.
</p>
</div>
</div> <!-- end section-header -->
<div id="bricks" class="row bricks">
<div class="column lg-12 masonry">
<div class="bricks-wrapper">
<div class="grid-sizer"></div>
<article class="brick brick--double entry">
<a href="#modal-01" class="entry__link">
<div class="entry__thumb">
<img src="images/folio/white_turban@2x.jpg" alt="">
</div>
<div class="entry__info">
<div class="entry__cat">Frontend Design</div>
<h4 class="entry__title">White Turban</h4>
</div>
</a>
</article> <!-- entry -->
<article class="brick brick--double entry">
<a href="#modal-02" class="entry__link">
<div class="entry__thumb">
<img src="images/folio/caffeine_and_tulips@2x.jpg" alt="">
</div>
<div class="entry__info">
<div class="entry__cat">Brand Identity</div>
<h4 class="entry__title">Caffeine & Tulips</h4>
</div>
</a>
</article> <!-- entry -->
<article class="brick entry">
<a href="#modal-03" class="entry__link">
<div class="entry__thumb">
<img src="images/folio/grayscale@2x.jpg" alt="">
</div>
<div class="entry__info">
<div class="entry__cat">Product Design</div>
<h4 class="entry__title">Grayscale</h4>
</div>
</a>
</article> <!-- entry -->
<article class="brick entry">
<a href="#modal-04" class="entry__link">
<div class="entry__thumb">
<img src="images/folio/lamp@2x.jpg" alt="">
</div>
<div class="entry__info">
<div class="entry__cat">Dev-Ops</div>
<h4 class="entry__title">Lamp</h4>
</div>
</a>
</article> <!-- entry -->
<article class="brick entry">
<a href="#modal-05" class="entry__link">
<div class="entry__thumb">
<img src="images/folio/tropical@2x.jpg" alt="">
</div>
<div class="entry__info">
<div class="entry__cat">Frontend Design</div>
<h4 class="entry__title">Tropical</h4>
</div>
</a>
</article> <!-- entry -->
<article class="brick entry">
<a href="#modal-06" class="entry__link">
<div class="entry__thumb">
<img src="images/folio/woodcraft@2x.jpg" alt="">
</div>
<div class="entry__info">
<div class="entry__cat">Dev-Ops</div>
<h4 class="entry__title">Woodcraft</h4>
</div>
</a>
</article> <!-- entry -->
</div> <!-- end bricks-wrapper -->
</div> <!-- end masonry -->
</div> <!-- end bricks -->
<!-- modal templates popup
-------------------------------------------- -->
<div id="modal-01" hidden>
<div class="modal-popup">
<img src="images/folio/gallery/g-turban.jpg" alt="">
<div class="modal-popup__desc">
<h5>White Turban</h5>
<p>Odio soluta enim quos sit asperiores rerum rerum repudiandae cum. Vel voluptatem alias qui assumenda iure et expedita voluptatem. Ratione officiis quae.</p>
<ul class="modal-popup__cat">
<li>UX Research</li>
<li>Frontend Design</li>
</ul>
</div>
<a href="https://www.behance.net/" class="modal-popup__details">Project link</a>
</div>
</div> <!-- end modal -->
<div id="modal-02" hidden>
<div class="modal-popup">
<img src="images/folio/gallery/g-tulips.jpg" alt="">
<div class="modal-popup__desc">
<h5>Caffeine & Tulips</h5>
<p>Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.</p>
<ul class="modal-popup__cat">
<li>Brand Identity</li>
</ul>
</div>
<a href="https://www.behance.net/" class="modal-popup__details">Project link</a>
</div>
</div> <!-- end modal -->
<div id="modal-03" hidden>
<div class="modal-popup">
<img src="images/folio/gallery/g-grayscale.jpg" alt="">
<div class="modal-popup__desc">
<h5>Grayscale</h5>
<p>Exercitationem reprehenderit quod explicabo consequatur aliquid ut magni ut. Deleniti quo corrupti illum velit eveniet ratione necessitatibus ipsam mollitia.</p>
<ul class="modal-popup__cat">
<li>Product Design</li>
</ul>
</div>
<a href="https://www.behance.net/" class="modal-popup__details">Project link</a>
</div>
</div> <!-- end modal -->
<div id="modal-04" hidden>
<div class="modal-popup">
<img src="images/folio/gallery/g-lamp.jpg" alt="">
<div class="modal-popup__desc">
<h5>The Lamp</h5>
<p>Dolores velit qui quos nobis. Aliquam delectus voluptas quos possimus non voluptatem voluptas voluptas. Est doloribus eligendi porro doloribus voluptatum.</p>
<ul class="modal-popup__cat">
<li>E-Commerce</li>
</ul>
</div>
<a href="https://www.behance.net/" class="modal-popup__details">Project link</a>
</div>
</div> <!-- end modal -->
<div id="modal-05" hidden>
<div class="modal-popup">
<img src="images/folio/gallery/g-tropical.jpg" alt="">
<div class="modal-popup__desc">
<h5>Tropical</h5>
<p>Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.</p>
<ul class="modal-popup__cat">
<li>Frontend Design</li>
</ul>
</div>
<a href="https://www.behance.net/" class="modal-popup__details">Project link</a>
</div>
</div> <!-- end modal -->
<div id="modal-06" hidden>
<div class="modal-popup">
<img src="images/folio/gallery/g-woodcraft.jpg" alt="">
<div class="modal-popup__desc">
<h5>Woodcraft</h5>
<p>Quisquam vel libero consequuntur autem voluptas. Qui aut vero. Omnis fugit mollitia cupiditate voluptas. Aenean sollicitudin, lorem quis bibendum auctor.</p>
<ul class="modal-popup__cat">
<li>E-Commerce</li>
<li>Product Design</li>
</ul>
</div>
<a href="https://www.behance.net/" class="modal-popup__details">Project link</a>
</div>
</div> <!-- end modal -->
<!-- testimonials
----------------------------------------------- -->
<!-- # site-footer
================================================== -->
<footer id="footer" class="s-footer target-section">
<div class="row section-header" data-num="04">
<h3 class="column lg-12 section-header__pretitle text-pretitle">Get In Touch</h3>
<div class="column lg-6 stack-on-1100 section-header__primary">
<h2 class="title text-display-1">
Have an idea or an epic project in mind? Talk to us.
Let's work together and make something great.
<!-- Drop us a line at <a href="mailto:#0" title="">SparkLab.com</a> -->
</h2>
</div>
<div class="column lg-6 stack-on-1100 section-header__secondary">
<div class="contact-block">
<h6>Where To Find Us</h6>
<p>
112, Awolowo Road, <br>
Ikeja, Lagos <br>
94043 Nigeria
</p>
</div>
<div class="contact-block">
<h6>Contact Infos</h6>
<ul class="contact-list">
<li><a href="">081 426 23179</a></li>
<li><a href=" ">090 466 43583</a></li>
</ul>
</div>
</div>
</div> <!-- end section-header -->
<div class="row list-block block-lg-one-half block-tab-whole block-stack-on-1000 s-footer__btns">
<div class="column list-block__item">
<div class="s-footer__contact-btn">
<a href="" class="btn btn--primary u-fullwidth">
Let's Talk
</a>
</div>
</div>
<div class="column list-block__item">
<div class="subscribe-form s-footer__subscribe">
<h6>Subscribe</h6>
<form id="mc-form" class="mc-form">
<input type="email" name="EMAIL" id="mce-EMAIL" class="u-fullwidth text-center" placeholder="Your Email Address" title="The domain portion of the email address is invalid (the portion after the @)." pattern="^([^\x00-\x20\x22\x28\x29\x2c\x2e\x3a-\x3c\x3e\x40\x5b-\x5d\x7f-\xff]+|\x22([^\x0d\x22\x5c\x80-\xff]|\x5c[\x00-\x7f])*\x22)(\x2e([^\x00-\x20\x22\x28\x29\x2c\x2e\x3a-\x3c\x3e\x40\x5b-\x5d\x7f-\xff]+|\x22([^\x0d\x22\x5c\x80-\xff]|\x5c[\x00-\x7f])*\x22))*\x40([^\x00-\x20\x22\x28\x29\x2c\x2e\x3a-\x3c\x3e\x40\x5b-\x5d\x7f-\xff]+|\x5b([^\x0d\x5b-\x5d\x80-\xff]|\x5c[\x00-\x7f])*\x5d)(\x2e([^\x00-\x20\x22\x28\x29\x2c\x2e\x3a-\x3c\x3e\x40\x5b-\x5d\x7f-\xff]+|\x5b([^\x0d\x5b-\x5d\x80-\xff]|\x5c[\x00-\x7f])*\x5d))*(\.\w{2,})+$" required>
<input type="submit" name="subscribe" value="Subscribe" class="btn btn--primary u-fullwidth">
<!-- <div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_cdb7b577e41181934ed6a6a44_9a91cfe7b3" tabindex="-1" value=""></div> -->
<div class="mc-status"></div>
</form>
</div>
</div>
</div> <!-- end s-footer__btns -->
<div class="row s-footer__bottom">
<div class="column lg-6 tab-12 s-footer__bottom-left">
<ul class="s-footer__social">
<li>
<!-- <a href="">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" style="fill:rgba(0, 0, 0, 1);transform:;-ms-filter:"><path d="M20,3H4C3.447,3,3,3.448,3,4v16c0,0.552,0.447,1,1,1h8.615v-6.96h-2.338v-2.725h2.338v-2c0-2.325,1.42-3.592,3.5-3.592 c0.699-0.002,1.399,0.034,2.095,0.107v2.42h-1.435c-1.128,0-1.348,0.538-1.348,1.325v1.735h2.697l-0.35,2.725h-2.348V21H20 c0.553,0,1-0.448,1-1V4C21,3.448,20.553,3,20,3z"></path></svg>
<span class="u-screen-reader-text">Facebook</span>
</a>
</li>
<li>
<a href="">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" style="fill:rgba(0, 0, 0, 1);transform:;-ms-filter:"><path d="M19.633,7.997c0.013,0.175,0.013,0.349,0.013,0.523c0,5.325-4.053,11.461-11.46,11.461c-2.282,0-4.402-0.661-6.186-1.809 c0.324,0.037,0.636,0.05,0.973,0.05c1.883,0,3.616-0.636,5.001-1.721c-1.771-0.037-3.255-1.197-3.767-2.793 c0.249,0.037,0.499,0.062,0.761,0.062c0.361,0,0.724-0.05,1.061-0.137c-1.847-0.374-3.23-1.995-3.23-3.953v-0.05 c0.537,0.299,1.16,0.486,1.82,0.511C3.534,9.419,2.823,8.184,2.823,6.787c0-0.748,0.199-1.434,0.548-2.032 c1.983,2.443,4.964,4.04,8.306,4.215c-0.062-0.3-0.1-0.611-0.1-0.923c0-2.22,1.796-4.028,4.028-4.028 c1.16,0,2.207,0.486,2.943,1.272c0.91-0.175,1.782-0.512,2.556-0.973c-0.299,0.935-0.936,1.721-1.771,2.22 c0.811-0.088,1.597-0.312,2.319-0.624C21.104,6.712,20.419,7.423,19.633,7.997z"></path></svg>
<span class="u-screen-reader-text">Twitter</span>
</a>
</li>
<li>
<a href="">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" style="fill:rgba(0, 0, 0, 1);transform:;-ms-filter:"><path d="M11.999,7.377c-2.554,0-4.623,2.07-4.623,4.623c0,2.554,2.069,4.624,4.623,4.624c2.552,0,4.623-2.07,4.623-4.624 C16.622,9.447,14.551,7.377,11.999,7.377L11.999,7.377z M11.999,15.004c-1.659,0-3.004-1.345-3.004-3.003 c0-1.659,1.345-3.003,3.004-3.003s3.002,1.344,3.002,3.003C15.001,13.659,13.658,15.004,11.999,15.004L11.999,15.004z"></path><circle cx="16.806" cy="7.207" r="1.078"></circle><path d="M20.533,6.111c-0.469-1.209-1.424-2.165-2.633-2.632c-0.699-0.263-1.438-0.404-2.186-0.42 c-0.963-0.042-1.268-0.054-3.71-0.054s-2.755,0-3.71,0.054C7.548,3.074,6.809,3.215,6.11,3.479C4.9,3.946,3.945,4.902,3.477,6.111 c-0.263,0.7-0.404,1.438-0.419,2.186c-0.043,0.962-0.056,1.267-0.056,3.71c0,2.442,0,2.753,0.056,3.71 c0.015,0.748,0.156,1.486,0.419,2.187c0.469,1.208,1.424,2.164,2.634,2.632c0.696,0.272,1.435,0.426,2.185,0.45 c0.963,0.042,1.268,0.055,3.71,0.055s2.755,0,3.71-0.055c0.747-0.015,1.486-0.157,2.186-0.419c1.209-0.469,2.164-1.424,2.633-2.633 c0.263-0.7,0.404-1.438,0.419-2.186c0.043-0.962,0.056-1.267,0.056-3.71s0-2.753-0.056-3.71C20.941,7.57,20.801,6.819,20.533,6.111z M19.315,15.643c-0.007,0.576-0.111,1.147-0.311,1.688c-0.305,0.787-0.926,1.409-1.712,1.711c-0.535,0.199-1.099,0.303-1.67,0.311 c-0.95,0.044-1.218,0.055-3.654,0.055c-2.438,0-2.687,0-3.655-0.055c-0.569-0.007-1.135-0.112-1.669-0.311 c-0.789-0.301-1.414-0.923-1.719-1.711c-0.196-0.534-0.302-1.099-0.311-1.669c-0.043-0.95-0.053-1.218-0.053-3.654 c0-2.437,0-2.686,0.053-3.655c0.007-0.576,0.111-1.146,0.311-1.687c0.305-0.789,0.93-1.41,1.719-1.712 c0.534-0.198,1.1-0.303,1.669-0.311c0.951-0.043,1.218-0.055,3.655-0.055c2.437,0,2.687,0,3.654,0.055 c0.571,0.007,1.135,0.112,1.67,0.311c0.786,0.303,1.407,0.925,1.712,1.712c0.196,0.534,0.302,1.099,0.311,1.669 c0.043,0.951,0.054,1.218,0.054,3.655c0,2.436,0,2.698-0.043,3.654H19.315z"></path></svg>
<span class="u-screen-reader-text">Instagram</span>
</a> -->
</li>
<li>
</li>
</ul>
</div>
<div class="column lg-6 tab-12 s-footer__bottom-right">
<div class="ss-copyright">
<span class="Cpy">© Copyright SparkLab </span>
<span>Design by <a href="">SparkLab</a></span>
</div>
</div>
</div> <!-- s-footer__bottom -->
<div class="ss-go-top">
<a class="smoothscroll" title="Back to Top" href="#top">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" style="fill: rgba(0, 0, 0, 1);transform: ;msFilter:;"><path d="M6 4h12v2H6zm5 10v6h2v-6h5l-6-6-6 6z"></path></svg>
</a>
</div> <!-- end ss-go-top -->
</footer> <!-- end footer -->
<!-- Java Script
================================================== -->
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>