project/templates/talk/sprint-schedule.html
changeset 73 05e834df29ff
child 74 1f99e847a8c7
equal deleted inserted replaced
72:c3f1a4cfb91f 73:05e834df29ff
       
     1 {% extends "base.html" %}
       
     2 {% block content %}
       
     3 <h1>SciPy.in 2009 Sprint Schedule</h1>
       
     4 <h2><strong>Plan for the sprint is present here: </strong><br /></h2>
       
     5 <a href="http://docs.google.com/Doc?docid=0AS2YT-YIi2aKZGM4OWt4OHNfNGQ0ZjZxc2No&hl=en">http://docs.google.com/Doc?docid=0AS2YT-YIi2aKZGM4OWt4OHNfNGQ0ZjZxc2No&hl=en</a>
       
     6 <br /><br />
       
     7 <h2>Wireless WEP hex key-phrase for access point "space": 8a61fcbcf9</h2>
       
     8 <br />
       
     9 <h2>Day 5, Monday, December 16th and</h2>
       
    10 <h2>Day 6, Tuesday, December 17th, 2009</h2>
       
    11 <table class="list-all-talks">
       
    12   <tr>
       
    13     <th class="speaker"><h4>Time</h4></th>
       
    14     <th class="speaker"><h4>Event</h4></th>
       
    15     <th class="speaker"><h4>Topics</h4></th>
       
    16   </tr>
       
    17   <tr style="background-color: #90c9dc;">
       
    18     <td>9:30AM onwards</td>
       
    19     <td class="speaker" width="25%"><h4>Sprint</h4></td>
       
    20     <td>Contribute to, hack on, develop, fix bugs of scipy/numpy</td>
       
    21   </tr>
       
    22 </table>
       
    23 {% endblock content %}