Skip to content

Commit

Permalink
feat: update team member names and images for accuracy
Browse files Browse the repository at this point in the history
  • Loading branch information
NeerajGodiyal committed Nov 25, 2024
1 parent 620f6c0 commit e833596
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Binary file removed public/devs/vibhu.JPG
Binary file not shown.
Binary file added public/devs/vibhu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions src/pages/people.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,47 +5,47 @@ import PersonCard from '../components/PersonCard';
const People = () => {
const team = [
{
name: "Ayam",
name: "Ayam Dobhal",
role: "Founder & Lead Developer",
image: "/devs/ayam.jpg",
github: "https://github.com/ayamdobhal",
linkedin: "https://linkedin.com/in/ayamdobhal",
portfolio: "https://iamdobhal.dev",
},
{
name: "Sumit",
name: "Sumit Kumar",
role: "Lead Developer",
image: "/devs/sumit.jpeg",
github: "https://github.com/imsk17",
linkedin: "https://linkedin.com/in/imsk17",
portfolio: "https://imsk17.org",
},
{
name: "Bhanu",
name: "Bhanu Pratap Singh",
role: "Developer & Designer",
image: "/devs/bhanu.jpeg",
github: "https://github.com/codeptor",
linkedin: "https://linkedin.com/in/bhanu911",
portfolio: "https://bhanueso.me",
},
{
name: "Neeraj",
name: "Neeraj Godiyal",
role: "Creative Frontend Specialist",
image: "/devs/koro.png",
github: "https://github.com/NeerajGodiyal",
linkedin: "https://linkedin.com/in/neerajgodiyal",
portfolio: "https://neerajgodiyal.me",
},
{
name: "Rupansh",
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",
name: "Aman Goyal",
role: "AI Engineer & DevOps",
image: "/devs/aman.jpeg",
github: "https://github.com/agoyel25",
Expand All @@ -55,7 +55,7 @@ const People = () => {
{
name: "Vibhu Prasad",
role: "Chief Data Officer",
image: "/devs/vibhu.jpg",
image: "/devs/vibhu.png",
// github: "https://github.com/agoyel25",
// linkedin: "https://linkedin.com/in/aman-goyal-a48b0628a",
// portfolio: "https://agoyel25.github.io",
Expand Down

0 comments on commit e833596

Please sign in to comment.