From a63c3a8c9a1d084e0ffaa48e5835dc799a80d228 Mon Sep 17 00:00:00 2001 From: Vighnesh Brahme Date: Sat, 28 Dec 2024 11:59:43 +0530 Subject: [PATCH] add profile to devdisplay --- public/data/ThePhoenix08.json | 15 +++++++++++++++ src/ProfilesList.json | 3 ++- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 public/data/ThePhoenix08.json diff --git a/public/data/ThePhoenix08.json b/public/data/ThePhoenix08.json new file mode 100644 index 00000000..91570837 --- /dev/null +++ b/public/data/ThePhoenix08.json @@ -0,0 +1,15 @@ +{ + "name": "Vighnesh Brahme", + "location": "Pune", + "bio": "Computer Engineering Student at SPPU, learning MERN stack development", + "avatar": "https://github.com/ThePhoenix08.png", + "portfolio": "https://portfolio-v2-gold-psi.vercel.app/", + "skills": ["HTML", "CSS", "JS", "TS", "React", "Node", "MongoDB", "Express", "Bootstrap", "SCSS", "Firebase", "Git", "Github", "C++"], + "social": { + "GitHub": "https://github.com/ThePhoenix08", + "Twitter": "#", + "LinkedIn": "https://www.linkedin.com/in/vighneshbrahme/", + "Instagram": "#", + "Email": "#" + } +} \ No newline at end of file diff --git a/src/ProfilesList.json b/src/ProfilesList.json index 827913e6..f155f4a0 100644 --- a/src/ProfilesList.json +++ b/src/ProfilesList.json @@ -433,5 +433,6 @@ "rupeshv2121.json", "Hitesh.json", "GyanaPrakashSahoo7853.json", - "HarshVaidya.json" + "HarshVaidya.json", + "ThePhoenix08.json" ]