Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Brian Vaughn from about page, clean up old assets #226

Merged
merged 1 commit into from
Sep 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed public/images/team/kannan.png
Binary file not shown.
Binary file removed public/images/team/logan.jpeg
Binary file not shown.
Binary file removed public/images/team/ryan.png
Binary file not shown.
Binary file removed public/images/team/sophie.png
Binary file not shown.
Binary file removed public/images/team/vaughn.jpeg
Binary file not shown.
17 changes: 0 additions & 17 deletions src/components/about/Team.tsx
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
import brian from '~/images/team/brian.png'
import colin from '~/images/team/colin.png'
import dan from '~/images/team/dan.png'
import domi from '~/images/team/domi.png'
import holger from '~/images/team/holger.png'
import jason from '~/images/team/jason.png'
import jon from '~/images/team/jon.png'
import mark from '~/images/team/mark.png'
import miriam from '~/images/team/miriam.png'
import ryan from '~/images/team/ryan.png'
import vaughn from '~/images/team/vaughn.jpeg'
import Image from 'next/image'

export const team = [
Expand All @@ -28,17 +22,6 @@ export const team = [
name: 'Brian Hackett',
bio: 'Brian has had a longtime passion for helping people understand hugely complex software systems, starting with a Stanford Ph.D. and continuing through 10 years at Mozilla, where he worked on JavaScript VM optimizations and developed a precursor to Replay. He is a nomadic adventurer and enjoys sailing around Polynesia and van travel in the western US with his wife.'
},
{
image: vaughn,
role: 'Software engineer',
name: 'Brian Vaughn',
bio: `Brian enjoys building tools that help make other engineers more productive. Before joining Replay, he spent the past several years building and maintaining the React JS developer tools. When he's not writing software, Brian also enjoys making music and running.`,
socials: {
twitter: 'https://twitter.com/brian_d_vaughn',
linkedin: 'https://www.linkedin.com/in/briandavidvaughn/'
}
},

{
image: dan,
role: 'Software engineer',
Expand Down
Loading