-
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.
Publish CS 492 demo scheduling link.
- Loading branch information
Showing
3 changed files
with
11 additions
and
10 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 |
---|---|---|
|
@@ -9,7 +9,8 @@ const assignments = { | |
time: '11:59pm' | ||
}, | ||
notes: [ | ||
'Demo due by 11:59pm, Monday 2/19/2024' | ||
'Demo due by 11:59pm, Monday 2/19/2024', | ||
'[Sign up for a grading demo here](https://outlook.office365.com/owa/calendar/[email protected]/bookings/)' | ||
] | ||
}, | ||
// { | ||
|
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
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ const tas = [ | |
{ | ||
name: 'Souvik Das', | ||
email: '[email protected]', | ||
// appointmentsLink: '', | ||
appointmentsLink: 'https://outlook.office365.com/owa/calendar/[email protected]/bookings/', | ||
officeHours: [ | ||
{ | ||
day: 'Mon.', | ||
|
@@ -35,7 +35,7 @@ const tas = [ | |
{ | ||
name: 'Mingqi Jiang', | ||
email: '[email protected]', | ||
// appointmentsLink: '', | ||
appointmentsLink: 'https://outlook.office365.com/owa/calendar/[email protected]/bookings/', | ||
officeHours: [ | ||
{ | ||
day: 'Tues.', | ||
|
@@ -68,7 +68,7 @@ const tas = [ | |
{ | ||
name: 'Disha Kanavikar', | ||
email: '[email protected]', | ||
// appointmentsLink: '', | ||
appointmentsLink: 'https://outlook.office365.com/owa/calendar/[email protected]/bookings/', | ||
officeHours: [ | ||
{ | ||
day: 'Tues.', | ||
|
@@ -104,7 +104,7 @@ const tas = [ | |
{ | ||
name: 'Zexian Li', | ||
email: '[email protected]', | ||
// appointmentsLink: '', | ||
appointmentsLink: 'https://outlook.office365.com/owa/calendar/[email protected]/bookings/', | ||
officeHours: [ | ||
{ | ||
day: 'Tues.', | ||
|