From 2ff648b234ada37642ab4c95de1d92f58388ef04 Mon Sep 17 00:00:00 2001 From: Nikhil Vikraman <60286257+vsnikhilvs@users.noreply.github.com> Date: Sat, 2 Nov 2024 17:52:13 +0530 Subject: [PATCH] Create vsnikhilvs.json for my profile (#1130) * Create vsnikhilvs.json * Update ProfilesList.json --------- Co-authored-by: Shyam Tawli <104145978+shyamtawli@users.noreply.github.com> --- public/data/vsnikhilvs.json | 12 ++++++++++++ src/ProfilesList.json | 1 + 2 files changed, 13 insertions(+) create mode 100644 public/data/vsnikhilvs.json diff --git a/public/data/vsnikhilvs.json b/public/data/vsnikhilvs.json new file mode 100644 index 00000000..1fa4da0e --- /dev/null +++ b/public/data/vsnikhilvs.json @@ -0,0 +1,12 @@ +{ + "name": "Nikhil Vikraman", + "location": "Thiruvananthapuram, Kerala", + "bio": "The frontend guy", + "avatar": "https://github.com/vsnikhilvs.png", + "portfolio": "https://github.com/vsnikhilvs", + "skills": ["ReactJS", "NextJS", "Angular", "Javascript", "Typescript", "Jest"], + "social": { + "GitHub": "https://github.com/vsnikhilvs", + "LinkedIn": "https://www.linkedin.com/in/sknikhilvs5/" + } +} diff --git a/src/ProfilesList.json b/src/ProfilesList.json index fd8efb8b..80d36896 100644 --- a/src/ProfilesList.json +++ b/src/ProfilesList.json @@ -1,4 +1,5 @@ [ + "vsnikhilvs.json", "ArnavGarg68.json", "samah554.json", "atik-7866.json",