templates/reaching_iitb.html
author nishanth
Fri, 03 Sep 2010 16:23:17 +0530
branchanoop
changeset 241 ac1f13b2b3dc
parent 85 c62a1f9ef609
permissions -rw-r--r--
included the url

{% extends 'base.html' %}
{% block title %}
About Venue
{% endblock %}
{% block content %}
<h2>About Venue</h2>

<p><a href="/sage_days/venue">Venue : IIT Bombay</a> | <a href="/sage_days/about_mumbai">City : Mumbai</a> | How to reach IIT Bombay?</p>

<div class="section" id="how-to-reach-iit-bombay">
<h1>How to reach IIT Bombay?</h1>
<div class="section" id="airport">
<h2>Airport</h2>
<p>International flights land at Sahar Airport which is about 7 kms from IIT. The Domestic Airport- SantaCruz is about 10 kms. Pre paid taxis are available at the Airports. Autorickshaws are also available for IIT.</p>
</div>
<div class="section" id="public-transport">
<h2>Public Transport</h2>
<p>Mumbai has one of the most efficient and reliable public transport network. One can travel by Autorickshaws / Taxis to reach IIT from the nearest stations(Autorickshaws, however do not go further south than Sion and Bandra). For longer distance, you can use either the BEST Bus Network or the Mumbai Local train System.</p>
<div class="section" id="suburban-railway-transport">
<h3>Suburban Railway Transport</h3>
<p>Those coming by Central Railway Suburban train will have to get down at Kanjur Marg, Vikhroli which are the nearest stations from IITB. If you are coming by the Western Railway Suburban train you will have to get down at Andheri.</p>
<p>For more on how to reach the venue checkout this page:</p>
<p><a class="reference external" href="http://www.iitb.ac.in/campus/howto/howtoget.html">http://www.iitb.ac.in/campus/howto/howtoget.html</a></p>
<p>Note that all fares published there might have changed .</p>
</div>
</div>
</div>

{% endblock %}