project/templates/about/venue.html
author primal primal007@gmail.com
Thu, 01 Dec 2011 14:09:23 +0530
branch2011
changeset 463 f54903f0c28e
parent 408 2a34cfa6b417
child 469 40025d462588
permissions -rw-r--r--
Added contact page

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

<h1><strong>Conference Venue</strong></h1>
<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 %}