diff options
author | Parth Buch | 2012-08-28 17:03:37 +0530 |
---|---|---|
committer | Parth Buch | 2012-08-28 17:03:37 +0530 |
commit | 7e38fd922a8dd4742d09758cd1c94fb0302045d3 (patch) | |
tree | b43d6ea8c47fb80e09e5e0bfd8759ac7d697addf /project/templates/talk/download-videos.html | |
download | scipywebsite-7e38fd922a8dd4742d09758cd1c94fb0302045d3.tar.gz scipywebsite-7e38fd922a8dd4742d09758cd1c94fb0302045d3.tar.bz2 scipywebsite-7e38fd922a8dd4742d09758cd1c94fb0302045d3.zip |
Reboot for scipy 2012
Diffstat (limited to 'project/templates/talk/download-videos.html')
-rw-r--r-- | project/templates/talk/download-videos.html | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/project/templates/talk/download-videos.html b/project/templates/talk/download-videos.html new file mode 100644 index 0000000..3af7a2f --- /dev/null +++ b/project/templates/talk/download-videos.html @@ -0,0 +1,43 @@ +{% extends "base.html" %} + +{% block title %}Talk Videos{% endblock %} + +{% block content %} +<h1>Videos for Download</h1> +<h2>First day talks </h2> +<p> + <a href="http://www.fossee.in/sitefiles/Videos/SciPy_in_2010/first-day-part-1.ogv"> + Part 1 + </a> + + <a href="http://www.fossee.in/sitefiles/Videos/SciPy_in_2010/first-day-part-2.ogv"> + Part 2 + </a> + + <a href="http://www.fossee.in/sitefiles/Videos/SciPy_in_2010/first-day-part-3.ogv"> + Part 3 + </a> + <!-- <a href="http://www.fossee.in/sitefiles/Videos/SciPy_in_2010/first-day-part-4.ogv"> + Part 4 + </a> --> + <br /> + <a href="http://www.fossee.in/sitefiles/Videos/SciPy_in_2010/first-day-part-5.ogv"> + Part 5 + </a> + + <a href="http://www.fossee.in/sitefiles/Videos/SciPy_in_2010/first-day-part-6.ogv"> + Part 6 + </a> + + <a href="http://www.fossee.in/sitefiles/Videos/SciPy_in_2010/first-day-part-7.ogv"> + Part 7 + </a> + + <a href="http://www.fossee.in/sitefiles/Videos/SciPy_in_2010/first-day-part-8.ogv"> + Part 8 + </a> +<br /> +<br /> +<h3> This is an incomplete list we shall add more videos in the coming days. </h3> +</p><br /> +{% endblock content %} |