Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating and Hosting Personal Details Webpage #8

Open
sarthakvermaa opened this issue Mar 18, 2024 · 0 comments
Open

Creating and Hosting Personal Details Webpage #8

sarthakvermaa opened this issue Mar 18, 2024 · 0 comments

Comments

@sarthakvermaa
Copy link
Contributor

Task Description

Objective:

Create a personal details webpage using HTML and host it on GitHub Pages.

Steps:

  1. Create HTML File:

    • In your forked repository, create a <github-username>.html file in the "hosting" folder.
    • Paste the provided HTML content into the file, replacing placeholders 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" is a Git-Hero!</p>
      </body>
      </html>
  2. Host on GitHub Pages:

    • Host your HTML file on GitHub Pages and obtain the link to the hosted website.
  3. Create Pull Request:

    • Submit a Pull Request.
    • Mention the link to the hosted GitHub Page in the PR description.

NOTE: Your link should only display "Your-Name" is a Git-Hero!, anything other than this is not acceptable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant