author | primal primal007@gmail.com |
Thu, 01 Dec 2011 14:59:47 +0530 | |
branch | 2011 |
changeset 465 | 018f78781cf0 |
parent 369 | 7ea06f159d15 |
permissions | -rw-r--r-- |
369
7ea06f159d15
Add the slides from the Conference and Tutorials to the new section.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
1 |
{% extends "base.html" %} |
7ea06f159d15
Add the slides from the Conference and Tutorials to the new section.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
2 |
|
7ea06f159d15
Add the slides from the Conference and Tutorials to the new section.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
3 |
{% block title %}My Talks{% endblock %} |
7ea06f159d15
Add the slides from the Conference and Tutorials to the new section.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
4 |
|
7ea06f159d15
Add the slides from the Conference and Tutorials to the new section.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
5 |
{% block content %} |
7ea06f159d15
Add the slides from the Conference and Tutorials to the new section.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
6 |
<h1>Slides for Download</h1> |
7ea06f159d15
Add the slides from the Conference and Tutorials to the new section.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
7 |
<h2>Conference Talks</h2> |
7ea06f159d15
Add the slides from the Conference and Tutorials to the new section.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
8 |
<p> |
7ea06f159d15
Add the slides from the Conference and Tutorials to the new section.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
9 |
<a href="/static/files/conference-talks.zip"> |
7ea06f159d15
Add the slides from the Conference and Tutorials to the new section.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
10 |
Click here to download |
7ea06f159d15
Add the slides from the Conference and Tutorials to the new section.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
11 |
</a> |
7ea06f159d15
Add the slides from the Conference and Tutorials to the new section.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
12 |
</p><br /> |
7ea06f159d15
Add the slides from the Conference and Tutorials to the new section.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
13 |
<h2>Tutorials(Slides, circulate and other materials)</h2> |
7ea06f159d15
Add the slides from the Conference and Tutorials to the new section.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
14 |
<p> |
7ea06f159d15
Add the slides from the Conference and Tutorials to the new section.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
15 |
<a href="/static/files/tutorials.zip"> |
7ea06f159d15
Add the slides from the Conference and Tutorials to the new section.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
16 |
Click here to download |
7ea06f159d15
Add the slides from the Conference and Tutorials to the new section.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
17 |
</a> |
7ea06f159d15
Add the slides from the Conference and Tutorials to the new section.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
18 |
</p> |
7ea06f159d15
Add the slides from the Conference and Tutorials to the new section.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
19 |
{% endblock content %} |