From 5246b480445ea01e88143b1d6a856e71ee5614e0 Mon Sep 17 00:00:00 2001 From: Abbas Date: Mon, 25 Aug 2025 22:38:32 +0100 Subject: [PATCH] Added my data --- data/contributors.js | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/data/contributors.js b/data/contributors.js index f695fc0..cb1d427 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 : "Abbas Zakariya", + branch : "Abbas-contribution-list", + college : "Done with college", + year : 2025, //Year of Pass Out + linkedin : "https://www.linkedin.com/in/abbas-zakariya-b40729252/", + github : "https://github.com/abbasZak", + gender : "Male" + }, ); export default contributors;