From 5e79d952fa83bccb5848893e3b0c33ee39f4d7a8 Mon Sep 17 00:00:00 2001 From: Aman Khan Date: Sun, 1 Mar 2026 20:53:11 +0500 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..713ae70 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 : "Aman Khan", + branch : "Computer Science", + college : "University of Central Punjab", + year : 2027, //Year of Pass Out + linkedin : "https://www.linkedin.com/in/aman-khan-82970a294/", + github : "https://github.com/Aman-khan8", + gender : "Male" + }, ); export default contributors;