Hall Of Open Source

Contribute to Open Source with this repository and get listed on the the Hall of Fame below

View the Live Site

Follow below instructions to contribute to this Repository

  1. First you have to drop your image for that navigate to (public/assets/members) and drop the image of your.
  2. Afer completing above step navigate to (src/data/member.js) which will look like below.
{
    img: `${imgPath}/team-1.jpg`,
    firstname: "John",
    lastname: "Doe",
    team: "Cyber Security",
    city: "Islamabad",
    socialUrls: {
      facebook: "https://www.facebook.com",
      instagram: "https://intagram.com",
      linkedIn: "https://linkedin.com",
    },
  },
  1. Copy the whole object and paste it in members array and fill out it out by your information
  2. For img give your image name that you have dropped in 1 step. Just mention your image name after forward slash (no space). ${imgPath}/[your-image-name]
  3. After entering your information save the file and close it