Skip to content

Commit

Permalink
docs: update people page
Browse files Browse the repository at this point in the history
  • Loading branch information
shadaj committed Dec 9, 2024
1 parent 33eed2f commit 2e72659
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
Binary file added docs/src/pages/people-img/rohit.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 9 additions & 6 deletions docs/src/pages/people.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import mingwei from "./people-img/mingwei.jpeg"
import natacha from "./people-img/natacha.jpeg"
import shadaj from "./people-img/shadaj.png"
import lucky from "./people-img/lucky.jpeg"
import rohit from "./people-img/rohit.jpg"
import hydroTurtle from "./people-img/hydro-turtle.png"

import styles from './people.module.css';
Expand Down Expand Up @@ -73,12 +74,7 @@ export default function Home() {
<PersonCard name={"Alvin Cheung"} role={"Faculty"} url={"https://people.eecs.berkeley.edu/~akcheung"} img={akcheung}></PersonCard>
<PersonCard name={"Natacha Crooks"} role={"Faculty"} url={"https://nacrooks.github.io"} img={natacha}></PersonCard>
<PersonCard name={"Joe Hellerstein"} role={"Faculty"} url={"https://dsf.berkeley.edu/jmh"} img={jmh}></PersonCard>
</div>

<div className={styles["subtitle"]}>Postdocs</div>
<div className={styles["personGroup"]}>
<PersonCard name={"Tiemo Bang"} role={"Postdoc"} url={"https://scholar.google.com/citations?user=HDK0KRYAAAAJ&hl=en"} img={hydroTurtle}></PersonCard>
<PersonCard name={"Mae Milano"} role={"Postdoc"} url={"http://www.languagesforsyste.ms"} img={mae}></PersonCard>
<PersonCard name={"Mae Milano"} role={"Faculty"} url={"http://www.languagesforsyste.ms"} img={mae}></PersonCard>
</div>

<div className={styles["subtitle"]}>Graduate Students & Research Engineers</div>
Expand All @@ -88,7 +84,14 @@ export default function Home() {
<PersonCard name={"Shadaj Laddad"} role={"PhD Student"} url={"https://www.shadaj.me"} img={shadaj}></PersonCard>
<PersonCard name={"Conor Power"} role={"PhD Student"} url={"https://www.linkedin.com/in/conorpower23"} img={conor}></PersonCard>
<PersonCard name={"Mingwei Samuel"} role={"Research Engineer"} url={"https://github.com/MingweiSamuel"} img={mingwei}></PersonCard>
<PersonCard name={"Rohit Kulshreshtha"} role={"Research Engineer"} url={"https://www.linkedin.com/in/lucky-k-59020457/"} img={rohit}></PersonCard>
</div>

<div className={styles["subtitle"]}>Alumni</div>
<div className={styles["personGroup"]}>
<PersonCard name={"Tiemo Bang"} role={"Postdoc"} url={"https://scholar.google.com/citations?user=HDK0KRYAAAAJ&hl=en"} img={hydroTurtle}></PersonCard>
<PersonCard name={"Lucky Katahanas"} role={"Research Engineer"} url={"https://www.linkedin.com/in/lucky-k-59020457/"} img={lucky}></PersonCard>
<PersonCard name={"Justin Jaffray"} role={"Research Engineer"} url={"https://www.linkedin.com/in/justinjaffray/"} img={hydroTurtle}></PersonCard>
</div>
</div>
</div>
Expand Down

0 comments on commit 2e72659

Please sign in to comment.