project/templates/talk/schedule.html
changeset 1 fda1c66b25f9
child 2 5d9dfa859761
equal deleted inserted replaced
0:9a77edda77b7 1:fda1c66b25f9
       
     1 {% extends "base.html" %}
       
     2 {% block content %}
       
     3 <div class="post">
       
     4   <div class="title">
       
     5     <h2><a name="date">Dates</a></h2>
       
     6   </div>
       
     7   <div class="entry">
       
     8     <p>Its a 6-day programme between December 12 - 17, 2009, comprising of 2 days of conference, 2 days of tutorials with 2 parallel tracks (one specifically for teachers and the other for the general
       
     9 public), and 2 days of Sprints.</p>
       
    10     <table cellspacing="5">
       
    11       <tr> <td align=center>Date</td><td>Activity</td> </tr>
       
    12       <tr > <td align=right>Saturday, Dec. 12 2009</td><td>Conference</td> </tr>
       
    13       <tr> <td align=right>Sunday, Dec. 13 2009</td><td>Conference</td> </tr>
       
    14       <tr> <td align=right>Monday, Dec. 14 2009</td><td>Tutorials</td> </tr>
       
    15       <tr> <td align=right>Tuesday, Dec. 15 2009</td><td>Tutorials</td> </tr>
       
    16       <tr> <td align=right>Wednesday, Dec. 16 2009</td><td>Sprint</td> </tr>
       
    17       <tr> <td align=right>Thursday, Dec. 17 2009</td><td>Sprint</td> </tr>
       
    18     </table>
       
    19   </div>
       
    20 <h3>Details of the programme will be updated soon.</h3>
       
    21 </div>
       
    22 {% endblock content %}