Skip to content

Commit

Permalink
updating schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
awjans committed Sep 9, 2024
1 parent d07f1bb commit 1736505
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions schedule/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,13 @@
<script>
var holidayData = {color: 'green',
events: [
{title: "Classes start", start: "2021-07-06"},
{title: "Holiday: Independence Day (Observed)", start: "2021-07-05"},
{title: "Classes end", start: "2021-07-30"},
{title: "Classes start", start: "2024-08-26"},
{title: "Holiday: Labor Day", start: "2024-09-02"},
{title: "Holiday: Election Day", start: "2024-11-05"},
{title: "Holiday: Veterans Day", start: "2024-11-11"},
{title: "Holiday: Thanksgiving Day", start: "2024-11-28"},
{title: "Holiday: Thanksgiving Day After", start: "2024-11-29"},
{title: "Classes end", start: "2024-12-20"},
]};
</script>

Expand Down

0 comments on commit 1736505

Please sign in to comment.