From 9bde0d589e1b6902e9f768d0ac72bafbb97dbf92 Mon Sep 17 00:00:00 2001 From: Chandraprakash Darji Date: Mon, 8 Aug 2022 10:21:35 +0530 Subject: [PATCH] chore: add chandraprakash profile (#1580) * add: chandraprakash * removed linkedIn extralink * corrected linedIn spell * changed File name chandraprakash.josn => Chandraprakash-Darji.jaso --- public/data/Chandraprakash-Darji.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 public/data/Chandraprakash-Darji.json diff --git a/public/data/Chandraprakash-Darji.json b/public/data/Chandraprakash-Darji.json new file mode 100644 index 00000000000..81584800671 --- /dev/null +++ b/public/data/Chandraprakash-Darji.json @@ -0,0 +1,23 @@ +{ + "name": "Chandraprakash Darji", + "type": "personal", + "bio": "Front-end Web dev | Currently Mastering JavaScript, React, NextJS", + "avatar": "https://github.com/Chandraprakash-Darji.png", + "links": [ + { + "name": "Follow me on GitHub", + "url": "https://github.com/Chandraprakash-Darji", + "icon": "github" + }, + { + "name": "Follow me on Twitter", + "url": "https://twitter.com/chandra_7852", + "icon": "twitter" + }, + { + "name": "Connect on LinkedIn", + "url": "https://www.linkedin.com/in/chandra-prakash-6065b2224/", + "icon": "linkedin" + } + ] +}