{% extends "base.html" %}
-{% block title %}Venue & Hotel{% endblock %}
+{% block title %}Venue{% endblock %}
{% block content %}
-<h1>Venue & Hotel</h1>
+<h1>Venue</h1>
<h2>{{ venue.name }}</h2>
-
<p>
This year, {{ confname }} will be held at the
<a href="{{ venue.url }}" target="_blank">{{ venue.name }}</a>.
</p>
+
<h2>Travel</h2>
+<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d9931.637826185191!2d-0.1448610115097161!3d51.51487710243032!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x48761ad67ceaeb3f%3A0xdff0cb1ea7abee26!2sHallam%20Conference%20Centre!5e0!3m2!1sen!2suk!4v1687442684439!5m2!1sen!2suk" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
+<h4>{{ venue.name }}</h4>
+<p>{{ venue.address }}</p>
+<p>
+ The venue is located in the west end of London, with easy access from the main terminus stations via the Underground, bus or taxi. In general the London Underground is the fastest way to travel around central London.
+</p>
+<p>
+ The <a href="https://tfl.gov.uk/plan-a-journey/">TFL travel planner</a> will show comprehensive options, using the destination postcode: <em>W1W 6JJ</em>.
+</p>
-<p>Travel directions to the venue will be posted shortly.</p>
+<h3>By Underground</h3>
+<p>
+ The venue is within 10 minutes walk of the following underground stations:
+</p>
+<ul>
+ <li><a href="https://goo.gl/maps/kWSoT8jFtKKdNimF6">Great Portland Street</a> (Circle, Hammersmith & City and Metropolitan lines)</li>
+ <li><a href="https://goo.gl/maps/6XsfUXWEH1i2J7iD9">Regents Park</a> (Bakerloo line)</li>
+ <li><a href="https://goo.gl/maps/ycrMFfoTWpDNfXjK8">Oxford Circus</a> (Central, Victoria and Bakerloo lines)</li>
+ <li><a href="https://goo.gl/maps/QbqZDenYUCyzX51KA">Goodge Street</a> (Northern line)</li>
+</ul>
+<p>
+ For the slightly more adventurous and to save changing underground lines, the following stations are approximately 15 minutes walk:
+</p>
+<ul>
+ <li><a href="https://goo.gl/maps/jGxD64TSZCobEwMh6">Tottenham Court Road</a> (Elizabeth, Central and Northern lines)</li>
+ <li><a href="https://goo.gl/maps/5HSBvG5xq3raP4DV9">Bond Street</a> (Elizabeth, Central and Jubilee lines)</li>
+</ul>
-<h2>Things to do in {{ city }}</h2>
+<h3>By National Rail</h3>
+<p>
+ Marylebone, Euston, Kings Cross & St Pancras and Paddington National Rail stations are approximately 10 minutes by taxi, 15 minutes by underground or a 20 minute walk.
+</p>
+<p>
+ Charing Cross, Victoria, Waterloo, Liverpool Street, Moorgate National Rail stations are a single underground trip away.
+</p>
+<h4>Recommended Routes</h4>
+<ul>
+ <li>From Euston take the Victoria line to Oxford Circus</li>
+ <li>From Kings Cross & St Pancras take the Victoria line to Oxford Circus</li>
+ <li>From Paddington take the Bakerloo line to Regent's Park</li>
+ <li>From Marylebone take the Bakerloo line to Regent's Park</li>
+ <li>From Charing Cross take the Bakerloo line to Regent's Park</li>
+ <li>From Victoria take the Victoria line to Oxford Circus</li>
+ <li>From Waterloo take the Bakerloo line to Regent's Park</li>
+ <li>From Liverpool Street take the Central line to Oxford Circus</li>
+ <li>From Moorgate take the Metropolitan line to Great Portland Street</li>
+</ul>
+<h3>By Bus</h3>
<p>
- See our <a href="{{ link("things-to-do/") }}">Things to do in {{ city }}</a> page for ideas what to do while in {{ city }}.
+ Many bus stops are within a few minutes walk of Hallam Street, including No's: 3, 6, 8, 10, 12, 13, 15, 23, 25, 73, 88, 94, 98, 113, 137, 139, 159, 189, 453 and C2.
+</p>
+
+<h3>By Car</h3>
+<p>
+ To plan your journey use the postcode: W1W 6JJ. Please note that this venue is within the <a href="http://www.tfl.gov.uk/roadusers/congestioncharging/">Congestion Charge zone</a>.
+</p>
+<p>
+ There is on-street parking nearby, see: <a href="https://www.westminster.gov.uk/parking">Parking in Westminster</a> for more information. The nearest <a href="https://www.ncp.co.uk/">NCP</a> car park is at 6-7 Weymouth Mews.
+</p>
+<p>
+ To view spaces in the area reserved for Blue Badge holders on a map please visit <a href="https://www.gov.uk/where-registered-disabled-drivers-can-park">GOV.UK</a> and enter our postcode: W1W 6JJ.
</p>
+<h2>Things to do in {{ city }}</h2>
+<p>
+ See our <a href="{{ link("things-to-do/") }}">Things to do in {{ city }}</a> page for ideas what to do while in {{ city }}.
+</p>
+
{% endblock content %}