How To Host A Website

In this lesson, we are going to be teaching you how to host your website using GitHb.
  1. Head To GitHb, github.com and create an account
  2. Create a new repository, or use the direct link github.com/new
  3. Name the repository after yourself or just
    my-portfolio-site
  4. Create a new file and name it index.html(The reason for naming this file index.html is because the first page on a website is always named index)
  5. Copy the code in the index.html of the file we created during the tutorial and paste it into the index.html in your GitHub Repo
  6. Do that for the remaining files



The video below should give you detailed information on how to go about it.