- Fork this repo
- Edit main.js
- Add you photo into /images folder
- Add your name in contributers.txt
- Commit and push
- Send a Pull Request
After the Pull Request has been accepted your name will be displayed here View
- You can find the below line at the beginning of main.js
let contributers=[
]
- There will be information inside those brackets
let contributers=[
{
details of contributer 1
},
{
details of contributer 2
}
]
- Fill your info in the following format just after the previous contributer by putting a comma
{
"name" : "YOUR NAME",
"college" : "YOUR COLLEGE NAME or POSITION",
"image" : "images/YOUR_NAME.[jpg/png]",
"github" : "YOUR_GITHUB_LINK",
"linkedin" : "YOUR_LINKEDIN_LINK",
"instagram" : "YOUR_INSTAGRAM_LINK"
}
-
Put your image with the name specified in "image" : "images/YOUR_NAME.[jpg/png]" into images folder.
-
Add your name in Contributers.txt
-
Send Pull Request