generated from carpentries/workshop-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
91 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
<div class="row"> <!-- first two days --> | ||
<div class="col-md-6"> <!-- left column --> | ||
<h3>Day 1</h3> | ||
<table class="table table-striped"> | ||
<tr> <!-- row 1 --> | ||
<td>Before starting</td> | ||
<td><a href="{{ site.pre_survey }}{{ site.github.project_title }}" target="_blank">Pre-workshop survey</a></td> | ||
</tr> | ||
<tr> <!-- row 2 --> | ||
<td></td> <!-- time --> | ||
<td></td> <!-- content --> | ||
</tr> | ||
<tr> <!-- row 3 --> | ||
<td></td> <!-- time --> | ||
<td></td> <!-- content --> | ||
</tr> | ||
</table> | ||
</div> | ||
<div class="col-md-6"> <!-- right column --> | ||
<h3>Day 2</h3> | ||
<table class="table table-striped"> | ||
<tr> <!-- row 1 --> | ||
<td></td> <!-- time --> | ||
<td></td> <!-- content --> | ||
</tr> | ||
<tr> <!-- row 2 --> | ||
<td></td> <!-- time --> | ||
<td></td> <!-- content --> | ||
</tr> | ||
<tr> <!-- row 3 --> | ||
<td></td> <!-- time --> | ||
<td></td> <!-- content --> | ||
</tr> | ||
</table> | ||
</div> | ||
</div> | ||
<div class="row"> <!-- days 3 and 4 --> | ||
<div class="col-md-6"> <!-- left column --> | ||
<h3>Day 3</h3> | ||
<table class="table table-striped"> | ||
<tr> <!-- row 1 --> | ||
<td></td> <!-- time --> | ||
<td></td> <!-- content --> | ||
</tr> | ||
<tr> <!-- row 2 --> | ||
<td></td> <!-- time --> | ||
<td></td> <!-- content --> | ||
</tr> | ||
<tr> <!-- row 3 --> | ||
<td></td> <!-- time --> | ||
<td></td> <!-- content --> | ||
</tr> | ||
</table> | ||
</div> | ||
<div class="col-md-6"> <!-- right column --> | ||
<h3>Day 4</h3> | ||
<table class="table table-striped"> | ||
<tr> <!-- row 1 --> | ||
<td></td> <!-- time --> | ||
<td></td> <!-- content --> | ||
</tr> | ||
<tr> <!-- row 2 --> | ||
<td></td> <!-- time --> | ||
<td></td> <!-- content --> | ||
</tr> | ||
<tr> <!-- row 3 --> | ||
<td>End</td> | ||
<td><a href="{{ site.post_survey }}{{ site.github.project_title }}" target="_blank">Post-workshop survey</a></td> | ||
</tr> | ||
</table> | ||
</div> | ||
<div class="col-md-6"> <!-- right column --> | ||
<h3>Day 4</h3> | ||
<table class="table table-striped"> | ||
<tr> <!-- row 1 --> | ||
<td></td> <!-- time --> | ||
<td></td> <!-- content --> | ||
</tr> | ||
<tr> <!-- row 2 --> | ||
<td></td> <!-- time --> | ||
<td></td> <!-- content --> | ||
</tr> | ||
<tr> <!-- row 3 --> | ||
<td>End</td> | ||
<td><a href="{{ site.post_survey }}{{ site.github.project_title }}" target="_blank">Post-workshop survey</a></td> | ||
</tr> | ||
</table> | ||
</div> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters