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
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
304
52982854f0fe Updated the venues page to include ISB and MSLC.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 210
diff changeset
     6
<h1><strong>Conference Venue</strong></h1>
52982854f0fe Updated the venues page to include ISB and MSLC.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 210
diff changeset
     7
<h2>December 13th and 14th, 2010</h2>
305
df4715226454 Made few styling adjustments to venues page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 304
diff changeset
     8
<br/><br/>
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
     9
<p>
397
079ada629aaf changed the venue information
Parth buch <parth.buch.115@gmail.com>
parents: 361
diff changeset
    10
  <a href="http://www.iitb.ac.in"><img src="/static/img/iitb_logo.jpg" height=180 alt="IIT-B Logo"
079ada629aaf changed the venue information
Parth buch <parth.buch.115@gmail.com>
parents: 361
diff changeset
    11
    title="Indian Institute of Technology, Bombay"  /></a><br /><br /><br/>
079ada629aaf changed the venue information
Parth buch <parth.buch.115@gmail.com>
parents: 361
diff changeset
    12
  The SciPy.in 2011 conference is being held at the
079ada629aaf changed the venue information
Parth buch <parth.buch.115@gmail.com>
parents: 361
diff changeset
    13
  victor Menezes Convention Centre of the
079ada629aaf changed the venue information
Parth buch <parth.buch.115@gmail.com>
parents: 361
diff changeset
    14
  <a href="http://www.iitb.ac.in/">Indian Institute of Technology, Bombay</a> (IITB). 
079ada629aaf changed the venue information
Parth buch <parth.buch.115@gmail.com>
parents: 361
diff changeset
    15
  IITB is one of India's top engineering schools and is a
079ada629aaf changed the venue information
Parth buch <parth.buch.115@gmail.com>
parents: 361
diff changeset
    16
  world-renowned (and globally top-ranked) engineering school.
304
52982854f0fe Updated the venues page to include ISB and MSLC.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 210
diff changeset
    17
</p>
15
07e4c036a0e7 Added venue information.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 1
diff changeset
    18
</div>
210
b61bcea508ee Updated venue page, removed unwanted content.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 166
diff changeset
    19
{% endblock content %}