Skip to content

Commit 7e82107

Browse files
authored
Update readme with new screenshots
1 parent 3eefc04 commit 7e82107

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

readme.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Really Simple Responsive HTML Email Template
22

3-
Sometimes all you want is a really simple HTML email template. Here it is.
3+
Sometimes all you want is a really simple responsive HTML email template. Here it is.
44

55
Preview: http://leemunroe.github.io/responsive-html-email-template/email.html
66

7-
### Sending emails using a marketing service like Campaign Monitor or Mailchimp?
7+
## Sending emails using a marketing service like Campaign Monitor or Mailchimp?
88

99
Use the template as is. They'll put the CSS inline for you when you put together your campaign.
1010

1111

12-
### Sending emails directly from your app or using a developer service like Mailgun?
12+
## Sending emails directly from your app or using a developer service
1313

1414
For an API like [Mailgun](http://www.mailgun.com) you need to put the CSS inline. You can use [Premailer](http://premailer.dialect.ca/) to do this automatically.
1515

@@ -20,18 +20,19 @@ For an API like [Mailgun](http://www.mailgun.com) you need to put the CSS inlin
2020
Note that some services may allow you to opt into CSS inlining, such as
2121
[Mandrill](http://help.mandrill.com/entries/24460141-Does-Mandrill-inline-CSS-automatically-).
2222

23-
### Tried and tested
23+
## Tried and tested and all major email clients
2424

2525
Tested on all major email clients. Mobile, desktop and web.
2626

27-
<img src="http://i.imgur.com/TtYvCTr.jpg" alt="Email preview" width="800">
27+
![Templates](https://cloud.githubusercontent.com/assets/15963/17391543/bc289abe-59cb-11e6-9946-605a85f8c522.jpg)
2828

29-
Hat tip to Zurb's [Ink](http://zurb.com/ink/) for their awesome collection of email templates, which this was adapted from.
3029

31-
### More HTML email resources
30+
[Here are the Litmus test results](https://litmus.com/checklist/emails/public/3a627f5).
31+
32+
## More HTML email resources
3233

3334
Another few open-source resources you might find useful:
3435

35-
* [Transactional HTML Email Templates](https://github.com/mailgun/transactional-email-templates)
36-
* [Grunt.js Email Design Workflow](https://github.com/leemunroe/grunt-email-design)
37-
* [Open-Source Email Template Project](https://github.com/sendwithus/templates)
36+
* [More Responsive HTML Email Templates](http://htmlemail.io)
37+
* [Things I've Learned About Building HTML Emails](http://www.leemunroe.com/building-html-email/)
38+
* [Grunt Email Design Workflow](https://github.com/leemunroe/grunt-email-design)

0 commit comments

Comments
 (0)