From 7fa277c9499f0eba47d35c01bb091a10ef968ccd Mon Sep 17 00:00:00 2001 From: Hunain Mahudawala Date: Tue, 10 Dec 2024 11:35:08 +0530 Subject: [PATCH] update contributors.js and contributors.md --- Contributors.md | 1 + data/contributors.js | 11 ++++++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index defdfeaf..4a1ad487 100644 --- a/Contributors.md +++ b/Contributors.md @@ -214,3 +214,4 @@ - [sunlianyu](https://github.com/7y-9) - [Sumit Sharma](https://github.com/sumit-sharma-02) - [Debmalya Sen](https://github.com/debmalya37) +- [Hunain Mahudawala](https://github.com/hunain053) \ No newline at end of file diff --git a/data/contributors.js b/data/contributors.js index f695fc04..7d177622 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 : "Hunain Mahudawala", + branch : "BCA/Fulll Stack Web Development", + college : "Parul University", + year : 2025, //Year of Pass Out + linkedin : "https://www.linkedin.com/in/hunain-mahudawala/", + github : "https://github.com/hunain053", + gender : "male" +}, ); export default contributors;