Skip to content

zero-to-mastery/HTML-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7319bf8 Β· Sep 25, 2024
Oct 6, 2022
Oct 20, 2022
Oct 30, 2021
Oct 26, 2022
Sep 28, 2022
Oct 16, 2021
Oct 26, 2022
Sep 28, 2022
Jul 22, 2023
Jul 22, 2023
Dec 29, 2022
Aug 13, 2023
Feb 18, 2023
Aug 30, 2020
Oct 30, 2022
Jul 2, 2021
Aug 13, 2023
Oct 17, 2022
Aug 10, 2023
Sep 25, 2024
Oct 11, 2022
Apr 15, 2019
Feb 8, 2023
Oct 27, 2022
Nov 16, 2022
May 20, 2022
Mar 13, 2023
Oct 11, 2022
Mar 13, 2023
Jan 19, 2023
Dec 5, 2020
Oct 31, 2018
Feb 10, 2023
Feb 5, 2023
Feb 27, 2021
Oct 30, 2021
Sep 20, 2019
May 20, 2020
Nov 16, 2022
Oct 6, 2022
Sep 25, 2024
Nov 16, 2022
Nov 25, 2019

Repository files navigation

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

Please note: We do not assign issues to contributors. If you see a bug or if there is a change you want to make, do not open a new issue. Simply follow the instructions below and submit your changes by opening a pull request.

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