From 9c2ef02b010d01008ad6b918386a031df1815e7d Mon Sep 17 00:00:00 2001 From: Arun <89033797+hiarun01@users.noreply.github.com> Date: Mon, 10 Nov 2025 11:14:56 +0530 Subject: [PATCH 1/2] profile addition by Arun Added a new user profile for Arun with social links and skills. --- data.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/data.json b/data.json index b01717e..bec4a22 100644 --- a/data.json +++ b/data.json @@ -1,4 +1,12 @@ [ + { + "name": "Arun", + "image": "https://pbs.twimg.com/profile_images/1987576568777170944/MBrCgxzi_400x400.jpg", + "github": "https://github.com/hiarun01", + "twitter": "https://x.com/hiarun01", + "linkedin": "https://www.linkedin.com/in/hiarun01/", + "skills": ["React", "NextJS", "Express"] + } { "name": "Abdul Washid", "image": "https://avatars.githubusercontent.com/u/125122609?v=4&size=64", From ca4af28cbba9bc31d658088ded3e99d1f9b96d12 Mon Sep 17 00:00:00 2001 From: Priyansh Prajapat Date: Mon, 10 Nov 2025 11:25:35 +0530 Subject: [PATCH 2/2] fix json syntax --- data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data.json b/data.json index bec4a22..51551af 100644 --- a/data.json +++ b/data.json @@ -6,7 +6,7 @@ "twitter": "https://x.com/hiarun01", "linkedin": "https://www.linkedin.com/in/hiarun01/", "skills": ["React", "NextJS", "Express"] - } + }, { "name": "Abdul Washid", "image": "https://avatars.githubusercontent.com/u/125122609?v=4&size=64",