SlideShare uma empresa Scribd logo
1 de 32
Baixar para ler offline
Jadson Santos
Computing Engineer
What is Bootstrap?
•  Bootstrap is a free front-end framework (HTML and
CSS) for faster and easier web development
•  Bootstrap is famous for being developed with
components that have the ability to follow the
property of responsive designs
•  Responsive Design is about using CSS and HTML to resize,
hide, shrink, enlarge, or move the content to make it look
good on any screen
•  Responsive Design allow your page works for computer,
tablets and mobile phones.
19/03/17 Bootstrap 2
What is Bootstrap?
•  In other words, bootstrap is a collection of CSS
classes and JavaScript functions the you get ready
to use and will not worry about write code like this:
19/03/17 Bootstrap 3
First Bootstrap Page
•  Include the HTML5 doctype at the beginning of the
page, along with the lang attribute and the correct
character set
19/03/17 Bootstrap 4
First Bootstrap Page
•  Meta viewport tag ensure proper rendering and
touch zooming
•  Width of the page to follow the screen-width of the
device and initial zoom level to default zoom level of
device
•  User will have a better experience, thus will not need
zoom the page to view page information
19/03/17 Bootstrap 5
First Bootstrap Page
•  You will need to include three files:
•  bootstrap.min.css
•  jquery.min.js
•  bootstrap.min.js
•  You must download it and include in you page
•  For this example, we include from the Internet
19/03/17 Bootstrap 6
First Bootstrap Page
•  Bootstrap has a concept of containing element to
wrap site contents
19/03/17 Bootstrap 7
Bootstrap Grids
•  Bootstrap's grid system allows up to 12 columns
across the page
•  You can divide the container in rows and each row
in columns with space multiple of the 12
19/03/17 Bootstrap 8
Bootstrap Grids
•  In the bellow example, we divide the space inside
the container in 1 row and this row in 3 columns with
the same side. 4+4+4 = 12
•  You can use any combination that the sum be equal
to 12.
19/03/17 Bootstrap 9
Bootstrap Grids
•  Responsive Bootstrap's grid system with 3 columns
19/03/17 Bootstrap 10
small screens big screens
Bootstrap Table
•  4 main classes:
•  .table
•  .table-striped
•  .table-bordered
•  .table-hover
•  5 contextual classes:
•  .active
•  .success
•  .info
•  .warning
•  .danger
19/03/17 Bootstrap 11
Bootstrap Tables
19/03/17 Bootstrap 12
Bootstrap Tables
19/03/17 Bootstrap 13
Bootstrap Images
•  3 main classes:
•  . img-rounded
•  . img-circle
•  . img-thumbnail
19/03/17 Bootstrap 14
Bootstrap Images
19/03/17 Bootstrap 15
Bootstrap Alerts
•  Bootstrap provides an easy way to create
predefined alert messages
•  Alerts are created with the .alert class, followed by
one of the four contextual classes
•  .alert-success
•  .alert-info
•  .alert-warning
•  .alert-danger
19/03/17 Bootstrap 16
Bootstrap Alerts
19/03/17 Bootstrap 17
Bootstrap Alerts
19/03/17 Bootstrap 18
Bootstrap Buttons
•  Bootstrap provides seven styles of buttons:
•  To achieve the button styles above, Bootstrap has
the following contextual classes:
•  .btn-default
•  .btn-primary
•  .btn-success
•  .btn-info
•  .btn-warning
•  .btn-danger
•  .btn-link
19/03/17 Bootstrap 19
Bootstrap Buttons
19/03/17 Bootstrap 20
Bootstrap Glyphicons
•  Bootstrap provides 260 glyphicons from the
Glyphicons Halflings set
•  (http://getbootstrap.com/components/)
19/03/17 Bootstrap 21
Bootstrap Glyphicons
19/03/17 Bootstrap 22
Bootstrap Glyphicons
19/03/17 Bootstrap 23
Bootstrap Labels
19/03/17 Bootstrap 24
•  Labels are used to provide information about
something
•  Bootstrap create labels with colorful backgrounds to
highlight the text inside de label
•  Use the .label class, followed by one of the six
contextual classes .label-default, .label-
primary, .label-success, .label-info, .label-warning
or .label-danger
Bootstrap Labels
19/03/17 Bootstrap 25
Bootstrap Panels
19/03/17 Bootstrap 26
•  A panel in bootstrap is a bordered box with some
padding around its content that can be use to
highlight or separated some information
•  Like other bootstrap elements panel has contextual
classes also (.panel-default, .panel-primary, .panel-
success, .panel-info, .panel-warning, or .panel-
danger)
Bootstrap Panels
19/03/17 Bootstrap 27
Bootstrap Themes and Templates
•  You can find several templates e themes free to
download
•  A theme consists of customized CSS
•  A template consists of one or more predesigned HTML pages,
which often make use of a theme
•  Both are collection of bootstrap elements (grids,
buttons, panels), put together for someone, until
have a fully functional website or web application.
•  You can find some free templates here:
https://startbootstrap.com/template-categories/all/
19/03/17 Bootstrap 28
Bootstrap Themes and Templates
•  For web application SB Admin 2 template is
appropriate. It has forms, tables, charts and other
useful components
19/03/17 Bootstrap 29
Bootstrap Themes and Templates
•  Download SB Admin 2 template for your computer
and open the /pages/index.html in your web
browser
•  Start to customize it, instead write you application
design from scratch
19/03/17 Bootstrap 30
Bootstrap Themes and Templates
19/03/17 Bootstrap 31
Bootstrap19/03/17 32
• References
• w3schools. Bootstrap 3 Tutorial. https://
www.w3schools.com/bootstrap/
• Source Code
• https://github.com/jadsonjs/bootstrap

Mais conteúdo relacionado

Mais procurados

An Overview of HTML, CSS & Java Script
An Overview of HTML, CSS & Java ScriptAn Overview of HTML, CSS & Java Script
An Overview of HTML, CSS & Java ScriptFahim Abdullah
 
Bootstrap 5 whats new
Bootstrap 5   whats newBootstrap 5   whats new
Bootstrap 5 whats newSandun Perera
 
Introduction of Html/css/js
Introduction of Html/css/jsIntroduction of Html/css/js
Introduction of Html/css/jsKnoldus Inc.
 
Front end web development
Front end web developmentFront end web development
Front end web developmentviveksewa
 
Bootstrap 3
Bootstrap 3Bootstrap 3
Bootstrap 3Lanh Le
 
Introduction to CSS
Introduction to CSSIntroduction to CSS
Introduction to CSSAmit Tyagi
 
Html5 tutorial for beginners
Html5 tutorial for beginnersHtml5 tutorial for beginners
Html5 tutorial for beginnersSingsys Pte Ltd
 
Web development ppt
Web development pptWeb development ppt
Web development pptParasJain222
 
Html / CSS Presentation
Html / CSS PresentationHtml / CSS Presentation
Html / CSS PresentationShawn Calvert
 
Introduction to HTML5
Introduction to HTML5Introduction to HTML5
Introduction to HTML5Gil Fink
 
JavaScript - Chapter 12 - Document Object Model
  JavaScript - Chapter 12 - Document Object Model  JavaScript - Chapter 12 - Document Object Model
JavaScript - Chapter 12 - Document Object ModelWebStackAcademy
 
Introduction to Bootstrap
Introduction to BootstrapIntroduction to Bootstrap
Introduction to BootstrapRon Reiter
 

Mais procurados (20)

Js ppt
Js pptJs ppt
Js ppt
 
An Overview of HTML, CSS & Java Script
An Overview of HTML, CSS & Java ScriptAn Overview of HTML, CSS & Java Script
An Overview of HTML, CSS & Java Script
 
Bootstrap 5 whats new
Bootstrap 5   whats newBootstrap 5   whats new
Bootstrap 5 whats new
 
Bootstrap ppt
Bootstrap pptBootstrap ppt
Bootstrap ppt
 
Introduction of Html/css/js
Introduction of Html/css/jsIntroduction of Html/css/js
Introduction of Html/css/js
 
HTML Forms
HTML FormsHTML Forms
HTML Forms
 
Front end web development
Front end web developmentFront end web development
Front end web development
 
Bootstrap 3
Bootstrap 3Bootstrap 3
Bootstrap 3
 
Bootstrap 3
Bootstrap 3Bootstrap 3
Bootstrap 3
 
Introduction to CSS
Introduction to CSSIntroduction to CSS
Introduction to CSS
 
Html
HtmlHtml
Html
 
Html frames
Html framesHtml frames
Html frames
 
Html5 tutorial for beginners
Html5 tutorial for beginnersHtml5 tutorial for beginners
Html5 tutorial for beginners
 
Web development ppt
Web development pptWeb development ppt
Web development ppt
 
Html / CSS Presentation
Html / CSS PresentationHtml / CSS Presentation
Html / CSS Presentation
 
Html Ppt
Html PptHtml Ppt
Html Ppt
 
Introduction to HTML5
Introduction to HTML5Introduction to HTML5
Introduction to HTML5
 
JavaScript - Chapter 12 - Document Object Model
  JavaScript - Chapter 12 - Document Object Model  JavaScript - Chapter 12 - Document Object Model
JavaScript - Chapter 12 - Document Object Model
 
CSS Basics
CSS BasicsCSS Basics
CSS Basics
 
Introduction to Bootstrap
Introduction to BootstrapIntroduction to Bootstrap
Introduction to Bootstrap
 

Semelhante a Bootstrap

7.-Bootstrap-5-report powerpoint presentation
7.-Bootstrap-5-report powerpoint presentation7.-Bootstrap-5-report powerpoint presentation
7.-Bootstrap-5-report powerpoint presentationJohnLagman3
 
Battle of the Front-End Frameworks: Bootstrap vs. Foundation
Battle of the Front-End Frameworks: Bootstrap vs. FoundationBattle of the Front-End Frameworks: Bootstrap vs. Foundation
Battle of the Front-End Frameworks: Bootstrap vs. FoundationRachel Cherry
 
Introduction to BOOTSTRAP
Introduction to BOOTSTRAPIntroduction to BOOTSTRAP
Introduction to BOOTSTRAPJeanie Arnoco
 
An introduction to bootstrap
An introduction to bootstrapAn introduction to bootstrap
An introduction to bootstrapMind IT Systems
 
Twitter bootstrap training_session_ppt
Twitter bootstrap training_session_pptTwitter bootstrap training_session_ppt
Twitter bootstrap training_session_pptRadheshyam Kori
 
Introduction to Responsive Web Development
Introduction to Responsive Web DevelopmentIntroduction to Responsive Web Development
Introduction to Responsive Web DevelopmentNikhil Baby
 
Intro To Twitter Bootstrap
Intro To Twitter BootstrapIntro To Twitter Bootstrap
Intro To Twitter BootstrapAhmed Haque
 
Web technologies-course 06.pptx
Web technologies-course 06.pptxWeb technologies-course 06.pptx
Web technologies-course 06.pptxStefan Oprea
 
Know the reason behind choosing bootstrap as css framework
Know the reason behind choosing bootstrap as css frameworkKnow the reason behind choosing bootstrap as css framework
Know the reason behind choosing bootstrap as css frameworkOmkarsoft Bangalore
 
Bootstrap Presentation Mitesh
Bootstrap Presentation MiteshBootstrap Presentation Mitesh
Bootstrap Presentation MiteshMitesh Gandhi
 
Node.js 101
 Node.js 101 Node.js 101
Node.js 101FITC
 
Bootstrap - Basics
Bootstrap - BasicsBootstrap - Basics
Bootstrap - BasicsFirosK2
 
FITC - Bootstrap Unleashed
FITC - Bootstrap UnleashedFITC - Bootstrap Unleashed
FITC - Bootstrap UnleashedRami Sayar
 
Bootstrap.pptx
Bootstrap.pptxBootstrap.pptx
Bootstrap.pptxRaviRazz7
 

Semelhante a Bootstrap (20)

Bootstrap [part 1]
Bootstrap [part 1]Bootstrap [part 1]
Bootstrap [part 1]
 
Responsive web design
Responsive web designResponsive web design
Responsive web design
 
7.-Bootstrap-5-report powerpoint presentation
7.-Bootstrap-5-report powerpoint presentation7.-Bootstrap-5-report powerpoint presentation
7.-Bootstrap-5-report powerpoint presentation
 
Battle of the Front-End Frameworks: Bootstrap vs. Foundation
Battle of the Front-End Frameworks: Bootstrap vs. FoundationBattle of the Front-End Frameworks: Bootstrap vs. Foundation
Battle of the Front-End Frameworks: Bootstrap vs. Foundation
 
Module 3 - Intro to Bootstrap
Module 3 - Intro to BootstrapModule 3 - Intro to Bootstrap
Module 3 - Intro to Bootstrap
 
Introduction to BOOTSTRAP
Introduction to BOOTSTRAPIntroduction to BOOTSTRAP
Introduction to BOOTSTRAP
 
An introduction to bootstrap
An introduction to bootstrapAn introduction to bootstrap
An introduction to bootstrap
 
Lecture-03.pptx
Lecture-03.pptxLecture-03.pptx
Lecture-03.pptx
 
BOTSTRAP.ppt
BOTSTRAP.pptBOTSTRAP.ppt
BOTSTRAP.ppt
 
Twitter bootstrap training_session_ppt
Twitter bootstrap training_session_pptTwitter bootstrap training_session_ppt
Twitter bootstrap training_session_ppt
 
Introduction to Responsive Web Development
Introduction to Responsive Web DevelopmentIntroduction to Responsive Web Development
Introduction to Responsive Web Development
 
Intro To Twitter Bootstrap
Intro To Twitter BootstrapIntro To Twitter Bootstrap
Intro To Twitter Bootstrap
 
Bootstrap day1
Bootstrap day1Bootstrap day1
Bootstrap day1
 
Web technologies-course 06.pptx
Web technologies-course 06.pptxWeb technologies-course 06.pptx
Web technologies-course 06.pptx
 
Know the reason behind choosing bootstrap as css framework
Know the reason behind choosing bootstrap as css frameworkKnow the reason behind choosing bootstrap as css framework
Know the reason behind choosing bootstrap as css framework
 
Bootstrap Presentation Mitesh
Bootstrap Presentation MiteshBootstrap Presentation Mitesh
Bootstrap Presentation Mitesh
 
Node.js 101
 Node.js 101 Node.js 101
Node.js 101
 
Bootstrap - Basics
Bootstrap - BasicsBootstrap - Basics
Bootstrap - Basics
 
FITC - Bootstrap Unleashed
FITC - Bootstrap UnleashedFITC - Bootstrap Unleashed
FITC - Bootstrap Unleashed
 
Bootstrap.pptx
Bootstrap.pptxBootstrap.pptx
Bootstrap.pptx
 

Mais de Jadson Santos

A Deep Dive into Continuous Integration Monitoring Practices
A Deep Dive into Continuous Integration Monitoring PracticesA Deep Dive into Continuous Integration Monitoring Practices
A Deep Dive into Continuous Integration Monitoring PracticesJadson Santos
 
Containerizing a Web Application with Vue.js and Java
Containerizing a Web Application with Vue.js and JavaContainerizing a Web Application with Vue.js and Java
Containerizing a Web Application with Vue.js and JavaJadson Santos
 
Continuous Delivery with Jenkins
Continuous Delivery with JenkinsContinuous Delivery with Jenkins
Continuous Delivery with JenkinsJadson Santos
 
Cd with Github Travis CI and Heroku
Cd with Github Travis CI and HerokuCd with Github Travis CI and Heroku
Cd with Github Travis CI and HerokuJadson Santos
 
Jenkins Continuous Delivery
Jenkins Continuous DeliveryJenkins Continuous Delivery
Jenkins Continuous DeliveryJadson Santos
 
Introduction to angular with a simple but complete project
Introduction to angular with a simple but complete projectIntroduction to angular with a simple but complete project
Introduction to angular with a simple but complete projectJadson Santos
 
Hazelcast Distributed Lock
Hazelcast Distributed LockHazelcast Distributed Lock
Hazelcast Distributed LockJadson Santos
 
Introdução ao Flyway
Introdução ao FlywayIntrodução ao Flyway
Introdução ao FlywayJadson Santos
 
Mini curso gerenciamento de configuração e mudança com GIT + Eclipse - I...
Mini curso gerenciamento de configuração e mudança com GIT + Eclipse  -  I...Mini curso gerenciamento de configuração e mudança com GIT + Eclipse  -  I...
Mini curso gerenciamento de configuração e mudança com GIT + Eclipse - I...Jadson Santos
 
Usando hiberante de forma otimizada
Usando hiberante de forma otimizadaUsando hiberante de forma otimizada
Usando hiberante de forma otimizadaJadson Santos
 
Usando JMeter para testar sua aplicação JSF
Usando JMeter para testar sua aplicação JSFUsando JMeter para testar sua aplicação JSF
Usando JMeter para testar sua aplicação JSFJadson Santos
 
ICEIS 2013 Presentation
ICEIS 2013 PresentationICEIS 2013 Presentation
ICEIS 2013 PresentationJadson Santos
 
Conditional Execution - A Pattern for the Implementation of Fine-Grained Vari...
Conditional Execution - A Pattern for the Implementation of Fine-Grained Vari...Conditional Execution - A Pattern for the Implementation of Fine-Grained Vari...
Conditional Execution - A Pattern for the Implementation of Fine-Grained Vari...Jadson Santos
 

Mais de Jadson Santos (19)

A Deep Dive into Continuous Integration Monitoring Practices
A Deep Dive into Continuous Integration Monitoring PracticesA Deep Dive into Continuous Integration Monitoring Practices
A Deep Dive into Continuous Integration Monitoring Practices
 
Containerizing a Web Application with Vue.js and Java
Containerizing a Web Application with Vue.js and JavaContainerizing a Web Application with Vue.js and Java
Containerizing a Web Application with Vue.js and Java
 
Continuous Delivery with Jenkins
Continuous Delivery with JenkinsContinuous Delivery with Jenkins
Continuous Delivery with Jenkins
 
Cd with Github Travis CI and Heroku
Cd with Github Travis CI and HerokuCd with Github Travis CI and Heroku
Cd with Github Travis CI and Heroku
 
Vue.js
Vue.jsVue.js
Vue.js
 
Jenkins Continuous Delivery
Jenkins Continuous DeliveryJenkins Continuous Delivery
Jenkins Continuous Delivery
 
Introduction to angular with a simple but complete project
Introduction to angular with a simple but complete projectIntroduction to angular with a simple but complete project
Introduction to angular with a simple but complete project
 
Hazelcast Distributed Lock
Hazelcast Distributed LockHazelcast Distributed Lock
Hazelcast Distributed Lock
 
Testes Unitários
Testes UnitáriosTestes Unitários
Testes Unitários
 
Java8
Java8Java8
Java8
 
Gradle
GradleGradle
Gradle
 
Git
GitGit
Git
 
Introdução ao Flyway
Introdução ao FlywayIntrodução ao Flyway
Introdução ao Flyway
 
Mini curso gerenciamento de configuração e mudança com GIT + Eclipse - I...
Mini curso gerenciamento de configuração e mudança com GIT + Eclipse  -  I...Mini curso gerenciamento de configuração e mudança com GIT + Eclipse  -  I...
Mini curso gerenciamento de configuração e mudança com GIT + Eclipse - I...
 
Usando hiberante de forma otimizada
Usando hiberante de forma otimizadaUsando hiberante de forma otimizada
Usando hiberante de forma otimizada
 
Usando JMeter para testar sua aplicação JSF
Usando JMeter para testar sua aplicação JSFUsando JMeter para testar sua aplicação JSF
Usando JMeter para testar sua aplicação JSF
 
ICEIS 2013 Presentation
ICEIS 2013 PresentationICEIS 2013 Presentation
ICEIS 2013 Presentation
 
Enums
EnumsEnums
Enums
 
Conditional Execution - A Pattern for the Implementation of Fine-Grained Vari...
Conditional Execution - A Pattern for the Implementation of Fine-Grained Vari...Conditional Execution - A Pattern for the Implementation of Fine-Grained Vari...
Conditional Execution - A Pattern for the Implementation of Fine-Grained Vari...
 

Último

Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Jisc
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...ZurliaSoop
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsKarakKing
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...Nguyen Thanh Tu Collection
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsMebane Rash
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxheathfieldcps1
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxEsquimalt MFRC
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.MaryamAhmad92
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfNirmal Dwivedi
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17Celine George
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701bronxfugly43
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Association for Project Management
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...pradhanghanshyam7136
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and ModificationsMJDuyan
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 

Último (20)

Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 

Bootstrap

  • 2. What is Bootstrap? •  Bootstrap is a free front-end framework (HTML and CSS) for faster and easier web development •  Bootstrap is famous for being developed with components that have the ability to follow the property of responsive designs •  Responsive Design is about using CSS and HTML to resize, hide, shrink, enlarge, or move the content to make it look good on any screen •  Responsive Design allow your page works for computer, tablets and mobile phones. 19/03/17 Bootstrap 2
  • 3. What is Bootstrap? •  In other words, bootstrap is a collection of CSS classes and JavaScript functions the you get ready to use and will not worry about write code like this: 19/03/17 Bootstrap 3
  • 4. First Bootstrap Page •  Include the HTML5 doctype at the beginning of the page, along with the lang attribute and the correct character set 19/03/17 Bootstrap 4
  • 5. First Bootstrap Page •  Meta viewport tag ensure proper rendering and touch zooming •  Width of the page to follow the screen-width of the device and initial zoom level to default zoom level of device •  User will have a better experience, thus will not need zoom the page to view page information 19/03/17 Bootstrap 5
  • 6. First Bootstrap Page •  You will need to include three files: •  bootstrap.min.css •  jquery.min.js •  bootstrap.min.js •  You must download it and include in you page •  For this example, we include from the Internet 19/03/17 Bootstrap 6
  • 7. First Bootstrap Page •  Bootstrap has a concept of containing element to wrap site contents 19/03/17 Bootstrap 7
  • 8. Bootstrap Grids •  Bootstrap's grid system allows up to 12 columns across the page •  You can divide the container in rows and each row in columns with space multiple of the 12 19/03/17 Bootstrap 8
  • 9. Bootstrap Grids •  In the bellow example, we divide the space inside the container in 1 row and this row in 3 columns with the same side. 4+4+4 = 12 •  You can use any combination that the sum be equal to 12. 19/03/17 Bootstrap 9
  • 10. Bootstrap Grids •  Responsive Bootstrap's grid system with 3 columns 19/03/17 Bootstrap 10 small screens big screens
  • 11. Bootstrap Table •  4 main classes: •  .table •  .table-striped •  .table-bordered •  .table-hover •  5 contextual classes: •  .active •  .success •  .info •  .warning •  .danger 19/03/17 Bootstrap 11
  • 14. Bootstrap Images •  3 main classes: •  . img-rounded •  . img-circle •  . img-thumbnail 19/03/17 Bootstrap 14
  • 16. Bootstrap Alerts •  Bootstrap provides an easy way to create predefined alert messages •  Alerts are created with the .alert class, followed by one of the four contextual classes •  .alert-success •  .alert-info •  .alert-warning •  .alert-danger 19/03/17 Bootstrap 16
  • 19. Bootstrap Buttons •  Bootstrap provides seven styles of buttons: •  To achieve the button styles above, Bootstrap has the following contextual classes: •  .btn-default •  .btn-primary •  .btn-success •  .btn-info •  .btn-warning •  .btn-danger •  .btn-link 19/03/17 Bootstrap 19
  • 21. Bootstrap Glyphicons •  Bootstrap provides 260 glyphicons from the Glyphicons Halflings set •  (http://getbootstrap.com/components/) 19/03/17 Bootstrap 21
  • 24. Bootstrap Labels 19/03/17 Bootstrap 24 •  Labels are used to provide information about something •  Bootstrap create labels with colorful backgrounds to highlight the text inside de label •  Use the .label class, followed by one of the six contextual classes .label-default, .label- primary, .label-success, .label-info, .label-warning or .label-danger
  • 26. Bootstrap Panels 19/03/17 Bootstrap 26 •  A panel in bootstrap is a bordered box with some padding around its content that can be use to highlight or separated some information •  Like other bootstrap elements panel has contextual classes also (.panel-default, .panel-primary, .panel- success, .panel-info, .panel-warning, or .panel- danger)
  • 28. Bootstrap Themes and Templates •  You can find several templates e themes free to download •  A theme consists of customized CSS •  A template consists of one or more predesigned HTML pages, which often make use of a theme •  Both are collection of bootstrap elements (grids, buttons, panels), put together for someone, until have a fully functional website or web application. •  You can find some free templates here: https://startbootstrap.com/template-categories/all/ 19/03/17 Bootstrap 28
  • 29. Bootstrap Themes and Templates •  For web application SB Admin 2 template is appropriate. It has forms, tables, charts and other useful components 19/03/17 Bootstrap 29
  • 30. Bootstrap Themes and Templates •  Download SB Admin 2 template for your computer and open the /pages/index.html in your web browser •  Start to customize it, instead write you application design from scratch 19/03/17 Bootstrap 30
  • 31. Bootstrap Themes and Templates 19/03/17 Bootstrap 31
  • 32. Bootstrap19/03/17 32 • References • w3schools. Bootstrap 3 Tutorial. https:// www.w3schools.com/bootstrap/ • Source Code • https://github.com/jadsonjs/bootstrap