-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (30 loc) · 1.13 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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width">
<title>NYUAD Open Studios</title>
<link rel="shortcut icon" href="dist/favicon.png">
<link rel="stylesheet" href="dist/style.css"></link>
</head>
<body>
<img class="top-image" src="./dist/landing.png"/>
<div class="splash-container">
<div class="links-container legend">
<!--
<a href="/stream" class="current">VIDEO STREAM</a>
-->
<a href="/2018" class="current">2018 EDITION</a>
<a href="/2017">2017 ARCHIVE</a>
<a href="/2016">2016 ARCHIVE</a>
</div>
</div>
<div class="info-container legend">
<div class="text-container">
An interdisciplinary celebration of the arts featuring over 60 exhibitions, installations, screenings, performances, talks, demonstrations, and works-in-progress. Meet students and faculty working in Visual Arts, Interactive Media, Art History, Music, Film, Creative Writing, and Theater and get a behind-the-scenes look at the NYU Abu Dhabi arts studios, workshops and labs.<br />
<br />
Open to the public.
</div>
</div>
</body>
</html>