simonewebdesign / bootstrap-carousel

Twitter Bootstrap ready-to-go example layouts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bootstrap-Carousel

Based on Twitter Bootstrap carousel example template.

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 <tag_name>

For example:

$ git checkout basic # get the basic template

If you want to make any alterations, you'll need a branch:

$ git checkout -b <new_branch_name> <tag_name>

Example:

$ git checkout -b carousel basic

The full list of templates is listed under the tags section.

You can also list the tags with:

$ git tag -l

About

Twitter Bootstrap ready-to-go example layouts.


Languages

Language:JavaScript 100.0%