project/templates/talk/download-slides.html
author Parth buch <parth.buch.115@gmail.com>
Fri, 09 Sep 2011 16:56:13 +0530
branch2011
changeset 386 8ce19610fa03
parent 369 7ea06f159d15
permissions -rw-r--r--
changes made to schedule to reflect 2011 dates

{% extends "base.html" %}

{% block title %}My Talks{% endblock %}

{% block content %}
<h1>Slides for Download</h1>
<h2>Conference Talks</h2>
<p>
  <a href="/static/files/conference-talks.zip">
    Click here to download
  </a>
</p><br />
<h2>Tutorials(Slides, circulate and other materials)</h2>
<p>
  <a href="/static/files/tutorials.zip">
    Click here to download
  </a>
</p>
{% endblock content %}