From 69a9b81741b0a3420dafb89e8231c0782d8a2118 Mon Sep 17 00:00:00 2001 From: SumiTechTo Date: Thu, 21 Sep 2023 19:10:05 +0530 Subject: [PATCH 1/2] Added my info --- data/contributors.js | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/data/contributors.js b/data/contributors.js index f695fc0..bb1214d 100644 --- a/data/contributors.js +++ b/data/contributors.js @@ -2679,7 +2679,16 @@ contributors.unshift( linkedin: "https://www.linkedin.com/in/debmalyasen1/", github: "https://github.com/debmalya37", gender: "male", - } + }, + { + name : "Sumita Pathal", + branch : "CSE with AI&ML", + college : "Dr. Sudhir Chandra Sur Institute of Engineering & Sports Complex", + year : 2026, //Year of Pass Out + linkedin : "https://www.linkedin.com/in/sumita-pathak-91699a215/", + github : "https://github.com/SumiTechTo", + gender : "Female" + } ); export default contributors; From 4742706323f4bd3fee5bc6ee7ef0775166eb4f83 Mon Sep 17 00:00:00 2001 From: SumiTechTo Date: Mon, 2 Oct 2023 18:15:38 +0530 Subject: [PATCH 2/2] Second chance --- data/contributors.js | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/data/contributors.js b/data/contributors.js index bb1214d..d465925 100644 --- a/data/contributors.js +++ b/data/contributors.js @@ -2680,15 +2680,16 @@ contributors.unshift( github: "https://github.com/debmalya37", gender: "male", }, - { - name : "Sumita Pathal", - branch : "CSE with AI&ML", - college : "Dr. Sudhir Chandra Sur Institute of Engineering & Sports Complex", - year : 2026, //Year of Pass Out - linkedin : "https://www.linkedin.com/in/sumita-pathak-91699a215/", - github : "https://github.com/SumiTechTo", - gender : "Female" - } + { + name : "Sumita Pathak", + branch : "CSE with AI&ML", + college : "Dr.Sudhir Chandra Sur Institute of Engineering and Sports Complex", + year : 2026, //Year of Pass Out + linkedin : "https://www.linkedin.com/in/sumita-pathak-91699a215/", + github : "https://github.com/SumiTechTo", + gender : "Female" +} + ); export default contributors;