diff --git a/docs/content/templates.md b/docs/content/templates.md index 7336a2a..3b7f227 100644 --- a/docs/content/templates.md +++ b/docs/content/templates.md @@ -16,6 +16,11 @@ This template focuses on a fluid layout that sizes itself using percentage-based Good for simple transactional emails and single column layouts. If you want a basic template to handle rich text and images, this is a good baseline. +
+ ## Responsive Template ![example image](/images/template-responsive.svg "Responsive email template.") @@ -26,6 +31,11 @@ This template uses media queries to reconfigure the layout for different screen If you’re already comfortable with media queries, the learning curve is relatively low. If total device coverage isn’t required, you can create a responsive email the same way you create a responsive website. + + ## Hybrid Template ![example image](/images/template-hybrid.svg "Hybrid email template.") @@ -34,6 +44,11 @@ This template uses a hybrid approach to reconfigure the layout for different scr If you have some email design experience, this template optimizes every popular email client. All the extra Outlook code can make these templates quite large and your maths have to be spot on for multi-column layouts. + + ## Archived Templates Templates in the archived-versions folder are not currently being maintained and should be considered unsupported and deprecated. They are kept around for historical purposes. 💫 diff --git a/docs/public/best-practices/index.html b/docs/public/best-practices/index.html index 185f8dd..78d02ec 100644 --- a/docs/public/best-practices/index.html +++ b/docs/public/best-practices/index.html @@ -5,14 +5,14 @@