-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
executable file
·28 lines (20 loc) · 1.45 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width">
<title>Now We're Here - About</title>
<link rel="stylesheet" type="text/css" href="css/style_about.css" />
</head>
<body>
<div class="about-title">Now We're Here</div>
<iframe src="https://player.vimeo.com/video/158478363?title=0&byline=0&portrait=0" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
<div class="about-text">
<p>"Now We're Here" is an interactive audio-visual experience inspired by the texture, sound, and development of the desert terrain. This playful piece invites the user to connect with the natural environment in both a rhythmic and digital way. It also strives to be a reflection of the rapid development and urbanization occurring in the local desert terrain.</p>
<p>This project was very much inspired by our experience living on the NYU Abu Dhabi campus - what we've seen, what we've heard, what we've felt. We live, work, play, create in a sandbox. That sandbox is the NYU Abu Dhabi campus, Saadiyat Island, Abu Dhabi, the Emirates. Why bring the sand inside? There's no hiding from it, it's all around us.</p>
<p>The project was initially on display at the NYU Abu Dhabi Project Gallery Space in the fall of 2015. </p>
</div>
<a href="./" class="project-link">PROJECT</div>
<script src="js/lib/jquery-2.1.4.min.js"></script>
</body>
</html>