https://github.com/zero-to-mastery/html-project
🌎
https://github.com/zero-to-mastery/html-project
hacktoberfest html
Last synced: about 1 year ago
JSON representation
🌎
- Host: GitHub
- URL: https://github.com/zero-to-mastery/html-project
- Owner: zero-to-mastery
- Created: 2018-01-31T13:52:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-31T04:15:22.000Z (over 2 years ago)
- Last Synced: 2023-11-07T15:36:10.011Z (over 2 years ago)
- Topics: hacktoberfest, html
- Language: HTML
- Homepage: https://zero-to-mastery.github.io/HTML-project/
- Size: 11 MB
- Stars: 212
- Watchers: 16
- Forks: 589
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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!
```bash
git clone https://github.com/{your-github-username-here}/HTML-project.git
```
```bash
cd HTML-project
```
- It is not good practice to work on the `master` branch. You can create a new branch by using this command
```bash
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)
```bash
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)
```bash
git pull upstream master
```
- Make your contribution too :)
- Open a Pull Request also.
- For demo click on this [link](https://zero-to-mastery.github.io/HTML-project/).
- **Read [this](https://help.github.com/en/articles/creating-a-pull-request-from-a-fork) or watch [this](https://www.youtube.com/watch?v=G1I3HF4YWEw) for more help**.
# Zero to Mastery Course
- **Click [here](https://www.udemy.com/course/the-complete-web-developer-zero-to-mastery/) to buy the course on Udemy**
- **Click [here](https://academy.zerotomastery.io/p/complete-web-developer-zero-to-mastery) to buy the course on the ZTM Academy**