Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Shan-Weaviate committed Jan 6, 2025
1 parent c856556 commit 48e4398
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 8 deletions.
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
23 changes: 21 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 @@ -520,7 +533,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 +580,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/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.

0 comments on commit 48e4398

Please sign in to comment.