Mobile responsive web design for e commerce

24
www.emiprotechnologies.com Responsive Web Design

Transcript of Mobile responsive web design for e commerce

Page 1: Mobile responsive web design for e commerce

www.emiprotechnologies.com

Responsive Web Design

Page 2: Mobile responsive web design for e commerce

What is responsive website ?

Page 3: Mobile responsive web design for e commerce

What is responsive website ?

Page 4: Mobile responsive web design for e commerce

What is responsive website ?

Page 5: Mobile responsive web design for e commerce

● Widescreen desktop monitor

● Smaller desktop (or laptop),

● Tablet, iPad

● Mobile phone.

Screen Sizes

Typically there have been four general screen sizes that responsive design has been aimed at:

Page 6: Mobile responsive web design for e commerce
Page 7: Mobile responsive web design for e commerce

How many of you are NOT using mobile for internet use?

Page 8: Mobile responsive web design for e commerce

Statistics showing an Increase of Mobile Usage

Page 9: Mobile responsive web design for e commerce

Importance of the responsive Web Design

Page 10: Mobile responsive web design for e commerce

#Usage of mobile proved that what is importance of responsive web design.

Page 11: Mobile responsive web design for e commerce

#Now Google Algorithm for SEO page rank considers responsiveness of website

Page 12: Mobile responsive web design for e commerce

#You should have a question that now mobile app is available, so what is need of mobile responsive website?

Page 13: Mobile responsive web design for e commerce
Page 14: Mobile responsive web design for e commerce

Mobile App V/S Responsive Website

● For which business, mobile app is useful?● Small Business● Small Medium Business● Medium Business● Large Business● Extra large Business

● Mobile app is really important for business, but responsive website has also enough importance.

Page 15: Mobile responsive web design for e commerce

Facebook

Page 16: Mobile responsive web design for e commerce

Myntra

Page 17: Mobile responsive web design for e commerce

How to make website responsive?

Page 18: Mobile responsive web design for e commerce

How to

Key Points of Responsive Web Design

● Viewport

● Flexible layout

● Media queries

Page 19: Mobile responsive web design for e commerce

#Viewport

● The viewport is the user's visible area of a web page.

● <meta name="viewport" content="width=device-width, initial-scale=1.0 maximum-scale=1.0,">

Page 20: Mobile responsive web design for e commerce

#Flexible layout

● Padding

● Margin

● Width in %

Page 21: Mobile responsive web design for e commerce

#CSS Media queries

● It uses the @media rule to include a block of CSS properties only if a certain condition is true;

@media only screen and (max-width: 500px) {

body {

background-color: lightblue;

}

}

Page 22: Mobile responsive web design for e commerce

Any Questions?

Page 23: Mobile responsive web design for e commerce

Thank You

Page 24: Mobile responsive web design for e commerce

www.emiprotechnologies.com