project/templates/talk/download-slides.html
changeset 369 7ea06f159d15
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/project/templates/talk/download-slides.html	Mon Dec 27 03:51:41 2010 +0530
@@ -0,0 +1,19 @@
+{% 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 %}