From 73b51d8a66b886cff46f7f54f3812b85ffa51ef2 Mon Sep 17 00:00:00 2001 From: Deep Dhanuka Date: Wed, 1 May 2024 09:03:14 +0000 Subject: [PATCH] added profile for Deep512 --- public/data/Deep512.json | 13 +++++++++++++ src/ProfilesList.json | 3 ++- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 public/data/Deep512.json diff --git a/public/data/Deep512.json b/public/data/Deep512.json new file mode 100644 index 00000000..87bf662e --- /dev/null +++ b/public/data/Deep512.json @@ -0,0 +1,13 @@ +{ + "name": "Deep Dhanuka", + "location": "Bangalore, India", + "bio": "Software Engineer specializing in mobile and web app development with industry experience. Known for problem-solving skills and having a passion for continuous learning", + "avatar": "https://github.com/Deep512.png", + "portfolio": "https://github.com/Deep512", + "skills": ["C++", "Frontend Development", "Fullstack Development", "TypeScript", "Javascript", "MySQL", "React Native", "React", "Express.JS", "Open Source"], + "social": { + "GitHub": "https://github.com/Deep512", + "Twitter": "https://twitter.com/iamdeep0512", + "LinkedIn": "https://www.linkedin.com/in/iamdeep0512" + } + } diff --git a/src/ProfilesList.json b/src/ProfilesList.json index f89a0e46..c860dbb4 100644 --- a/src/ProfilesList.json +++ b/src/ProfilesList.json @@ -409,5 +409,6 @@ "CKsabari2001.json", "chaitanyarora.json", "rohitxdd.json", - "Erick-WG.json" + "Erick-WG.json", + "Deep512.json" ] \ No newline at end of file