Skip to content

Commit

Permalink
Update custom-schedule.html
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrzejRomaniuk authored Feb 12, 2024
1 parent 145471b commit 6ead5b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _includes/custom-schedule.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="row"> <!-- first two days -->
<div class="col-md-6"> <!-- left column -->
<h3>Day 1 : ADD ME</h3>
<h3>Day 1 (26 Mar) : </h3>
<table class="table table-striped">
<tr> <!-- row 1 -->
<td colspan="2" style="text-align:center"><strong>Lessons</strong></td>
Expand Down Expand Up @@ -36,7 +36,7 @@ <h3>Day 1 : ADD ME</h3>
</table>
</div>
<div class="col-md-6"> <!-- right column -->
<h3>Day 2 : ADD ME</h3>
<h3>Day 2 (Mar 27) : </h3>
<table class="table table-striped">
<tr> <!-- row 1 -->
<td colspan="2" style="text-align:center"><strong>Lessons</strong></td>
Expand Down Expand Up @@ -74,7 +74,7 @@ <h3>Day 2 : ADD ME</h3>
</div>
<div class="row"> <!-- days 3 and 4 -->
<div class="col-md-6"> <!-- left column -->
<h3>Day 3 : ADD ME</h3>
<h3>Day 3 (28 Mar) : </h3>
<table class="table table-striped">
<tr> <!-- row 1 -->
<td colspan="2" style="text-align:center"><strong>Lessons</strong></td>
Expand Down Expand Up @@ -104,7 +104,7 @@ <h3>Day 3 : ADD ME</h3>
</table>
</div>
<div class="col-md-6"> <!-- right column -->
<h3>Day 4 : ADD ME</h3>
<h3>Day 4 (29 Mar) : </h3>
<table class="table table-striped">
<tr> <!-- row 1 -->
<td colspan="2" style="text-align:center"><strong>Lessons</strong></td>
Expand Down

0 comments on commit 6ead5b3

Please sign in to comment.