-
-
Notifications
You must be signed in to change notification settings - Fork 362
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #621 from Shashikumar-ezhilarasu/update-profile-json
Update profile json
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"name": "Shashikumar Ezhilarasu", | ||
"location": "India", | ||
"bio": "Full-stack developer specializing in React, Next.js, Python, and data science. Passionate about creating innovative solutions and building user-centric web applications.", | ||
"avatar": "https://github.com/shashikumar-ezhilarasu.png", | ||
"portfolio": "https://github.com/shashikumarezhil", | ||
"skills": ["React", "Next.js", "Python", "Machine Learning", "Data Science", "UI/UX Design"], | ||
"social": { | ||
"GitHub": "https://github.com/Shashikumar-ezhilarasu", | ||
"Twitter": "https://x.com/Shashikumar094", | ||
"LinkedIn": "https://www.linkedin.com/in/shashikumar-ezhilarasu0094/", | ||
"Instagram": "https://www.instagram.com/shashikumar_ezhil/?hl=en", | ||
"Email": "[email protected]" | ||
} | ||
} | ||
|