project/templates/about/venue.html
author Parth buch <parth.buch.115@gmail.com>
Wed, 14 Sep 2011 17:02:38 +0530
branch2011
changeset 408 2a34cfa6b417
parent 397 079ada629aaf
child 469 40025d462588
permissions -rw-r--r--
removed the date from venue 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 %}