├── README.md ├── images ├── header.jpg ├── sidebar-01.jpg ├── sidebar-02.jpg ├── three-column-01.jpg ├── three-column-02.jpg ├── three-column-03.jpg ├── two-column-01.jpg └── two-column-02.jpg ├── index.html └── styles.css /README.md: -------------------------------------------------------------------------------- 1 | ### Tuts+ Tutorial: Creating a Future-Proof Responsive Email Without Media Queries 2 | #### Instructor: Nicole Merlin 3 | 4 | Using this ‘fluid hybrid’ method you can build an HTML email with lots of different layouts that doesn't rely on media queries to look great on mobile devices. 5 | 6 | Source files for the Tuts+ tutorial: [Creating a Future-Proof Responsive Email Without Media Queries](http://webdesign.tutsplus.com/tutorials/creating-a-future-proof-responsive-email-without-media-queries--cms-23919) 7 | 8 | **Available on Tuts+ June, 2015** 9 | 10 | [View the demo](http://tutsplus.github.io/creating-a-future-proof-responsive-email-without-media-queries/index.html) 11 | -------------------------------------------------------------------------------- /images/header.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emailwizardry/creating-a-future-proof-responsive-email-without-media-queries/66521350c0f94316a460cd51e2635a23214d9558/images/header.jpg -------------------------------------------------------------------------------- /images/sidebar-01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emailwizardry/creating-a-future-proof-responsive-email-without-media-queries/66521350c0f94316a460cd51e2635a23214d9558/images/sidebar-01.jpg -------------------------------------------------------------------------------- /images/sidebar-02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emailwizardry/creating-a-future-proof-responsive-email-without-media-queries/66521350c0f94316a460cd51e2635a23214d9558/images/sidebar-02.jpg -------------------------------------------------------------------------------- /images/three-column-01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emailwizardry/creating-a-future-proof-responsive-email-without-media-queries/66521350c0f94316a460cd51e2635a23214d9558/images/three-column-01.jpg -------------------------------------------------------------------------------- /images/three-column-02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emailwizardry/creating-a-future-proof-responsive-email-without-media-queries/66521350c0f94316a460cd51e2635a23214d9558/images/three-column-02.jpg -------------------------------------------------------------------------------- /images/three-column-03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emailwizardry/creating-a-future-proof-responsive-email-without-media-queries/66521350c0f94316a460cd51e2635a23214d9558/images/three-column-03.jpg -------------------------------------------------------------------------------- /images/two-column-01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emailwizardry/creating-a-future-proof-responsive-email-without-media-queries/66521350c0f94316a460cd51e2635a23214d9558/images/two-column-01.jpg -------------------------------------------------------------------------------- /images/two-column-02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emailwizardry/creating-a-future-proof-responsive-email-without-media-queries/66521350c0f94316a460cd51e2635a23214d9558/images/two-column-02.jpg -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 | 6 | 7 |
26 | ![]() |
28 | |||||||||
31 |
|
40 | |||||||||
43 |
48 |
49 |
68 |
71 |
72 |
91 |
96 |
|
97 | |||||||||
100 |
105 |
|
171 | |||||||||
174 |
179 |
|
257 | |||||||||
260 |
265 |
|
288 | |||||||||
291 |
296 |
|
319 |