-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
490 lines (464 loc) · 26.2 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="keywords" content="Html, css-parallax, javascript, front-end, web-development, modelling" />
<meta name="author" content="Afamefuna Promise" />
<meta property="og:site_name" content="Parallax CSS Practices" />
<meta property="og:title" content="Welcome to playful" />
<meta
property="og:description"
content="An interactive page that displays good beauty products"
/>
<title>Playboy's Managment</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;1,300&family=Oxygen:wght@300;400&family=Pacifico&family=Parisienne&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,100;1,300&family=Roboto:ital,wght@0,100;0,300;1,100;1,400&family=Sacramento&family=Satisfy&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./css/styles.css" />
<link rel="stylesheet" href="./font/Antiga-Regular/style.css" />
<link rel="stylesheet" href="./font/FoundersGroteskRegular/@font-face/style.css" />
</head>
<body>
<section class="loader-section">
<h2 class="creative" data-text="playful...">
playful<span class="pump-1">.</span><span class="pump-2">.</span
><span class="pump-3">.</span>
</h2>
</section>
<main class="main">
<div class="showcase">
<header>
<div class="menu-btn">
<span class="menu-btn__burger change"></span>
</div>
<div class="brand-name">
<h1 title="home-page"><a href="./index.html">playful</a></h1>
</div>
<nav class="nav">
<ul class="menu-nav">
<li class="menu-nav__item active">
<span class="menu__overlay">
<a class="menu-nav__link toggle-button" id="firstOne" href="#first">REEL 2020</a>
</span>
</li>
<li class="menu-nav__item">
<span class="menu__overlay first">
<a href="#second" id="secondOne" class="menu-nav__link toggle-button">COMMERCIALS</a>
</span>
</li>
<li class="menu-nav__item">
<span class="menu__overlay second">
<a href="#third" id="thirdOne" class="menu-nav__link toggle-button">SHORT FILMS</a>
</span>
</li>
<li class="menu-nav__item">
<span class="menu__overlay third">
<a href="#fourth" id="fourthOne" class="menu-nav__link toggle-button">VISUAL POETRIES</a>
</span>
</li>
<li class="menu-nav__item">
<span class="menu__overlay">
<a href="#fivth" id="fivthOne" class="menu-nav__link toggle-button">ABOUT US</a>
</span>
</li>
<span class="right-link__item">
<li class="menu-nav__item four">
<a href="#sixth" id="sixthOne" class="menu-nav__link toggle-button">CONTACT</a>
</li>
</span>
</ul>
</nav>
</header>
<article>
<section id="first" class="first-section">
<video poster="./imgs/fragrance.jpg" muted loop autoplay>
<source src="./imgs/woman.mp4" type='video/webm; codecs="vp8, vorbis"'>
<source src="./imgs/woman.mp4" type="video/mp4">
</video>
<div class="img-overlay"></div>
<div class="redo">
<div class="text-overwrite add-me show-on-scroll">
<svg class="transperent-text animate-text five" viewbox="0 0 10 2">
<text
x="5"
y="1.5"
text-anchor="middle"
font-size="1"
fill="none"
stroke-width=".015"
stroke="#fff"
font-family="sans-serif"
font-weight="1500"
>
PLAYFUL
</text>
<span class="right-align__2 animate-right four">creative<br>collective</span>
</svg>
</div>
<div class="second-text add-me show-on-scroll">
<svg class="illustration animate-pop-in"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
aria-hidden="true"
role="img"
width="1em"
height="1em"
preserveAspectRatio="xMidYMid meet"
viewBox="0 0 256 256"
>
<path
fill="currentColor"
d="M207.4 134.6q-6.7-3.9-18-6.6q11.3-2.7 18-6.6a34 34 0 1 0-34-58.8c-4.5 2.5-9.4 6.6-14.7 12.2c2.2-7.4 3.3-13.7 3.3-18.8a34 34 0 0 0-68 0c0 5.1 1.1 11.4 3.3 18.8c-5.3-5.6-10.2-9.7-14.7-12.2a34 34 0 1 0-34 58.8q6.8 3.9 18 6.6q-11.2 2.7-18 6.6A34 34 0 0 0 65.7 198a33.3 33.3 0 0 0 16.9-4.6c4.5-2.5 9.4-6.6 14.7-12.2c-2.2 7.4-3.3 13.7-3.3 18.8a34 34 0 0 0 68 0c0-5.1-1.1-11.4-3.3-18.8c5.3 5.6 10.2 9.7 14.7 12.2a33.3 33.3 0 0 0 16.9 4.6a34 34 0 0 0 17.1-63.4ZM106 128a22 22 0 1 1 22 22a22.1 22.1 0 0 1-22-22Zm73.4-55.1a22 22 0 0 1 22 38.2c-7.4 4.2-21.3 7.4-40.3 9.2a33.6 33.6 0 0 0-9.9-17.1c11.1-15.6 20.8-26 28.2-30.3ZM128 34a22.1 22.1 0 0 1 22 22c0 8.5-4.2 22.1-12.1 39.5a33.4 33.4 0 0 0-19.8 0C110.2 78.1 106 64.5 106 56a22.1 22.1 0 0 1 22-22ZM46.6 81a22.1 22.1 0 0 1 30-8.1c7.4 4.3 17.1 14.7 28.2 30.3a33.6 33.6 0 0 0-9.9 17.1c-19-1.8-32.9-5-40.3-9.2a22 22 0 0 1-8-30.1Zm30 102.1a22 22 0 0 1-22-38.2c7.4-4.2 21.3-7.4 40.3-9.2a33.6 33.6 0 0 0 9.9 17.1c-11.1 15.6-20.8 26-28.2 30.3ZM128 222a22.1 22.1 0 0 1-22-22c0-8.5 4.2-22.1 12.1-39.5a33.4 33.4 0 0 0 19.8 0c7.9 17.4 12.1 31 12.1 39.5a22.1 22.1 0 0 1-22 22Zm81.4-47a22.1 22.1 0 0 1-30 8.1c-7.4-4.3-17.1-14.7-28.2-30.3a33.6 33.6 0 0 0 9.9-17.1c19 1.8 32.9 5 40.3 9.2a22 22 0 0 1 8 30.1Z"
/>
</svg>
</div>
<div class="proof-1 add-me show-on-scroll">
<p class="reel animate-pop-out"><em class="light">watch our <span class="join-reel">new reel!</span></em></p>
</div>
<div class="third-text add-me show-on-scroll">
<p class="links">
<cite>
<a class="one animate-pop" href="https://www.instagram.com/">instagram</a>
<a class="two animate-pop" href="https://www.behance.net/">Behance</a>
<a class="three animate-pop" href="https://www.vimeo.com/">Vimeo</a>
</cite>
</p>
</div>
</div>
</section>
</div>
<!-- second-section -->
<section id="second" class="second-section">
<figure class="show-on-scroll">
<img class="main-photo" src="./imgs/flower2.jpg" alt="A picture in a flower verse">
<figcaption class="picture-one light">
<span class="heading"><a class="rare-color" href="https://www.pinterest.com/tashidelek123/model-look/">click<div class="block-one"> to Check our <div class="block-two">latest reel</span></a></figcaption>
<figcaption class="second-caption">
<ul class="break-3">
<li>audible theater<span class="slash">/</span></li>
<li>covergirl<span class="slash">/</span></li>
<li>hourglass<span class="slash">/</span></li>
<li>inspirational festival<span class="slash">/</span></li>
<li>mdna skin care<span class="slash">/</span></li>
<li>nars orgasm<span class="slash">/</span></li>
<li>nars radiasm<span class="slash">/</span></li>
<li>nespresso<span class="slash">/</span></li>
</ul>
</figcaption>
</figure>
<div class="third-text re-make">
<p class="links">
<cite>
<a class="one animate-pop" href="https://www.instagram.com/">instagram</a>
<a class="two animate-pop" href="https://www.behance.net/">Behance</a>
<a class="three animate-pop" href="https://www.vimeo.com/">Vimeo</a>
</cite>
</p>
</div>
</div>
</section>
<!-- third section -->
<section class="third-section">
<div class="wrapping-1 reset-wrap">
<div class="re-group add-me show-on-scroll">
<h2 class="move-1 show-on-scroll"><a class="re-color" href="https://www.parfumo.net/Brands">dw sheer <span class="break-4">mate</span></a></h2>
</div>
<em class="remove-me show-on-scroll">
<h3><a class="products" href="https://www.parfumo.net/Brands"><span class="arrow-l">←</span>matte</a></h3>
<h3><a class="products" href="https://www.parfumo.net/Brands"><span class="arrow-l">←</span>sheer</a></h3>
<h3><a class="products" href="https://www.parfumo.net/Brands"><span class="arrow-l">←</span>gleam</a></h3>
</em>
<p class="footer">↓</p>
</div>
</section>
<!-- fourth section -->
<section class="fourth-section">
<div class="wrapping-2 reset-wrap-1">
<div class="re-group-1 show-on-scroll">
<h2 class="move-1 move-reset show-on-scroll"><a class="re-color" href="https://www.theperfumeshop.com/brands">zhiben<span class="break-5"></span>dd<span class="break-4 new-4">series</span></a></h2>
</div>
<em class="remove-me reset-remove-me show-on-scroll">
<h3><a class="products new-p" href="https://www.theperfumeshop.com/brands"><span class="arrow-l reset-l">←</span>scents</a></h3>
<h3><a class="products new-p" href="https://www.theperfumeshop.com/brands"><span class="arrow-l reset-l">←</span>playful</a></h3>
<h3><a class="products new-p" href="https://www.theperfumeshop.com/brands"><span class="arrow-l reset-l">←</span>smooth</a></h3>
</em>
</div>
</section>
<!-- fivth section -->
<section class="fivth-section">
<div class="wrapping-3 reset-wrap-2">
<div class="re-group-1 re-new show-on-scroll">
<h2 class="move-1 move-reset show-on-scroll"><a class="re-color" href="https://www.byrdie.com/skin-smoothing-products">oribars</a></h2>
</div>
<em class="remove-me show-on-scroll">
<h3><a class="products" href="https://www.byrdie.com/skin-smoothing-products"><span class="arrow-l reset-l">←</span>serenity</a></h3>
<h3><a class="products" href="https://www.byrdie.com/skin-smoothing-products"><span class="arrow-l reset-l">←</span>wellness</a></h3>
<h3><a class="products" href="https://www.byrdie.com/skin-smoothing-products"><span class="arrow-l reset-l">←</span>fresh</a></h3>
</em>
</div>
</section>
<!-- sixth-section -->
<section id="third" class="sixth-section">
<div class="wrapping-3 reset-wrap-3">
<div class="re-group-1 show-on-scroll">
<h2 class="move-1 show-on-scroll"><a class="re-color" href="https://www.insider.com/guides/long-lasting-smudge-proof-makeup-2017-9">double wear <span class="break-4 reset-break-4">foundation</span></a></h2>
</div>
<em class="remove-me show-on-scroll">
<h3><a class="products" href="https://www.insider.com/guides/long-lasting-smudge-proof-makeup-2017-9"><span class="arrow-l">←</span>persuasive</a></h3>
<h3><a class="products" href="https://www.insider.com/guides/long-lasting-smudge-proof-makeup-2017-9"><span class="arrow-l">←</span>long-lasting</a></h3>
<h3><a class="products" href="https://www.insider.com/guides/long-lasting-smudge-proof-makeup-2017-9"><span class="arrow-l">←</span>bright</a></h3>
</em>
<p class="footer reset-ft">↓</p>
</div>
</section>
<!-- seventh-section -->
<section class="seventh-section">
<div class="wrapping-4 reset-wrap-4">
<div class="re-group-1 show-on-scroll">
<h2 class="move-1 show-on-scroll"><a class="re-color" href="https://www.whowhatwear.com/best-products-for-uneven-skin-texture">rans matte</a></h2>
</div>
<em class="remove-me show-on-scroll">
<h3><a class="products" href="https://www.whowhatwear.com/best-products-for-uneven-skin-texture"><span class="arrow-l">←</span>strong texture</a></h3>
<h3><a class="products" href="https://www.whowhatwear.com/best-products-for-uneven-skin-texture"><span class="arrow-l">←</span>fashion god</a></h3>
<h3><a class="products" href="https://www.whowhatwear.com/best-products-for-uneven-skin-texture"><span class="arrow-l">←</span>light skin</a></h3>
</em>
</div>
</section>
<!-- eight-section -->
<section class="eight-section">
<div class="wrapping-5 reset-wrap-5">
<div class="re-group-1 show-on-scroll">
<h2 class="move-1 show-on-scroll"><a class="re-color" href="https://www.pinkvilla.com/fashion/beauty/hybrid-beauty-products-1179550">hour glass</a></h2>
</div>
<em class="remove-me show-on-scroll">
<h3><a class="products" href="https://www.pinkvilla.com/fashion/beauty/hybrid-beauty-products-1179550"><span class="arrow-l">←</span>Etheral</a></h3>
<h3><a class="products" href="https://www.pinkvilla.com/fashion/beauty/hybrid-beauty-products-1179550"><span class="arrow-l">←</span>weightless</a></h3>
<h3><a class="products" href="https://www.pinkvilla.com/fashion/beauty/hybrid-beauty-products-1179550"><span class="arrow-l">←</span>low gravity</a></h3>
</em>
<p class="footer reset-ft">↓</p>
</div>
</section>
<!-- ninth-section -->
<section id="fourth" class="ninth-section">
<div class="wrapping-6 reset-wrap-6">
<div class="re-group-1 show-on-scroll">
<h2 class="move-1 move-reset show-on-scroll"><a class="re-color" href="http://www.stylishbeauty.net/">nepresso</a></h2>
</div>
<em class="remove-me show-on-scroll">
<h3><a class="products reset-ft-1" href="http://www.stylishbeauty.net/"><span class="arrow-l">←</span>stylish</a></h3>
<h3><a class="products reset-ft-1" href="http://www.stylishbeauty.net/"><span class="arrow-l">←</span>texture</a></h3>
<h3><a class="products reset-ft-1" href="http://www.stylishbeauty.net/"><span class="arrow-l">←</span>delicious</a></h3>
</em>
</div>
</section>
<!-- tenth-section -->
<section class="tenth-section">
<div class="wrapping-7 reset-wrap-7">
<div class="re-group-1 show-on-scroll">
<h2 class="move-1 show-on-scroll"><a class="re-color" href="https://www.flipkart.com/beauty-and-grooming/body-face-skin-care/body-and-face-care/elegant~brand/pr?sid=g9b%2Cema%2C5la">pcsr skin care</a></h2>
</div>
<em class="remove-me show-on-scroll">
<h3><a class="products" href="https://www.flipkart.com/beauty-and-grooming/body-face-skin-care/body-and-face-care/elegant~brand/pr?sid=g9b%2Cema%2C5la"><span class="arrow-l">←</span>pearlescent</a></h3>
<h3><a class="products" href="https://www.flipkart.com/beauty-and-grooming/body-face-skin-care/body-and-face-care/elegant~brand/pr?sid=g9b%2Cema%2C5la"><span class="arrow-l">←</span>enigmactic</a></h3>
<h3><a class="products" href="https://www.flipkart.com/beauty-and-grooming/body-face-skin-care/body-and-face-care/elegant~brand/pr?sid=g9b%2Cema%2C5la"><span class="arrow-l">←</span>provoactive</a></h3>
</em>
<p class="footer reset-ft">↓</p>
</div>
</section>
<!-- eleventh-section -->
<section class="eleventh-section">
<div class="wrapping-8 reset-wrap-8">
<div class="re-group-1 show-on-scroll">
<h2 class="move-1 show-on-scroll"><a class="re-color" href="https://www.whowhatwear.com/best-perfume-brands">rans orgasm</a></h2>
</div>
<em class="remove-me show-on-scroll">
<h3><a class="products" href="https://www.whowhatwear.com/best-perfume-brands"><span class="arrow-l">←</span>daring</a></h3>
<h3><a class="products" href="https://www.whowhatwear.com/best-perfume-brands"><span class="arrow-l">←</span>intoxicating</a></h3>
<h3><a class="products" href="https://www.whowhatwear.com/best-perfume-brands"><span class="arrow-l">←</span>sensual</a></h3>
</em>
</div>
</section>
<!-- twelvth-section -->
<section class="twelveth-section">
<div class="wrapping-9 reset-wrap-9">
<div class="re-group-1 show-on-scroll">
<h2 class="move-1 show-on-scroll"><a class="re-color" href="#">rans radiance</a></h2>
</div>
<em class="remove-me reset-remove-me show-on-scroll">
<h3><a class="products" href="https://www.skinstore.com/blog/make-up/best-daring-makeup-products/"><span class="arrow-l">←</span>intimate</a></h3>
<h3><a class="products" href="https://www.skinstore.com/blog/make-up/best-daring-makeup-products/"><span class="arrow-l">←</span>symbloic</a></h3>
<h3><a class="products" href="https://www.skinstore.com/blog/make-up/best-daring-makeup-products/"><span class="arrow-l">←</span>sophiscated</a></h3>
</em>
</div>
</section>
<!-- thirteen-section -->
<section class="thirteenth-section">
<div class="wrapping-10 reset-wrap-10">
<div class="re-group-1 show-on-scroll">
<h2 class="move-1 show-on-scroll"><a class="re-color" href="https://www.glamourmagazine.co.uk/gallery/product-symbols-decoded">slim touch</a></h2>
</div>
<em class="remove-me show-on-scroll">
<h3><a class="products" href="https://www.glamourmagazine.co.uk/gallery/product-symbols-decoded"><span class="arrow-l">←</span>black</a></h3>
<h3><a class="products" href="https://www.glamourmagazine.co.uk/gallery/product-symbols-decoded"><span class="arrow-l">←</span>lenghty</a></h3>
<h3><a class="products" href="https://www.glamourmagazine.co.uk/gallery/product-symbols-decoded"><span class="arrow-l">←</span>bright</a></h3>
</em>
<p class="footer reset-ft">↓</p>
</div>
</section>
<!-- fourteen-section -->
<section class="fourteenth-section">
<div class="wrapping-1 reset-wrap-11">
<div class="re-group show-on-scroll">
<h2 class="move-1 add-me show-on-scroll"><a class="re-color" href="https://www.harpersbazaar.com/beauty/a37375162/iconic-beauty-products/">cover girl</a></h2>
</div>
<em class="remove-me show-on-scroll">
<h3><a class="products" href="https://www.harpersbazaar.com/beauty/a37375162/iconic-beauty-products/"><span class="arrow-l">←</span>iconic</a></h3>
<h3><a class="products" href="https://www.harpersbazaar.com/beauty/a37375162/iconic-beauty-products/"><span class="arrow-l">←</span>motivative</a></h3>
<h3><a class="products" href="https://www.harpersbazaar.com/beauty/a37375162/iconic-beauty-products/"><span class="arrow-l">←</span>aspiring</a></h3>
</em>
</div>
</section>
<!-- fivteen-section -->
<section class="fivteen-section">
<div class="wrapping-12 reset-wrap-12">
<div class="re-group-1 show-on-scroll">
<h2 class="move-1 show-on-scroll"><a class="re-color" href="https://vegnews.com/2022/6/bright-colorful-vegan-cruelty-free-makeup">audible theater</a></h2>
</div>
<em class="remove-me show-on-scroll">
<h3><a class="products" href="https://vegnews.com/2022/6/bright-colorful-vegan-cruelty-free-makeup"><span class="arrow-l">←</span>feel</a></h3>
<h3><a class="products" href="https://vegnews.com/2022/6/bright-colorful-vegan-cruelty-free-makeup"><span class="arrow-l">←</span>evocative</a></h3>
<h3><a class="products" href="https://vegnews.com/2022/6/bright-colorful-vegan-cruelty-free-makeup"><span class="arrow-l">←</span>colorful</a></h3>
</em>
</div>
</section>
<!-- sixteen-section -->
<section id="fivth" class="sixteen-section">
<div class="wrapping-13 reset-wrap-13">
<div class="re-repeat-new show-on-scroll">
<h2 class="move-1 move-reset-2 show-on-scroll"><a class="rer-colors" href="./index.html"><span class="break-5 too new-set">we are playful</span><span class="break-4 new-4-check">we are<strong class="break-7"> collaborative</strong></span></span></a></h2>
</div>
<div class="third-text re-make new-make show-on-scroll">
<p class="links">
<cite>
<a class="one animate-pop" href="https://www.instagram.com/">instagram</a>
<a class="two animate-pop" href="https://www.behance.net/">Behance</a>
<a class="three animate-pop" href="https://www.vimeo.com/">Vimeo</a>
</cite>
</p>
</div>
</div>
</section>
<!-- seventeen-section -->
<section class="seventeen-section">
<div class="wrapping-14 reset-wrap-14">
<div class="re-repeat-new show-on-scroll">
<h2 class="move-1 move-reset-2 show-on-scroll"><a class="rer-colors" href="https://www.globalcosmeticsnews.com/"><span class="break-5 too new-set">our playful news</span><span class="break-4 new-4-check">&<strong class="break-7"> inspiring stories</strong></span></span></a></h2>
</div>
<div class="third-text re-make new-make show-on-scroll">
<p class="links">
<cite>
<a class="one animate-pop" href="https://www.instagram.com/">instagram</a>
<a class="two animate-pop" href="https://www.behance.net/">Behance</a>
<a class="three animate-pop" href="https://www.vimeo.com/">Vimeo</a>
</cite>
</p>
</div>
</div>
</section>
<!-- eighteen-section and footer -->
<section id="sixth" class="eighteen-section">
<div class="wrapping-15 reset-wrap-15">
<div class="re-repeat-new show-on-scroll">
<h2 class="move-1 reset-move show-on-scroll">say hi to playful</h2>
</div>
<div class="list-groupings add-me show-on-scroll">
<ul class="un-ordered">
<div class="ofu">
<li>for general</li>
<li>enquires</li>
<li>press</li>
</div>
<div class="abuo">
<li>release or</li>
<li>just to grab</li>
<li>a drink, drop</li>
</div>
<div class="ato">
<li>us an email</li>
</div>
</ul>
</div>
<cite class="link-space add-me show-on-scroll">
<a href="mailto:afamefunapromise35@gmail.com">
<h4>contact@helloplayful.com</h4>
</a>
</cite>
<footer>
<div class="last-group add-me show-on-scroll">
<cite class="link-space-1">
<a href="https://www.instagram.com/" target="_blank" class="ig">instagram</a>
<a href="https://www.vimeo.com/" target="_blank" class="vm">vimeo</a>
</cite>
<div class="add-me show-on-scroll">
<svg class="svg-text-1" viewbox="0 0 10 2">
<text
x="5"
y="1.5"
text-anchor="middle"
font-size="1"
fill="none"
stroke-width=".015"
stroke="#fff"
font-family="sans-serif"
font-weight="1500"
>
@PLAYFUL
</text>
</svg>
</div>
</div>
<div class="last-grouping-2 add-me show-on-scroll">
<cite class="link-space-1">
<a href="https://www.behance.net/" target="_blank" class="bh">behance</a>
</cite>
<div class="add-me show-on-scroll">
<svg class="svg-text-1" viewbox="0 0 10 2">
<text
x="5"
y="1.5"
text-anchor="middle"
font-size="1"
fill="none"
stroke-width=".015"
stroke="#fff"
font-family="sans-serif"
font-weight="1500"
>
@HIPLAYFUL
</text>
</svg>
<div>
</div>
</div>
</footer>
<aside>all rights reserved ©<time id="dateToday" datetime="2022"></time></aside>
</div>
</section>
<!-- to top arrow config -->
<div class="carousel-bg header-down-arrow add-me show-on-scroll">
<a href="#" title="to-top">
<img src="./imgs/arrowup.svg" alt="a plane which takes the page to top">
</a>
</div>
</article>
</main>
<!-- All script files -->
<script src="./javascript/instruct.js"></script>
<script src="./javascript/load.js"></script>
<script src="./javascript/app.js"></script>
<script src="./javascript/date.js"></script>
<script src="./javascript/show-on-scroll.js"></script>
</body>
</html>