templates/about_venue.html
author nishanth
Fri, 03 Sep 2010 16:37:03 +0530
branchanoop
changeset 245 30053a24a92a
parent 224 daa76f68f4fc
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 %}
85
c62a1f9ef609 made some changes to the content about venue.
anoop
parents: 84
diff changeset
     3
Venue
84
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 %}
85
c62a1f9ef609 made some changes to the content about venue.
anoop
parents: 84
diff changeset
     6
<h2>Venue</h2>
84
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>Venue : IIT Bombay | <a href="/sage_days/about_mumbai">City : Mumbai</a> | <a href="/sage_days/reaching_iitb">How to reach IIT Bombay?</a></p>
c62a1f9ef609 made some changes to the content about venue.
anoop
parents: 84
diff changeset
     9
224
daa76f68f4fc updated venue.
anoop
parents: 85
diff changeset
    10
<p><strong>Institute Auditorium, Indian Institute of Technology Bombay</strong></p>
85
c62a1f9ef609 made some changes to the content about venue.
anoop
parents: 84
diff changeset
    11
<p>IIT Bombay, Mumbai, India.</p>
84
7007ec492eac added more information about venue.
anoop
parents:
diff changeset
    12
7007ec492eac added more information about venue.
anoop
parents:
diff changeset
    13
<div class="section" id="the-venue-iit-bombay">
7007ec492eac added more information about venue.
anoop
parents:
diff changeset
    14
<h1>The Venue : IIT Bombay</h1>
7007ec492eac added more information about venue.
anoop
parents:
diff changeset
    15
<p>IIT Bombay or IITB, is an autonomous university located in Powai, in north central Mumbai. It is the second-oldest campus of the Indian Institutes of Technology system and the largest National Institute in the state of Maharashtra. IIT Bombay ranked as Asia's 3rd best institute in science and technology , the world's 36th best institute in technology and the world's 30th best for engineering and IT.</p>
7007ec492eac added more information about venue.
anoop
parents:
diff changeset
    16
<p>The IIT Bombay campus is located at Powai, a suburb in north western Mumbai, between the Vihar and Powai lakes. The campus offers a magnificent view of the powai lake. Due to its proximity to the Sanjay Gandhi National Park, the campus is extremely clean, green and mostly untouched by the pollution of the rest of the city.</p>
7007ec492eac added more information about venue.
anoop
parents:
diff changeset
    17
<p>The campus is divided into clusters of buildings. The academic area chiefly comprises the Main Building, various Departmental annexures and auditoria. All department annexures are connected by a corridor named Infinite Corridor. Beyond the Convocation Hall lie the hostels.</p>
7007ec492eac added more information about venue.
anoop
parents:
diff changeset
    18
<p>There are number of places inside and outside the campus offering a wide variety of food items, from North Indian 'Channa Masala' to South Indian 'Dosa'.</p>
7007ec492eac added more information about venue.
anoop
parents:
diff changeset
    19
<p>The campus is well connected internally by buses, making it easy to move inside the campus from one place to another. The bus tickets will be avilabe at security outposts at different locations in the campus.</p>
7007ec492eac added more information about venue.
anoop
parents:
diff changeset
    20
<p>The institute has two swimming pools; football, hockey and cricket grounds; and tennis, basketball, squash and volleyball courts. It also has a Students' Activity Center (SAC) for various cultural and other extracurricular activities. In addition to these facilities the campus also houses two high schools, one of which is a Kendriya Vidyalaya and the other is called IIT Campus School.</p>
7007ec492eac added more information about venue.
anoop
parents:
diff changeset
    21
<p>Note:
7007ec492eac added more information about venue.
anoop
parents:
diff changeset
    22
While entering the campus, take a pass for Laptop/Camera if you have one.</p>
7007ec492eac added more information about venue.
anoop
parents:
diff changeset
    23
<div class="section" id="more-details-on-iit-bombay">
7007ec492eac added more information about venue.
anoop
parents:
diff changeset
    24
<h2>More details on IIT Bombay</h2>
7007ec492eac added more information about venue.
anoop
parents:
diff changeset
    25
<p><a class="reference external" href="http://www.iitb.ac.in/campus/campus.html">http://www.iitb.ac.in/campus/campus.html</a></p>
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
{% endblock %}