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

Added my data #693

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion Contributors.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Contributors

- [Nabendu Biswas](https://github.com/nabendu82)
- [Ekam Bitt](https://github.com/Ekam-Bitt)
- [Rishikesh K V](https://github.com/rishi9808)
- [Ganesh Mourya](https://github.com/Alkaison)
Expand Down
9 changes: 9 additions & 0 deletions data/contributors.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
const contributors = [
//Add your Details here //
{
name: "Nabendu Biswas",
branch: "B.Tech Computer Science and Engineering",
college: "S.S.S.I.S.T Sehore",
year: 2004, //Year of Pass Out
linkedin: "https://www.linkedin.com/in/nabendu-biswas/",
github: "https://github.com/nabendu82",
gender: "Male",
},
{
name: "Ekam Bitt",
branch: "B.Tech Computer Science and Engineering",
Expand Down