Skip to content

manishh12/FOSS-APK-MONTH-BRANCHES

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Sub-Task 1

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.

Template to be followed:

    <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>

For Example:

    <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

Pull Request template for subtask1.

Issue: 1

image

What to do after your PR is merged?

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.

About

A FOSS task repository for apk month students.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 100.0%