forked from londonwebstandards/SOTB3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlocation.php
64 lines (62 loc) · 3.38 KB
/
location.php
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
<?php include("inc/pageopen.php"); ?>
<?php include("inc/navigation.php"); ?>
<div id="location" class="eleven columns">
<h2>Venue - Ravensbourne</h2>
<p id="address">6 Penrose Way, London, SE10 0EW</p>
<div id="transport">
<h3>Getting There</h3>
<dl class="public-transport">
<dt>
Tube
</dt>
<dd>
<strong>North Greenwich station on the Jubilee Line</strong>.
Please note that although there are no scheduled closures on the Jubilee Line on March 19th, this could change at short notice. Please check
<a href="http://www.tfl.gov.uk/tfl/livetravelnews/realtime/tube/default.html" title="The TFL travel news">TfL's live travel news</a> before you travel.
</dd>
<dt>Overground Train</dt>
<dd>
Take <a href="http://www.southeasterrailwai.co.uk" title="South Eastern's Website">South Eastern</a> rail to Charlton
station. Get the 486 bus from outside, in the direction of North
Greenwich (your destination). Trains run regularly from Canon
Street and London Bridge.
</dd>
<dt>Bus</dt>
<dd>
These take slightly longer but are an option. The following buses
<a href="http://www.tfl.gov.uk/tfl/gettingaround/maps/buses/pdf/northgreenwich-2191.pdf"
title="Map of bus stop in North Geenwich">stop at North Greenwich</a>:
<dl>
<dt>From inner London</dt>
<dd>188 - from Russell Square</dd>
<dd>108 - from Stratford and Lewisham</dd>
<dt>From outer London</dt>
<dd>129 - from Greenwich (stops at Greenwich DLR station)</dd>
<dd>132 - from Bexleyheath</dd>
<dd>486 - from Bexleyheath (stops at Charlton station)</dd>
<dd>422 - from Bexleyheath</dd>
<dd>161 - from Chislehurst (stops near Charlton station)</dd>
<dd>472 - from Thamesmead (stops near Charlton station)</dd>
</dl>
</dd>
<dt>Docklands Light Railway (DLR)</dt>
<dd>
If you're travelling from inner London, you can catch the <abbr title="Docklands Light Railway">DLR</abbr>
from Bank to Cutty Sark (a.k.a Greenwich, it's on the Lewisham line). From there you can catch the 129 bus to North Greenwich.
</dd>
<dt>Arriving by car?</dt>
<dd>Please be aware there is no on-site parking at the venue.</dd>
</dl>
</div>
<div class="about-the-venue">
<p>Ravensbourne is a stunning new building on the Greenwich Peninsula, located next door to The O2.
For more details on the space and how to get there, go to <a href="http://www.rave.ac.uk/">www.rave.ac.uk</a>.</p>
<div id="map">
<img src="images/map-default.png" alt="Map of venue">
</div>
</div>
</section>
</div>
<?php include("inc/sponsorsSide.php"); ?>
<?php include("inc/communityPartners.php"); ?>
<?php include("inc/footer.php"); ?>