diff options
author | Madhusudan.C.S | 2009-12-13 18:28:35 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2009-12-13 18:28:35 +0530 |
commit | 6a9a85c55f4b913759cdeb0bfb7ac4e821b14192 (patch) | |
tree | 9bb7ada98a9f962eef34e4097d6762a90d4c2840 /project/templates/talk/sprint-schedule.html | |
parent | 1adce15e44c9ddff4c850fdea9b5b6c2cf3f91e3 (diff) | |
download | scipycon-6a9a85c55f4b913759cdeb0bfb7ac4e821b14192.tar.gz scipycon-6a9a85c55f4b913759cdeb0bfb7ac4e821b14192.tar.bz2 scipycon-6a9a85c55f4b913759cdeb0bfb7ac4e821b14192.zip |
Added split schedule for tutorial and sprint.
Diffstat (limited to 'project/templates/talk/sprint-schedule.html')
-rw-r--r-- | project/templates/talk/sprint-schedule.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/project/templates/talk/sprint-schedule.html b/project/templates/talk/sprint-schedule.html new file mode 100644 index 0000000..8cb6c1c --- /dev/null +++ b/project/templates/talk/sprint-schedule.html @@ -0,0 +1,23 @@ +{% extends "base.html" %} +{% block content %} +<h1>SciPy.in 2009 Sprint Schedule</h1> +<h2><strong>Plan for the sprint is present here: </strong><br /></h2> +<a href="http://docs.google.com/Doc?docid=0AS2YT-YIi2aKZGM4OWt4OHNfNGQ0ZjZxc2No&hl=en">http://docs.google.com/Doc?docid=0AS2YT-YIi2aKZGM4OWt4OHNfNGQ0ZjZxc2No&hl=en</a> +<br /><br /> +<h2>Wireless WEP hex key-phrase for access point "space": 8a61fcbcf9</h2> +<br /> +<h2>Day 5, Monday, December 16th and</h2> +<h2>Day 6, Tuesday, December 17th, 2009</h2> +<table class="list-all-talks"> + <tr> + <th class="speaker"><h4>Time</h4></th> + <th class="speaker"><h4>Event</h4></th> + <th class="speaker"><h4>Topics</h4></th> + </tr> + <tr style="background-color: #90c9dc;"> + <td>9:30AM onwards</td> + <td class="speaker" width="25%"><h4>Sprint</h4></td> + <td>Contribute to, hack on, develop, fix bugs of scipy/numpy</td> + </tr> +</table> +{% endblock content %}
\ No newline at end of file |