https://github.com/simonewebdesign/bootstrap-carousel
Twitter Bootstrap ready-to-go example layouts.
https://github.com/simonewebdesign/bootstrap-carousel
Last synced: about 13 hours ago
JSON representation
Twitter Bootstrap ready-to-go example layouts.
- Host: GitHub
- URL: https://github.com/simonewebdesign/bootstrap-carousel
- Owner: simonewebdesign
- Created: 2013-03-26T10:41:36.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-26T12:14:06.000Z (about 13 years ago)
- Last Synced: 2025-01-08T20:29:48.337Z (over 1 year ago)
- Language: JavaScript
- Size: 980 KB
- Stars: 0
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bootstrap-Carousel
Based on [Twitter Bootstrap carousel example template](http://twitter.github.com/bootstrap/examples/carousel.html).
## Getting started
You can clone this repository and start to build your website.
`$ git clone https://github.com/simonewebdesign/bootstrap-carousel.git`
## Available versions
Tags will be added for each version of this template.
Get a specific version:
```
$ git fetch origin --tags # get the templates list
$ git checkout
```
For example:
`$ git checkout basic # get the basic template`
If you want to make any alterations, you'll need a branch:
`$ git checkout -b `
Example:
`$ git checkout -b carousel basic`
The full list of templates is listed under the [tags section](https://github.com/simonewebdesign/bootstrap-carousel/tags).
You can also list the tags with:
`$ git tag -l`