From 5688ddb36d3e7a79d95257d524e7c6663134aa36 Mon Sep 17 00:00:00 2001
From: varkon256 <kondavarsha@hotmail.com>
Date: Mon, 29 Mar 2021 13:18:25 -0700
Subject: [PATCH] added staff email

---
 _config.yml            | 2 +-
 _config_production.yml | 4 ++--
 _data/navigation.yml   | 2 +-
 slides/wk01/intro.html | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/_config.yml b/_config.yml
index 0e2698af..092e9d70 100644
--- a/_config.yml
+++ b/_config.yml
@@ -14,6 +14,7 @@ git_username:  jmankoff
 git_url: https://gitlab.cs.washington.edu/pmp-accessibility/website
 git_branch: master
 piazza: https://mailman.u.washington.edu/mailman/listinfo/csep590a_sp21
+staff_email: mailto:Csep590a_sp21-staff@u.washington.edu
 canvas: https://canvas.uw.edu/courses/1465814
 gitlab: NA
 gitgrade: https://gitlab.cs.washington.edu/students-group-for-assignments
@@ -22,7 +23,6 @@ quarter: "Spring 2021"
 classnum: "CSEP 590a"
 copydate: "3/30/20"
 status: draft
-
 author:
     name: Jennifer Mankoff
     url: "https://make4all.org/jennifer-mankoff/"
diff --git a/_config_production.yml b/_config_production.yml
index 6d7e847b..a8492c4c 100644
--- a/_config_production.yml
+++ b/_config_production.yml
@@ -14,6 +14,7 @@ git_username:  jmankoff
 git_url: https://gitlab.cs.washington.edu/pmp-accessibility/website
 git_branch: master
 piazza: https://mailman.u.washington.edu/mailman/listinfo/csep590a_sp21
+staff_email: mailto:Csep590a_sp21-staff@u.washington.edu
 canvas: https://canvas.uw.edu/courses/1465814
 gitlab: NA
 gitgrade: https://gitlab.cs.washington.edu/students-group-for-assignments
@@ -22,12 +23,11 @@ quarter: "Spring 2021"
 classnum: "CSEP 590a"
 copydate: "3/30/20"
 
-
 author:
     name: Jennifer Mankoff
     url: "https://make4all.org/jennifer-mankoff/"
 
-email: "jmankoff@uw.edu"            # Your contact email
+email: "jmankoff.edu"            # Your contact email
   # probably want to update this to be the class teaching staff mailing list
 
 # The Reveal theme
diff --git a/_data/navigation.yml b/_data/navigation.yml
index 713880bc..94264694 100644
--- a/_data/navigation.yml
+++ b/_data/navigation.yml
@@ -13,4 +13,4 @@ nav_list:
 - title: Mailing list
   url: piazza
 - title: Zoom
-  url: /docs/zoom
+  url: /docs/zoom
\ No newline at end of file
diff --git a/slides/wk01/intro.html b/slides/wk01/intro.html
index 1abc1c31..4eb12898 100644
--- a/slides/wk01/intro.html
+++ b/slides/wk01/intro.html
@@ -172,7 +172,7 @@ The class is on the [web]({{site.baseurl}}/index),
   everything as much as possible.
 
 - Class discussions and all contact with instructors should happen
-either in office hours or through a [mailing list]({{site.piazza}})
+either in office hours or through a [class mailing list]({{site.piazza}}) or [staff mailing list]({{site.staff_email}})
 - You can also request appointments for further help
 ---
 #  Development Environment
-- 
GitLab