-
Notifications
You must be signed in to change notification settings - Fork 1
/
venue.html
executable file
·32 lines (29 loc) · 1.86 KB
/
venue.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
---
layout: default
title: Venue
---
<div class="venue">
<div class="container text-center">
<h1 class="page-header">Venue</h1>
<div class="googlemap">
<img src="img/marinabaysands.jpg" width="1200" height="300">
</div>
<div class="googlemap">
<iframe width="100%" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://www.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=Marina+Bay+Sands+Expo+%26+Convention+Centre,+10+Bayfront+Avenue,+Singapore&aq=0&oq=Marina+Bay+Sands&sll=1.283684,103.858759&sspn=0.01506,0.022724&ie=UTF8&hq=Marina+Bay+Sands+Expo+%26+Convention+Centre,&hnear=10+Bayfront+Ave,+Singapore+018956&ll=1.282498,103.858519&spn=0.00753,0.011362&t=m&z=14&iwloc=near&cid=12349751240448585393&output=embed"></iframe>
</div>
<div class="row">
<div class="col-md-4">
<strong>By Train</strong><br/>
Marina Bay Sands is linked directly to Bayfront MRT station (CE2, Exit D).
</div>
<div class="col-md-4">
<strong>By Bus</strong><br/>
97/97E, 106, 133, 502/502A, 518/518A, NR1 (Available on Fridays, Saturdays and eve of public holidays), and NR6 (Available on Fridays, Saturdays and eve of public holidays).
</div>
<div class="col-md-4">
<strong>By Car</strong><br/>
Go to <a target="_blank" href="https://www.google.com/maps?q=Marina+Bay+Sands+Expo+%26+Convention+Centre,+10+Bayfront+Avenue,+Singapore&hl=en&ll=1.283094,103.858523&spn=0.00753,0.011362&sll=1.283684,103.858759&sspn=0.01506,0.022724&oq=Marina+Bay+Sands&hq=Marina+Bay+Sands+Expo+%26+Convention+Centre,&hnear=10+Bayfront+Ave,+Singapore+018956&t=m&z=17&iwloc=A">Google Maps</a> for directions.
</div>
</div>
</div>
</div>