diff --git a/components/ProfileList.json b/components/ProfileList.json index 0038ddc1..abf9ed40 100644 --- a/components/ProfileList.json +++ b/components/ProfileList.json @@ -1,4 +1,5 @@ [ + "StarKnightt.json", "prashantrai-30.json", "vsnikhilvs.json", "ArnavGarg68.json", diff --git a/public/data/StarKnightt.json b/public/data/StarKnightt.json new file mode 100644 index 00000000..0a1c5d7f --- /dev/null +++ b/public/data/StarKnightt.json @@ -0,0 +1,13 @@ +{ + "name": "Prasenjit Nayak", + "location": "India", + "bio": "I write code that’s clean and comments that aren’t", + "avatar": "https://github.com/StarKnightt.png", + "portfolio": "https://prasen.dev", + "skills": ["React", "Next.js", "Tailwind CSS", "TypeScript", "Node.js", "Express", "MongoDB", "Linux", "Git", "JavaScript", "pug"], + "social": { + "GitHub": "https://github.com/StarKnightt", + "Twitter": "https://twitter.com/Star_Knight12", + "LinkedIn": "https://www.linkedin.com/in/prasenjitnayak/" + } + } \ No newline at end of file