From ef8105cc05a5c7041af80826fdb4356d3b00491a Mon Sep 17 00:00:00 2001 From: piyush-1603 Date: Fri, 31 Oct 2025 01:29:47 +0530 Subject: [PATCH 1/2] Add contributor Arnav Ahirwar profile --- src/data/contributors.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/src/data/contributors.json b/src/data/contributors.json index 3254939..88ba547 100644 --- a/src/data/contributors.json +++ b/src/data/contributors.json @@ -664,5 +664,20 @@ }, "repos": ["Website"] - } + }, + { + "slug": "arnav-terex", + "name": "Arnav Ahirwar", + "role": "Contributor", + "location": "Indore, Madhya Pradesh", + "bio": "Full Stack Developer", + "avatarUrl": "https://avatars.githubusercontent.com/u/183591086?v=4", + "links": { + "github": "https://github.com/arnav-terex", + "x": null, + "linkedin": "https://www.linkedin.com/in/arnav-ahirwar-03470a295/", + "community": null + }, + "repos": ["Website"] +} ] From 9f07f677962121cd4bdbdca2581d29ddc7fbbde6 Mon Sep 17 00:00:00 2001 From: piyush-1603 Date: Fri, 31 Oct 2025 17:26:55 +0530 Subject: [PATCH 2/2] fixed syntax error --- src/data/contributors.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/data/contributors.json b/src/data/contributors.json index c7926df..97a1ba3 100644 --- a/src/data/contributors.json +++ b/src/data/contributors.json @@ -679,7 +679,8 @@ "community": null }, "repos": ["Website"] -} +}, + { "slug": "himani-agarwal", "name": "Himani Agarwal", "role": "Member",