project/templates/talk/download-videos.html
author Amit Sethi
Wed, 29 Dec 2010 15:12:28 +0530
changeset 371 f2b47f5dac06
child 375 146fb4874a9c
permissions -rw-r--r--
Changes to put a download videos link and page on scipy.in
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
371
f2b47f5dac06 Changes to put a download videos link and page on scipy.in
Amit Sethi
parents:
diff changeset
     1
{% extends "base.html" %}
f2b47f5dac06 Changes to put a download videos link and page on scipy.in
Amit Sethi
parents:
diff changeset
     2
f2b47f5dac06 Changes to put a download videos link and page on scipy.in
Amit Sethi
parents:
diff changeset
     3
{% block title %}Talk Videos{% endblock %}
f2b47f5dac06 Changes to put a download videos link and page on scipy.in
Amit Sethi
parents:
diff changeset
     4
f2b47f5dac06 Changes to put a download videos link and page on scipy.in
Amit Sethi
parents:
diff changeset
     5
{% block content %}
f2b47f5dac06 Changes to put a download videos link and page on scipy.in
Amit Sethi
parents:
diff changeset
     6
<h1>Videos for Download</h1>
f2b47f5dac06 Changes to put a download videos link and page on scipy.in
Amit Sethi
parents:
diff changeset
     7
<h2>First day talks </h2>
f2b47f5dac06 Changes to put a download videos link and page on scipy.in
Amit Sethi
parents:
diff changeset
     8
<p>
f2b47f5dac06 Changes to put a download videos link and page on scipy.in
Amit Sethi
parents:
diff changeset
     9
  <a href="http://www.fossee.in/sitefiles/Videos/SciPy_in_2010/first-day-part-1.ogv">
f2b47f5dac06 Changes to put a download videos link and page on scipy.in
Amit Sethi
parents:
diff changeset
    10
    Part 1
f2b47f5dac06 Changes to put a download videos link and page on scipy.in
Amit Sethi
parents:
diff changeset
    11
  </a>
f2b47f5dac06 Changes to put a download videos link and page on scipy.in
Amit Sethi
parents:
diff changeset
    12
&nbsp;  
f2b47f5dac06 Changes to put a download videos link and page on scipy.in
Amit Sethi
parents:
diff changeset
    13
  <a href="http://www.fossee.in/sitefiles/Videos/SciPy_in_2010/first-day-part-2.ogv">
f2b47f5dac06 Changes to put a download videos link and page on scipy.in
Amit Sethi
parents:
diff changeset
    14
   Part 2
f2b47f5dac06 Changes to put a download videos link and page on scipy.in
Amit Sethi
parents:
diff changeset
    15
  </a>
f2b47f5dac06 Changes to put a download videos link and page on scipy.in
Amit Sethi
parents:
diff changeset
    16
&nbsp;
f2b47f5dac06 Changes to put a download videos link and page on scipy.in
Amit Sethi
parents:
diff changeset
    17
  <!-- <a href="http://www.fossee.in/sitefiles/Videos/SciPy_in_2010/first-day-part-3.ogv"> -->
f2b47f5dac06 Changes to put a download videos link and page on scipy.in
Amit Sethi
parents:
diff changeset
    18
  <!--   Part 3 -->
f2b47f5dac06 Changes to put a download videos link and page on scipy.in
Amit Sethi
parents:
diff changeset
    19
  <!-- </a> -->
f2b47f5dac06 Changes to put a download videos link and page on scipy.in
Amit Sethi
parents:
diff changeset
    20
  <a href="http://www.fossee.in/sitefiles/Videos/SciPy_in_2010/first-day-part-4.ogv">
f2b47f5dac06 Changes to put a download videos link and page on scipy.in
Amit Sethi
parents:
diff changeset
    21
  Part 4
f2b47f5dac06 Changes to put a download videos link and page on scipy.in
Amit Sethi
parents:
diff changeset
    22
  </a>
f2b47f5dac06 Changes to put a download videos link and page on scipy.in
Amit Sethi
parents:
diff changeset
    23
f2b47f5dac06 Changes to put a download videos link and page on scipy.in
Amit Sethi
parents:
diff changeset
    24
  <br />
f2b47f5dac06 Changes to put a download videos link and page on scipy.in
Amit Sethi
parents:
diff changeset
    25
  <a href="http://www.fossee.in/sitefiles/Videos/SciPy_in_2010/first-day-part-5.ogv">
f2b47f5dac06 Changes to put a download videos link and page on scipy.in
Amit Sethi
parents:
diff changeset
    26
     Part 5
f2b47f5dac06 Changes to put a download videos link and page on scipy.in
Amit Sethi
parents:
diff changeset
    27
  </a>
f2b47f5dac06 Changes to put a download videos link and page on scipy.in
Amit Sethi
parents:
diff changeset
    28
&nbsp;
f2b47f5dac06 Changes to put a download videos link and page on scipy.in
Amit Sethi
parents:
diff changeset
    29
  <a href="http://www.fossee.in/sitefiles/Videos/SciPy_in_2010/first-day-part-6.ogv">
f2b47f5dac06 Changes to put a download videos link and page on scipy.in
Amit Sethi
parents:
diff changeset
    30
      Part 6
f2b47f5dac06 Changes to put a download videos link and page on scipy.in
Amit Sethi
parents:
diff changeset
    31
  </a>
f2b47f5dac06 Changes to put a download videos link and page on scipy.in
Amit Sethi
parents:
diff changeset
    32
&nbsp;  
f2b47f5dac06 Changes to put a download videos link and page on scipy.in
Amit Sethi
parents:
diff changeset
    33
  <a href="http://www.fossee.in/sitefiles/Videos/SciPy_in_2010/first-day-part-7.ogv">
f2b47f5dac06 Changes to put a download videos link and page on scipy.in
Amit Sethi
parents:
diff changeset
    34
      Part 7
f2b47f5dac06 Changes to put a download videos link and page on scipy.in
Amit Sethi
parents:
diff changeset
    35
  </a>
f2b47f5dac06 Changes to put a download videos link and page on scipy.in
Amit Sethi
parents:
diff changeset
    36
&nbsp;  
f2b47f5dac06 Changes to put a download videos link and page on scipy.in
Amit Sethi
parents:
diff changeset
    37
  <a href="http://www.fossee.in/sitefiles/Videos/SciPy_in_2010/first-day-part-8.ogv">
f2b47f5dac06 Changes to put a download videos link and page on scipy.in
Amit Sethi
parents:
diff changeset
    38
      Part 8
f2b47f5dac06 Changes to put a download videos link and page on scipy.in
Amit Sethi
parents:
diff changeset
    39
  </a>
f2b47f5dac06 Changes to put a download videos link and page on scipy.in
Amit Sethi
parents:
diff changeset
    40
<br />
f2b47f5dac06 Changes to put a download videos link and page on scipy.in
Amit Sethi
parents:
diff changeset
    41
<br />
f2b47f5dac06 Changes to put a download videos link and page on scipy.in
Amit Sethi
parents:
diff changeset
    42
<h3> This is an incomplete list we shall add more videos in the coming days. </h3>
f2b47f5dac06 Changes to put a download videos link and page on scipy.in
Amit Sethi
parents:
diff changeset
    43
</p><br />
f2b47f5dac06 Changes to put a download videos link and page on scipy.in
Amit Sethi
parents:
diff changeset
    44
{% endblock content %}