Thank you for considering contributing to POWERTHEWEB! We appreciate all your hard work and contributions, big or small. Here’s how you can add your profile to the contributor card:
src/json/Contributors.json
.profile
under the profiles
array using the following JSON structure:
{
"name": "Nelson",
"avatarUrl": "https://avatars.githubusercontent.com/u/25173636?v=4",
"github": "nelsonuprety1",
"twitter": "Nelsan97354355"
"projects": [
"https://github.com/devvsakib/power-the-web/tree/main/PROJECTS/Your-project-folder-1",
"https://github.com/devvsakib/power-the-web/tree/main/PROJECTS/Your-project-folder-2",
"https://github.com/devvsakib/power-the-web/tree/main/PROJECTS/Your-project-folder-3",
]
}
Remember to add the links to your projects that have been submitted to the PROJECTS
folder to the projects
array.
You must fill in your GitHub username. Your contributor card will not be accessible if you do not fill in your GitHub username.
Thank you again for contributing to POWERTHEWEB. Your contributions help make the web a better place for everyone.