From b08b6c960cf2439a4cb9193d4e8ece50e861bdbb Mon Sep 17 00:00:00 2001 From: Madhusudan.C.S Date: Mon, 27 Dec 2010 03:51:41 +0530 Subject: Add the slides from the Conference and Tutorials to the new section. --HG-- extra : rebase_source : 966a8649f2cf36d26508a0d5fa420eb7bbfa3df0 --- project/templates/talk/download-slides.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 project/templates/talk/download-slides.html (limited to 'project/templates/talk/download-slides.html') 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 %} -- cgit