project/templates/about/venue.html
author Anoop Jacob Thomas<anoop@fossee.in>
Thu, 11 Nov 2010 18:43:19 +0530
changeset 210 b61bcea508ee
parent 166 b2fc9a58b4ee
child 304 52982854f0fe
permissions -rw-r--r--
Updated venue page, removed unwanted content.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     1
{% extends "base.html" %}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     2
{% block content %}
15
07e4c036a0e7 Added venue information.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 1
diff changeset
     3
<h1>Venue</h1>
07e4c036a0e7 Added venue information.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 1
diff changeset
     4
<div class="entry">
105
9ce5f3e887ce Changed the content to match SciPy.in 2010 initial plans. Commented out most part.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 67
diff changeset
     5
<p>The conference is being held at the International Institute of Information
9ce5f3e887ce Changed the content to match SciPy.in 2010 initial plans. Commented out most part.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 67
diff changeset
     6
Technology in Hyderabad, keeping in mind accessibility, the number of attendees
9ce5f3e887ce Changed the content to match SciPy.in 2010 initial plans. Commented out most part.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 67
diff changeset
     7
and the location, among other aspects to be considered.</p>
9ce5f3e887ce Changed the content to match SciPy.in 2010 initial plans. Commented out most part.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 67
diff changeset
     8
9ce5f3e887ce Changed the content to match SciPy.in 2010 initial plans. Commented out most part.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 67
diff changeset
     9
<p>
165
e5c0674761e7 Added an about page for Hyderabad city and corresponding links.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    10
<strong>More about IIIT-Hyderabad coming soon.</strong></p>
15
07e4c036a0e7 Added venue information.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 1
diff changeset
    11
</div>
210
b61bcea508ee Updated venue page, removed unwanted content.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 166
diff changeset
    12
{% endblock content %}