denovo / Cerberus

A few simple, but solid patterns for responsive HTML emails. Even in Outlook.

Home Page:http://tedgoas.github.io/Cerberus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cerberus

###A few responsive email patterns that go a long way

Coding regular emails is hard enough by itself. Making them responsive shouldn't add to the headache. A few simple, but solid patterns are all that's needed to optimize emails for small screens.

That's what Cerberus is.

It's just a few responsive email patterns that go a long way. The code blocks are compartmentalized so that they may be used, reused, and nested to build an email. Everything has good email client support, including Outlook, Android, and even mobile Gmail.

There are two templates, one that relies media queries and one that does not.

I wrote a blog post that goes into more detail on why I made this. Cerberus is Responsive Email XX's successor.


###template-default.html wireframe

  • Forces columns into rows
  • Uses fluid images
  • Includes two breakpoints
  • Works most everywhere for desktop
  • Relies on media queries for narrow screens

###template-fluid.html wireframe

  • Works most everywhere, including Mobile Gmail and Android 4.4 Mail
  • Fluid layout using max-width to shrink email's width
  • Fixed, wide layout for Outlook and Lotus 8

Tools and Resources

Download, Fork, Commit.

If you can make this better, please download, fork, and submit a pull request. I'd love to work on this with a few folks and get it as solid as can be.

About

A few simple, but solid patterns for responsive HTML emails. Even in Outlook.

http://tedgoas.github.io/Cerberus

License:MIT License