-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchaotic-body-2.html
331 lines (234 loc) · 15.9 KB
/
chaotic-body-2.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
<!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>Chaotic Body II - Liminal Phase</h2>
<!-- PROJECT RELEASE DATE ======================================================== -->
<h6 class="h6">May 2021</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">Chaotic Body is a triptych of films, developed in collaboration with choreographer Alexander Whitley. The project investigates the very nature of Dance in a socially distanced world. "Liminal Phase" is the second film in the series, featuring a dance duet. The film explores the chain of actions/reactions triggered by the dancers' bodies in a vast field of Digital Matter. <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.alexanderwhitley.com/" target="_blank">
<div class="link-1">Alex Whitley Dance Company</div>
</a>
<a href="https://missymazzoli.com/" target="_blank">
<div class="link-1">Missy Mazzoli</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/sf1D3erzPMw?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">
<button type="button" data-bs-target="#carouselExampleIndicators"
data-bs-slide-to="0"
class="active" aria-current="true"
aria-label="Slide 0"></button>
<button type="button" data-bs-target="#carouselExampleIndicators"
data-bs-slide-to="1"
class="" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleIndicators"
data-bs-slide-to="2"
class="" aria-current="true" aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleIndicators"
data-bs-slide-to="3"
class="" aria-current="true" aria-label="Slide 3"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="assets/img/Projects/chaotic-body-2/chaotic-body-2_0.webp" alt="" class="img-fluid mt-2"
style="width:100%; object-fit:contain;">
<br>
</div>
<div class="carousel-item">
<img src="assets/img/Projects/chaotic-body-2/chaotic-body-2_1.webp" alt="" class="img-fluid mt-2"
style="width:100%; object-fit:cover;">
<br>
</div>
<div class="carousel-item">
<img src="assets/img/Projects/chaotic-body-2/chaotic-body-2_3.webp" alt="" class="img-fluid mt-2"
style="width:100%; object-fit:cover;">
<br>
</div>
<div class="carousel-item">
<img src="assets/img/Projects/chaotic-body-2/chaotic-body-2_4.webp" alt="" class="img-fluid mt-2"
style="width:100%; object-fit:cover;">
<br>
</div>
</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> Presented through a dance duet, the film explores the hidden interactions of moving bodies with the invisible fields that surround them, and how the emergent forces originating from the dancers’ bodies can reveal themselves as Digital Matter in constant flux. </p>
<p>This manifestation of invisible energy comes to life both emphatically, through sharp and swift movements, but also subtly, by paying attention to the human breath and how it can dissolve the boundaries between the form of the dancers' bodies and the environment in which they are situated.</p>
<p>The dancers’ motion is translated into 3-dimensional, dynamic velocity fields that stir and rattle a dense, computationally simulated fluid, additionally disturbed by the analyzed frequency spectra of the score. These unique interactions expose different properties of the fluid and set in motion a series of phenomena. The flowing particles reveal turbulent and viscous flows, as well as waves and ripples of energy surging through the vat of Digital Matter.</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>