Contribute to Open Source with this repository and get listed on the the Hall of Fame below
- First you have to drop your image for that navigate to (public/assets/members) and drop the image of your.
- 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",
},
},
- Copy the whole object and paste it in members array and fill out it out by your information
- 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]
- After entering your information save the file and close it