Welcome Guys & Gals, to the branch subtask1. Here, you will be completing your Subtask-1. In this branch you will find an html file named participants.html. In that file, you have to add github avatar link, Name and Roll No.. Add your details after the details of the previous student. Visit the deployed web-page here.
<div class="data">
<img class="pimg" src="https://avatars.githubusercontent.com/<github username>" >
<h2>Name</h2>
<h2>Roll No</h2>
<h2>Discord ID</h2>
</div>
<div class="data">
<img class="pimg" src="https://avatars.githubusercontent.com/shashwat-mittal" >
<h2>Shashwat Mittal</h2>
<h2>IIT2020157</h2>
<h2>Shashwat#9311</h2>
</div>
Now while doing this subtask, you will be facing Merge Conflicts, and hence will be asked again & again, to solve merge conflicts, until your PR is merged. Also, you can find some sample entries in the text file for your Reference.
We have divided the task-2️ into two subtasks and the points distribution will be this
- 20 points for subtask-1
- 10 points for subtask-2
Once your PR is merged, give yourself another pat on your back, for completing Subtask-1, and proceed to the branch subtask2, for further instructions.