Skip to content
Open
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: 11 additions & 2 deletions data/contributors.js
Original file line number Diff line number Diff line change
Expand Up @@ -2622,15 +2622,15 @@ const contributors = [
github: "https://github.com/s-shemmee",
gender: "Female",
},
{
{
name: "Satvik Manchanda",
branch: "B.Tech Computer Science and Engineering",
college: "SRM University",
year: 2025, //Year of Pass Out
linkedin: "https://www.linkedin.com/in/satvik-manchanda-418a13243/",
github: "https://github.com/Satvik1769",
gender: "Male",
}
},
];

// Don't add any data to this contributors.unshift part Add data above this ⬆️
Expand Down Expand Up @@ -2679,6 +2679,15 @@ contributors.unshift(
linkedin: "https://www.linkedin.com/in/debmalyasen1/",
github: "https://github.com/debmalya37",
gender: "male",
},
{
name: "Rutvik Doctor",
branch: "MEng. in Information Systems Security",
college: "Concordia University",
year: 2023, //Year of Pass Out
linkedin: "https://www.linkedin.com/in/rutvik-doctor/",
github: "https://github.com/doctor-rutvik14",
gender: "Male",
}
);

Expand Down