BootStrap

Para descargar BootStrap nos vamos a la página:

http://getbootstrap.com/

The folks over at MaxCDN provide CDN support for Bootstrap's CSS and JavaScript. Just use these Bootstrap CDN links.

<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css">

<!-- Optional theme -->
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap-theme.min.css">

<!-- Latest compiled and minified JavaScript -->
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script>

Once downloaded, unzip the compressed folder to see the structure of (the compiled) Bootstrap.

Usando Bootstrap con Sinatra

Véase:
  1. Bootstrap your Web Application with Ruby and Sinatra por David Sale.
  2. Véase también: sinatra-bootstrap
  3. crguezl/sinatra-bootstrap-example en GitHub en GitHub.

Tutoriales de BootStrap

  1. w3schools.com
  2. Tutoriales en YouTube del 1 al 15 por http://www.creativitytuts.org/ :
    1. Twitter Bootstrap Tutorial 1 - Introduction / Setup por CreativityTuts
    2. Twitter Bootstrap Tutorial 2 - Forms por CreativityTuts
    3. Twitter Bootstrap Tutorial 3 - In-line & Search Form por CreativityTuts
    4. Twitter Bootstrap Tutorial 4 - Tables por CreativityTuts
  3. Tutorials on Using Bootstrap for the Easy Start
  4. BootStrap Tutorial Parts I and II



Subsecciones
Casiano Rodriguez León 2015-01-07