project/templates/talk/download-slides.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Mon, 27 Dec 2010 03:51:41 +0530
changeset 369 7ea06f159d15
permissions -rw-r--r--
Add the slides from the Conference and Tutorials to the new section.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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 %}