Skip to content

Commit

Permalink
updated logistics, index
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffacce committed Aug 26, 2024
1 parent d338f4c commit 01d11a8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
7 changes: 6 additions & 1 deletion docusaurus/website/src/components/HomepageFeatures.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,16 @@ const FeatureList = [
image_path: './img/jeff.jpeg',
description: ('Teaching Assistant'),
},
{
title: (<a href=""> Mohit Warke </a>),
image_path: './img/mohit.jpg',
description: ('Teaching Assistant'),
},
];

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

### Lecture
- 3:30pm - 4:45pm, Tuesdays and Thursdays. Lectures are **not** recorded.
- 3:30pm - 4:45pm, Tuesdays and Thursdays.
- The first couple of lectures will be on Zoom so that everyone can participate (including those on the waitlist).
- Lectures are in person at 60 Fifth Avenue (Center for Data Science), Room C15. To get there, enter the building and go down the stairs to your right.
- Class calendar: [Google Calendar](https://calendar.google.com/calendar/u/0?cid=Y18yZjYyYTEyY2Y0YTRjZjdlZjU4NjI4NmY4YTUxMzdkZmU2OWJiZjgyMzRiNjJiNGQyMGU3MWI5ZTY2NjhmOTExQGdyb3VwLmNhbGVuZGFyLmdvb2dsZS5jb20).

Expand Down
Binary file added docusaurus/website/static/img/mohit.jpg
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 01d11a8

Please sign in to comment.