dazzle-sah / HTML-project

🌎

Home Page:https://zero-to-mastery.github.io/HTML-project/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTML-Project from Ground Zero Level

Hey there, welcome to our HTML open source project. Redesign the HTML landing page, learn and have fun doing it. Happy coding :)

Contribution Guide

  • Fork the repository, create a clone and make sure that you are not working on the `MASTER BRANCH' repository!
git clone https://github.com/{your-github-username-here}/HTML-project.git
cd HTML-project
  • It is not good practice to work on the master branch. You can create a new branch by using this command
git checkout -b {name-of-the-branch-here}
  • Add a stream so you can sync your clone with the original repository (get the latest updates)
git remote add upstream https://github.com/zero-to-mastery/HTML-project.git
  • Use this command to stay up to date with the original repository (not the fork that you made)
git pull upstream master
  • Make your contribution too :)

  • Open a Pull Request also.

  • For demo click on this link.

  • Read this or watch this for more help.

Zero to Mastery Course

  • Click here to buy the course on Udemy

  • Click here to buy the course on the ZTM Academy

About

🌎

https://zero-to-mastery.github.io/HTML-project/


Languages

Language:HTML 66.3%Language:CSS 17.0%Language:JavaScript 16.7%