Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
Update custom-schedule.html
Browse files Browse the repository at this point in the history
Testing 3 day
  • Loading branch information
SJaffa authored Nov 4, 2021
1 parent e39ef97 commit d49e397
Showing 1 changed file with 3 additions and 22 deletions.
25 changes: 3 additions & 22 deletions _includes/custom-schedule.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="row"> <!-- first two days -->
<div class="col-md-6"> <!-- left column -->
<div class="col-md-4"> <!-- left column -->
<h3>Day 1</h3>
<table class="table table-striped">
<tr> <!-- row 1 -->
Expand All @@ -16,7 +16,7 @@ <h3>Day 1</h3>
</tr>
</table>
</div>
<div class="col-md-6"> <!-- right column -->
<div class="col-md-4"> <!-- right column -->
<h3>Day 2</h3>
<table class="table table-striped">
<tr> <!-- row 1 -->
Expand All @@ -33,27 +33,8 @@ <h3>Day 2</h3>
</tr>
</table>
</div>
</div>
<div class="row"> <!-- days 3 and 4 -->
<div class="col-md-6"> <!-- left column -->
<div class="col-md-4"> <!-- right 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 -->
Expand Down

0 comments on commit d49e397

Please sign in to comment.