-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Frank and post Michelle's grading hours to CS 290.
- Loading branch information
Showing
1 changed file
with
39 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -102,6 +102,35 @@ const taInfo = [ | |
} | ||
] | ||
}, | ||
{ | ||
name: 'Anh Nguyen', | ||
email: '[email protected]', | ||
// appointmentsLink: '', | ||
officeHours: [ | ||
{ | ||
day: 'Tues.', | ||
time: '6:00 – 8:00pm', | ||
location: 'KEC Atrium' | ||
}, | ||
{ | ||
day: 'Wed.', | ||
time: '7:00 – 8:00pm', | ||
location: 'KEC Atrium' | ||
} | ||
], | ||
gradingHours: [ | ||
{ | ||
day: 'Tues.', | ||
time: '5:00 – 6:00pm', | ||
location: 'KEC Atrium' | ||
}, | ||
{ | ||
day: 'Wed.', | ||
time: '5:00 – 7:00pm', | ||
location: 'KEC Atrium' | ||
} | ||
] | ||
}, | ||
{ | ||
name: 'Michelle Nguyen', | ||
email: '[email protected]', | ||
|
@@ -124,11 +153,16 @@ const taInfo = [ | |
} | ||
], | ||
gradingHours: [ | ||
// { | ||
// day: 'Wed.', | ||
// time: '4:00 – 6:00pm', | ||
// location: 'KEC Atrium', | ||
// } | ||
{ | ||
day: 'Wed.', | ||
time: '4:00 – 7:00pm', | ||
location: 'KEC Atrium', | ||
}, | ||
{ | ||
day: 'Fri.', | ||
time: '5:00 – 8:00pm', | ||
location: 'KEC Atrium', | ||
} | ||
] | ||
}, | ||
{ | ||
|