From 1a0a17ccd330c96f2be8cebd4649d3117874bdea Mon Sep 17 00:00:00 2001 From: Harshdeep Singh <56130865+coderhersh@users.noreply.github.com> Date: Fri, 9 Jun 2023 23:01:37 +0530 Subject: [PATCH] chore: project addition by coderhersh #1099 (#1145) Signed-off-by: Harshdeep Singh <56130865+coderhersh@users.noreply.github.com> Co-authored-by: Priyankar Pal <88102392+priyankarpal@users.noreply.github.com> --- src/DB/projects.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/DB/projects.json b/src/DB/projects.json index f9879194d..a1b388c13 100644 --- a/src/DB/projects.json +++ b/src/DB/projects.json @@ -2466,5 +2466,23 @@ "tech": ["HTML", "CSS", "Node JS", "javascript"] } ] + }, + { + "github_username": "coderhersh", + "Social_media": { + "gitHub": "https://github.com/coderhersh", + "LinkedIn": "https://www.linkedin.com/in/harshdeep-sde/", + "Instagram": "", + "YouTube": "", + "Twitter": "https://twitter.com/Hersch_dev" + }, + "Projects": [ + { + "link": "https://github.com/coderhersh/pinax", + "title": "Pinax", + "description": "Pinax is a landing page made in Angular and Tailwind CSS.", + "tech": ["HTML", "Tailwind CSS", "Node JS", "TypeScript", "Angular"] + } + ] } ]