Skip to content

Commit

Permalink
chore(people): reorder people in team
Browse files Browse the repository at this point in the history
  • Loading branch information
imsk17 committed Nov 25, 2024
1 parent d839faf commit 6e586c6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/pages/people.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,6 @@ const People = () => {
linkedin: "https://linkedin.com/in/bhanu911",
portfolio: "https://bhanueso.me",
},
{
name: "Rupansh Sekar",
role: "Everything Developer",
image: "/devs/rupansh.jpeg",
github: "https://github.com/rupansh",
linkedin: "https://linkedin.com/in/rupansh-s",
portfolio: "https://rupansh.github.io",
},
{
name: "Aman Goyal",
role: "AI Engineer | DevOps",
Expand All @@ -51,6 +43,14 @@ const People = () => {
linkedin: "https://linkedin.com/in/aman-goyal-a48b0628a",
portfolio: "https://agoyel25.github.io",
},
{
name: "Rupansh Sekar",
role: "Everything Developer",
image: "/devs/rupansh.jpeg",
github: "https://github.com/rupansh",
linkedin: "https://linkedin.com/in/rupansh-s",
portfolio: "https://rupansh.github.io",
},
{
name: "Vibhu Prasad",
role: "Chief Data Officer",
Expand Down

0 comments on commit 6e586c6

Please sign in to comment.