Popularity
6.4
Growing
Activity
5.2
Growing
4,889
139
708

Description

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.

It's just a few responsive email patterns that go a long way. The code blocks are compartmentalized so that they may be used, combined, and nested to build an email.

Each template is annotated and has good support among popular email clients.

Programming language: HTML
License: MIT License
Tags: Boilerplates    
Latest version: v3.3.0

Cerberus alternatives and similar libraries

Based on the "Boilerplates" category.
Alternatively, view Cerberus alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Cerberus or a related project?

Add another 'Boilerplates' Library

README

Cerberus Responsive Email Patterns

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

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, combined, and nested to build an email.

Each template is annotated and has good support among popular email clients.

Learn More and See Examples

Contents

cerberus-fluid.html - Good for simple layouts such as transactional and single column emails.

cerberus-responsive.html - Good for more complicated, shape-shifting email layouts that work on some mobile clients.

cerberus-hybrid.html - This template uses a hybrid approach to reconfigure the layout for different screen sizes for email clients regardless of media query support.

Author

👋 I’m Ted Goas, the core author and maintainer. I’m a product designer & front-end developer with a soft spot for HTML emails. Some day I'd love to combine my professional craft and hobby to work on an email platform. @tedgoas § TedGoas.com

License

Let’s go with something simple and permissive, shall we?

The MIT License (MIT).

Copyright (c) Ted Goas

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

More Email Templates

If you’d prefer something that’s ready out of the box, I vouch for htmlemail.io’s responsive email templates. They’re fully tested and ready for your ESP or codebase.


*Note that all licence references and agreements mentioned in the Cerberus README section above are relevant to that project's source code only.