-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
391 lines (301 loc) · 15.7 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" href="styles.css">
<link href="https://fonts.googleapis.com/css2?family=Arimo:wght@400;700&family=Kalam:wght@700&family=Piazzolla:ital,wght@1,800&display=swap" rel="stylesheet">
</head>
<body>
<!-- Ayesha's Part begin -->
<div class="landing" id="landing">
<header class="v-header container">
<div class="fullscreen-video-wrap"><video src="videos/30mins.mp4" autoplay loop muted id="video1"></video></div>
<div class="header-overlay">
<div class="navbar">
<div class="navbar_elem">
<div class="left">
<li><span onclick="openNav()"><img src="images/menu.png" alt="#" width="30px" style="padding: 10px;"></i></span></li>
<li id="heroImgWrapper"><a href="index.html"><img id="heroImg" src="images/nyuad-logo.png" alt="" height="50px"></a></li>
</div>
<div class="right">
<a href="#philosophy">
<li class="navlinks">Our Philosophy</li>
</a>
<a href="#about">
<li class="navlinks">About Us</li>
</a>
<li><a href="https://nyuad.nyu.edu/en/" target="_blank"><img src="images/nyuad-icon.jpg" alt="#" width="40px" style="padding: 10px;"></a></li>
<li><a href="https://www.facebook.com/NYUAD/" target="_blank"><img src="images/facebook-icon.png" alt="#" width="30px" style="padding: 10px;"></a></li>
<li><a href="https://www.instagram.com/nyuabudhabi/?hl=en" target="_blank"><img src="images/instagram-icon.png" alt="#" width="30px" style="padding: 10px;"></a></li>
<li><a href="https://twitter.com/NYUAbuDhabi?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor" target="_blank"><img src="images/twitter.png" alt="#" width="30px" style="padding: 10px;"></a></li>
</div>
</div>
<div id="mySidenav" class="sidenav">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<a href="#outdoors"><span onclick="openSubMenu1()">Outdoors »</span></a>
<a href="#studyspots"><span onclick="openSubMenu3()">Study Spots »</span></a>
<a href="#diningfitness"><span onclick="openSubMenu2()">Dining & Fitness »</span></a>
</div>
<div id="mySidenav2" class="sidenav2">
<div id="subMenu01">
<a href="javascript:void(0)" class="backbtn" onclick="closeSubMenu()"><</a>
<a href="welcomecenter-day.html"><span>Welcome Center</span></a> <br>
<a href="highline-day.html"><span>High line</span></a> <br>
<a href="palms-day.html"><span>Palms</span></a> <br>
</div>
<div id="subMenu02"><a href="javascript:void(0)" class="backbtn" onclick="closeSubMenu()"> <</a>
<a href="marketplace-day.html"><span>Marketplace</span></a> <br>
<a href="d2-day.html"><span>Dining Hall (D2)</span></a> <br>
<a href="fitness-day.html"><span>Fitness Center</span></a> <br>
</div>
<div id="subMenu03"><a href="javascript:void(0)" class="backbtn" onclick="closeSubMenu()"><</a>
<a href="marketplace-day.html"><span>Marketplace</span></a> <br>
<a href="library-day.html"><span>Library</span></a> <br>
<a href="librarycafe-day.html"><span>Library Cafe</span></a> <br>
</div>
</div>
</div>
</div>
<div id="header-content">
<div id="header-text">
<!-- <h1>Welcome to</h1> -->
<h1>NYU Abu Dhabi's</h1>
<h1>Audio-Visual Tour</h1>
<p>- a place we call our home!</p>
<a class="mainBtn">Lets Begin!</a><a class="mainBtn">Lets Begin!</a>
</div>
</div>
</header>
</div>
<!-- Ayesha's Part end -->
<!-- WELCOME PANEL -->
<div class="panel welcome">
<div class="section-header">
<h2 class="section-heading">Welcome!</h2>
</div>
<div class="section-content">
<h4 class="section-sub">Welcome to the Audio Visual Tour of the NYU Abu Dhabi - a place we call our Home!</h4>
<p>Are you physically away from the campus, but have it in your heart?
Do you miss the liveliness of marketplace while you eat, the chirping at Palms during sunset,
the enthusiasm at the jym, or the soothing energy at the highline?
</p>
<p>OR Do you want to experience how life on campus is?</p>
<p>This tour takes you on a uniquely immersive virtual ride across our Campus!</p>
<p><b>Step 1:</b> Choose from a category of following locations on campus:
<ul>
<li><a href="#outdoors">Outdoors</a></li>
<li><a href="#outdoors">Indoors</a></li>
<li><a href="#outdoors">Dining and Fitness</a></li>
</ul>
</p>
<p><b>Step 2:</b> Explore the map and choose where you want to be</p>
<p><b>Step 3:</b> Immerse yourself in the 360 Degree view and sounds from the location!</p>
</div>
</div>
<!-- WELCOME PANEL -->
<div class="section-1 tour" id="outdoors">
<div class="section-header">
<h2>OUTDOORS</h2>
</div>
<div class="container">
<iframe class="map" src="https://tour.concept3d.com/share/m0F397hWp/stop/1?mv" border="0" scroll="no" allowfullscreen allow="geolocation">
Your browser does not support Iframes
</iframe>
<div class="hider">
</div>
</div>
<div class="section-locations">
<div class="locations-container">
<div class="location" id="palms">
<!-- <img src="images/download.jpeg" alt=""> -->
<span class="location-hover">
<div class="location-content">
<a href="location.html">
<h2 class="location-name btn-2">THE PALMS</h2>
</a>
<p class="location-description">The signature 36 palms of NYUAD welcome all visitors on campus. The palms stand strong in the face of the cruel Abu dhabi weather and are aligned in perfect harmony; this depicts the resilience.</p>
</div>
</span>
</div>
<div class="location" id="highline">
<span class="location-hover">
<div class="location-content">
<a href="location.html">
<h2 class="location-name btn-2">THE PALMS</h2>
</a>
<p class="location-description">The signature 36 palms of NYUAD welcome all visitors on campus. The palms stand strong in the face of the cruel Abu dhabi weather and are aligned in perfect harmony; this depicts the resilience.</p>
</div>
</span>
</div>
<div class="location" id="welcomecenter">
<span class="location-hover">
<div class="location-content">
<a href="location.html">
<h2 class="location-name btn-2">THE PALMS</h2>
</a>
<p class="location-description">The signature 36 palms of NYUAD welcome all visitors on campus. The palms stand strong in the face of the cruel Abu dhabi weather and are aligned in perfect harmony; this depicts the resilience.</p>
</div>
</span>
</div>
</div>
</div>
<!-- <img class="image-36" src="images/download.jpeg" alt=""> -->
<audio class="audio-360" src="sounds/highline.mp3" controls autoplay>
</audio>
</div>
<div class="section-1 tour" id="studyspots">
<div class="section-header">
<h2>STUDY SPOTS</h2>
</div>
<div class="container">
<iframe class="map" src="https://tour.concept3d.com/share/KTGGevaHa/stop/1?mv" border="0" scroll="no" allowfullscreen allow="geolocation">
Your browser does not support Iframes
</iframe>
<div class="hider">
</div>
</div>
<div class="section-locations">
<div class="locations-container">
<div class="location" id="library">
<!-- <img src="images/download.jpeg" alt=""> -->
<span class="location-hover">
<div class="location-content">
<a href="location.html">
<h2 class="location-name btn-2">THE PALMS</h2>
</a>
<p class="location-description">The signature 36 palms of NYUAD welcome all visitors on campus. The palms stand strong in the face of the cruel Abu dhabi weather and are aligned in perfect harmony; this depicts the resilience.</p>
</div>
</span>
</div>
<div class="location" id="librarycafe">
<span class="location-hover">
<div class="location-content">
<a href="location.html">
<h2 class="location-name btn-2">THE PALMS</h2>
</a>
<p class="location-description">The signature 36 palms of NYUAD welcome all visitors on campus. The palms stand strong in the face of the cruel Abu dhabi weather and are aligned in perfect harmony; this depicts the resilience.</p>
</div>
</span>
</div>
<div class="location" id="marketplace">
<span class="location-hover">
<div class="location-content">
<a href="location.html">
<h2 class="location-name btn-2">THE PALMS</h2>
</a>
<p class="location-description">The signature 36 palms of NYUAD welcome all visitors on campus. The palms stand strong in the face of the cruel Abu dhabi weather and are aligned in perfect harmony; this depicts the resilience.</p>
</div>
</span>
</div>
</div>
</div>
<!-- <img class="image-36" src="images/download.jpeg" alt=""> -->
<audio class="audio-360" src="sounds/highline.mp3" autoplay>
</audio>
</div>
<div class="section-1 tour" id="diningfitness">
<div class="section-header">
<h2>DINING AND FITNESS</h2>
</div>
<div class="container">
<iframe class="map" src="https://tour.concept3d.com/share/vFJbCysfR/stop/1?mv" border="0" scroll="no" allowfullscreen allow="geolocation">
Your browser does not support Iframes
</iframe>
<div class="hider">
</div>
</div>
<div class="section-locations">
<div class="locations-container">
<div class="location" id="d2">
<!-- <img src="images/download.jpeg" alt=""> -->
<span class="location-hover">
<div class="location-content">
<a href="location.html">
<h2 class="location-name btn-2">THE PALMS</h2>
</a>
<p class="location-description">The signature 36 palms of NYUAD welcome all visitors on campus. The palms stand strong in the face of the cruel Abu dhabi weather and are aligned in perfect harmony; this depicts the resilience.</p>
</div>
</span>
</div>
<div class="location" id="fitness">
<span class="location-hover">
<div class="location-content">
<a href="location.html">
<h2 class="location-name btn-2">THE PALMS</h2>
</a>
<p class="location-description">The signature 36 palms of NYUAD welcome all visitors on campus. The palms stand strong in the face of the cruel Abu dhabi weather and are aligned in perfect harmony; this depicts the resilience.</p>
</div>
</span>
</div>
<div class="location" id="marketplace">
<span class="location-hover">
<div class="location-content">
<a href="location.html">
<h2 class="location-name btn-2">THE PALMS</h2>
</a>
<p class="location-description">The signature 36 palms of NYUAD welcome all visitors on campus. The palms stand strong in the face of the cruel Abu dhabi weather and are aligned in perfect harmony; this depicts the resilience.</p>
</div>
</span>
</div>
</div>
</div>
<!-- <img class="image-36" src="images/download.jpeg" alt=""> -->
<audio class="audio-360" src="sounds/highline.mp3" controls autoplay>
</audio>
</div>
<!-- Philosophy Section -->
<div class="panel philosophy" id="philosophy">
<div class="section-header">
<h2 class="section-heading">Inspiration</h2>
</div>
<div class="section-content">
<h4 class="section-sub">It is you who inspired us to the idea!</h4>
<p>The pandamic has taken alot on all of us.
</p>
<p>It may have changed our world in many ways, but a thing that remains constant is our love and sense of belonging to our home - The NYU Abu Dhabi Campus</p>
<p>While some have access to life on campus, many of our friends and community members miss being at their favorite spots on campus.</p>
<p>We made this Audio-visual experience of our campus, to bring the campus experience to your screen. Just choose your spot, and play it's sound in your background. With a 360 Degree view, and sounds from the location, you can feel you are at
the D2 while you eat, at the Library Cafe while you study, and at the Fitness Center while you workout!</p>
</div>
</div>
<!-- Philosophy Section -->
<!-- About Us Section -->
<div class="panel about">
<div class="section-header">
<h2 class="section-heading" id="about">About Us</h2>
</div>
<div class="section-content">
<h4 class="section-sub">Hello!</h4>
<p>The 2 of us worked on this project.</p>
<p>I hope you enjoyed the work and effort we put into this!</p>
<p>Please feel free to connect, or send in any feedbacks on this project.</p>
<div class="about-holder">
<div class="us ayesha">
<img class="display" src="images/ayesha1.png" alt="">
<h3 class="name">Ayesha Zafar</h3>
<p><b>Major:</b> Computer Science</p>
<div class="icons-holder">
<a href="https://www.youtube.com/watch?v=m1hJAhJ7_Wo"><img src="images/linkedin.png" alt=""> </a>
<a href="https://www.youtube.com/watch?v=m1hJAhJ7_Wo"><img src="images/facebook.png" alt=""> </a>
<a href="https://www.youtube.com/watch?v=m1hJAhJ7_Wo"><img src="images/github.png" alt=""> </a>
<a href="https://www.youtube.com/watch?v=m1hJAhJ7_Wo"><img src="images/instagram.png" alt=""> </a>
</div>
<a class="btn-1" href="mailto:[email protected]">MESSAGE ME</a><br>
</div>
<div class="us anas">
<img class="display" src="images/anas1.png" alt="">
<h3 class="name">Muhammad Anas</h3>
<p><b>Major:</b> Computer Science</p>
<div class="icons-holder">
<a href="https://www.youtube.com/watch?v=m1hJAhJ7_Wo"><img src="images/linkedin.png" alt=""> </a>
<a href="https://www.youtube.com/watch?v=m1hJAhJ7_Wo"><img src="images/facebook.png" alt=""> </a>
<a href="https://www.youtube.com/watch?v=m1hJAhJ7_Wo"><img src="images/github.png" alt=""> </a>
<a href="https://www.youtube.com/watch?v=m1hJAhJ7_Wo"><img src="images/instagram.png" alt=""> </a>
</div>
<a class="btn-1" href="mailto:[email protected]">MESSAGE ME</a><br>
</div>
</div>
</div>
</div>
<!-- Abou Us Section -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"></script>
<script src="index.js" charset="utf-8"></script>
</body>
</html>