templates/reaching_iitb.html
author nishanth
Fri, 03 Sep 2010 16:37:03 +0530
branchanoop
changeset 245 30053a24a92a
parent 85 c62a1f9ef609
permissions -rw-r--r--
updated the template
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
84
7007ec492eac added more information about venue.
anoop
parents:
diff changeset
     1
{% extends 'base.html' %}
7007ec492eac added more information about venue.
anoop
parents:
diff changeset
     2
{% block title %}
7007ec492eac added more information about venue.
anoop
parents:
diff changeset
     3
About Venue
7007ec492eac added more information about venue.
anoop
parents:
diff changeset
     4
{% endblock %}
7007ec492eac added more information about venue.
anoop
parents:
diff changeset
     5
{% block content %}
7007ec492eac added more information about venue.
anoop
parents:
diff changeset
     6
<h2>About Venue</h2>
7007ec492eac added more information about venue.
anoop
parents:
diff changeset
     7
85
c62a1f9ef609 made some changes to the content about venue.
anoop
parents: 84
diff changeset
     8
<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>
84
7007ec492eac added more information about venue.
anoop
parents:
diff changeset
     9
7007ec492eac added more information about venue.
anoop
parents:
diff changeset
    10
<div class="section" id="how-to-reach-iit-bombay">
7007ec492eac added more information about venue.
anoop
parents:
diff changeset
    11
<h1>How to reach IIT Bombay?</h1>
7007ec492eac added more information about venue.
anoop
parents:
diff changeset
    12
<div class="section" id="airport">
7007ec492eac added more information about venue.
anoop
parents:
diff changeset
    13
<h2>Airport</h2>
7007ec492eac added more information about venue.
anoop
parents:
diff changeset
    14
<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>
7007ec492eac added more information about venue.
anoop
parents:
diff changeset
    15
</div>
7007ec492eac added more information about venue.
anoop
parents:
diff changeset
    16
<div class="section" id="public-transport">
7007ec492eac added more information about venue.
anoop
parents:
diff changeset
    17
<h2>Public Transport</h2>
7007ec492eac added more information about venue.
anoop
parents:
diff changeset
    18
<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>
7007ec492eac added more information about venue.
anoop
parents:
diff changeset
    19
<div class="section" id="suburban-railway-transport">
7007ec492eac added more information about venue.
anoop
parents:
diff changeset
    20
<h3>Suburban Railway Transport</h3>
7007ec492eac added more information about venue.
anoop
parents:
diff changeset
    21
<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>
7007ec492eac added more information about venue.
anoop
parents:
diff changeset
    22
<p>For more on how to reach the venue checkout this page:</p>
7007ec492eac added more information about venue.
anoop
parents:
diff changeset
    23
<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>
7007ec492eac added more information about venue.
anoop
parents:
diff changeset
    24
<p>Note that all fares published there might have changed .</p>
7007ec492eac added more information about venue.
anoop
parents:
diff changeset
    25
</div>
7007ec492eac added more information about venue.
anoop
parents:
diff changeset
    26
</div>
7007ec492eac added more information about venue.
anoop
parents:
diff changeset
    27
</div>
7007ec492eac added more information about venue.
anoop
parents:
diff changeset
    28
7007ec492eac added more information about venue.
anoop
parents:
diff changeset
    29
{% endblock %}