From 4a6261b1d252eea1458d1c73fcf9b9219c7db6a7 Mon Sep 17 00:00:00 2001 From: prashantrai-30 Date: Tue, 22 Oct 2024 20:08:36 +0530 Subject: [PATCH] add: prashantrai-30 --- public/data/hamzathul.json | 15 +++++++++++++-- public/data/krtEngineer.json | 24 ++++++++++++------------ public/data/prashantrai-30.json | 12 ++++++++++++ src/ProfilesList.json | 3 ++- 4 files changed, 39 insertions(+), 15 deletions(-) create mode 100644 public/data/prashantrai-30.json diff --git a/public/data/hamzathul.json b/public/data/hamzathul.json index 4cb706a4..43d9d4bf 100644 --- a/public/data/hamzathul.json +++ b/public/data/hamzathul.json @@ -4,10 +4,21 @@ "bio": "Analytical Web Developer with a B.Tech in CSE, specializing in JavaScript and proficient in MERN Stack development. Skilled in building web applications.", "avatar": "https://github.com/hamzathul.png", "portfolio": "https://github.com/hamzathul", - "skills": ["Node.js", "Express.js", "React.js", "TypeScript", "SQL", "GraphQL", "NoSQL", "HTML", "Tailwind CSS", "Git"], + "skills": [ + "Node.js", + "Express.js", + "React.js", + "TypeScript", + "SQL", + "GraphQL", + "NoSQL", + "HTML", + "Tailwind CSS", + "Git" + ], "social": { "GitHub": "https://github.com/hamzathul", "Twitter": "https://twitter.com/hamzathulfavase", "LinkedIn": "https://www.linkedin.com/in/hamzathul" } -} \ No newline at end of file +} diff --git a/public/data/krtEngineer.json b/public/data/krtEngineer.json index 6759ee00..e2a397b5 100644 --- a/public/data/krtEngineer.json +++ b/public/data/krtEngineer.json @@ -1,13 +1,13 @@ { - "name": "Kushagra Raj Tiwari", - "location": "Pune, India", - "bio": "Software Engineer @ Marketcast", - "avatar": "https://github.com/krtEngineer.png", - "portfolio": "", - "skills": ["Javascript", "Java", "AWS", "Typescript", "NodeJs", "NestJs", "React", "SQL", "Python"], - "social": { - "GitHub": "https://github.com/krtEngineer", - "Twitter": "https://x.com/kushagra1857", - "LinkedIn": "https://www.linkedin.com/in/kushagra-raj-tiwari/" - } - } \ No newline at end of file + "name": "Kushagra Raj Tiwari", + "location": "Pune, India", + "bio": "Software Engineer @ Marketcast", + "avatar": "https://github.com/krtEngineer.png", + "portfolio": "", + "skills": ["Javascript", "Java", "AWS", "Typescript", "NodeJs", "NestJs", "React", "SQL", "Python"], + "social": { + "GitHub": "https://github.com/krtEngineer", + "Twitter": "https://x.com/kushagra1857", + "LinkedIn": "https://www.linkedin.com/in/kushagra-raj-tiwari/" + } +} diff --git a/public/data/prashantrai-30.json b/public/data/prashantrai-30.json new file mode 100644 index 00000000..4edea761 --- /dev/null +++ b/public/data/prashantrai-30.json @@ -0,0 +1,12 @@ +{ + "name": "Prashant Kumar Rai", + "location": "India", + "bio": "Dedicated and skilled Computer Science student with a strong foundation in backend development.", + "avatar": "https://github.com/prashantrai-30.png", + "portfolio": "https://github.com/prashantrai-30", + "skills": ["Backend Developer"], + "social": { + "GitHub": "https://github.com/prashantrai-30", + "LinkedIn": "https://www.linkedin.com/in/prashant-kumar-rai-88425a310" + } +} diff --git a/src/ProfilesList.json b/src/ProfilesList.json index c5b0d760..aaba4249 100644 --- a/src/ProfilesList.json +++ b/src/ProfilesList.json @@ -1,4 +1,5 @@ [ + "prashantrai-30.json", "ArnavGarg68.json", "samah554.json", "mayurr7.json", @@ -448,4 +449,4 @@ "ctafsiras.json", "krtEngineer.json", "vishal065.json" -] \ No newline at end of file +]