From 3da1632459fa814a358b065d5b0926c40b7923a8 Mon Sep 17 00:00:00 2001 From: Harsh Raj Date: Tue, 12 Sep 2023 18:48:05 +0530 Subject: [PATCH] add: Hraj24 (#390) * Changes Done * Changes Done On ProfilesList --- public/data/Hraj24.json | 12 ++++++++++++ src/ProfilesList.json | 3 ++- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 public/data/Hraj24.json diff --git a/public/data/Hraj24.json b/public/data/Hraj24.json new file mode 100644 index 00000000..6d4066db --- /dev/null +++ b/public/data/Hraj24.json @@ -0,0 +1,12 @@ +{ + "name": "Harsh Raj", + "location": "Varanasi, India", + "bio": "An astrophile who is new to the world of open-source trying to connect the dots.", + "avatar": "https://github.com/Hraj24.png", + "portfolio": "https://github.com/Hraj24", + "skills": ["HTML", "CSS", "JavaScript", "Java", "Python", "Bash", "Git"], + "social": { + "GitHub": "https://github.com/Hraj24", + "LinkedIn": "https://www.linkedin.com/in/harsh-raj-244800259/" + } + } \ No newline at end of file diff --git a/src/ProfilesList.json b/src/ProfilesList.json index 6821a0d4..334bb9cf 100644 --- a/src/ProfilesList.json +++ b/src/ProfilesList.json @@ -161,5 +161,6 @@ "RaghavSaptam.json", "JaredCaprio.json", "Adebayoibrahim.json", - "arewageek.json" + "arewageek.json", + "Hraj24.json" ]