-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshqueez.html
783 lines (750 loc) · 40.5 KB
/
shqueez.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<title>AdTempo | Shqueez</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta content="telephone=no" name="format-detection" />
<meta name="HandheldFriendly" content="true" />
<meta name="description" content="AdTempo" />
<!-- Google Fonts -->
<link rel="stylesheet" type="text/css"
href="https://fonts.googleapis.com/css?family=Cinzel:400,700%7CRaleway:500,500i,600,700%7CMaterial+Icons&display=swap" />
<!-- Template Vendor's Stylesheet -->
<link rel="stylesheet" type="text/css" href="css/vendor.css" />
<!-- Template Main Stylesheet -->
<link rel="stylesheet" type="text/css" href="css/main.css" />
<!-- Favicons & App Icons -->
<link rel="apple-touch-icon" sizes="57x57" href="img/content/apple-icon-57x57.png" />
<link rel="apple-touch-icon" sizes="60x60" href="img/content/apple-icon-60x60.png" />
<link rel="apple-touch-icon" sizes="72x72" href="img/content/apple-icon-72x72.png" />
<link rel="apple-touch-icon" sizes="76x76" href="img/content/apple-icon-76x76.png" />
<link rel="apple-touch-icon" sizes="114x114" href="img/content/apple-icon-114x114.png" />
<link rel="apple-touch-icon" sizes="120x120" href="img/content/apple-icon-120x120.png" />
<link rel="apple-touch-icon" sizes="144x144" href="img/content/apple-icon-144x144.png" />
<link rel="apple-touch-icon" sizes="152x152" href="img/content/apple-icon-152x152.png" />
<link rel="apple-touch-icon" sizes="180x180" href="img/content/apple-icon-180x180.png" />
<link rel="icon" type="image/png" sizes="192x192" href="img/content/android-icon-192x192.png" />
<link rel="icon" type="image/png" sizes="32x32" href="img/content/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="96x96" href="img/content/favicon-96x96.png" />
<link rel="icon" type="image/png" sizes="16x16" href="img/content/favicon-16x16.png" />
<link rel="manifest" href="img/content/manifest.json" />
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="msapplication-TileImage" content="img/content/ms-icon-144x144.png" />
<meta name="theme-color" content="#ffffff" />
<link rel="icon" type="image/x-icon" href="img/content/favicon.ico" />
</head>
<body>
<div data-barba="wrapper">
<!-- PAGE PRELOADER -->
<div class="preloader text-center bg-dark-1" id="js-preloader" data-arts-theme-text="light">
<div class="preloader__content">
<!-- header -->
<div class="preloader__header mt-auto">
<!-- <div class="preloader__heading h2">AdTempo</div> -->
<!-- <div class="preloader__subline small-caps mt-1">Creative Studio</div> -->
<img src="img/Logo.webp" alt="AdTempo Logo">
</div>
<!-- - header -->
<!-- counter -->
<div class="preloader__counter h5"><span
class="preloader__counter-number preloader__counter-current">0</span><span
class="preloader__counter-divider"> / </span><span
class="preloader__counter-number preloader__counter-total">100</span></div>
<!-- - counter -->
<!-- circle holder -->
<div class="preloader__circle"></div>
</div>
</div>
<!-- - PAGE PRELOADER -->
<!-- Loading Spinner -->
<svg class="spinner d-lg-none" id="js-spinner" width="65px" height="65px" viewBox="0 0 66 66"
xmlns="http://www.w3.org/2000/svg">
<circle class="spinner__path" fill="none" stroke-width="6" stroke-linecap="round" cx="33" cy="33" r="30"></circle>
</svg>
<!-- - Loading Spinner -->
<!-- Transition Curtain-->
<!-- TRANSITION CURTAINS -->
<!-- page curtain AJAX transition -->
<div class="curtain transition-curtain" id="js-page-transition-curtain">
<div class="curtain__wrapper-svg">
<svg class="curtain-svg" viewBox="0 0 1920 1080" preserveAspectRatio="none" version="1.1"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Default Rectangle -->
<path class="curtain-svg__normal"
d="M0,0 C305.333333,0 625.333333,0 960,0 C1294.66667,0 1614.66667,0 1920,0 L1920,1080 C1614.66667,1080 1294.66667,1080 960,1080 C625.333333,1080 305.333333,1080 0,1080 L0,0 Z">
</path>
<!-- - Default Rectangle -->
<!-- Curve Top -->
<path class="curtain-svg__curve curtain-svg__curve_top-desktop"
d="M0,300 C305.333333,100 625.333333,0 960,0 C1294.66667,0 1614.66667,100 1920,300 L1920,1080 C1614.66667,1080 1294.66667,1080 960,1080 C625.333333,1080 305.333333,1080 0,1080 L0,300 Z">
</path>
<path class="curtain-svg__curve curtain-svg__curve_top-mobile"
d="M0,150 C305.333333,50 625.333333,0 960,0 C1294.66667,0 1614.66667,50 1920,150 L1920,1080 C1614.66667,1080 1294.66667,1080 960,1080 C625.333333,1080 305.333333,1080 0,1080 L0,150 Z">
</path>
<!-- - Curve Top -->
<!-- Curve Bottom -->
<path class="curtain-svg__curve curtain-svg__curve_bottom-desktop"
d="M0,0 C305.333333,0 625.333333,0 960,0 C1294.66667,0 1614.66667,0 1920,0 L1920,1080 C1614.66667,980 1294.66667,930 960,930 C625.333333,930 305.333333,980 0,1080 L0,0 Z">
</path>
<path class="curtain-svg__curve curtain-svg__curve_bottom-mobile"
d="M0,0 C305.333333,0 625.333333,0 960,0 C1294.66667,0 1614.66667,0 1920,0 L1920,1080 C1614.66667,1030 1294.66667,1005 960,1005 C625.333333,1005 305.333333,1030 0,1080 L0,0 Z">
</path>
<!-- - Curve Bottom -->
</svg>
</div>
</div>
<!-- - page curtain AJAX transition -->
<!-- header curtain show/hide -->
<div class="header-curtain curtain" id="js-header-curtain">
<div class="curtain__wrapper-svg">
<svg class="curtain-svg" viewBox="0 0 1920 1080" preserveAspectRatio="none" version="1.1"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Default Rectangle -->
<path class="curtain-svg__normal"
d="M0,0 C305.333333,0 625.333333,0 960,0 C1294.66667,0 1614.66667,0 1920,0 L1920,1080 C1614.66667,1080 1294.66667,1080 960,1080 C625.333333,1080 305.333333,1080 0,1080 L0,0 Z">
</path>
<!-- - Default Rectangle -->
<!-- Curve Top -->
<path class="curtain-svg__curve curtain-svg__curve_top-desktop"
d="M0,300 C305.333333,100 625.333333,0 960,0 C1294.66667,0 1614.66667,100 1920,300 L1920,1080 C1614.66667,1080 1294.66667,1080 960,1080 C625.333333,1080 305.333333,1080 0,1080 L0,300 Z">
</path>
<path class="curtain-svg__curve curtain-svg__curve_top-mobile"
d="M0,150 C305.333333,50 625.333333,0 960,0 C1294.66667,0 1614.66667,50 1920,150 L1920,1080 C1614.66667,1080 1294.66667,1080 960,1080 C625.333333,1080 305.333333,1080 0,1080 L0,150 Z">
</path>
<!-- - Curve Top -->
<!-- Curve Bottom -->
<path class="curtain-svg__curve curtain-svg__curve_bottom-desktop"
d="M0,0 C305.333333,0 625.333333,0 960,0 C1294.66667,0 1614.66667,0 1920,0 L1920,1080 C1614.66667,980 1294.66667,930 960,930 C625.333333,930 305.333333,980 0,1080 L0,0 Z">
</path>
<path class="curtain-svg__curve curtain-svg__curve_bottom-mobile"
d="M0,0 C305.333333,0 625.333333,0 960,0 C1294.66667,0 1614.66667,0 1920,0 L1920,1080 C1614.66667,1030 1294.66667,1005 960,1005 C625.333333,1005 305.333333,1030 0,1080 L0,0 Z">
</path>
<!-- - Curve Bottom -->
</svg>
</div>
</div>
<!-- - header curtain show/hide -->
<!-- header curtain AJAX transition -->
<div class="header-curtain header-curtain_transition curtain" id="js-header-curtain-transition">
<div class="curtain__wrapper-svg">
<svg class="curtain-svg" viewBox="0 0 1920 1080" preserveAspectRatio="none" version="1.1"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Default Rectangle -->
<path class="curtain-svg__normal"
d="M0,0 C305.333333,0 625.333333,0 960,0 C1294.66667,0 1614.66667,0 1920,0 L1920,1080 C1614.66667,1080 1294.66667,1080 960,1080 C625.333333,1080 305.333333,1080 0,1080 L0,0 Z">
</path>
<!-- - Default Rectangle -->
<!-- Curve Top -->
<path class="curtain-svg__curve curtain-svg__curve_top-desktop"
d="M0,300 C305.333333,100 625.333333,0 960,0 C1294.66667,0 1614.66667,100 1920,300 L1920,1080 C1614.66667,1080 1294.66667,1080 960,1080 C625.333333,1080 305.333333,1080 0,1080 L0,300 Z">
</path>
<path class="curtain-svg__curve curtain-svg__curve_top-mobile"
d="M0,150 C305.333333,50 625.333333,0 960,0 C1294.66667,0 1614.66667,50 1920,150 L1920,1080 C1614.66667,1080 1294.66667,1080 960,1080 C625.333333,1080 305.333333,1080 0,1080 L0,150 Z">
</path>
<!-- - Curve Top -->
<!-- Curve Bottom -->
<path class="curtain-svg__curve curtain-svg__curve_bottom-desktop"
d="M0,0 C305.333333,0 625.333333,0 960,0 C1294.66667,0 1614.66667,0 1920,0 L1920,1080 C1614.66667,980 1294.66667,930 960,930 C625.333333,930 305.333333,980 0,1080 L0,0 Z">
</path>
<path class="curtain-svg__curve curtain-svg__curve_bottom-mobile"
d="M0,0 C305.333333,0 625.333333,0 960,0 C1294.66667,0 1614.66667,0 1920,0 L1920,1080 C1614.66667,1030 1294.66667,1005 960,1005 C625.333333,1005 305.333333,1030 0,1080 L0,0 Z">
</path>
<!-- - Curve Bottom -->
</svg>
</div>
</div>
<!-- - header curtain AJAX transition -->
<!-- - TRANSITION CURTAINS -->
<!-- Cursor Follower-->
<div class="cursor" id="js-cursor">
<div class="cursor__wrapper">
<!-- circles -->
<div class="cursor__follower">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<circle id="inner" cx="25" cy="25" r="24" style="opacity: 0.6;"></circle>
<circle id="outer" cx="25" cy="25" r="24"
style="stroke-dashoffset: 252.327; stroke-dasharray: 0px, 999999px;"></circle>
</svg>
</div>
<!-- - circles -->
<!-- arrows -->
<div class="cursor__arrows">
<div class="cursor__arrow cursor__arrow_up material-icons">keyboard_arrow_up</div>
<div class="cursor__arrow cursor__arrow_down material-icons">keyboard_arrow_down</div>
<div class="cursor__arrow cursor__arrow_left material-icons">keyboard_arrow_left</div>
<div class="cursor__arrow cursor__arrow_right material-icons">keyboard_arrow_right</div>
</div>
<!-- - arrows -->
<!-- label holder -->
<div class="cursor__label"></div>
<!-- - label holder -->
<!-- icon holder -->
<div class="cursor__icon material-icons"></div>
<!-- - icon holder -->
</div>
</div>
<!-- - Cursor Follower-->
<!-- PAGE HEADER -->
<header class="header header_menu-right header_fixed container-fluid js-header-sticky" id="page-header"
data-arts-theme-text="light" data-arts-header-sticky-theme="bg-dark-2" data-arts-header-logo="secondary"
data-arts-header-sticky-logo="secondary" data-arts-header-overlay-theme="dark"
data-arts-header-overlay-background="#000">
<!-- top bar -->
<div class="header__container header__controls">
<div class="row justify-content-between align-items-center">
<!-- logo -->
<div class="col-auto header__col header__col-left"><a class="logo" href="index.html">
<div class="logo__wrapper-img">
<!-- primary logo version (for light backgrounds)--><img class="logo__img-primary"
src="img/general/logo-black.svg" alt="Rhye HTML5 Template" height="20" />
<!-- secondary logo version (for dark backgrounds)--><img class="logo__img-secondary"
src="img/general/logo-white.svg" alt="Rhye HTML5 Template" height="20" />
</div>
</a>
</div>
<!-- - logo -->
<!-- burger icon -->
<div class="col-auto header__col">
<div class="header__burger" id="js-burger" data-arts-cursor="data-arts-cursor" data-arts-cursor-scale="1.7"
data-arts-cursor-magnetic="data-arts-cursor-magnetic" data-arts-cursor-hide-native="true">
<div class="header__burger-line"></div>
<div class="header__burger-line"></div>
<div class="header__burger-line"></div>
</div>
</div>
<!-- - burger icon -->
<!-- "back" button for submenu nav -->
<div class="header__overlay-menu-back" id="js-submenu-back">
<div class="arrow arrow-left js-arrow arrow_mini" data-arts-cursor="data-arts-cursor"
data-arts-cursor-hide-native="true" data-arts-cursor-scale="0"
data-arts-cursor-magnetic="data-arts-cursor-magnetic">
<svg class="svg-circle" viewBox="0 0 60 60" version="1.1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<circle class="circle" cx="30" cy="30" r="29" fill="none"></circle>
</svg>
<div class="arrow__pointer arrow-left__pointer"></div>
<div class="arrow__triangle"></div>
</div>
</div>
<!-- - "back" button for submenu nav -->
</div>
</div>
<!-- - top bar -->
<!-- fullscreen overlay container -->
<div class="header__wrapper-overlay-menu container-fluid container-fluid_paddings">
<!-- fullscreen menu -->
<div class="header__wrapper-menu">
<ul class="menu-overlay js-menu-overlay">
<li class="menu-item-has-children"><a class="h2" href="index.html" data-pjax-link="overlayMenu">
<div class="menu-overlay__item-wrapper split-text js-split-text" data-split-text-type="lines">Home
</div>
</a>
</li>
<li class="menu-item-has-children"><a class="h2" href="about.html" data-pjax-link="overlayMenu">
<div class="menu-overlay__item-wrapper split-text js-split-text" data-split-text-type="lines">About
</div>
</a>
</li>
<li class="menu-item-has-children"><a class="h2" href="works.html" data-pjax-link="overlayMenu">
<div class="menu-overlay__item-wrapper split-text js-split-text" data-split-text-type="lines">Works
</div>
</a>
</li>
<li class="menu-item-has-children"><a class="h2" href="team.html" data-pjax-link="overlayMenu">
<div class="menu-overlay__item-wrapper split-text js-split-text" data-split-text-type="lines">Meet The
Team
</div>
</a>
</li>
<li class="menu-item-has-children"><a class="h2" href="contact.html" data-pjax-link="overlayMenu">
<div class="menu-overlay__item-wrapper split-text js-split-text" data-split-text-type="lines">Contact
</div>
</a>
</li>
<li class="menu-item-has-children"><a class="h2" href="careers.html" data-pjax-link="overlayMenu">
<div class="menu-overlay__item-wrapper split-text js-split-text" data-split-text-type="lines">Careers
</div>
</a>
</li>
</ul>
</div>
<!-- - fullscreen menu -->
<!-- fullscreen widgets -->
<div class="header__wrapper-overlay-widgets">
<div class="row">
<!-- widget TEXT -->
<div class="col-lg-4 header__widget">
<div class="header__widget-title small-caps js-split-text split-text" data-split-text-type="lines">
Contacts</div>
<div class="header__widget-content js-split-text split-text" data-split-text-type="lines">
<p><a href="rhye@example.com">info@ad-tempo.com</a><br />+971 50-334-7813
</p>
</div>
</div>
<!-- - widget TEXT -->
<!-- widget TEXT -->
<div class="col-lg-4 header__widget">
<div class="header__widget-title small-caps js-split-text split-text" data-split-text-type="lines">Office
</div>
<div class="header__widget-content js-split-text split-text" data-split-text-type="lines">
<p>Dubai | UAE
</p>
</div>
</div>
<!-- - widget TEXT -->
<!-- widget TEXT -->
<div class="col-lg-4 header__widget">
<div class="header__widget-title small-caps js-split-text split-text" data-split-text-type="lines">Want to
Work with Us?</div>
<div class="header__widget-content js-split-text split-text" data-split-text-type="lines">
<p><a href="contact.html">Get in Touch</a><br />
</p>
</div>
</div>
<!-- - widget TEXT -->
</div>
</div>
<!-- - fullscreen widgets -->
</div>
<!-- - fullscreen overlay container -->
</header>
<!-- - PAGE HEADER -->
<!-- PAGE MAIN -->
<div class="js-smooth-scroll bg-dark-1" id="page-wrapper" data-barba="container" data-arts-theme-text="light">
<main class="page-wrapper__content">
<!-- section MASTHEAD FULLSCREEN -->
<section class="section section-masthead section-fullheight text-center"
data-arts-os-animation="data-arts-os-animation" data-arts-theme-text="dark"
data-background-color="var(--color-dark-1)">
<div class="section-masthead__inner section-fullheight__inner container-fluid">
<header class="row section-masthead__header justify-content-center">
<div class="col">
<div class="section-masthead__subheading small-caps mt-0 mb-1 mb-md-2 split-text js-split-text"
data-split-text-type="lines,words" data-split-text-set="words"><span>Corset Brand</span></div>
<div class="w-100"></div>
<div class="section-masthead__heading split-text js-split-text" data-split-text-type="lines,words"
data-split-text-set="words">
<h1 class="h1 mt-0 mb-0">Shqueez</h1>
</div>
<div class="w-100"></div>
<div class="section__headline mt-2 mx-auto"></div>
</div>
<div class="section-masthead__wrapper-scroll-down section-masthead__wrapper-scroll-down_center ">
<div class="circle-button js-circle-button" data-arts-os-animation="true">
<!-- curved label -->
<div class="circle-button__outer">
<div class="circle-button__wrapper-label">
<div class="circle-button__label small-caps">Scroll Down</div>
</div>
</div>
<!-- - curved label -->
<!-- geometry wrapper -->
<div class="circle-button__inner">
<div class="circle-button__circle" data-arts-scroll-down="data-arts-scroll-down"
data-arts-cursor="data-arts-cursor" data-arts-cursor-hide-native="true"
data-arts-cursor-scale="0">
<svg class="svg-circle" viewBox="0 0 60 60" version="1.1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<circle class="circle" cx="30" cy="30" r="29" fill="none"></circle>
</svg>
</div>
<!-- browsers with touch support -->
<div class="circle-button__icon circle-button__icon-touch">
<svg enable-background="new 0 0 64 64" height="512" viewBox="0 0 64 64" width="512"
xmlns="http://www.w3.org/2000/svg">
<path
d="m32 8c-1.104 0-2 .896-2 2v39.899l-14.552-15.278c-.761-.799-2.026-.832-2.828-.069-.8.762-.831 2.027-.069 2.827l16.62 17.449c.756.756 1.76 1.172 2.829 1.172 1.068 0 2.073-.416 2.862-1.207l16.586-17.414c.762-.8.73-2.065-.069-2.827-.799-.763-2.065-.731-2.827.069l-14.552 15.342v-39.963c0-1.104-.896-2-2-2z">
</path>
</svg>
</div>
<!-- - browsers with touch support -->
<!-- - browsers without touch support -->
<div class="circle-button__icon circle-button__icon-mouse">
<svg class="svg-mouse" width="23px" height="35px" viewBox="0 0 23 35" version="1.1"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- border -->
<path class="svg-mouse__border"
d="M11.5,0 C5.15875132,0 0,5.23135343 0,11.6610111 L0,23.3396542 C0,29.7691456 5.15875132,35 11.5,35 C17.8412487,35 23,29.7693119 23,23.3396542 L23,11.6610111 C23,5.23135343 17.8410847,0 11.5,0 Z M21.7222404,23.3396542 C21.7222404,29.0545544 17.136538,33.7037222 11.5,33.7037222 C5.86346203,33.7037222 1.27775956,29.0545544 1.27775956,23.3396542 L1.27775956,11.6610111 C1.27775956,5.946111 5.86346203,1.29627781 11.5,1.29627781 C17.136538,1.29627781 21.7222404,5.94594466 21.7222404,11.6610111 L21.7222404,23.3396542 Z">
</path>
<!-- - border -->
<!-- wheel -->
<path class="svg-mouse__wheel"
d="M11.5,4 C11.2238902,4 11,4.28321727 11,4.63321727 L11,10.3667827 C11,10.7167827 11.2238902,11 11.5,11 C11.7761098,11 12,10.7167827 12,10.3667827 L12,4.63321727 C11.9998717,4.28321727 11.7761098,4 11.5,4 Z">
</path>
<!-- - wheel -->
</svg>
</div>
<!-- - browsers without touch support -->
</div>
<!-- - geometry wrapper -->
</div>
</div>
</header>
</div>
<div class="section-image section-masthead__background section-masthead__background_fullscreen">
<div class="section-image__wrapper js-transition-img" data-arts-parallax="data-arts-parallax"
data-arts-parallax-factor="0.05">
<div class="js-transition-img__transformed-el">
<div class="lazy-bg" data-src="img/assets/clients/shqueez/.webp"></div>
</div>
</div>
<!-- overlay-->
<div class="overlay overlay_dark-30 section-masthead__overlay"></div>
<!-- - overlay -->
</div>
</section>
<!-- - section MASTHEAD FULLSCREEN -->
<!-- IMAGES & PROPERTIES -->
<div class="container-fluid no-gutters">
<div class="row no-gutters">
<div class="col-lg-4 order-lg-3">
<div class="container-fluid container-fluid_paddings h-100">
<div class="row h-100 align-items-center">
<div class="col">
<section class="section section-properties section-content py-1">
<div class="container-fluid no-gutters">
<div class="row flex-wrap">
<div class="col-lg-12 col-sm-6 col-12 section-properties__item my-1">
<div class="figure-info split-text js-split-text" data-split-text-type="lines,words"
data-split-text-set="words">
<div class="figure-info__option small-caps">Business Type</div>
<div class="figure-info__value paragraph">Corset Brand</div>
</div>
</div>
<div class="col-lg-12 col-sm-6 col-12 section-properties__item my-1">
<div class="figure-info split-text js-split-text" data-split-text-type="lines,words"
data-split-text-set="words">
<div class="figure-info__option small-caps">Work we do</div>
<div class="figure-info__value paragraph">Social Media, Photoshoots</div>
</div>
</div>
<div class="col-lg-12 col-sm-6 col-12 section-properties__item my-1">
<div class="figure-info split-text js-split-text" data-split-text-type="lines,words"
data-split-text-set="words">
<div class="figure-info__option small-caps">Social</div>
<div class="figure-info__value paragraph"><a href="https://www.instagram.com/shqueez.ae/"
target="_blank">Instagram</a></div>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
</div>
<div class="col-lg-4 order-lg-1">
<section class="section section-image">
<div class="section-image__wrapper" data-arts-parallax="data-arts-parallax"
data-arts-parallax-factor="0.05">
<div class="lazy"><img data-src="img/assets/clients/shqueez/shqueez-photoshoot-2.webp" src="#" alt=""
width="1280" height="1920" /></div>
</div>
</section>
</div>
<div class="col-lg-4 order-lg-2">
<section class="section section-image">
<div class="section-image__wrapper" data-arts-parallax="data-arts-parallax"
data-arts-parallax-factor="0.15">
<div class="lazy"><img data-src="img/assets/clients/shqueez/shqueez-photoshoot-1.webp" src="#" alt=""
width="1280" height="1920" /></div>
</div>
</section>
</div>
</div>
</div>
<!-- - IMAGES & PROPERTIES -->
<!-- section IMAGE #2 -->
<section class="section section-image section_h-200"
style="background-color: #262626; display: flex; justify-content: center; align-items: center;">
<h2 class="h1 mt-0 mb-0" style="text-align: center;">Social Media</h2>
<!-- <div class="section-image__wrapper" data-arts-parallax="data-arts-parallax" data-arts-parallax-factor="0.05">
<div>
<div class="lazy-bg" data-src="img/assets/shqueez/shqueez-cover-1.png"></div>
</div>
</div> -->
</section>
<!-- - section IMAGE #2 -->
<div class="container-fluid no-gutters">
<div class="row no-gutters">
<div class="col-lg-6">
<section class="section section-image">
<div class="section-image__wrapper" data-arts-parallax="data-arts-parallax"
data-arts-parallax-factor="0.15">
<div class="lazy"><img data-src="img/assets/clients/shqueez/shqueez-social-1.webp" src="#" alt=""
width="960" height="960" /></div>
</div>
</section>
</div>
<div class="col-lg-6">
<section class="section section-image">
<div class="section-image__wrapper" data-arts-parallax="data-arts-parallax"
data-arts-parallax-factor="0.15">
<div class="lazy"><img data-src="img/assets/clients/shqueez/shqueez-social-2.webp" src="#" alt=""
width="960" height="960" /></div>
</div>
</section>
</div>
</div>
<div class="row no-gutters">
<div class="col-lg-6">
<section class="section section-image">
<div class="section-image__wrapper" data-arts-parallax="data-arts-parallax"
data-arts-parallax-factor="0.15">
<div class="lazy"><img data-src="img/assets/clients/shqueez/shqueez-social-3.webp" src="#" alt=""
width="960" height="960" /></div>
</div>
</section>
</div>
<div class="col-lg-6">
<section class="section section-image">
<div class="section-image__wrapper" data-arts-parallax="data-arts-parallax"
data-arts-parallax-factor="0.15">
<div class="lazy"><img data-src="img/assets/clients/shqueez/shqueez-social-4.webp" src="#" alt=""
width="960" height="960" /></div>
</div>
</section>
</div>
</div>
</div>
<!-- - IMAGES -->
<!-- section NAV PROJECTS -->
<section class="container-fluid section section-nav-projects section-fullheight text-center"
data-arts-os-animation="data-arts-os-animation">
<div class="section-fullheight__inner section-nav-projects__inner_actual">
<header class="section-nav-projects__header"><a class="section-nav-projects__link" href="onthewood.html"
data-pjax-link="flyingImage">
<div class="section-nav-projects__subheading small-caps mb-1 mb-md-2">Next Project</div>
<h2 class="section-nav-projects__heading h1 mt-0 mb-0">On The Wood</h2>
</a></header>
<div class="section-nav-projects__wrapper-scroll-down text-center">
<div class="circle-button js-circle-button">
<!-- curved label -->
<div class="circle-button__outer">
<div class="circle-button__wrapper-label">
<div class="circle-button__label small-caps">Keep Scrolling</div>
</div>
</div>
<!-- - curved label -->
<!-- geometry wrapper -->
<div class="circle-button__inner">
<div class="circle-button__circle" data-arts-cursor="data-arts-cursor"
data-arts-cursor-hide-native="true" data-arts-cursor-scale="0">
<svg class="svg-circle" viewBox="0 0 60 60" version="1.1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<circle class="circle" cx="30" cy="30" r="29" fill="none"></circle>
</svg>
</div>
<!-- browsers with touch support -->
<div class="circle-button__icon circle-button__icon-touch">
<svg enable-background="new 0 0 64 64" height="512" viewBox="0 0 64 64" width="512"
xmlns="http://www.w3.org/2000/svg">
<path
d="m32 8c-1.104 0-2 .896-2 2v39.899l-14.552-15.278c-.761-.799-2.026-.832-2.828-.069-.8.762-.831 2.027-.069 2.827l16.62 17.449c.756.756 1.76 1.172 2.829 1.172 1.068 0 2.073-.416 2.862-1.207l16.586-17.414c.762-.8.73-2.065-.069-2.827-.799-.763-2.065-.731-2.827.069l-14.552 15.342v-39.963c0-1.104-.896-2-2-2z">
</path>
</svg>
</div>
<!-- - browsers with touch support -->
<!-- browsers without touch support -->
<div class="circle-button__icon circle-button__icon-mouse">
<svg class="svg-mouse" width="23px" height="35px" viewBox="0 0 23 35" version="1.1"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- border -->
<path class="svg-mouse__border"
d="M11.5,0 C5.15875132,0 0,5.23135343 0,11.6610111 L0,23.3396542 C0,29.7691456 5.15875132,35 11.5,35 C17.8412487,35 23,29.7693119 23,23.3396542 L23,11.6610111 C23,5.23135343 17.8410847,0 11.5,0 Z M21.7222404,23.3396542 C21.7222404,29.0545544 17.136538,33.7037222 11.5,33.7037222 C5.86346203,33.7037222 1.27775956,29.0545544 1.27775956,23.3396542 L1.27775956,11.6610111 C1.27775956,5.946111 5.86346203,1.29627781 11.5,1.29627781 C17.136538,1.29627781 21.7222404,5.94594466 21.7222404,11.6610111 L21.7222404,23.3396542 Z">
</path>
<!-- - border -->
<!-- wheel -->
<path class="svg-mouse__wheel"
d="M11.5,4 C11.2238902,4 11,4.28321727 11,4.63321727 L11,10.3667827 C11,10.7167827 11.2238902,11 11.5,11 C11.7761098,11 12,10.7167827 12,10.3667827 L12,4.63321727 C11.9998717,4.28321727 11.7761098,4 11.5,4 Z">
</path>
<!-- - wheel -->
</svg>
</div>
<!-- - browsers without touch support -->
</div>
<!-- - geometry wrapper -->
</div>
</div>
</div>
<div class="container section-nav-projects__next-image section-fullheight__inner">
<div class="section-nav-projects__wrapper-image js-transition-img overflow">
<div class="lazy js-transition-img__transformed-el"><img class="of-cover" src="#"
data-src="img/assets/clients/onthewood/on-the-wood-cover.webp" alt="" width="1920" height="1280" />
</div>
</div>
</div>
<div class="section-fullheight__inner hidden"></div>
</section>
<!-- - section NAV PROJECTS -->
</main>
<!-- PAGE FOOTER -->
<!-- - PAGE FOOTER -->
</div>
<!-- - PAGE MAIN -->
</div>
<canvas id="js-webgl"></canvas>
<!-- PhotoSwipe -->
<div class="pswp" tabindex="-1" role="dialog" aria-hidden="true" data-arts-theme-text="light">
<!-- background -->
<div class="pswp__bg"></div>
<!-- - background -->
<!-- slider wrapper -->
<div class="pswp__scroll-wrap">
<!-- slides holder (don't modify)-->
<div class="pswp__container">
<div class="pswp__item">
<div class="pswp__img pswp__img--placeholder"></div>
</div>
<div class="pswp__item"></div>
<div class="pswp__item"></div>
</div>
<!-- - slides holder (don't modify)-->
<!-- UI -->
<div class="pswp__ui pswp__ui--hidden">
<!-- top bar -->
<div class="pswp__top-bar">
<div class="pswp__counter"></div>
<button class="pswp__button pswp__button--close" title="Close (Esc)" data-arts-cursor="data-arts-cursor"
data-arts-cursor-scale="1.2" data-arts-cursor-magnetic="data-arts-cursor-magnetic"
data-arts-cursor-hide-native="true"></button>
<button class="pswp__button pswp__button--fs" title="Toggle fullscreen" data-arts-cursor="data-arts-cursor"
data-arts-cursor-scale="1.2" data-arts-cursor-magnetic="data-arts-cursor-magnetic"
data-arts-cursor-hide-native="true"></button>
<div class="pswp__preloader">
<div class="pswp__preloader__icn">
<div class="pswp__preloader__cut">
<div class="pswp__preloader__donut"></div>
</div>
</div>
</div>
</div>
<!-- - top bar -->
<!-- left arrow -->
<div class="pswp__button pswp__button--arrow--left">
<div class="arrow arrow-left js-arrow" data-arts-cursor="data-arts-cursor" data-arts-cursor-hide-native="true"
data-arts-cursor-scale="0" data-arts-cursor-magnetic="data-arts-cursor-magnetic">
<svg class="svg-circle" viewBox="0 0 60 60" version="1.1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<circle class="circle" cx="30" cy="30" r="29" fill="none"></circle>
</svg>
<div class="arrow__pointer arrow-left__pointer"></div>
<div class="arrow__triangle"></div>
</div>
</div>
<!-- - left arrow -->
<!-- right arrow -->
<div class="pswp__button pswp__button--arrow--right">
<div class="arrow arrow-right js-arrow" data-arts-cursor="data-arts-cursor"
data-arts-cursor-hide-native="true" data-arts-cursor-scale="0"
data-arts-cursor-magnetic="data-arts-cursor-magnetic">
<svg class="svg-circle" viewBox="0 0 60 60" version="1.1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<circle class="circle" cx="30" cy="30" r="29" fill="none"></circle>
</svg>
<div class="arrow__pointer arrow-right__pointer"></div>
<div class="arrow__triangle"></div>
</div>
</div>
<!-- - right arrow -->
<!-- slide caption holder (don't modify) -->
<div class="pswp__caption">
<div class="pswp__caption__center text-center"></div>
</div>
<!-- - slide caption holder (don't modify) -->
</div>
<!-- - UI -->
</div>
<!-- slider wrapper -->
</div>
<!-- - PhotoSwipe -->
<!-- List Hover Shaders -->
<script id="list-hover-vs" type="x-shader/x-vertex">
uniform vec2 uOffset;
varying vec2 vUv;
vec3 deformationCurve(vec3 position, vec2 uv, vec2 offset) {
float M_PI = 3.1415926535897932384626433832795;
position.x = position.x + (sin(uv.y * M_PI) * offset.x);
position.y = position.y + (sin(uv.x * M_PI) * offset.y);
return position;
}
void main() {
vUv = uv + (uOffset * 2.);
vec3 newPosition = position;
newPosition = deformationCurve(position,uv,uOffset);
gl_Position = projectionMatrix * modelViewMatrix * vec4( newPosition, 1.0 );
}
</script>
<script id="list-hover-fs" type="x-shader/x-fragment">
uniform sampler2D uTexture;
uniform float uAlpha;
uniform float uScale;
varying vec2 vUv;
vec2 scaleUV(vec2 uv,float scale) {
float center = 0.5;
return ((uv - center) * scale) + center;
}
void main() {
vec3 color = texture2D(uTexture,scaleUV(vUv,uScale)).rgb;
gl_FragColor = vec4(color,uAlpha);
}
</script>
<!-- - List Hover Shaders -->
<!-- Slider Textures Shaders -->
<script id="slider-textures-vs" type="x-shader/x-vertex">
varying vec2 vUv;
void main() {
vUv = uv;
gl_Position = projectionMatrix * modelViewMatrix * vec4( position, 1.0 );
}
</script>
<script id="slider-textures-horizontal-fs" type="x-shader/x-fragment">
varying vec2 vUv;
uniform sampler2D texture;
uniform sampler2D texture2;
uniform sampler2D disp;
uniform float dispFactor;
uniform float effectFactor;
void main() {
vec2 uv = vUv;
vec4 disp = texture2D(disp, uv);
vec2 distortedPosition = vec2(uv.x + dispFactor * (disp.r*effectFactor), uv.y);
vec2 distortedPosition2 = vec2(uv.x - (1.0 - dispFactor) * (disp.r*effectFactor), uv.y);
vec4 _texture = texture2D(texture, distortedPosition);
vec4 _texture2 = texture2D(texture2, distortedPosition2);
vec4 finalTexture = mix(_texture, _texture2, dispFactor);
gl_FragColor = finalTexture;
}
</script>
<script id="slider-textures-vertical-fs" type="x-shader/x-fragment">
varying vec2 vUv;
uniform sampler2D texture;
uniform sampler2D texture2;
uniform sampler2D disp;
uniform float dispFactor;
uniform float effectFactor;
void main() {
vec2 uv = vUv;
vec4 disp = texture2D(disp, uv);
vec2 distortedPosition = vec2(uv.x, uv.y - dispFactor * (disp.r*effectFactor));
vec2 distortedPosition2 = vec2(uv.x, uv.y + (1.0 - dispFactor) * (disp.r*effectFactor));
vec4 _texture = texture2D(texture, distortedPosition);
vec4 _texture2 = texture2D(texture2, distortedPosition2);
vec4 finalTexture = mix(_texture, _texture2, dispFactor);
gl_FragColor = finalTexture;
}
</script>
<!-- - Slider Textures Shaders -->
<!-- VENDOR SCRIPTS -->
<script src="js/vendor.js"></script>
<!-- - VENDOR SCRIPTS -->
<!-- COMPONENTS -->
<script src="js/components.js"></script>
<!-- - COMPONENTS -->
<script
src="https://maps.googleapis.com/maps/api/js?callback=Function.prototype&key=AIzaSyBwR_TrF6h7-pMxkKv_q2t8BXX3w6QuFOc"
async></script>
</body>
</html>