Create a Github account, if you don't already have one. Need help? Here are some resurces to help you set up your Github account:
* https://github.com/softcreations01/learning_git
* https://git-scm.com/doc
* https://lab.github.com/
Register for Hacktoberfest if you're yet to register and follow the instructions here. But, read the rules carefully before you do and then sign In using your GitHub credentials.
Fork this Repository using the button at the top on right corner.
Create a new branch for your modifications/issues (ie. git branch new-issue
and check it out git checkout new-issue
or simply do git checkout -b new-issue
)
Make your contribution in Web Development Domain / AI/ML / Android Development and many more visit the Coders Folder, while if you are a non-coder then do not worry as you can still contribute by making your contribution in Technical Writing / Content Writing / Interview Experience in the non-coder folder.
Create a pull request
Star this repository
assets/images
Add a picture picture of your choice in assets/images/<YOUR-USERNAME>.png
. Accepted files are png and jpg, Ex.
assets/images/<YOUR-USERNAME>.png
index.html
file, open it, read the instructions in the code, copy the contributing section and add your informationFrom this
To
style.css
file, and add the new class .card(as in your number)
along with the image pathurl('assets/images/<YOUR-USERNAME>.png')
i.e
".card1{
background-image: url(assets/images/tousse.jpg);
}"
Wait for Pull request to merge, raise and solve issues and follow me