Skip to content

Commit

Permalink
remove team members from about page (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzdan authored Jul 23, 2024
1 parent 17845f7 commit 45cede1
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 27 deletions.
Binary file removed public/images/about/team/colin.png
Binary file not shown.
Binary file removed public/images/about/team/holger.png
Binary file not shown.
Binary file removed public/images/about/team/jon.png
Binary file not shown.
Binary file removed public/images/about/team/kannan.png
Binary file not shown.
Binary file removed public/images/about/team/logan.jpeg
Binary file not shown.
Binary file removed public/images/about/team/miriam.png
Binary file not shown.
Binary file removed public/images/about/team/ryan.png
Binary file not shown.
Binary file removed public/images/team/colin.png
Binary file not shown.
Binary file removed public/images/team/holger.png
Binary file not shown.
Binary file removed public/images/team/jon.png
Binary file not shown.
Binary file removed public/images/team/miriam.png
Binary file not shown.
27 changes: 0 additions & 27 deletions src/components/about/Team.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,38 +60,11 @@ export const team = [
}
},

{
image: jon,
role: 'Designer',
name: 'Jon Bell',
bio: `Jon has been excited about designing things on the internet since the 80s, and has led design teams at Twitter and Windows Phone. He lives in windy Wellington, New Zealand with his large family and loves writing, teaching classes, playing soccer, and trying to remember how to play the clarinet.`,
socials: {
linkedin: 'https://www.linkedin.com/in/jon-bell-733310138/'
}
},
{
image: holger,
role: 'Software engineer',
name: 'Holger Benl',
bio: `Holger explored the world of programming languages from 6502 machine code to extracting LISP programs from mathematical proofs. These days he's mostly interested in creating developer tools. When he's not working on Replay or one of his VSCode extensions, he likes to read political blogs and books and watch asian movies.`
},
{
image: miriam,
role: 'Software engineer',
name: 'Miriam Budayr',
bio: `Miriam loves the thrill of solving difficult problems. She previously has worked as an open-source contributor on Firefox’s developer tools and also helped build video conferencing software for a telehealth platform. When she isn’t working she is playing Bach on the piano, swimming, playing Tetris, and spending time with family.`
},
{
image: domi,
role: 'Software engineer',
name: 'Dominik Seifert',
bio: `Dominik's two decades of software engineering adventures involved building MMORPG servers, optimizing CUDA algorithms and building/debugging full-stack applications. After getting frustrated about the inability to directly analyze his own systems' control and data flow, he dedicated his PhD dissertation to exploring and finding novel solutions for exactly that problem. Originally from Germany, he has been living in Taiwan for most of his adult life.`
},
{
image: colin,
role: 'Software engineer',
name: 'Colin Weld',
bio: `Colin helps build and scale Replay's backend. He hails from Oakland, California, and has been obsessed with data structures, invariants, and consistency since he first learned how to program. Prior to Replay, he worked on Backblaze's storage cloud. Outside of work, you can find him playing in a band, cooking, hiking, and rarely sitting still.`
}
]

Expand Down

0 comments on commit 45cede1

Please sign in to comment.