From 9ac4570fb4b1638ae06910a2ac2351bbe77321a5 Mon Sep 17 00:00:00 2001 From: Malavikha Sudarshan Date: Sat, 17 Aug 2024 05:37:56 -0700 Subject: [PATCH] [add] grade option deadlines --- _modules/week-02.md | 1 + _modules/week-03.md | 1 + _modules/week-04.md | 3 ++- _modules/week-05.md | 3 ++- _modules/week-10.md | 2 +- _sass/custom/module.scss | 4 ++-- 6 files changed, 9 insertions(+), 5 deletions(-) diff --git a/_modules/week-02.md b/_modules/week-02.md index 2fdd0b7..4a7920a 100644 --- a/_modules/week-02.md +++ b/_modules/week-02.md @@ -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 diff --git a/_modules/week-03.md b/_modules/week-03.md index 393361b..a22dc9d 100644 --- a/_modules/week-03.md +++ b/_modules/week-03.md @@ -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 \ No newline at end of file diff --git a/_modules/week-04.md b/_modules/week-04.md index 7836ced..8a8ba9c 100644 --- a/_modules/week-04.md +++ b/_modules/week-04.md @@ -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) \ No newline at end of file +: **Homework 3**{: .label .label-hw } Tweets (due Sep 26) +: **Drop Deadline (with fee)**{: .label .label-deadline } 11.59pm PT \ No newline at end of file diff --git a/_modules/week-05.md b/_modules/week-05.md index c2d00dc..05384bc 100644 --- a/_modules/week-05.md +++ b/_modules/week-05.md @@ -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) \ No newline at end of file +: **Homework 4**{: .label .label-hw } Bike Sharing (due Oct 3) +: **Add Deadline for Graduate Students**{: .label .label-deadline } 11.59pm PT \ No newline at end of file diff --git a/_modules/week-10.md b/_modules/week-10.md index 54d292c..8624046 100644 --- a/_modules/week-10.md +++ b/_modules/week-10.md @@ -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 \ No newline at end of file +: **Grade Option Change Deadline**{: .label .label-deadline } 11.59pm PT \ No newline at end of file diff --git a/_sass/custom/module.scss b/_sass/custom/module.scss index d8c2b1d..8235bca 100644 --- a/_sass/custom/module.scss +++ b/_sass/custom/module.scss @@ -102,7 +102,7 @@ .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; } @@ -110,7 +110,7 @@ .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; }