SlideShare a Scribd company logo
Sample
A guide to help you achieve
code consistency that adheres
to best practices.
Web Design Primer
Get Your Copy
View Packages
Web Design Primer   Bootstrap 4 Quick Start v.1.0.0 - bootstrapcreative.com : 2
© 2017 Jacob Lett. All Rights Reserved.
Please do not distribute or share without permission. You have permission to print pages but please do not try and sell it.
If you have questions email me at jacoblett@bootstrapcreative.com.
CONTENTS
1. What is a URL?
2. Naming Conventions
3. Project Folder Structure
4. Code Guide
5. Images Guide
6. Things I wish I Knew Upfront
Web Design Primer Project Folder Structure  Bootstrap 4 Quick Start v.1.0.0 - bootstrapcreative.com : 9
 contact 1
	  index.php 2
 css 4
	  main.css 32
 partials 8
	  aside.php 9
 js 15
	  vendor 16
		 plugin.js 17
	  main.js 18
 static 19
	  fonts 20
	  img 21
	  pdf 22
 .gitignore 23
 .htaccess 24
 README.md 26
 humans.txt 28
 index.php 29
 robots.txt 31
Figure 2: Project Folder - PHP
Common Project
Folder Structures
You have a lot of freedom when it comes
to naming files and folders for your project.
However there are some common naming
conventions that can help keep your projects
organized and minimize any confusion when
working with another designer.
Figure 1 shows a site using PHP and node.js to
compile Sass. The project is hosted on GitHub
pages.
Figure 2 shows a static HTML site. The project
is hosted on GitHub pages.
Below are descriptions for each file and folder in
these different types of projects.
1.	A subdirectory of your main site. The
URL for this would be www.yourdomain.
contact/
Web Design Primer Code Guide  Bootstrap 4 Quick Start v.1.0.0 - bootstrapcreative.com : 15
CSS Rule Set
A rule set is a single section of CSS including
the selector, the curly braces, and the different
lines with properties and values. The code in
the example below comprises one rule set:
.btn {
display: inline-block;
padding: .5rem 1rem;
border-radius: .25rem;
border: 1px solid;
}
Selector
Value
Curly Braces
Declaration Block
Property
Web Design Primer Images Guide  Bootstrap 4 Quick Start v.1.0.0 - bootstrapcreative.com : 24
JPG GIF PNG8 PNG32 SVG
Characteristics
•	 Raster
•	 Lossy 1
When to Use
•	 Photographs
with a lot of
colors, shapes,
and forms.
•	 Good with
gradients to
lessen banding
Characteristics
•	 Raster
•	 Some
Transparency 2
When to Use
•	 Animations
•	 Solid colors,
symbols, and
line artwork
•	 Web banners
Characteristics
•	 Raster
•	 Some
Transparency 2
•	 Lossless
When to Use
•	 Solid colors,
symbols, and
line artwork
Characteristics
•	 Raster
•	 Full
Transparency
•	 Lossless
When to Use
•	 When you want
a jpeg with
transparency
Characteristics
•	 Vector
•	 Transparency
When to Use
•	 Icons, logos,
text that you
want to be
high quality on
retina displays
1.	Lossless and lossy compression are terms that describe whether or not, in the compression
of a file, all original data can be recovered when the file is uncompressed.
2.	1-bit transparency. Pixels are either solid or completely transparent, but never partially
see-through.

More Related Content

PDF
Responsive Web Design Tutorial PDF for Beginners
Bootstrap Creative
 
PDF
CSS Grid Changes Everything - Keynote at WebCamp Zagreb 2017
Morten Rand-Hendriksen
 
PPTX
Learn Bootstrap 4
Vinny Vessel
 
PDF
How to Build Custom WordPress Blocks
Morten Rand-Hendriksen
 
PDF
Building the next generation of themes with WP Rig 2.0
Morten Rand-Hendriksen
 
PDF
Stop reinventing the wheel: Build Responsive Websites Using Bootstrap
freshlybakedpixels
 
PDF
Bootstrap 4 Tutorial PDF for Beginners - Learn Step by Step
Bootstrap Creative
 
PDF
Web Development for UX Designers
Ashlimarie
 
Responsive Web Design Tutorial PDF for Beginners
Bootstrap Creative
 
CSS Grid Changes Everything - Keynote at WebCamp Zagreb 2017
Morten Rand-Hendriksen
 
Learn Bootstrap 4
Vinny Vessel
 
How to Build Custom WordPress Blocks
Morten Rand-Hendriksen
 
Building the next generation of themes with WP Rig 2.0
Morten Rand-Hendriksen
 
Stop reinventing the wheel: Build Responsive Websites Using Bootstrap
freshlybakedpixels
 
Bootstrap 4 Tutorial PDF for Beginners - Learn Step by Step
Bootstrap Creative
 
Web Development for UX Designers
Ashlimarie
 

What's hot (20)

PPS
Introduction to Bootstrap: Design for Developers
Melvin John
 
PDF
Bootstrap 3 Basic - Bangkok WordPress Meetup
Woratana Perth Ngarmtrakulchol
 
PPTX
Intro To Twitter Bootstrap
Ahmed Haque
 
PPTX
Bootstrap ppt
Ishtdeep Hora
 
PDF
Bootstrap tutorial
vijaypatel_b
 
PDF
CSS Lessons Learned the Hard Way (Generate Conf)
Zoe Gillenwater
 
PPTX
Introduction to Bootstrap
Collaboration Technologies
 
PPTX
Bootstrap Introduction
Andrea Tarr
 
PDF
Teams, styles and scalable applications
Vittorio Vittori
 
PPTX
Css3
Bronson Quick
 
PPTX
Responsive Web Design for Universal Access 2016
Kate Walser
 
PDF
Test-proof CSS
Vittorio Vittori
 
PDF
Introduction to Bootstrap
Ron Reiter
 
PPTX
Introduction to Twitter's Bootstrap 2
Julien Renaux
 
PPTX
Bootstrap 4 n00bz
Laurence Bradford
 
PDF
Design Systems, Pattern Libraries & WordPress
Jesse James Arnold
 
PDF
Dayton word press meetup
Dustin Hartzler
 
PDF
Improving the Responsive Web Design Process in 2016
Cristina Chumillas
 
PPTX
Responsive web-design through bootstrap
Zunair Sagitarioux
 
PPTX
Twitter bootstrap 101
bootstraptutor
 
Introduction to Bootstrap: Design for Developers
Melvin John
 
Bootstrap 3 Basic - Bangkok WordPress Meetup
Woratana Perth Ngarmtrakulchol
 
Intro To Twitter Bootstrap
Ahmed Haque
 
Bootstrap ppt
Ishtdeep Hora
 
Bootstrap tutorial
vijaypatel_b
 
CSS Lessons Learned the Hard Way (Generate Conf)
Zoe Gillenwater
 
Introduction to Bootstrap
Collaboration Technologies
 
Bootstrap Introduction
Andrea Tarr
 
Teams, styles and scalable applications
Vittorio Vittori
 
Responsive Web Design for Universal Access 2016
Kate Walser
 
Test-proof CSS
Vittorio Vittori
 
Introduction to Bootstrap
Ron Reiter
 
Introduction to Twitter's Bootstrap 2
Julien Renaux
 
Bootstrap 4 n00bz
Laurence Bradford
 
Design Systems, Pattern Libraries & WordPress
Jesse James Arnold
 
Dayton word press meetup
Dustin Hartzler
 
Improving the Responsive Web Design Process in 2016
Cristina Chumillas
 
Responsive web-design through bootstrap
Zunair Sagitarioux
 
Twitter bootstrap 101
bootstraptutor
 
Ad

Viewers also liked (6)

PPTX
Services Factory Provider Value Constant - AngularJS
Sumanth krishna
 
PPTX
Single page application 04
Ismaeel Enjreny
 
PDF
[Basic HTML/CSS] 5. css - selector, units
Hyejin Oh
 
PDF
Introdução a CSS
Tiago Santos
 
PDF
Front End Best Practices
Holger Bartel
 
PDF
CSS Grid Changes Everything About Web Layouts: WordCamp Europe 2017
Morten Rand-Hendriksen
 
Services Factory Provider Value Constant - AngularJS
Sumanth krishna
 
Single page application 04
Ismaeel Enjreny
 
[Basic HTML/CSS] 5. css - selector, units
Hyejin Oh
 
Introdução a CSS
Tiago Santos
 
Front End Best Practices
Holger Bartel
 
CSS Grid Changes Everything About Web Layouts: WordCamp Europe 2017
Morten Rand-Hendriksen
 
Ad

Similar to Web Design Primer Sample - HTML CSS JS (20)

PDF
Web Design & UI/UX Bootcamp [Online & Offline] In Bangla
Stack Learner
 
PPT
Know the reason behind choosing bootstrap as css framework
Omkarsoft Bangalore
 
PPT
Web design-workflow
Peter Kaizer
 
PDF
Code & Design Your First Website (Downtown Los Angeles)
Thinkful
 
PDF
Improving your responsive workflow with style guides
Luke Brooker
 
PPTX
Training presentation.pptx
NishchaiyaBayla1
 
PPT
Pertemuan 7
beiharira
 
PDF
Highly Maintainable, Efficient, and Optimized CSS
Zoe Gillenwater
 
PDF
Http _css-tricks
Daniel Downs
 
PPTX
Blueprint css framework
Techsailor
 
PDF
Scalable front-end architecture with Bootstrap 3 + Atomic CSS
Hayden Bleasel
 
PPTX
Step into the SharePoint branding world, tools and techniques
Benjamin Niaulin
 
PDF
Presentation 1 Web--dev
altsav
 
PPTX
Web Components: The Future of Web Development is Here
John Riviello
 
PPTX
Boilerplates: Step up your Web Development Process
Fibonalabs
 
PPTX
juststartpdfisntofdsjjslfjslfslflsdf.pptx
wwwculturalarcher205
 
PPTX
SPS Monaco 2017 - The Lay of the Land of Client-Side Development circa 2017
Marc D Anderson
 
PPTX
Html,CSS & UI/UX design
Karthikeyan Dhanasekaran CUA
 
PPTX
Bootstrap for Beginners
D'arce Hess
 
DOC
Cis363 all i labs devry university
jkkjhdy798iyi
 
Web Design & UI/UX Bootcamp [Online & Offline] In Bangla
Stack Learner
 
Know the reason behind choosing bootstrap as css framework
Omkarsoft Bangalore
 
Web design-workflow
Peter Kaizer
 
Code & Design Your First Website (Downtown Los Angeles)
Thinkful
 
Improving your responsive workflow with style guides
Luke Brooker
 
Training presentation.pptx
NishchaiyaBayla1
 
Pertemuan 7
beiharira
 
Highly Maintainable, Efficient, and Optimized CSS
Zoe Gillenwater
 
Http _css-tricks
Daniel Downs
 
Blueprint css framework
Techsailor
 
Scalable front-end architecture with Bootstrap 3 + Atomic CSS
Hayden Bleasel
 
Step into the SharePoint branding world, tools and techniques
Benjamin Niaulin
 
Presentation 1 Web--dev
altsav
 
Web Components: The Future of Web Development is Here
John Riviello
 
Boilerplates: Step up your Web Development Process
Fibonalabs
 
juststartpdfisntofdsjjslfjslfslflsdf.pptx
wwwculturalarcher205
 
SPS Monaco 2017 - The Lay of the Land of Client-Side Development circa 2017
Marc D Anderson
 
Html,CSS & UI/UX design
Karthikeyan Dhanasekaran CUA
 
Bootstrap for Beginners
D'arce Hess
 
Cis363 all i labs devry university
jkkjhdy798iyi
 

More from Bootstrap Creative (9)

PDF
A Beginner’s Guide to HubSpot CMS - Make a Website for Your Business With No ...
Bootstrap Creative
 
PDF
Web Development Tutorial Workshop for Beginners - Learn Responsive Web Design...
Bootstrap Creative
 
PDF
Bootstrap 4 Online Training Course Book Sample
Bootstrap Creative
 
PDF
CSS Cheat Sheet Reference PDF
Bootstrap Creative
 
PDF
Bootstrap 3 Cheat Sheet PDF Reference
Bootstrap Creative
 
PDF
Michigan Digital Marketing SEO
Bootstrap Creative
 
PDF
Graphic Design Portfolio of Detroit Michigan Web Designer Jacob Lett
Bootstrap Creative
 
PDF
Web Design Portfolio of Detroit Michigan Web Designer Jacob Lett
Bootstrap Creative
 
PDF
Graphic Design Career Summary Presentation
Bootstrap Creative
 
A Beginner’s Guide to HubSpot CMS - Make a Website for Your Business With No ...
Bootstrap Creative
 
Web Development Tutorial Workshop for Beginners - Learn Responsive Web Design...
Bootstrap Creative
 
Bootstrap 4 Online Training Course Book Sample
Bootstrap Creative
 
CSS Cheat Sheet Reference PDF
Bootstrap Creative
 
Bootstrap 3 Cheat Sheet PDF Reference
Bootstrap Creative
 
Michigan Digital Marketing SEO
Bootstrap Creative
 
Graphic Design Portfolio of Detroit Michigan Web Designer Jacob Lett
Bootstrap Creative
 
Web Design Portfolio of Detroit Michigan Web Designer Jacob Lett
Bootstrap Creative
 
Graphic Design Career Summary Presentation
Bootstrap Creative
 

Recently uploaded (20)

PDF
NewMind AI Weekly Chronicles - July'25 - Week IV
NewMind AI
 
PDF
Presentation about Hardware and Software in Computer
snehamodhawadiya
 
PDF
Cloud-Migration-Best-Practices-A-Practical-Guide-to-AWS-Azure-and-Google-Clou...
Artjoker Software Development Company
 
PDF
Orbitly Pitch Deck|A Mission-Driven Platform for Side Project Collaboration (...
zz41354899
 
PDF
agentic-ai-and-the-future-of-autonomous-systems.pdf
siddharthnetsavvies
 
PDF
A Day in the Life of Location Data - Turning Where into How.pdf
Precisely
 
PPTX
The-Ethical-Hackers-Imperative-Safeguarding-the-Digital-Frontier.pptx
sujalchauhan1305
 
PDF
DevOps & Developer Experience Summer BBQ
AUGNYC
 
DOCX
Top AI API Alternatives to OpenAI: A Side-by-Side Breakdown
vilush
 
PDF
This slide provides an overview Technology
mineshkharadi333
 
PDF
Automating ArcGIS Content Discovery with FME: A Real World Use Case
Safe Software
 
PDF
Doc9.....................................
SofiaCollazos
 
PPTX
Smart Infrastructure and Automation through IoT Sensors
Rejig Digital
 
PPTX
AI and Robotics for Human Well-being.pptx
JAYMIN SUTHAR
 
PDF
Enable Enterprise-Ready Security on IBM i Systems.pdf
Precisely
 
PDF
Accelerating Oracle Database 23ai Troubleshooting with Oracle AHF Fleet Insig...
Sandesh Rao
 
PDF
Software Development Methodologies in 2025
KodekX
 
PPTX
cloud computing vai.pptx for the project
vaibhavdobariyal79
 
PDF
Event Presentation Google Cloud Next Extended 2025
minhtrietgect
 
PDF
Google’s NotebookLM Unveils Video Overviews
SOFTTECHHUB
 
NewMind AI Weekly Chronicles - July'25 - Week IV
NewMind AI
 
Presentation about Hardware and Software in Computer
snehamodhawadiya
 
Cloud-Migration-Best-Practices-A-Practical-Guide-to-AWS-Azure-and-Google-Clou...
Artjoker Software Development Company
 
Orbitly Pitch Deck|A Mission-Driven Platform for Side Project Collaboration (...
zz41354899
 
agentic-ai-and-the-future-of-autonomous-systems.pdf
siddharthnetsavvies
 
A Day in the Life of Location Data - Turning Where into How.pdf
Precisely
 
The-Ethical-Hackers-Imperative-Safeguarding-the-Digital-Frontier.pptx
sujalchauhan1305
 
DevOps & Developer Experience Summer BBQ
AUGNYC
 
Top AI API Alternatives to OpenAI: A Side-by-Side Breakdown
vilush
 
This slide provides an overview Technology
mineshkharadi333
 
Automating ArcGIS Content Discovery with FME: A Real World Use Case
Safe Software
 
Doc9.....................................
SofiaCollazos
 
Smart Infrastructure and Automation through IoT Sensors
Rejig Digital
 
AI and Robotics for Human Well-being.pptx
JAYMIN SUTHAR
 
Enable Enterprise-Ready Security on IBM i Systems.pdf
Precisely
 
Accelerating Oracle Database 23ai Troubleshooting with Oracle AHF Fleet Insig...
Sandesh Rao
 
Software Development Methodologies in 2025
KodekX
 
cloud computing vai.pptx for the project
vaibhavdobariyal79
 
Event Presentation Google Cloud Next Extended 2025
minhtrietgect
 
Google’s NotebookLM Unveils Video Overviews
SOFTTECHHUB
 

Web Design Primer Sample - HTML CSS JS

  • 1. Sample A guide to help you achieve code consistency that adheres to best practices. Web Design Primer Get Your Copy View Packages
  • 2. Web Design Primer   Bootstrap 4 Quick Start v.1.0.0 - bootstrapcreative.com : 2 © 2017 Jacob Lett. All Rights Reserved. Please do not distribute or share without permission. You have permission to print pages but please do not try and sell it. If you have questions email me at [email protected]. CONTENTS 1. What is a URL? 2. Naming Conventions 3. Project Folder Structure 4. Code Guide 5. Images Guide 6. Things I wish I Knew Upfront
  • 3. Web Design Primer Project Folder Structure  Bootstrap 4 Quick Start v.1.0.0 - bootstrapcreative.com : 9  contact 1  index.php 2  css 4  main.css 32  partials 8  aside.php 9  js 15  vendor 16  plugin.js 17  main.js 18  static 19  fonts 20  img 21  pdf 22  .gitignore 23  .htaccess 24  README.md 26  humans.txt 28  index.php 29  robots.txt 31 Figure 2: Project Folder - PHP Common Project Folder Structures You have a lot of freedom when it comes to naming files and folders for your project. However there are some common naming conventions that can help keep your projects organized and minimize any confusion when working with another designer. Figure 1 shows a site using PHP and node.js to compile Sass. The project is hosted on GitHub pages. Figure 2 shows a static HTML site. The project is hosted on GitHub pages. Below are descriptions for each file and folder in these different types of projects. 1. A subdirectory of your main site. The URL for this would be www.yourdomain. contact/
  • 4. Web Design Primer Code Guide  Bootstrap 4 Quick Start v.1.0.0 - bootstrapcreative.com : 15 CSS Rule Set A rule set is a single section of CSS including the selector, the curly braces, and the different lines with properties and values. The code in the example below comprises one rule set: .btn { display: inline-block; padding: .5rem 1rem; border-radius: .25rem; border: 1px solid; } Selector Value Curly Braces Declaration Block Property
  • 5. Web Design Primer Images Guide  Bootstrap 4 Quick Start v.1.0.0 - bootstrapcreative.com : 24 JPG GIF PNG8 PNG32 SVG Characteristics • Raster • Lossy 1 When to Use • Photographs with a lot of colors, shapes, and forms. • Good with gradients to lessen banding Characteristics • Raster • Some Transparency 2 When to Use • Animations • Solid colors, symbols, and line artwork • Web banners Characteristics • Raster • Some Transparency 2 • Lossless When to Use • Solid colors, symbols, and line artwork Characteristics • Raster • Full Transparency • Lossless When to Use • When you want a jpeg with transparency Characteristics • Vector • Transparency When to Use • Icons, logos, text that you want to be high quality on retina displays 1. Lossless and lossy compression are terms that describe whether or not, in the compression of a file, all original data can be recovered when the file is uncompressed. 2. 1-bit transparency. Pixels are either solid or completely transparent, but never partially see-through.