SlideShare a Scribd company logo
Jacob Lett
Presented by:
Web Development
Workshop for
Beginners
https://bootstrapcreative.com/
workshops/before-using-
bootstrap-4/recording/
Free Gift
View Recording / BootstrapCreative.com
Agenda
Introduction
1. What is Responsive Web Design?
2. What’s New in Bootstrap 4
3. The Mobile First Workflow
4. Bootstrap 4 Quick Start and Questions
View Recording / BootstrapCreative.com
9%
6%
12%
26%
47%
Never Built a Site Before and New to Bootstrap
Experienced Developer and New to Bootstrap
Used Bootstrap 2 or 3 Before
Already Know Bootstrap 4
Other
A
B
C
D
E
How You
Compare to
BootstrapCreative
Survey Results
I believe
responsive
design adds a
new layer of
complexity for
beginners
View Recording / BootstrapCreative.com
Giveaway
Bootstrap 4 Quick Start
- Design Package
Stay to the end of this
workshop to find out if you’re
the winner.
Free Gift for
Attending
Workshop
View Recording / BootstrapCreative.com
Introduction
View Recording / BootstrapCreative.com
View Recording / BootstrapCreative.com
Jacob Lett: Web designer/developer
• Marketing web developer at Altair, an engineering
software company. I work on BootstrapCreative as a
side project.
• Started career as a graphic designer and transitioned to
web design/development.
• Married with two energetic boys, ages 4 & 2. I like
classical guitar and would like to take lessons someday.
After college I was 

a print graphic
designer
Learned HTML &
CSS after work
and began
freelancing to
build a digital
portfolio
Got my first
development
job as a front-
end developer
Now I continue
learning/
teaching
How I became a web developer
Never built a
site before
1st dev
job
View Recording / BootstrapCreative.com
Why I Created BootstrapCreative
• To help you eliminate knowledge gaps to build
your new knowledge on a firm foundation
• Decrease your levels of stress and self-doubt
while under intense learning stages
Never built a
site before
1st dev
job
View Recording / BootstrapCreative.com
My FIRST website Today
View Recording / BootstrapCreative.com
1. 

What is Responsive 

Web Design?
View Recording / BootstrapCreative.com
960 Grid - 1024px x 768px
Before the iPhone
m.domain.com
View Recording / BootstrapCreative.com
View Recording / BootstrapCreative.com
After iPhone
June 2007
Introduced: 



• Mobile browser (WebKit) 

with a full web experience 



• Touch gestures
View Recording / BootstrapCreative.com
iPhone 4
iPhone 6
iPhone 5
Devices Device Versions Browsers
X X CSS3 support
is different 

for each
browser/
version
View Recording / BootstrapCreative.com
View Recording / BootstrapCreative.com
New Problem: Most sites now 

require zooming in to read
Websites without a
dedicated mobile site
are squeezed into the
small iPhone screen.
You have to pinch and
zoom to read the text.
View Recording / BootstrapCreative.com
Solution: Responsive Web Design
1. <meta name="viewport" content="width=device-
width, initial-scale=1, shrink-to-fit=no”>
2. @media screen and (min-width:500px) { ... }
3. Fluid widths instead of fixed widths (%, rems,
ems, auto instead of px, pt)
4. CSS reset
Why CSS Reset?
View Recording / BootstrapCreative.com
“Why do websites sometimes
look different across
browsers/devices?”
View Recording / BootstrapCreative.com
View Recording / BootstrapCreative.com
Web Standards “guidelines”
libraries

frameworks
polyfills
Developer Community
Browsers
View Recording / BootstrapCreative.com
caniuse.comView Recording / BootstrapCreative.com
View Recording / BootstrapCreative.com
Browsers use vendor prefixes to
add support for new CSS features
• WebKit: -webkit
• Firefox: -moz
• Opera: -o
• Internet Explorer: -ms
But how are you
supposed to remember
what vendor prefix to 

use and when?
View Recording / BootstrapCreative.com
Effects of responsive design
• More expensive: Time to design and develop websites
increased substantially and requires more testing,
maintenance, and patience.
• More complex: Everything needs to be responsive: grids,
typography, spacing, display properties, images, etc.
• Requires education: Non-developers are so used to
writing content for desktop. Mobile first applies to content
on the page as well.
9%
6%
12%
26%
47%
Never Built a Site Before and New to Bootstrap
Experienced Developer and New to Bootstrap
Used Bootstrap 2 or 3 Before
Already Know Bootstrap 4
Other
A
B
C
D
E
What about
the beginners?
Responsive design
adds a new layer of
complexity
View Recording / BootstrapCreative.com
Bootstrap is an open source
toolkit for developing
responsive, mobile-first
projects on the web.
It is a style guide with
various components.
View Recording / BootstrapCreative.com
What is a component?
View Recording / BootstrapCreative.com
Quick 

Affordable
Consistent
View Recording / BootstrapCreative.com
View Recording / BootstrapCreative.com
Grid & Typography Styles
• Alerts
• Badge
• Breadcrumb
• Buttons
• Card
• Carousel
• Collapse
• Dropdown
• Forms
• Jumbotron
• List
• Modal
• Pagination
• Popover
• Progress
• Tooltips
• Navs
• Navbar
+ Components
View Recording / BootstrapCreative.com
Benefits of Bootstrap
• Saves you time and increases productivity -
you don’t have to reinvent the wheel
• Consistent CSS in a team: Awesome
documentation accessible by anyone
anywhere. No code bloat.
• Vendor prefixed CSS3 to avoid browser bugs
View Recording / BootstrapCreative.com
Benefits of Bootstrap
• Stable grid breakpoints for common
device widths
• Helps to prevent wasted time
searching/testing for jQuery plugins
by providing built-in and compatible
JavaScript behavior
• Open source and actively maintained
For comparison: 

WordPress is used on 19,545,516
A lot of websites use it
Expected job demand 

for Bootstrap 4 in 2018
View Recording / BootstrapCreative.com
View Recording / BootstrapCreative.com
2. What’s New
in Bootstrap 4
4
View Recording / BootstrapCreative.com
• No longer support IE9/
lower and IOS 6
• Flexbox is used
instead of floats
• Added a new xs grid
tier for smaller devices
at 576px and below.
New!
View Recording / BootstrapCreative.com
• Switched from px to rem
as it's primary CSS unit
• Global font-size increased
from 14px to 16px.
• Glyphicons dropped - 

Use alternative like
FontAwesome
View Recording / BootstrapCreative.com
• Navbar: You can now specify when the
navbar should collapse using .navbar-
toggleable-{breakpoint} and change color
schemes with .navbar-dark .bg-dark
• .img-responsive renamed to .img-fluid
View Recording / BootstrapCreative.com
• Cards replace Bootstrap
3 panels and wells
• New Responsive Utilities:
spacing, display, flex,
and colors. 

Example .my-md-3 = margin of
16px on y axis on md breakpoint
and up
3. 

Mobile First Workflow
Webpage examples & workspace
View Recording / BootstrapCreative.com
How many of you 

are familiar with the
design process?
POLL
Add yes/no in the chat box
― Luke Wroblewski, Mobile First
“Screens are small, connections are
slow, and people often only give you their
partial attention or short bursts of their
time. Designing for mobile first forces
you to embrace these constraints”
View Recording / BootstrapCreative.com
View Recording / BootstrapCreative.com
The Design Process
View Recording / BootstrapCreative.com
Pencil Sketch Wireframe Prototype Design Iteration
The Design Process - Milestones
Think through
content and 

layout in the pencil
sketch stage.
Does the design
achieve the desired
results and not just
look cool?
View Recording / BootstrapCreative.com
Development tools - All Free
• GitHub account - version control hosting
• GitHub Desktop
• GitHub Atom text editor
• XAMPP - local development web server
• Google Chrome and live.js
Filezilla FTP
View Recording / BootstrapCreative.com
Design tools
• [Wireframing] Balsamiq, Powerpoint,
Google slides, pencil (free)
• [Pixels and comps] Adobe XD,
Photoshop, or Sketch
• [Vector SVG] - Adobe Illustrator
View Recording / BootstrapCreative.com
Page

Examples 

The Pros and Cons 

of Different Code
Approaches
View Recording / BootstrapCreative.com
4. 

Bootstrap 4 Quick Start
How can I help you?
?
View Recording / BootstrapCreative.com
• How do I master Bootstrap and
responsive design?
• How do I remember all of the
class names?
• How do I make my sites look less
like Bootstrap?
• How do I migrate my existing site
from Bootstrap 3 to Bootstrap 4
Never Built a Site Before 

and New to Bootstrap
47%
How Can I Help You?
View Recording / BootstrapCreative.com
– Dale Carnegie
“Learning is an active process.
We learn by doing. 

Only knowledge that is used
sticks in your mind.
View Recording / BootstrapCreative.com
How Can I Help You?
Bootstrap 4 Quick Start Bootstrap 3 to 4 Migration Guide
Development Beginners Experienced Developers
View Recording / BootstrapCreative.com
Bootstrap 4 Quick Start
• Practice examples to help
you learn by doing
• Fill in the missing gaps of
information from the
Bootstrap documentation.
• Access to a community
focused on learning and
helping others
View Recording / BootstrapCreative.com
How do I master Bootstrap and
responsive design basics?
• Bootstrap 4 Quick
Start eBook [pdf]
• Web Development
Primer [pdf]
View Recording / BootstrapCreative.com
Marketing Homepage Admin Dashboard
View Recording / BootstrapCreative.com
How do I remember all of the
class names?
• Bootstrap 4 cheat sheet with all class names,
flexbox cheat sheet, and CSS default 

values reference
• Components Visual Reference [pdf]
• FontAwesome Icon Cheat Sheet [pdf]
View Recording / BootstrapCreative.com
How do I make my sites look
less like Bootstrap?
• Printable Sketch Sheets for Design Wireframing [pdf]
• Photoshop Grid Templates and Device Mockup
[psd]
• Default Colors Reference [pdf]
• Get design critiques in the Facebook group
View Recording / BootstrapCreative.com
– Max, Web Developer
“Helps make technical
concepts clear and 

easier to understand.”
View Recording / BootstrapCreative.com
– Sutter Raymond, Beginner
“Your training is fantastic,
there is a lot of information 

I understand now that 

makes me look at how 

I develop a website.”
View Recording / BootstrapCreative.com
Bootstrap 4 Quick Start
Starter Package - $20

Pro Package - $80 $70

Design Package - $120 $110

Live Workshop Discount
Save $10 on Pro or Design
Coupon code: B4QS10
View Recording / BootstrapCreative.com
View Recording / BootstrapCreative.com
Click Button Click Checkout
Credit Card 

or PayPal
Download Files
Coupon code: B4QS10
Giveaway
Bootstrap 4 Quick Start
- Design Package

a $120 value
First one to answer
question in the chat 

is the winner.
Free Gift for
Attending
Workshop
View Recording / BootstrapCreative.com
View Recording / BootstrapCreative.com
• Bootstrap 4 Quick Start Book
• Web Design Primer
• Project Template Files 

and Component Snippet Library
• Chrome Developer Tools Tutorial [Video]
• How to Share Prototypes 

with GitHub Pages [Video]
• Robin Responsive Design Testing Tool
• Bootstrap 4 Components Visual Reference
• FontAwesome Icon Cheat Sheet
• Bootstrap 4 Grid PSD Templates
• Bootstrap 4 Colors Reference
• Bootstrap 4 Printable Sketch Sheets
• Bootstrap 4 Classes Reference
• CSS Classes Default Values Reference
• Flexbox Cheat Sheet
• FREE file Updates
• Access to Community and Gitter Chat
Questions? Thank you!
Save $10 Coupon code: B4QS10

More Related Content

PDF
Bootstrap 4 Online Training Course Book Sample
PDF
Responsive Web Design Tutorial PDF for Beginners
PDF
Introduce Bootstrap 3 to Develop Responsive Design Application
PDF
Bootstrap tutorial
PPTX
Bootstrap 4 n00bz
PDF
Bootstrap 4 Tutorial PDF for Beginners - Learn Step by Step
PPTX
Responsive web-design through bootstrap
PDF
Bootstrap tutorial
Bootstrap 4 Online Training Course Book Sample
Responsive Web Design Tutorial PDF for Beginners
Introduce Bootstrap 3 to Develop Responsive Design Application
Bootstrap tutorial
Bootstrap 4 n00bz
Bootstrap 4 Tutorial PDF for Beginners - Learn Step by Step
Responsive web-design through bootstrap
Bootstrap tutorial

What's hot (20)

PPTX
Bootstrap ppt
PDF
WordPress Optimisation - A4UExpo
PPTX
Responsive web designing ppt(1)
PPTX
Responsive Web Design for Universal Access 2016
PDF
Responsive Design Workflow (Breaking Development Conference 2012 Orlando)
PDF
Style Guides Are The New Photoshop (Fronteers 2012)
PDF
RESS: An Evolution of Responsive Web Design
PPTX
Twitter bootstrap 101
PDF
Style Guides Are The New Photoshop (Smashing Conference 2012)
PDF
Style Guide Best Practices
PPTX
Responsive Design Workflow
PPTX
A crash course in responsive design
PDF
syllabas-mohamedelzanty
ODP
Responsive Web Design - but for real!
DOCX
Introduction to web design
PPT
Web Development Life Cycle
PDF
Creating Living Style Guides to Improve Performance
PDF
Responsive Design Workflow: Webshaped 2012
PPT
Site Manager rocks!
PPTX
Don't be a stereotype: Rapid Prototype
Bootstrap ppt
WordPress Optimisation - A4UExpo
Responsive web designing ppt(1)
Responsive Web Design for Universal Access 2016
Responsive Design Workflow (Breaking Development Conference 2012 Orlando)
Style Guides Are The New Photoshop (Fronteers 2012)
RESS: An Evolution of Responsive Web Design
Twitter bootstrap 101
Style Guides Are The New Photoshop (Smashing Conference 2012)
Style Guide Best Practices
Responsive Design Workflow
A crash course in responsive design
syllabas-mohamedelzanty
Responsive Web Design - but for real!
Introduction to web design
Web Development Life Cycle
Creating Living Style Guides to Improve Performance
Responsive Design Workflow: Webshaped 2012
Site Manager rocks!
Don't be a stereotype: Rapid Prototype
Ad

Similar to Web Development Tutorial Workshop for Beginners - Learn Responsive Web Design Basics with Bootstrap 4 (20)

PPTX
Reboot-Typography.pptx reboot typography to help you in research
PPT
Responsive web design
PPTX
Web development and web design with seo
PDF
2 bootstrap-3-m1-slides
PPT
Twitter bootstrap training_session_ppt
PDF
Bootstrap for webtechnology_data science.pdf
PPTX
Bootstrap SLIDES for web development course
PPTX
Create Responsive Website Design with Bootstrap 3
PPT
Introduction to BOOTSTRAP
PDF
Building Responsive Websites with the Bootstrap 3 Framework
PPTX
Twitter bootstrap1
PPTX
An introduction to bootstrap
PPTX
Bootstrap [part 1]
PDF
IBM Connect 2016 - AD1548 - Building Responsive XPages Applications
PDF
FITC - Bootstrap Unleashed
PPTX
Lecture-03.pptx
PDF
Node.js 101
PPTX
Bootstrap how it can help you build better websites
PPTX
Bootstrap
PPTX
ICT Presentjrjdjdjdkkdkeeation Final.pptx
Reboot-Typography.pptx reboot typography to help you in research
Responsive web design
Web development and web design with seo
2 bootstrap-3-m1-slides
Twitter bootstrap training_session_ppt
Bootstrap for webtechnology_data science.pdf
Bootstrap SLIDES for web development course
Create Responsive Website Design with Bootstrap 3
Introduction to BOOTSTRAP
Building Responsive Websites with the Bootstrap 3 Framework
Twitter bootstrap1
An introduction to bootstrap
Bootstrap [part 1]
IBM Connect 2016 - AD1548 - Building Responsive XPages Applications
FITC - Bootstrap Unleashed
Lecture-03.pptx
Node.js 101
Bootstrap how it can help you build better websites
Bootstrap
ICT Presentjrjdjdjdkkdkeeation Final.pptx
Ad

More from Bootstrap Creative (8)

PDF
A Beginner’s Guide to HubSpot CMS - Make a Website for Your Business With No ...
PDF
Web Design Primer Sample - HTML CSS JS
PDF
CSS Cheat Sheet Reference PDF
PDF
Bootstrap 3 Cheat Sheet PDF Reference
PDF
Michigan Digital Marketing SEO
PDF
Graphic Design Portfolio of Detroit Michigan Web Designer Jacob Lett
PDF
Web Design Portfolio of Detroit Michigan Web Designer Jacob Lett
PDF
Graphic Design Career Summary Presentation
A Beginner’s Guide to HubSpot CMS - Make a Website for Your Business With No ...
Web Design Primer Sample - HTML CSS JS
CSS Cheat Sheet Reference PDF
Bootstrap 3 Cheat Sheet PDF Reference
Michigan Digital Marketing SEO
Graphic Design Portfolio of Detroit Michigan Web Designer Jacob Lett
Web Design Portfolio of Detroit Michigan Web Designer Jacob Lett
Graphic Design Career Summary Presentation

Recently uploaded (20)

PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
Modernizing your data center with Dell and AMD
PDF
NewMind AI Monthly Chronicles - July 2025
PDF
Approach and Philosophy of On baking technology
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Electronic commerce courselecture one. Pdf
PPTX
A Presentation on Artificial Intelligence
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Spectral efficient network and resource selection model in 5G networks
Advanced methodologies resolving dimensionality complications for autism neur...
Reach Out and Touch Someone: Haptics and Empathic Computing
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Digital-Transformation-Roadmap-for-Companies.pptx
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Modernizing your data center with Dell and AMD
NewMind AI Monthly Chronicles - July 2025
Approach and Philosophy of On baking technology
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Electronic commerce courselecture one. Pdf
A Presentation on Artificial Intelligence
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
The Rise and Fall of 3GPP – Time for a Sabbatical?
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
Diabetes mellitus diagnosis method based random forest with bat algorithm
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx

Web Development Tutorial Workshop for Beginners - Learn Responsive Web Design Basics with Bootstrap 4

  • 1. Jacob Lett Presented by: Web Development Workshop for Beginners
  • 3. View Recording / BootstrapCreative.com Agenda Introduction 1. What is Responsive Web Design? 2. What’s New in Bootstrap 4 3. The Mobile First Workflow 4. Bootstrap 4 Quick Start and Questions View Recording / BootstrapCreative.com
  • 4. 9% 6% 12% 26% 47% Never Built a Site Before and New to Bootstrap Experienced Developer and New to Bootstrap Used Bootstrap 2 or 3 Before Already Know Bootstrap 4 Other A B C D E How You Compare to BootstrapCreative Survey Results I believe responsive design adds a new layer of complexity for beginners View Recording / BootstrapCreative.com
  • 5. Giveaway Bootstrap 4 Quick Start - Design Package Stay to the end of this workshop to find out if you’re the winner. Free Gift for Attending Workshop View Recording / BootstrapCreative.com
  • 6. Introduction View Recording / BootstrapCreative.com
  • 7. View Recording / BootstrapCreative.com Jacob Lett: Web designer/developer • Marketing web developer at Altair, an engineering software company. I work on BootstrapCreative as a side project. • Started career as a graphic designer and transitioned to web design/development. • Married with two energetic boys, ages 4 & 2. I like classical guitar and would like to take lessons someday.
  • 8. After college I was 
 a print graphic designer Learned HTML & CSS after work and began freelancing to build a digital portfolio Got my first development job as a front- end developer Now I continue learning/ teaching How I became a web developer Never built a site before 1st dev job View Recording / BootstrapCreative.com
  • 9. Why I Created BootstrapCreative • To help you eliminate knowledge gaps to build your new knowledge on a firm foundation • Decrease your levels of stress and self-doubt while under intense learning stages Never built a site before 1st dev job View Recording / BootstrapCreative.com
  • 10. My FIRST website Today View Recording / BootstrapCreative.com
  • 11. 1. 
 What is Responsive 
 Web Design? View Recording / BootstrapCreative.com
  • 12. 960 Grid - 1024px x 768px Before the iPhone m.domain.com View Recording / BootstrapCreative.com
  • 13. View Recording / BootstrapCreative.com After iPhone June 2007 Introduced: 
 
 • Mobile browser (WebKit) 
 with a full web experience 
 
 • Touch gestures
  • 14. View Recording / BootstrapCreative.com iPhone 4 iPhone 6 iPhone 5
  • 15. Devices Device Versions Browsers X X CSS3 support is different 
 for each browser/ version View Recording / BootstrapCreative.com
  • 16. View Recording / BootstrapCreative.com New Problem: Most sites now 
 require zooming in to read Websites without a dedicated mobile site are squeezed into the small iPhone screen. You have to pinch and zoom to read the text.
  • 17. View Recording / BootstrapCreative.com Solution: Responsive Web Design 1. <meta name="viewport" content="width=device- width, initial-scale=1, shrink-to-fit=no”> 2. @media screen and (min-width:500px) { ... } 3. Fluid widths instead of fixed widths (%, rems, ems, auto instead of px, pt) 4. CSS reset
  • 18. Why CSS Reset? View Recording / BootstrapCreative.com
  • 19. “Why do websites sometimes look different across browsers/devices?” View Recording / BootstrapCreative.com
  • 20. View Recording / BootstrapCreative.com Web Standards “guidelines” libraries
 frameworks polyfills Developer Community Browsers
  • 21. View Recording / BootstrapCreative.com caniuse.comView Recording / BootstrapCreative.com
  • 22. View Recording / BootstrapCreative.com Browsers use vendor prefixes to add support for new CSS features • WebKit: -webkit • Firefox: -moz • Opera: -o • Internet Explorer: -ms But how are you supposed to remember what vendor prefix to 
 use and when?
  • 23. View Recording / BootstrapCreative.com Effects of responsive design • More expensive: Time to design and develop websites increased substantially and requires more testing, maintenance, and patience. • More complex: Everything needs to be responsive: grids, typography, spacing, display properties, images, etc. • Requires education: Non-developers are so used to writing content for desktop. Mobile first applies to content on the page as well.
  • 24. 9% 6% 12% 26% 47% Never Built a Site Before and New to Bootstrap Experienced Developer and New to Bootstrap Used Bootstrap 2 or 3 Before Already Know Bootstrap 4 Other A B C D E What about the beginners? Responsive design adds a new layer of complexity View Recording / BootstrapCreative.com
  • 25. Bootstrap is an open source toolkit for developing responsive, mobile-first projects on the web. It is a style guide with various components. View Recording / BootstrapCreative.com
  • 26. What is a component? View Recording / BootstrapCreative.com
  • 28. View Recording / BootstrapCreative.com Grid & Typography Styles • Alerts • Badge • Breadcrumb • Buttons • Card • Carousel • Collapse • Dropdown • Forms • Jumbotron • List • Modal • Pagination • Popover • Progress • Tooltips • Navs • Navbar + Components
  • 29. View Recording / BootstrapCreative.com Benefits of Bootstrap • Saves you time and increases productivity - you don’t have to reinvent the wheel • Consistent CSS in a team: Awesome documentation accessible by anyone anywhere. No code bloat. • Vendor prefixed CSS3 to avoid browser bugs
  • 30. View Recording / BootstrapCreative.com Benefits of Bootstrap • Stable grid breakpoints for common device widths • Helps to prevent wasted time searching/testing for jQuery plugins by providing built-in and compatible JavaScript behavior • Open source and actively maintained
  • 31. For comparison: 
 WordPress is used on 19,545,516 A lot of websites use it Expected job demand 
 for Bootstrap 4 in 2018 View Recording / BootstrapCreative.com
  • 32. View Recording / BootstrapCreative.com 2. What’s New in Bootstrap 4 4
  • 33. View Recording / BootstrapCreative.com • No longer support IE9/ lower and IOS 6 • Flexbox is used instead of floats • Added a new xs grid tier for smaller devices at 576px and below. New!
  • 34. View Recording / BootstrapCreative.com • Switched from px to rem as it's primary CSS unit • Global font-size increased from 14px to 16px. • Glyphicons dropped - 
 Use alternative like FontAwesome
  • 35. View Recording / BootstrapCreative.com • Navbar: You can now specify when the navbar should collapse using .navbar- toggleable-{breakpoint} and change color schemes with .navbar-dark .bg-dark • .img-responsive renamed to .img-fluid
  • 36. View Recording / BootstrapCreative.com • Cards replace Bootstrap 3 panels and wells • New Responsive Utilities: spacing, display, flex, and colors. 
 Example .my-md-3 = margin of 16px on y axis on md breakpoint and up
  • 37. 3. 
 Mobile First Workflow Webpage examples & workspace View Recording / BootstrapCreative.com
  • 38. How many of you 
 are familiar with the design process? POLL Add yes/no in the chat box
  • 39. ― Luke Wroblewski, Mobile First “Screens are small, connections are slow, and people often only give you their partial attention or short bursts of their time. Designing for mobile first forces you to embrace these constraints” View Recording / BootstrapCreative.com
  • 40. View Recording / BootstrapCreative.com The Design Process
  • 41. View Recording / BootstrapCreative.com Pencil Sketch Wireframe Prototype Design Iteration The Design Process - Milestones Think through content and 
 layout in the pencil sketch stage. Does the design achieve the desired results and not just look cool?
  • 42. View Recording / BootstrapCreative.com Development tools - All Free • GitHub account - version control hosting • GitHub Desktop • GitHub Atom text editor • XAMPP - local development web server • Google Chrome and live.js Filezilla FTP
  • 43. View Recording / BootstrapCreative.com Design tools • [Wireframing] Balsamiq, Powerpoint, Google slides, pencil (free) • [Pixels and comps] Adobe XD, Photoshop, or Sketch • [Vector SVG] - Adobe Illustrator
  • 44. View Recording / BootstrapCreative.com
  • 45. Page
 Examples 
 The Pros and Cons 
 of Different Code Approaches View Recording / BootstrapCreative.com
  • 46. 4. 
 Bootstrap 4 Quick Start How can I help you? ? View Recording / BootstrapCreative.com
  • 47. • How do I master Bootstrap and responsive design? • How do I remember all of the class names? • How do I make my sites look less like Bootstrap? • How do I migrate my existing site from Bootstrap 3 to Bootstrap 4 Never Built a Site Before 
 and New to Bootstrap 47% How Can I Help You? View Recording / BootstrapCreative.com
  • 48. – Dale Carnegie “Learning is an active process. We learn by doing. 
 Only knowledge that is used sticks in your mind. View Recording / BootstrapCreative.com
  • 49. How Can I Help You? Bootstrap 4 Quick Start Bootstrap 3 to 4 Migration Guide Development Beginners Experienced Developers View Recording / BootstrapCreative.com
  • 50. Bootstrap 4 Quick Start • Practice examples to help you learn by doing • Fill in the missing gaps of information from the Bootstrap documentation. • Access to a community focused on learning and helping others View Recording / BootstrapCreative.com
  • 51. How do I master Bootstrap and responsive design basics? • Bootstrap 4 Quick Start eBook [pdf] • Web Development Primer [pdf] View Recording / BootstrapCreative.com
  • 52. Marketing Homepage Admin Dashboard View Recording / BootstrapCreative.com
  • 53. How do I remember all of the class names? • Bootstrap 4 cheat sheet with all class names, flexbox cheat sheet, and CSS default 
 values reference • Components Visual Reference [pdf] • FontAwesome Icon Cheat Sheet [pdf] View Recording / BootstrapCreative.com
  • 54. How do I make my sites look less like Bootstrap? • Printable Sketch Sheets for Design Wireframing [pdf] • Photoshop Grid Templates and Device Mockup [psd] • Default Colors Reference [pdf] • Get design critiques in the Facebook group View Recording / BootstrapCreative.com
  • 55. – Max, Web Developer “Helps make technical concepts clear and 
 easier to understand.” View Recording / BootstrapCreative.com
  • 56. – Sutter Raymond, Beginner “Your training is fantastic, there is a lot of information 
 I understand now that 
 makes me look at how 
 I develop a website.” View Recording / BootstrapCreative.com
  • 57. Bootstrap 4 Quick Start Starter Package - $20
 Pro Package - $80 $70
 Design Package - $120 $110
 Live Workshop Discount Save $10 on Pro or Design Coupon code: B4QS10 View Recording / BootstrapCreative.com
  • 58. View Recording / BootstrapCreative.com Click Button Click Checkout Credit Card 
 or PayPal Download Files Coupon code: B4QS10
  • 59. Giveaway Bootstrap 4 Quick Start - Design Package
 a $120 value First one to answer question in the chat 
 is the winner. Free Gift for Attending Workshop View Recording / BootstrapCreative.com
  • 60. View Recording / BootstrapCreative.com • Bootstrap 4 Quick Start Book • Web Design Primer • Project Template Files 
 and Component Snippet Library • Chrome Developer Tools Tutorial [Video] • How to Share Prototypes 
 with GitHub Pages [Video] • Robin Responsive Design Testing Tool • Bootstrap 4 Components Visual Reference • FontAwesome Icon Cheat Sheet • Bootstrap 4 Grid PSD Templates • Bootstrap 4 Colors Reference • Bootstrap 4 Printable Sketch Sheets • Bootstrap 4 Classes Reference • CSS Classes Default Values Reference • Flexbox Cheat Sheet • FREE file Updates • Access to Community and Gitter Chat Questions? Thank you! Save $10 Coupon code: B4QS10