An open API service indexing awesome lists of open source software.

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.

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`