MysticShadow427 / GoGit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GoGit

Task 1

Your first Task consists of 3 steps.

Step-1

In your forked Repository you have to Create a <github-username>.html file like shashwat-mittal.html and paste the following content in the file (replacing with your details).

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>
<body>
    <p style="font-size:50px">Your Name</p>
    <p style="font-size:30px">Your Roll No</p>
    <p style="font-size:30px">Your Discord Id</p>
</body>
</html>

Step-2

Now, you have to host it on Github and keep the link of the hosted website for Step-3.

Step-3

Create a Pull Request and while creating it mention the link of the Github Page in the description of the Pull Request. image


Checkout to branch task2 for the next task

About