diff options
author | hardythe1 | 2014-11-10 11:48:53 +0530 |
---|---|---|
committer | hardythe1 | 2014-11-10 11:48:53 +0530 |
commit | 22eaaa85a00283c9018313efcb047b266e45dbcf (patch) | |
tree | f1c20eec2515d311c38a0a6e0624fbbdf9f91b9a /static/website/templates | |
parent | 9b54f974818ff115207576ad6ae91e367998a55c (diff) | |
download | scipy2014-22eaaa85a00283c9018313efcb047b266e45dbcf.tar.gz scipy2014-22eaaa85a00283c9018313efcb047b266e45dbcf.tar.bz2 scipy2014-22eaaa85a00283c9018313efcb047b266e45dbcf.zip |
updated venue details, added main venue map
Diffstat (limited to 'static/website/templates')
-rw-r--r-- | static/website/templates/venue.html | 36 |
1 files changed, 15 insertions, 21 deletions
diff --git a/static/website/templates/venue.html b/static/website/templates/venue.html index 75b4fb9..ad13440 100644 --- a/static/website/templates/venue.html +++ b/static/website/templates/venue.html @@ -11,39 +11,34 @@ Venue {% block content %} <div class="row"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> - <h3 class="garmond"><em>Venue</em>: IIT Bombay, Powai, India.</h3> + <h3 class="garmond"><em>Venue</em>: LCH <span class='num'>11</span>, Lecture Hall Complex, IIT Bombay, Powai, India.</h3> <p> <em> Links: </em> <a href="http://www.iitb.ac.in" target="_blank"><span class="label label-primary">IITB Website</span></a> - <a href="{% static 'data/iitb_map.pdf' %}" target="_blank"><span class="label label-success">IITB Map</span></a> + <a href="{% static 'data/iitb_map.pdf' %}" target="_blank"><span class="label label-success">IITB Campus Map</span></a> </p> <hr> <h3 class="garmond">A quick guide on reaching IITB campus.</h3> - <p> - <ul> - <li>Powai is an eastern suburb in North-Eastern part of Mumbai. </li> - <li>Here is how you can reach IIT Bombay from various important stations.</li> - </ul> - </p> <br> </div> <!-- /.col --> </div> <!-- /.row --> <div id="reach-iitb"> <div class="row"> <div class="col-lg-4 col-md-4 col-sm-4 col-xs-4"> <ul class="nav nav-pills nav-stacked text-left side-nav"> - <li class="active"><a id="airport" href="#"><small>From Airport</small></a></li> - <li><a id="dadar" href="#"><small>From Dadar Station</small></a></li> - <li><a id="thane" href="#"><small>From Thane Station</small></a></li> - <li><a id="bandra" href="#"><small>From Bandra Terminus</small></a></li> - <li><a id="tilak" href="#"><small>From Lokmanya Tilak Terminus</small></a></li> - <li><a id="central" href="#"><small>From Mumbai Central</small></a></li> - <li><a id="shivaji" href="#"><small>From Chatrapati Shivaji Terminus</small></a></li> + <li class="active"><a id="venue" href="#"><small>Venue</small></a></li> + <li><a id="airport" href="#"><small>Reaching from Airport</small></a></li> + <li><a id="dadar" href="#"><small>Reaching from Dadar Station</small></a></li> + <li><a id="thane" href="#"><small>Reaching from Thane Station</small></a></li> + <li><a id="bandra" href="#"><small>Reaching from Bandra Terminus</small></a></li> + <li><a id="tilak" href="#"><small>Reaching from Lokmanya Tilak Terminus</small></a></li> + <li><a id="central" href="#"><small>Reaching from Mumbai Central</small></a></li> + <li><a id="shivaji" href="#"><small>Reaching from Chatrapati Shivaji Terminus</small></a></li> <li id="fare"> - <h6>Transit Details: <span id="from">From Airport</span></h6> + <h6>Transit Details: <span id="from">Main Venue</span></h6> <p id="description"> - Convenient way to reach IITB from airport is to BEST buses running on route no. 382 or 409. - Alternatively you may take an auto directly to IIT which would cost you around 90 rs. - (depending on traffic) or a taxi which would cost around 100 Rs. + IIT Bombay campus is in Powai, which is an eastern suburb in North-Eastern part of Mumbai. + This guide will help you to reach IIT-B campus from various important destinations of Mumbai. + Click on any of the destinations listed above to know the transit details. </p> </li> </ul> @@ -53,8 +48,7 @@ Venue <div id="map"> <img id="map-loader" src="{% static 'website/images/map-loader.gif' %}"> <div id="mappy"> - <iframe width="100%" height="100%" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://www.google.co.in/maps?f=d&source=s_d&saddr=Chhatrapati+Shivaji+International+Airport,+Andheri+East,+Mumbai,+Maharashtra&daddr=IIT+Main+Gate&hl=en&geocode=FQFLIwEdg-NXBCGuqHTEYBrMHilHKb2ZUMjnOzGuqHTEYBrMHg%3BFRrUIwEdep5YBCldyp4n8sfnOzFZy8ueURQugA&aq=4&oq=IIT&sll=19.099667,72.883154&sspn=0.094407,0.154324&mra=pd&ie=UTF8&t=m&ll=19.110379,72.895527&spn=0.029763,0.042183&output=embed"> - </iframe> + <iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d1884.7370444677179!2d72.91703983929293!3d19.130714113944165!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3be7c7f4215f57bf%3A0xcf0c03ea45a113e1!2sLecture+Hall+Complex+(LHC)!5e0!3m2!1sen!2s!4v1415598677678" width="600" height="450" frameborder="0" style="border:0"></iframe> </div> </div> <!-- /map --> </div> <!-- /.col --> |