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

TM update #2904

Merged
merged 2 commits into from
Jan 6, 2025
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
13 changes: 7 additions & 6 deletions src/components/AboutUsUpdate/meet-team.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,21 +73,22 @@ export default function MeetTheTeam() {
>
#Database
</Link>

<Link
className={
selectedTeam === 'developer-growth' ? styles.linkActive : ''
selectedTeam === 'developer-relations' ? styles.linkActive : ''
}
onClick={() => handleTeamFilter('developer-growth')}
onClick={() => handleTeamFilter('developer-relations')}
>
#Developer Growth
#Education & Developer Experience
</Link>
<Link
className={
selectedTeam === 'developer-relations' ? styles.linkActive : ''
selectedTeam === 'developer-growth' ? styles.linkActive : ''
}
onClick={() => handleTeamFilter('developer-relations')}
onClick={() => handleTeamFilter('developer-growth')}
>
#Education & Developer Experience
#Growth
</Link>
</div>
<div className={styles.teamFilter}>
Expand Down
29 changes: 27 additions & 2 deletions static/data/people.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
"linkedin": "aarthiiyer",
"team": "wcd"
},
{
"name": "Aaron Trott",
"title": "Enterprise Account Executive",
"photo": "Aaron.jpg",
"team": "sales"
},
{
"name": "Abdel Rodriquez",
"title": "Vector Index Researcher",
Expand All @@ -26,7 +32,8 @@
"name": "Ajay Chavan",
"title": "Client-Focused SRE",
"photo": "Ajay.jpg",
"team": "applied-research"
"team": "applied-research",
"linkedin": "ajaxchavan"
},
{
"name": "Ajit Mistry",
Expand Down Expand Up @@ -109,6 +116,12 @@
"github": "bobvanluijt",
"team": "ceo-team"
},
{
"name": "Brendan McNally",
"title": "Enterprise Account Executive",
"photo": "Brendan.jpg",
"team": "sales"
},
{
"name": "Byron Voorbach",
"title": "Field-CTO",
Expand Down Expand Up @@ -318,6 +331,12 @@
"linkedin": "ievaurbaite",
"team": "marketing"
},
{
"name": "Ivan Despot",
"title": "Technical Documentation Writer",
"photo": "Ivan.jpg",
"team": "developer-relations"
},
{
"name": "JP Hwang",
"title": "Technical Curriculum Developer",
Expand Down Expand Up @@ -520,7 +539,7 @@
},
{
"name": "Philip Vollet",
"title": "VP of Developer Growth",
"title": "VP of Growth",
"photo": "philip.jpg",
"linkedin": "philipvollet",
"twitter": "philipvollet",
Expand Down Expand Up @@ -567,6 +586,12 @@
"photo": "Sebastian-Farriol.jpg",
"team": "delivery"
},
{
"name": "Sean Romberg",
"title": "Business Development Representative",
"photo": "Sean-Romberg.jpg",
"team": "sales"
},
{
"name": "Sebastian Witalec",
"title": "Director of Education & Developer Experience",
Expand Down
Binary file added static/img/people/team/Aaron.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/people/team/Brendan.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/people/team/Ivan.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/people/team/Sean-Romberg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading