You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 5, 2022. It is now read-only.
Copy file name to clipboardexpand all lines: README.md
+7-13
Original file line number
Diff line number
Diff line change
@@ -12,22 +12,16 @@ The goal is to show examples of how you can use Maizzle to build great HTML emai
12
12
13
13
The goal is definitely _not_ to tell anyone how they should code their emails.
14
14
15
-
##Guidelines
15
+
### Privacy & Security
16
16
17
-
These are the guidelines that any Maizzle REMIX needs to follow.
17
+
- Any sensitive data will be replaced with dummy data
18
18
19
-
#### Privacy & Security
19
+
- Experiments only use emails that are either publicly accessible (web versions, [CodePen](https://codepen.io/maizzle), [RGE](https://reallygoodemails.com/) or [curated.email](https://curated.email/)), or that you can subscribe to
20
20
21
-
-Any sensitive data should be replaced with dummy data
21
+
-Images are directly referenced from the online version of the original, if available. Otherwise they will be replaced with placeholders from an online service
22
22
23
-
- Experiments should only be made on layouts that are either publicly accessible (web versions, [CodePen](https://codepen.io/maizzle), [RGE](https://reallygoodemails.com/) or [curated.email](https://curated.email/)), or that you have subscribed to and received
23
+
### Responsive-only
24
24
25
-
- Images must be directly referenced from the online version of the original. When unavailable, they will be replaced with placeholders from an online service
25
+
Yes, [Hybrid coding](https://www.google.com/search?q=hybrid+email+coding&oq=hybrid+email+coding) works where `@media` queries aren't supported, but this is becoming more and more of an edge case, and it's also pretty limiting in terms of layout complexity.
26
26
27
-
#### Built to resemble the original
28
-
29
-
REMIXes should be as close as possible to the original's layout, color palette, and content.
30
-
31
-
#### Responsive-only
32
-
33
-
Yes, [Hybrid](https://www.google.com/search?q=hybrid+email+coding&oq=hybrid+email+coding) works where Responsive doesn't, but it's becoming more and more of an edge case, and it's pretty limiting. Considering the trend is to support `@media` queries in mobile email clients, Maizzle REMIX will only focus on the vast majority of cases, where responsive _is_ supported.
27
+
Considering the trend is to support `@media` queries in mobile email clients, Maizzle REMIX will only focus on the vast majority of cases, where responsive design through `@media` queries _is_ supported.
0 commit comments