-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspreadbeats.html
516 lines (393 loc) · 19.3 KB
/
spreadbeats.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- responsive viewport -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
<!-- metadata -->
<meta name="description" content="Official website of Uncharted Limbo Collective. Creative coders & New Media artists."/>
<meta name="author" content="Uncharted Limbo Collective"/>
<title>Uncharted Limbo Collective</title>
<!-- Favicon-->
<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">
<!-- Fonts -->
<style>
@font-face {
font-family: 'JetBrains Mono';
src: url('assets/fonts/JetBrainsMono-VariableFont_wght.ttf') format('truetype-variations');
font-weight: 100 800;
font-style: normal;
}
@font-face {
font-family: 'JetBrains Mono';
src: url('assets/fonts/JetBrainsMono-Italic-VariableFont_wght.ttf') format('truetype-variations');
font-weight: 100 800;
font-style: italic;
}
@font-face {
font-family: 'ProtoMono';
src: url('assets/fonts/ATK Studio - ProtoMono-Light.otf') format('opentype');
}
</style>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/icons-purified.css" rel="stylesheet">
<!-- Bootstrap 5.3 -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH"
crossorigin="anonymous">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- Uncharted Limbo custom CSS File -->
<link href="assets/css/ulc.css" rel="stylesheet">
<style>
@media (max-width: 512px) {
#summary-group {
flex-direction: column !important; /* Stack elements vertically */
gap: 16px;
}
}
@media (min-width: 513px) {
#collaborators {
border-left: 1px solid white;
padding-left: 12px;
}
}
</style>
</head>
<body>
<!-- =======================================================
* NAV BAR
======================================================== -->
<nav class="navbar nav-underline navbar-dark navbar-expand-lg bg-secondary text-capitalize fixed-top" id="mainNav">
<div class="container">
<div style="display: flex; flex-direction: row;">
<!-- NAVBAR LOGO ======================================================== -->
<a href="index.html"><img src="assets/img/Official Logo 02_main_logo.svg" height="48px"/></a>
<!-- NAVBAR TITLE======================================================== -->
<a class="navbar-brand js-scroll-trigger d-none d-sm-block" href="index.html#page-top">Uncharted Limbo</a>
<a class="text-light js-scroll-trigger navbar-brand d-sm-none text-truncate text-nowrap"
href="index.html#page-top">Uncharted Limbo</a>
</div>
<!-- NAVBAR TOGGLER BUTTON ======================================================== -->
<button class="navbar-toggler btn btn-dark" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon "></span>
</button>
<!-- NAVBAR CATEGORIES ======================================================== -->
<div class="collapse navbar-collapse" id="navbarResponsive" style="flex-grow:0">
<ul class="navbar-nav ml-auto">
<li class="nav-item mx-0 mx-lg-1"><a class="nav-link py-3 px-0 px-lg-3 js-scroll-trigger"
href="index.html#works">Work</a></li>
<li class="nav-item mx-0 mx-lg-1"><a class="nav-link py-3 px-0 px-lg-3 js-scroll-trigger"
href="index.html#play">Play</a></li>
<li class="nav-item mx-0 mx-lg-1"><a class="nav-link py-3 px-0 px-lg-3 js-scroll-trigger"
href="index.html#about">Studio</a></li>
<li class="nav-item mx-0 mx-lg-1"><a class="nav-link py-3 px-0 px-lg-3 js-scroll-trigger"
href="mailto:[email protected]">Contact</a></li>
</ul>
</div>
</div>
</nav>
<!-- =======================================================
* MAIN CONTENT
======================================================== -->
<main id="main">
<section class="section">
<!-- PROJECT SUMMARY ======================================================== -->
<div class="container">
<div class="row mb-4 align-items-center">
<div data-aos="fade-up">
<!-- PROJECT TITLE ======================================================== -->
<h2>Spreadbeats Music Video</h2>
<!-- PROJECT RELEASE DATE ======================================================== -->
<h6 class="h6">June 2024</h6>
<div id="summary-group" style="display:flex; gap:24px; justify-content:space-between; flex-direction:row;">
<!-- SUMMARY TEXT ======================================================== -->
<p class="col-md-8 mt-3 ulc-project-summary mt-4">The first (and only) music video coded & experienced entirely inside an Excel file. Winner of the Digital Craft Grand Prix in the Cannes Lions Festival of Creativity. <br> <a
href="#description">Read More...</a></p>
<div id="collaborators">
<!-- COLLABORATORS TITLE ======================================================== -->
<h4 class="h4 mb-3">Collaborators</h4>
<!-- COLLABORATORS TEXT======================================================== -->
<ul class="list-unstyled list-line">
<a href="https://www.fcb.com/" target="_blank">
<div class="link-1">FCBNY</div>
</a>
<a href="https://www.linkedin.com/company/spotify/" target="_blank">
<div class="link-1">Spotify</div>
</a>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- PROJECT CONTENT ======================================================== -->
<div class="site-section pb-0">
<div class="container">
<div id="content" class="col align-items-stretch" style="flex-direction: column;">
<!-- MEDIA ======================================================== -->
<div class="col" data-aos="fade-up">
<!-- VIDEOS ======================================================== -->
<div class="video-container-hd">
<iframe class="video" src="https://www.youtube-nocookie.com/embed/hQFRKKjhgN0?vq=hd1080&modestbranding=1&rel=0&color=white&loop=1" title="" frameborder="0"
allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen>
</iframe>
</div>
<div class="video-container-hd">
<iframe class="video" src="https://www.youtube-nocookie.com/embed/KUypmP1pgqc?vq=hd1080&modestbranding=1&rel=0&color=white&loop=1" title="" frameborder="0"
allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen>
</iframe>
</div>
<div class="video-container-hd">
<iframe class="video" src="https://www.youtube-nocookie.com/embed/76KNM4w8ESI?vq=hd1080&modestbranding=1&rel=0&color=white&loop=1" title="" frameborder="0"
allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen>
</iframe>
</div>
<!-- IMAGES ======================================================== -->
<div id="carouselExampleIndicators" class="carousel slide"
style="width:100%; overflow:hidden">
<div class="carousel-indicators">
</div>
<div class="carousel-inner">
</div>
<button class="carousel-control-prev" type="button"
data-bs-target="#carouselExampleIndicators" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button"
data-bs-target="#carouselExampleIndicators" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
<!-- TEXT ======================================================== -->
<div id="description" class="col ml-auto ulc-project-description" data-aos="fade-up"
data-aos-delay="100">
<div class="sticky-content">
<!-- DESCRIPTION TITLE ======================================================== -->
<h3 class="h4 mt-4">Description</h3>
<!-- DESCRIPTION TEXT======================================================== -->
<div class="mb-5">
<p>Spotify Advertising and FCBNY gave us an impossible task in 2024:
</p>
<p><i><b>Code an entire music video inside a single Excel file of 10MB which could be safely sent and opened by media planners anywhere in the world.</b></i></p>
<p>It was the most challenging project of our studio at the time, requiring
the re-invention of the wheel at every turn:</p>
<p><ul>
<li>Audio - Video synchronization</li>
</ul>
</p>
<p><ul>
<li>Building a keyframe-based Timeline tool inside Excel</li>
</ul>
</p>
<p><ul>
<li>Building an Animation tool inside Excel</li>
</ul>
</p>
<p><ul>
<li>Achieving stable 12 Frames-Per-Second of video playback on a 256 x 256 pixel grid</li>
</ul>
</p>
<p><ul>
<li>Creating our custom video codec that turns regular videos in an
Excel-friendly format</li>
</ul>
</p>
<p><ul>
<li>Utilize line charts to create animated line drawings</li>
</ul>
</p>
<p><ul>
<li>and many more...</li>
</ul>
</p>
<p>The project has so far received the following awards and nominations:</p>
<p><ul>
<li><a href='https://www.adweek.com/creativity/the-20-best-ads-of-2024/#' target='_blank'>20 best campaigns of 2024 by Adweek</a></li>
</ul>
</p>
<p><ul>
<li><a href='https://adage.com/article/best-2024/b2b-campaigns-including-spotify-jcdecaux-atlassian/2592541' target='_blank'>5 best B2B campaigns of 2024 by AdAge</a></li>
</ul>
</p>
<p><ul>
<li><a href='https://adage.com/article/best-2024/best-music-ads-2024-apple-siriusxm-epidemic-sounds-levis-beats-dre-spotify/2591656' target='_blank'>7 best music campaigns of 2024 by Adage</a></li>
</ul>
</p>
<p> </p>
<p><ul>
<li>2024 | Cannes Lions | Titanium | Shortlist</li>
</ul>
</p>
<p><ul>
<li>2024 | Cannes Lions | Digital Craft | Grand Prix</li>
</ul>
</p>
<p><ul>
<li>2024 | Cannes Lions | Digital Craft | Gold</li>
</ul>
</p>
<p><ul>
<li>2024 | Cannes Lions | Direct | Gold</li>
</ul>
</p>
<p><ul>
<li>2024 | Cannes Lions | Direct | Silver</li>
</ul>
</p>
<p><ul>
<li>2024 | Cannes Lions | B2B | Silver</li>
</ul>
</p>
<p><ul>
<li>2024 | Cannes Lions | Entertainment Lions for Music | Silver</li>
</ul>
</p>
<p><ul>
<li>2024 | Cannes Lions | B2B | Bronze</li>
</ul>
</p>
<p><ul>
<li>2024 | Cannes Lions | Digital Craft | Bronze</li>
</ul>
</p>
<p><ul>
<li>2024 | Cannes Lions | Creative Data | Bronze</li>
</ul>
</p>
<p><ul>
<li>2024 | Cannes Lions | 8x Shortlist</li>
</ul>
</p>
<p> </p>
<p><ul>
<li>2024 | LIA Awards | B2B | Grand Prix</li>
</ul>
</p>
<p><ul>
<li>2024 | LIA Awards | B2B | Gold</li>
</ul>
</p>
<p><ul>
<li>2024 | LIA Awards | B2B | Gold</li>
</ul>
</p>
<p><ul>
<li>2024 | LIA Awards | Branded Entertainment | Gold</li>
</ul>
</p>
<p><ul>
<li>2024 | LIA Awards | Creative Data | Gold</li>
</ul>
</p>
<p><ul>
<li>2024 | LIA Awards | Direct | Gold</li>
</ul>
</p>
<p><ul>
<li>2024 | LIA Awards | Direct | Gold</li>
</ul>
</p>
<p><ul>
<li>2024 | LIA Awards | Direct | Gold</li>
</ul>
</p>
<p><ul>
<li>2024 | LIA Awards | Digital | Gold</li>
</ul>
</p>
<p><ul>
<li>2024 | LIA Awards | Digital | Silver</li>
</ul>
</p>
<p><ul>
<li>2024 | LIA Awards | Design | Silver</li>
</ul>
</p>
<p><ul>
<li>2024 | LIA Awards | Non-Traditional | Bronze</li>
</ul>
</p>
<p><ul>
<li>2024 | LIA Awards | Ambient&Activation | Bronze</li>
</ul>
</p>
<p> </p>
<p><ul>
<li>2024 | Ciclope Festival | Innovation | Grand Prix</li>
</ul>
</p>
<p><ul>
<li>2024 | Ciclope Festival | Innovation | Gold</li>
</ul>
</p>
<p> </p>
<p><ul>
<li>2024 | Drum Awards | Design | Grand Prix</li>
</ul>
</p>
<p><ul>
<li>2024 | Drum Awards | Design | Gold</li>
</ul>
</p>
<p><ul>
<li>2024 | Drum Awards | Digital | President's Award</li>
</ul>
</p>
<p><ul>
<li>2024 | Drum Awards | Digital | Gold</li>
</ul>
</p>
<p><ul>
<li>2024 | Drum Awards | Content | Gold</li>
</ul>
</p>
<p><ul>
<li>2024 | Drum Awards | B2B | Silver</li>
</ul>
</p>
<p><ul>
<li>2024 | Drum Awards | Advertising | Bronze</li>
</ul>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i
class="bi bi-arrow-up-short"></i></a>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<!-- Third party plugin JS-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"></script>
<!-- Vendor JS Files -->
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>