twitter bootstrap comprehensive overview

27

Click here to load reader

Upload: benha-university

Post on 16-Apr-2017

1.678 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: Twitter Bootstrap Comprehensive Overview

Twitter BootStrapMohamed Loey

Page 2: Twitter Bootstrap Comprehensive Overview

Agenda

Part I: Introduction

Part II: Bootstrap Components

Page 3: Twitter Bootstrap Comprehensive Overview

Agenda

Part I: Introduction What is Bootstrap ? Why Bootstrap ? How to Install Bootstrap ? HTML Form without Bootstrap on

Browser HTML Form with Bootstrap on Browser Bootstrap Code

Page 4: Twitter Bootstrap Comprehensive Overview

What is Bootstrap ?

Bootstrap is the most popular HTML, CSS, and Javascript framework for developing.

Bootstrap was developed by Mark Otto and Jacob Thornton at Twitter as a framework 

Page 5: Twitter Bootstrap Comprehensive Overview

Why Bootstrap ?

Bootstrap is open source. It's hosted, developed, and maintained on GitHub.

One framework, every device.

Page 6: Twitter Bootstrap Comprehensive Overview

Why Bootstrap ?

Full of featureso With Bootstrap, you get extensive and

beautiful documentation for common HTML elements, and CSS components, and awesome jQuery plugins.

o Easy for developer

Page 7: Twitter Bootstrap Comprehensive Overview

How to Install Bootstrap ?

Download the Bootstrap framework from http://getbootstrap.com/

Extract Bootstrap.zip

Page 8: Twitter Bootstrap Comprehensive Overview

How to Install Bootstrap ?

You will have two important folders CSS => bootstrap.css JS => bootstrap.js

Import two file bootstrap.css & bootstrap.js to your website like this:

Page 9: Twitter Bootstrap Comprehensive Overview

HTML Form without Bootstrap on Browser

Page 10: Twitter Bootstrap Comprehensive Overview

HTML Form with Bootstrap on Browser

Page 11: Twitter Bootstrap Comprehensive Overview

Bootstrap Code

Hint I used bootstrap 2.3.2

Page 12: Twitter Bootstrap Comprehensive Overview

HTML Button with Bootstrap on Browser

Page 13: Twitter Bootstrap Comprehensive Overview

Bootstrap Code

Hint I used bootstrap 2.3.2

Page 14: Twitter Bootstrap Comprehensive Overview

Agenda

Part II: Bootstrap Components Grid Layout Buttons Labels Badges Icons Progress bars Tabs Pills

Page 15: Twitter Bootstrap Comprehensive Overview

Bootstrap components

All This Things can do & More.

Page 16: Twitter Bootstrap Comprehensive Overview

Bootstrap components

Grid Layout

Page 17: Twitter Bootstrap Comprehensive Overview

Bootstrap components

Buttons

Example:

Page 18: Twitter Bootstrap Comprehensive Overview

Bootstrap components

Buttons Examples

Page 19: Twitter Bootstrap Comprehensive Overview

Bootstrap components

Labels

Page 20: Twitter Bootstrap Comprehensive Overview

Bootstrap components

Labels Examples

Page 21: Twitter Bootstrap Comprehensive Overview

Bootstrap components

Badges

Page 22: Twitter Bootstrap Comprehensive Overview

Bootstrap components

Glyphicons : Includes 200 glyphs in font format from the Glyphicon Halflings set

Page 23: Twitter Bootstrap Comprehensive Overview

Bootstrap components

Progress bars

Page 24: Twitter Bootstrap Comprehensive Overview

Bootstrap components

Tabs

Page 25: Twitter Bootstrap Comprehensive Overview

Bootstrap components

Pills

Page 26: Twitter Bootstrap Comprehensive Overview

Bootstrap components

Images Image shapes

Page 27: Twitter Bootstrap Comprehensive Overview

THANK U