project/templates/about/venue.html
author Parth buch <parth.buch.115@gmail.com>
Wed, 14 Sep 2011 15:38:37 +0530
branch2011
changeset 397 079ada629aaf
parent 361 a109ce7f7758
child 408 2a34cfa6b417
permissions -rw-r--r--
changed the venue information

{% extends "base.html" %}
{% block content %}
<h1>Venue</h1>
<div class="entry">

<h1><strong>Conference Venue</strong></h1>
<h2>December 13th and 14th, 2010</h2>
<br/><br/>
<p>
  <a href="http://www.iitb.ac.in"><img src="/static/img/iitb_logo.jpg" height=180 alt="IIT-B Logo"
    title="Indian Institute of Technology, Bombay"  /></a><br /><br /><br/>
  The SciPy.in 2011 conference is being held at the
  victor Menezes Convention Centre of the
  <a href="http://www.iitb.ac.in/">Indian Institute of Technology, Bombay</a> (IITB). 
  IITB is one of India's top engineering schools and is a
  world-renowned (and globally top-ranked) engineering school.
</p>
</div>
{% endblock content %}