power-the-web

Contributor card

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:

  1. Log in to your GitHub Account
  2. Visit the POWERTHEWEB repo
  3. Fork POWERTHEWEB repository
  4. Navigate to the file src/json/Contributors.json.
  5. Add your 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.

IMPORTANT

You must fill in your GitHub username. Your contributor card will not be accessible if you do not fill in your GitHub username.
  1. Make pull request
  2. After your pull request is merged by the owner, you can access your contributor card by going to the contributors list and clicking on the card icon next to your GitHub icon.

Thank you again for contributing to POWERTHEWEB. Your contributions help make the web a better place for everyone.