project/templates/talk/download-slides.html
changeset 369 7ea06f159d15
equal deleted inserted replaced
368:704af5be5fb9 369:7ea06f159d15
       
     1 {% extends "base.html" %}
       
     2 
       
     3 {% block title %}My Talks{% endblock %}
       
     4 
       
     5 {% block content %}
       
     6 <h1>Slides for Download</h1>
       
     7 <h2>Conference Talks</h2>
       
     8 <p>
       
     9   <a href="/static/files/conference-talks.zip">
       
    10     Click here to download
       
    11   </a>
       
    12 </p><br />
       
    13 <h2>Tutorials(Slides, circulate and other materials)</h2>
       
    14 <p>
       
    15   <a href="/static/files/tutorials.zip">
       
    16     Click here to download
       
    17   </a>
       
    18 </p>
       
    19 {% endblock content %}