From 7d5cae63f4499306a12395fe5c7edf681b4f932b Mon Sep 17 00:00:00 2001 From: StarKnightt Date: Sat, 1 Mar 2025 23:43:27 +0530 Subject: [PATCH] add: StarKnightt --- components/ProfileList.json | 1 + public/data/StarKnightt.json | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 public/data/StarKnightt.json 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