1 / 11

Responsive Web Design: A Guide For Beginners

In this informative presentation we go over responsive web design for beginners. <br>You will learn what responsive web design is and why your website should be responsive. You will also learn how to make your website responsive.<br><br>Topics include CSS3 media queries, Responsive Images and Fluid Layouts.

tytonmedia
Download Presentation

Responsive Web Design: A Guide For Beginners

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Responsive Website Design For Beginners What it is… Why you need it…. And how to implement it. By: Tyler Horvath

  2. Introductions Who we are and what we do

  3. Tyler Horvath CEO tytonmedia.com

  4. What is Responsive Web Design? • Web Design approach to allow website to work on any device (mobile, tablet, TV, desktop, etc) • Uses HTML, fluid layouts and CSS3 media queries to change the layout based on the users device.

  5. Why Do You Need Responsive Design? • Good for SEO • Visitors from Mobile • More conversions • Better Engagement 62% of companies that designed a website specifically for mobile had increased sales. (Source: Econsultancy)

  6. Making Your Website Responsive Fluid Layouts Media Queries Responsive Images 2 1 3

  7. Fluid Layouts • From fixed to fluid • Widths are percentages • Fluid layouts are the base • Work with CSS media queries

  8. Responsive Images Adaptive Images • Most widely used • Gives images a 100% width to adapt to container • Not 100% full proof HISRC • Newer method • Uses JavaScript (jQuery) • Shows based on users internet speed

  9. Media Queries CSS based rules for device-specific user experiences • Each device has specific rules for hiding and showing specific content • Min and Max device width with custom rules

  10. Putting It All Together Fluid Layouts + Responsive Images + Media Queries =

  11. Wrapping Up tytonmedia.com

More Related