author | Parth buch <parth.buch.115@gmail.com> |
Sat, 01 Oct 2011 03:59:03 +0530 | |
branch | 2011 |
changeset 429 | cde70fd3073c |
parent 375 | 146fb4874a9c |
permissions | -rw-r--r-- |
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 |
|
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 |
|
375
146fb4874a9c
Fix the Part 3 Video link and remove Part 4 video link since it does not exist.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
371
diff
changeset
|
17 |
<a href="http://www.fossee.in/sitefiles/Videos/SciPy_in_2010/first-day-part-3.ogv"> |
146fb4874a9c
Fix the Part 3 Video link and remove Part 4 video link since it does not exist.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
371
diff
changeset
|
18 |
Part 3 |
146fb4874a9c
Fix the Part 3 Video link and remove Part 4 video link since it does not exist.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
371
diff
changeset
|
19 |
</a> |
146fb4874a9c
Fix the Part 3 Video link and remove Part 4 video link since it does not exist.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
371
diff
changeset
|
20 |
<!-- <a href="http://www.fossee.in/sitefiles/Videos/SciPy_in_2010/first-day-part-4.ogv"> |
371
f2b47f5dac06
Changes to put a download videos link and page on scipy.in
Amit Sethi
parents:
diff
changeset
|
21 |
Part 4 |
375
146fb4874a9c
Fix the Part 3 Video link and remove Part 4 video link since it does not exist.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
371
diff
changeset
|
22 |
</a> --> |
371
f2b47f5dac06
Changes to put a download videos link and page on scipy.in
Amit Sethi
parents:
diff
changeset
|
23 |
<br /> |
f2b47f5dac06
Changes to put a download videos link and page on scipy.in
Amit Sethi
parents:
diff
changeset
|
24 |
<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
|
25 |
Part 5 |
f2b47f5dac06
Changes to put a download videos link and page on scipy.in
Amit Sethi
parents:
diff
changeset
|
26 |
</a> |
f2b47f5dac06
Changes to put a download videos link and page on scipy.in
Amit Sethi
parents:
diff
changeset
|
27 |
|
f2b47f5dac06
Changes to put a download videos link and page on scipy.in
Amit Sethi
parents:
diff
changeset
|
28 |
<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
|
29 |
Part 6 |
f2b47f5dac06
Changes to put a download videos link and page on scipy.in
Amit Sethi
parents:
diff
changeset
|
30 |
</a> |
f2b47f5dac06
Changes to put a download videos link and page on scipy.in
Amit Sethi
parents:
diff
changeset
|
31 |
|
f2b47f5dac06
Changes to put a download videos link and page on scipy.in
Amit Sethi
parents:
diff
changeset
|
32 |
<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
|
33 |
Part 7 |
f2b47f5dac06
Changes to put a download videos link and page on scipy.in
Amit Sethi
parents:
diff
changeset
|
34 |
</a> |
f2b47f5dac06
Changes to put a download videos link and page on scipy.in
Amit Sethi
parents:
diff
changeset
|
35 |
|
f2b47f5dac06
Changes to put a download videos link and page on scipy.in
Amit Sethi
parents:
diff
changeset
|
36 |
<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
|
37 |
Part 8 |
f2b47f5dac06
Changes to put a download videos link and page on scipy.in
Amit Sethi
parents:
diff
changeset
|
38 |
</a> |
f2b47f5dac06
Changes to put a download videos link and page on scipy.in
Amit Sethi
parents:
diff
changeset
|
39 |
<br /> |
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 |
<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
|
42 |
</p><br /> |
f2b47f5dac06
Changes to put a download videos link and page on scipy.in
Amit Sethi
parents:
diff
changeset
|
43 |
{% endblock content %} |