13
Bootstrap

Bootstrap base theme for Drupal 7

Embed Size (px)

DESCRIPTION

Bootstrap base theme for Drupal 7.

Citation preview

Page 1: Bootstrap base theme for Drupal 7

Bootstrap

Page 3: Bootstrap base theme for Drupal 7

Bootstrap & DrupalWhat is Bootstrap?

Page 4: Bootstrap base theme for Drupal 7

Bootstrap 3Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.

http://getbootstrap.com/

Page 5: Bootstrap base theme for Drupal 7

Bootstrap & DrupalWhat is Drupal?

Page 6: Bootstrap base theme for Drupal 7

Drupal 7Drupal is an open source content management platform powering millions of websites and applications.

http://drupal.org

Page 7: Bootstrap base theme for Drupal 7

Bootstrap & DrupalBootstrap base-theme for Drupal

Page 8: Bootstrap base theme for Drupal 7

Bootstrap base-theme for Drupal

● The Bootstrap base-theme bridges the gap between Drupal and the Bootstrap Framework.

Page 9: Bootstrap base theme for Drupal 7

Requirements

● Bootstrap requires a minimum jQuery version of 1.7 or higher.

● jQuery Update - 7.x-2.3 or higher.● You must manually set this in the

configuration after it is installed.

Page 10: Bootstrap base theme for Drupal 7

Framework methods

● BootstrapCDN ( Default )○ This base-theme utilizes a fast CDN of the

compiled Bootstrap source files. This allows this base-theme to work right out of the box.

● Sub-theme○ If the above CDN option is disabled this base-

theme is no longer responsible for providing the necessary implementation of the Bootstrap framework. The base-theme will appear un-styled until a sub-theme is created to provide this implementation.

Page 11: Bootstrap base theme for Drupal 7

Drupal 7

● 7.x-2.1 ( Bootstrap 2 )○ This the current stable release.

● 7.x-3.x ( Bootstrap 3 )○ This branch is not yet in use. It is reserved for

development of Bootstrap 3.0 once an official release has been made.

Page 12: Bootstrap base theme for Drupal 7

Sub-theme starter kit

● Instructions on how to create a Bootstrap sub-theme:https://drupal.org/node/1978010