Skip to content

AWS-User-Group-Jaipur-Rajasthan/HallOfTechies

Repository files navigation

Hall of Techies 👩🏼‍💻🧑🏼‍💻

An initiative by AWS UG Jaipur - Rajasthan for developers around the globe to showcase, and add their profile on an open platform and for beginners who wants make their first open source contribution.

Link to the website.

How to make a pull request?

  1. Fork this repository

  2. To add your name to the list, go to src/upload folder/data.js, then fill it up with following content and append it at the end of last entry.
    Don't remove and manipulate previous entry.

{
    name: "YOUR NAME",
    role: "YOUR ROLE",
    image: "GITHUB PROFILE IMAGE LINK",
    skills: ['js', 'react', 'node', 'react native'],
    link: [
      "https://github.com/GITHUB_USERNAME",
      "https://linkedin.com/in/LINKEDIN_USERNAME",
      "https://twitter.com/TWITTER_USERNAME",
    ],
  }

If you do not want to fill some of the fields, leave them blank.
Your pull request will only be accepted if it follows the example above. It cannot have anything else. Please submit a Pull Request to be added to this list.

How to add profile image to Hall of Techies profile using Github avatars?

Resources

Pagination and Icons have been sourced from Material UI