Download Git as per your OS.
$ git config --global user.name "Your Name"
$ git config --global user.email youremail@example.com
$ git config --list
( You will see this on Top Right of Github Repository !)
( Click on the Green Code button and Copy the link `https://github.com/........` )
git clone link
(In Place of link paste the link you copied)
As you have learned to fork, clone, make changes and also to push those changes and even we learned to create Pull request !
After the src in image tag there is my username `rohan-kulkarni-25` In place of that you have to add your github username !! Make sure there is `.png` after you enter your username !! Also Enter you name In place of mine inside the `P` tag !! Paste the edited content in index.html as per the sequence above the line `Paste here`
You have to create a Pull Request and add `Fixes #IssueNumber` in description !! Issue number is the number of issue you created !
COPY THIS ππ»
<div class="individual">
<div>
<img class="avatar" src="https://www.github.com/rohan-kulkarni-25.png">
<p class="name">Rohan Kulkarni</p>
</div>
</div>