Skip to content

Commit

Permalink
update TAs
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffacce committed Aug 23, 2024
1 parent 63ea1a9 commit 45d6ea5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
11 changes: 3 additions & 8 deletions docusaurus/website/src/components/HomepageFeatures.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,15 @@ const FeatureList = [
description: ('Instructor'),
},
{
title: <a href="https://aadhithya14.github.io/">Aadhithya Iyer </a>,
image_path: './img/aadhithya.jpeg',
description: ('Teaching Assistant'),
},
{
title: (<a href="https://www.linkedin.com/in/venkatesh-pattabiraman/"> Venkatesh Pattabiraman </a>),
image_path: './img/venky.jpeg',
title: (<a href="https://jeffcui.com"> Jeff Cui </a>),
image_path: './img/jeff.jpeg',
description: ('Teaching Assistant'),
},
];

function Feature({title,image_path, description}) {
return (
<div className={clsx('col col--4')}>
<div className={clsx('col col--6')}>
<div className="text--center padding-horiz--md">
<img src={image_path}/>
<h3>{title}</h3>
Expand Down
6 changes: 3 additions & 3 deletions docusaurus/website/src/pages/logistics.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ title: Logistics

### Course Staff & Office Hours
- Instructor: [Lerrel Pinto](https://www.lerrelpinto.com/)
- Office Hours: Tue 5:00-6:00pm, @ 60 Fifth Ave, 505
- Teaching Assistants: [Aadhithya Iyer](https://aadhithya14.github.io/) & [Venkatesh Pattabiraman](https://notvenky.github.io/)
- Office Hours: Friday 2:00-3:00pm, @ 60 Fifth Ave, 540
- Office Hours: TBD, @ 60 Fifth Ave, 505
- Teaching Assistants: [Jeff Cui](https://jeffcui.com/)
- Office Hours: TBD

### Grading
1. Homeworks and projects (90%)
Expand Down
Binary file added docusaurus/website/static/img/jeff.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 45d6ea5

Please sign in to comment.