Skip to content

Commit

Permalink
Update schedule.html
Browse files Browse the repository at this point in the history
  • Loading branch information
renatatopinkova authored Sep 16, 2024
1 parent 116648b commit 6a4878c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _includes/swc/schedule.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ <h3>Day 1</h3>
<tr> <td>Before</td> <td><a href="{{ site.pre_survey }}{{ site.github.project_title }}" target="_blank" rel="noopener noreferrer">Pre-workshop survey</a> </td> </tr>
<tr> <td>09:00</td> <td>Unix Shell </td> </tr>
<tr> <td>10:30</td> <td>Morning break</td> </tr>
<tr> <td>11:00</td> <td>Unix Shell (Continued)</td> </tr>
<tr> <td>11:00</td> <td>Unix Shell (cont.)</td> </tr>
<tr> <td>12:00</td> <td>Lunch break</td> </tr>
{% if site.flavor == "r" %}
<tr> <td>13:00</td> <td>Git I</td> </tr>
<tr> <td>13:00</td> <td>Git</td> </tr>
<tr> <td>14:30</td> <td>Afternoon break</td> </tr>
<tr> <td>15:00</td> <td>Git II</td> </tr>
<tr> <td>15:00</td> <td>Git (cont.)</td> </tr>
{% elsif site.flavor == "python" %}
<tr> <td>13:00</td> <td>Building Programs with Python</td> </tr>
<tr> <td>14:30</td> <td>Afternoon break</td> </tr>
Expand Down

0 comments on commit 6a4878c

Please sign in to comment.