diff options
Diffstat (limited to 'project/templates/talk')
-rw-r--r-- | project/templates/talk/download-slides.html | 19 |
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 %} |