author | primal primal007@gmail.com |
Wed, 30 Nov 2011 15:39:35 +0530 | |
branch | 2011 |
changeset 461 | 4be31211634a |
parent 408 | 2a34cfa6b417 |
child 469 | 40025d462588 |
permissions | -rw-r--r-- |
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> |
305
df4715226454
Made few styling adjustments to venues page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
304
diff
changeset
|
7 |
<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
|
8 |
<p> |
397
079ada629aaf
changed the venue information
Parth buch <parth.buch.115@gmail.com>
parents:
361
diff
changeset
|
9 |
<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
|
10 |
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
|
11 |
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
|
12 |
victor Menezes Convention Centre of the |
079ada629aaf
changed the venue information
Parth buch <parth.buch.115@gmail.com>
parents:
361
diff
changeset
|
13 |
<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
|
14 |
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
|
15 |
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
|
16 |
</p> |
15
07e4c036a0e7
Added venue information.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
1
diff
changeset
|
17 |
</div> |
210
b61bcea508ee
Updated venue page, removed unwanted content.
Anoop Jacob Thomas<anoop@fossee.in>
parents:
166
diff
changeset
|
18 |
{% endblock content %} |