retrofitting email & landing pages for mobile

26
RETROFITTING EMAIL & LANDING PAGES FOR MOBILE #modevux

Upload: lynnmorehouse

Post on 02-Jul-2015

126 views

Category:

Internet


0 download

DESCRIPTION

30 minute talk I gave at ModevUX (May 2014).

TRANSCRIPT

Page 1: Retrofitting Email & Landing Pages for Mobile

RETROFITTINGEMAIL & LANDING PAGES FOR MOBILE

#modevux

Page 2: Retrofitting Email & Landing Pages for Mobile

Hello!

Lynn Morehouse

Vocus - Director of UI Design

Page 3: Retrofitting Email & Landing Pages for Mobile

Scenario:Email and Landing Pages should

be mobile friendly.

See Internet for reasons why.

Page 4: Retrofitting Email & Landing Pages for Mobile

Keep it simple.

Desktop, Tablet, & Mobile.

Scenario

Page 5: Retrofitting Email & Landing Pages for Mobile

Example

Email design.

Scenario

Page 6: Retrofitting Email & Landing Pages for Mobile

Think layout.Not design comp.

Scenario

Page 7: Retrofitting Email & Landing Pages for Mobile

1 column.Mobile Friendly.

Scenario

Page 8: Retrofitting Email & Landing Pages for Mobile

Scenario

Page 9: Retrofitting Email & Landing Pages for Mobile

Solution:Use Media Queries to detect what

device you are using. By width

Page 10: Retrofitting Email & Landing Pages for Mobile

@media only screen and

(max-width: 599px)

Solution

Page 11: Retrofitting Email & Landing Pages for Mobile

(max-width: 599px)

[id=container]

width: 100%;

box-sizing: border-box;

img

height: auto;

max-width: 100%;

[class=column]

width: 100%;

height: auto;

display: block;

clear: both;

Solution

Page 12: Retrofitting Email & Landing Pages for Mobile

Solution

Before.

Page 13: Retrofitting Email & Landing Pages for Mobile

Solution

After.

Page 14: Retrofitting Email & Landing Pages for Mobile

Success!Mobile Friendly.

Solution

Page 15: Retrofitting Email & Landing Pages for Mobile

What about a

Landing Page?

Solution

Page 16: Retrofitting Email & Landing Pages for Mobile

Still just a

Layout.

Solution

Page 17: Retrofitting Email & Landing Pages for Mobile

Mobile

is simple.

Solution

Page 18: Retrofitting Email & Landing Pages for Mobile

Solution

Tablet?

Page 19: Retrofitting Email & Landing Pages for Mobile

Solution

Page 20: Retrofitting Email & Landing Pages for Mobile

@media only screen and

(max-width: 959px)

Solution

Page 21: Retrofitting Email & Landing Pages for Mobile

(max-width: 959px)

[id=container]

width: 100%;

box-sizing: border-box;

img

height: auto;

max-width: 100%;

[class=columns F, G, H, I ]

width: 50%;

Solution

Page 22: Retrofitting Email & Landing Pages for Mobile

Solution

Page 23: Retrofitting Email & Landing Pages for Mobile

@media only screen and

(max-width: 480px)

Solution

Page 24: Retrofitting Email & Landing Pages for Mobile

(max-width: 480px)

[class=column]

width: 100%;

height: auto;

display: block;

clear: both;

Solution

Page 25: Retrofitting Email & Landing Pages for Mobile

Solution

Page 26: Retrofitting Email & Landing Pages for Mobile

Thanks!

Find me at:@lynnmorehouse

[email protected]

vocus.com

#modevux