From b0268e1704e10620ee11a915235fd68ca46c3c36 Mon Sep 17 00:00:00 2001 From: Shauryaditya Date: Tue, 21 Oct 2025 11:13:00 +0530 Subject: [PATCH] Profile added to DevDisplay --- public/data/Shauryaditya.json | 31 +++++++++++++++++++++++++++++++ src/ProfilesList.json | 3 ++- 2 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 public/data/Shauryaditya.json diff --git a/public/data/Shauryaditya.json b/public/data/Shauryaditya.json new file mode 100644 index 00000000..fd8d197b --- /dev/null +++ b/public/data/Shauryaditya.json @@ -0,0 +1,31 @@ +{ + "name": "Shauryaditya Bardhan", + "location": "West Bengal, Kolkata", + "bio": "Enthusiastic web developer with knowledge in various domains ", + "avatar": "https://avatars.githubusercontent.com/u/68684482?v=4", + "portfolio": "https://shauryaditya.vercel.app", + "skills": [ + "Mysql", + "HTML", + "CSS", + "Javascript", + "MERN", + "ReactJS", + "NodeJS", + "Express", + "MongoDB", + "GraphQL", + "Database", + "Web Development", + "Frontend", + "Git", + "GitHub" + ], + "social": { + "GitHub": "https://github.com/Shauryaditya", + "Twitter": "https://x.com/ShauryadityaB", + "LinkedIn": "https://www.linkedin.com/in/shauryaditya-bardhan/", + "Instagram": "https://www.instagram.com/shaurya_2105", + "Email": "shauryadityab@gmail.com" + } +} diff --git a/src/ProfilesList.json b/src/ProfilesList.json index 5def8031..6069fe2c 100644 --- a/src/ProfilesList.json +++ b/src/ProfilesList.json @@ -579,5 +579,6 @@ "mehedihasankhairul.json", "7sg56.json", "Kapishbansal48.json", - "MdWasirul.json" + "MdWasirul.json", + "Shauryaditya.json" ]