summaryrefslogtreecommitdiff
path: root/project/templates/talk/download-slides.html
diff options
context:
space:
mode:
authorMadhusudan.C.S2010-12-27 03:51:41 +0530
committerMadhusudan.C.S2010-12-27 03:51:41 +0530
commitb08b6c960cf2439a4cb9193d4e8ece50e861bdbb (patch)
tree4ab32e6c19b086b4a5d77af0160e34a4ca938aab /project/templates/talk/download-slides.html
parent8ef01f45ff2ed4a13bf00d97103ddf94872cdadb (diff)
downloadscipycon-b08b6c960cf2439a4cb9193d4e8ece50e861bdbb.tar.gz
scipycon-b08b6c960cf2439a4cb9193d4e8ece50e861bdbb.tar.bz2
scipycon-b08b6c960cf2439a4cb9193d4e8ece50e861bdbb.zip
Add the slides from the Conference and Tutorials to the new section.
--HG-- extra : rebase_source : 966a8649f2cf36d26508a0d5fa420eb7bbfa3df0
Diffstat (limited to 'project/templates/talk/download-slides.html')
-rw-r--r--project/templates/talk/download-slides.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/project/templates/talk/download-slides.html b/project/templates/talk/download-slides.html
new file mode 100644
index 0000000..32ca1cb
--- /dev/null
+++ b/project/templates/talk/download-slides.html
@@ -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 %}