project/templates/about/venue.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Thu, 15 Jul 2010 01:47:43 +0530
changeset 105 9ce5f3e887ce
parent 67 48454b116b66
child 165 e5c0674761e7
permissions -rw-r--r--
Changed the content to match SciPy.in 2010 initial plans. Commented out most part.
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>
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
    10
<strong>More about IIIT-Hyderabad, the city of Hyderabad and some
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
    11
interesting pictures work coming soon.</strong></p>
15
07e4c036a0e7 Added venue information.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 1
diff changeset
    12
</div>
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    13
{% endblock content %}