From fb52d280ddd60e7daf67921f11186f85615fc57e Mon Sep 17 00:00:00 2001 From: Gauravdevlo Date: Sat, 11 May 2024 19:19:46 +0530 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..1d5ff13 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 : "Gourav Yadav", + branch : "B.tech Cse", + college : "VITB", + year : 2026, //Year of Pass Out + linkedin : "https://www.linkedin.com/in/gourav-yadavvit/", + github : "https://github.com/Gauravdevlo/", + gender : "male" +} ); export default contributors;