Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Added my profile JSON file (your_github_username.json) to the public/data folder and updated the ProfilesList.json file to include my profile. This change contributes a new profile to the project, showcasing my personal and professional information as per the repository guidelines.
Related Issues
No related issues were specifically referenced, but this PR contributes a new profile to the project.
Changes Proposed
public/data/Smriti-ELigar.json with the following content:
{
"name": "Smriti Eligar",
"location": "Bengaluru",
"bio": "I am a 3rd year BTech CSE student at Dayananda Sagar University and i am passionate about development and security",
"avatar": "https://github.com/Smriti-ELigar.png",
"portfolio": "https://github.com/Smriti-ELigar",
"skills": ["React.js", "tailwind CSS", "Bootstrap","Django", "MYSQL", "Mongo DB"],
"social": {
"GitHub": "https://github.com/Smriti-ELigar",
"Twitter": "#",
"LinkedIn": "www.linkedin.com/in/smriti-eligar",
"Instagram": "https://www.instagram.com/__smr_iti___",
"Email": "[email protected]"
}
}
[
"filename1.json",
"filename2.json",
"filename3.json",
"Smriti-ELigar.json"
]
Checklist
Screenshots
N/A (This PR is for adding a JSON profile and does not affect the UI directly.)
Note to reviewers
The workflow (greetings.yml) seems to have failed due to an invalid configuration. The error is unrelated to this PR. Kindly address the issue in the GitHub Actions configuration. Let me know if there are further changes required for my contribution.