From 992efcebc25a80f76f4277461af8b25e96a4d82b Mon Sep 17 00:00:00 2001 From: ayushsaini9156 Date: Mon, 1 Dec 2025 21:11:55 +0530 Subject: [PATCH 1/2] Added my data --- data/contributors.js | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/data/contributors.js b/data/contributors.js index f695fc0..a99c85a 100644 --- a/data/contributors.js +++ b/data/contributors.js @@ -1,12 +1,21 @@ const contributors = [ //Add your Details here // + { + name : "Ayush Saini", + branch : "B. Tech Computer Science", + college : "ABES Engineering College", + year : 2026, //Year of Pass Out + linkedin : "", + github : "GitHub Profile URL", + gender : "Your Gender" + }, { name: "Ekam Bitt", branch: "B.Tech Computer Science and Engineering", college: "Heritage Institute of Technology", year: 2026, //Year of Pass Out - linkedin: "https://www.linkedin.com/in/ekam-bitt-584645203/", - github: "https://github.com/Ekam-Bitt", + linkedin: "https://www.linkedin.com/in/ayush-saini-69bb01212/", + github: "https://github.com/ayushsaini9156", gender: "Male", }, { From 745f796619a1541d52e1dc32c80edc23ff70dd42 Mon Sep 17 00:00:00 2001 From: ayushsaini9156 Date: Mon, 1 Dec 2025 21:21:51 +0530 Subject: [PATCH 2/2] updated data --- Contributors.md | 2 +- data/contributors.js | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Contributors.md b/Contributors.md index defdfea..bf759c4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,5 @@ # Contributors - +- [Ayush Saini](https://github.com/ayushsaini9156) - [Ekam Bitt](https://github.com/Ekam-Bitt) - [Rishikesh K V](https://github.com/rishi9808) - [Ganesh Mourya](https://github.com/Alkaison) diff --git a/data/contributors.js b/data/contributors.js index a99c85a..98159f6 100644 --- a/data/contributors.js +++ b/data/contributors.js @@ -5,17 +5,17 @@ const contributors = [ branch : "B. Tech Computer Science", college : "ABES Engineering College", year : 2026, //Year of Pass Out - linkedin : "", - github : "GitHub Profile URL", - gender : "Your Gender" + linkedin : "https://www.linkedin.com/in/ayush-saini-69bb01212/", + github : "https://github.com/ayushsaini9156", + gender : "Male" }, { name: "Ekam Bitt", branch: "B.Tech Computer Science and Engineering", college: "Heritage Institute of Technology", year: 2026, //Year of Pass Out - linkedin: "https://www.linkedin.com/in/ayush-saini-69bb01212/", - github: "https://github.com/ayushsaini9156", + linkedin: "https://www.linkedin.com/in/ekam-bitt-584645203/", + github: "https://github.com/Ekam-Bitt", gender: "Male", }, {