Skip to content

Commit

Permalink
[add] grade option deadlines
Browse files Browse the repository at this point in the history
  • Loading branch information
malavikhasudarshan committed Aug 17, 2024
1 parent af43136 commit 9ac4570
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
1 change: 1 addition & 0 deletions _modules/week-02.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ Sep 5
Sep 6
: **Lab 2A**{: .label .label-lab } Pandas (due Sep 10)
: **Homework 2A**{: .label .label-hw } Food Safety (due Sep 12)
: **Drop Deadline (w/o fee)**{: .label .label-deadline } 11.59pm PT
1 change: 1 addition & 0 deletions _modules/week-03.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ Sep 12
Feb 13
: **Lab 2B**{: .label .label-lab } Data Cleaning and EDA (due Feb 6)
: **Homework 2B**{: .label .label-hw } Food Safety II (due Feb 8)
: **Add Deadline (w/o fee)**{: .label .label-deadline } 11.59pm PT
3 changes: 2 additions & 1 deletion _modules/week-04.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ Sep 19

Sep 20
: **Lab 3**{: .label .label-lab } Regex, EDA (due Sep 24)
: **Homework 3**{: .label .label-hw } Tweets (due Sep 26)
: **Homework 3**{: .label .label-hw } Tweets (due Sep 26)
: **Drop Deadline (with fee)**{: .label .label-deadline } 11.59pm PT
3 changes: 2 additions & 1 deletion _modules/week-05.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ Sep 26

Sep 27
: **Lab 4**{: .label .label-lab } Transformations (due Oct 1)
: **Homework 4**{: .label .label-hw } Bike Sharing (due Oct 3)
: **Homework 4**{: .label .label-hw } Bike Sharing (due Oct 3)
: **Add Deadline for Graduate Students**{: .label .label-deadline } 11.59pm PT
2 changes: 1 addition & 1 deletion _modules/week-10.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ Oct 31
Nov 1
: **Lab 9**{: .label .label-lab } Probability (due Nov 5)
: **Homework 6**{: .label .label-hw } Probability (due Nov 7)
: **Grade Option Change Deadline**{: .label .label-exam } 11.59pm PT
: **Grade Option Change Deadline**{: .label .label-deadline } 11.59pm PT
4 changes: 2 additions & 2 deletions _sass/custom/module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -102,15 +102,15 @@

.label-lab { background-color: #C82DC6; border-radius: 9px; }

.label-vit { background-color: #c1443c; border-radius: 9px; }
// .label-deadline { background-color: #2096ae; border-radius: 9px; }

.label-live { background-color: #7A77B9; border-radius: 9px; }

// .label-hw { background-color: #E94C4B; border-radius: 9px; }

.label-hw { background-color: #E62100; border-radius: 9px; }

.label-crit { background-color: #FF8144; border-radius: 9px; }
.label-deadline { background-color: #FF8144; border-radius: 9px; }

.label-exam { background-color: #000000; border-radius: 9px; }

Expand Down

0 comments on commit 9ac4570

Please sign in to comment.