SlideShare a Scribd company logo
1 of 60
Download to read offline
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

What's hot

WordPress Optimisation - A4UExpo
WordPress Optimisation - A4UExpoWordPress Optimisation - A4UExpo
WordPress Optimisation - A4UExpoJoost de Valk
 
Responsive web designing ppt(1)
Responsive web designing ppt(1)Responsive web designing ppt(1)
Responsive web designing ppt(1)admecindia1
 
Responsive Web Design for Universal Access 2016
Responsive Web Design for Universal Access 2016Responsive Web Design for Universal Access 2016
Responsive Web Design for Universal Access 2016Kate Walser
 
Responsive Design Workflow (Breaking Development Conference 2012 Orlando)
Responsive Design Workflow (Breaking Development Conference 2012 Orlando)Responsive Design Workflow (Breaking Development Conference 2012 Orlando)
Responsive Design Workflow (Breaking Development Conference 2012 Orlando)Stephen Hay
 
Style Guides Are The New Photoshop (Fronteers 2012)
Style Guides Are The New Photoshop (Fronteers 2012)Style Guides Are The New Photoshop (Fronteers 2012)
Style Guides Are The New Photoshop (Fronteers 2012)Stephen Hay
 
RESS: An Evolution of Responsive Web Design
RESS: An Evolution of Responsive Web DesignRESS: An Evolution of Responsive Web Design
RESS: An Evolution of Responsive Web DesignDave Olsen
 
Style Guides Are The New Photoshop (Smashing Conference 2012)
Style Guides Are The New Photoshop (Smashing Conference 2012)Style Guides Are The New Photoshop (Smashing Conference 2012)
Style Guides Are The New Photoshop (Smashing Conference 2012)Stephen Hay
 
Style Guide Best Practices
Style Guide Best PracticesStyle Guide Best Practices
Style Guide Best PracticesBrad Frost
 
Responsive Design Workflow
Responsive Design WorkflowResponsive Design Workflow
Responsive Design WorkflowIntergen
 
A crash course in responsive design
A crash course in responsive designA crash course in responsive design
A crash course in responsive designEd Charbeneau
 
Responsive Web Design - but for real!
Responsive Web Design - but for real!Responsive Web Design - but for real!
Responsive Web Design - but for real!Rudy Rigot
 
Introduction to web design
Introduction to web designIntroduction to web design
Introduction to web designFitra Sani
 
Creating Living Style Guides to Improve Performance
Creating Living Style Guides to Improve PerformanceCreating Living Style Guides to Improve Performance
Creating Living Style Guides to Improve PerformanceNicole Sullivan
 
Responsive Design Workflow: Webshaped 2012
Responsive Design Workflow: Webshaped 2012Responsive Design Workflow: Webshaped 2012
Responsive Design Workflow: Webshaped 2012Stephen Hay
 
Don't be a stereotype: Rapid Prototype
Don't be a stereotype: Rapid PrototypeDon't be a stereotype: Rapid Prototype
Don't be a stereotype: Rapid PrototypeEd Charbeneau
 

What's hot (20)

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

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

FITC - Bootstrap Unleashed
FITC - Bootstrap UnleashedFITC - Bootstrap Unleashed
FITC - Bootstrap UnleashedRami Sayar
 
Bootstrap for Beginners
Bootstrap for BeginnersBootstrap for Beginners
Bootstrap for BeginnersD'arce Hess
 
Pearls and Must-Have Tools for the Modern Web / .NET Developer
Pearls and Must-Have Tools for the Modern Web / .NET DeveloperPearls and Must-Have Tools for the Modern Web / .NET Developer
Pearls and Must-Have Tools for the Modern Web / .NET DeveloperOfer Zelig
 
Bootstrap seminar presentation
Bootstrap seminar presentationBootstrap seminar presentation
Bootstrap seminar presentationPratikDoiphode1
 
Node.js 101
 Node.js 101 Node.js 101
Node.js 101FITC
 
The more information Website Design_New.pdf
The more information Website Design_New.pdfThe more information Website Design_New.pdf
The more information Website Design_New.pdfssuser088e5b
 
UX design for every screen
UX design for every screenUX design for every screen
UX design for every screenFour Kitchens
 
Responsive web design with various grids and frameworks comparison
Responsive web design with various grids and frameworks comparisonResponsive web design with various grids and frameworks comparison
Responsive web design with various grids and frameworks comparisonDhrubaJyoti Dey
 
User Experience Bootcamp for Developers
User Experience Bootcamp for DevelopersUser Experience Bootcamp for Developers
User Experience Bootcamp for DevelopersCatherine Robson
 
The A to Z of Building a Responsive SharePoint Site with Bootstrap
The A to Z of Building a Responsive SharePoint Site with BootstrapThe A to Z of Building a Responsive SharePoint Site with Bootstrap
The A to Z of Building a Responsive SharePoint Site with BootstrapThomas Daly
 
How to make a great website
How to make a great websiteHow to make a great website
How to make a great websiteDr. Taher Ghazal
 
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
 
Why wireframes-v2
Why wireframes-v2Why wireframes-v2
Why wireframes-v2beckwatson
 
Responsive Design for SavvyMoney Credit Score
Responsive Design for SavvyMoney Credit ScoreResponsive Design for SavvyMoney Credit Score
Responsive Design for SavvyMoney Credit ScoreWendy Fischer
 
Responsive Web Design_2013
Responsive Web Design_2013Responsive Web Design_2013
Responsive Web Design_2013Achieve Internet
 
Implementation of gui framework part2
Implementation of gui framework part2Implementation of gui framework part2
Implementation of gui framework part2masahiroookubo
 

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

FITC - Bootstrap Unleashed
FITC - Bootstrap UnleashedFITC - Bootstrap Unleashed
FITC - Bootstrap Unleashed
 
Learn Bootstrap 4
Learn Bootstrap 4Learn Bootstrap 4
Learn Bootstrap 4
 
Bootstrap for Beginners
Bootstrap for BeginnersBootstrap for Beginners
Bootstrap for Beginners
 
Pearls and Must-Have Tools for the Modern Web / .NET Developer
Pearls and Must-Have Tools for the Modern Web / .NET DeveloperPearls and Must-Have Tools for the Modern Web / .NET Developer
Pearls and Must-Have Tools for the Modern Web / .NET Developer
 
Bootstrap seminar presentation
Bootstrap seminar presentationBootstrap seminar presentation
Bootstrap seminar presentation
 
Node.js 101
 Node.js 101 Node.js 101
Node.js 101
 
Web Designing Kit
Web Designing KitWeb Designing Kit
Web Designing Kit
 
The more information Website Design_New.pdf
The more information Website Design_New.pdfThe more information Website Design_New.pdf
The more information Website Design_New.pdf
 
RWD - Bootstrap
RWD - BootstrapRWD - Bootstrap
RWD - Bootstrap
 
Guide to Planning Your Next Web Project
Guide to Planning Your Next Web ProjectGuide to Planning Your Next Web Project
Guide to Planning Your Next Web Project
 
UX design for every screen
UX design for every screenUX design for every screen
UX design for every screen
 
Responsive web design with various grids and frameworks comparison
Responsive web design with various grids and frameworks comparisonResponsive web design with various grids and frameworks comparison
Responsive web design with various grids and frameworks comparison
 
User Experience Bootcamp for Developers
User Experience Bootcamp for DevelopersUser Experience Bootcamp for Developers
User Experience Bootcamp for Developers
 
The A to Z of Building a Responsive SharePoint Site with Bootstrap
The A to Z of Building a Responsive SharePoint Site with BootstrapThe A to Z of Building a Responsive SharePoint Site with Bootstrap
The A to Z of Building a Responsive SharePoint Site with Bootstrap
 
How to make a great website
How to make a great websiteHow to make a great website
How to make a great website
 
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
 
Why wireframes-v2
Why wireframes-v2Why wireframes-v2
Why wireframes-v2
 
Responsive Design for SavvyMoney Credit Score
Responsive Design for SavvyMoney Credit ScoreResponsive Design for SavvyMoney Credit Score
Responsive Design for SavvyMoney Credit Score
 
Responsive Web Design_2013
Responsive Web Design_2013Responsive Web Design_2013
Responsive Web Design_2013
 
Implementation of gui framework part2
Implementation of gui framework part2Implementation of gui framework part2
Implementation of gui framework part2
 

More from Bootstrap Creative

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

More from Bootstrap Creative (8)

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

Recently uploaded

Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...apidays
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Jeffrey Haguewood
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024The Digital Insurer
 
Cyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdfCyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdfOverkill Security
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...Zilliz
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamUiPathCommunity
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024The Digital Insurer
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...apidays
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024The Digital Insurer
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...apidays
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Victor Rentea
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWERMadyBayot
 

Recently uploaded (20)

Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024
 
Cyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdfCyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdf
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 

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