project/templates/talk/download-videos.html
changeset 371 f2b47f5dac06
child 375 146fb4874a9c
equal deleted inserted replaced
370:58f8580cb641 371:f2b47f5dac06
       
     1 {% extends "base.html" %}
       
     2 
       
     3 {% block title %}Talk Videos{% endblock %}
       
     4 
       
     5 {% block content %}
       
     6 <h1>Videos for Download</h1>
       
     7 <h2>First day talks </h2>
       
     8 <p>
       
     9   <a href="http://www.fossee.in/sitefiles/Videos/SciPy_in_2010/first-day-part-1.ogv">
       
    10     Part 1
       
    11   </a>
       
    12 &nbsp;  
       
    13   <a href="http://www.fossee.in/sitefiles/Videos/SciPy_in_2010/first-day-part-2.ogv">
       
    14    Part 2
       
    15   </a>
       
    16 &nbsp;
       
    17   <!-- <a href="http://www.fossee.in/sitefiles/Videos/SciPy_in_2010/first-day-part-3.ogv"> -->
       
    18   <!--   Part 3 -->
       
    19   <!-- </a> -->
       
    20   <a href="http://www.fossee.in/sitefiles/Videos/SciPy_in_2010/first-day-part-4.ogv">
       
    21   Part 4
       
    22   </a>
       
    23 
       
    24   <br />
       
    25   <a href="http://www.fossee.in/sitefiles/Videos/SciPy_in_2010/first-day-part-5.ogv">
       
    26      Part 5
       
    27   </a>
       
    28 &nbsp;
       
    29   <a href="http://www.fossee.in/sitefiles/Videos/SciPy_in_2010/first-day-part-6.ogv">
       
    30       Part 6
       
    31   </a>
       
    32 &nbsp;  
       
    33   <a href="http://www.fossee.in/sitefiles/Videos/SciPy_in_2010/first-day-part-7.ogv">
       
    34       Part 7
       
    35   </a>
       
    36 &nbsp;  
       
    37   <a href="http://www.fossee.in/sitefiles/Videos/SciPy_in_2010/first-day-part-8.ogv">
       
    38       Part 8
       
    39   </a>
       
    40 <br />
       
    41 <br />
       
    42 <h3> This is an incomplete list we shall add more videos in the coming days. </h3>
       
    43 </p><br />
       
    44 {% endblock content %}