Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jatiinyadav/bootstrap-learning
This is a repository that I created while learning Bootstrap.
https://github.com/jatiinyadav/bootstrap-learning
bootstrap css3 hacktoberfest html5 learning open-source
Last synced: about 2 months ago
JSON representation
This is a repository that I created while learning Bootstrap.
- Host: GitHub
- URL: https://github.com/jatiinyadav/bootstrap-learning
- Owner: jatiinyadav
- License: apache-2.0
- Created: 2021-10-16T19:31:06.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-07T18:17:37.000Z (over 3 years ago)
- Last Synced: 2023-03-07T00:44:44.958Z (almost 2 years ago)
- Topics: bootstrap, css3, hacktoberfest, html5, learning, open-source
- Language: HTML
- Homepage: https://jatiinyadav.github.io/Bootstrap-Learning/
- Size: 460 KB
- Stars: 6
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## 🤝 Wanna Contribute to this project
You can contribute to this project by following these simple steps:### Step-1:
Fork this repo by clicking on fork button at top-right corner.### Step-2:
Clone this repo
```bash
https://github.com/your_username/repo_name.git
```### Step-3:
Make the changes that you want.### Step-4:
Create a new branch
```bash
git branch branch_name
```
```bash
git checkout branch_name
```### Step-4:
Save changes and Commit changes
```bash
git add .
```
```bash
git commit -m "add message"
```
### Step-5:
Make PR
```bash
git push origin branch_name
```
Then go to github repo, there will be automatically a button generated to create pull request, just click that button.Congratulations🎉, you have successfully created the PR.
[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://jatiinyadav.github.io/)
## Code of Conduct
You can find Code of Conduct [here](/CODE_OF_CONDUCT.md).
### License
This project includes [MIT License](/LICENSE).