-
Notifications
You must be signed in to change notification settings - Fork 40
/
master.html
executable file
·377 lines (340 loc) · 16.9 KB
/
master.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="initial-scale=1.0"> <!-- So that mobile webkit will display zoomed in -->
<meta name="format-detection" content="telephone=no"> <!-- disable auto telephone linking in iOS -->
<title>Subject Line (for proofing, doesn't show in actual email)</title>
<style type="text/css">
/* Force Hotmail to display emails at full width */
.ReadMsgBody {
width: 100%;
background-color: #eeeeee;
}
/* Force Hotmail to display emails at full width */
.ExternalClass {
width: 100%;
background-color: #eeeeee;
}
/* Forces Hotmail to display normal line spacing. */
.ExternalClass,
.ExternalClass p,
.ExternalClass span,
.ExternalClass font,
.ExternalClass td,
.ExternalClass div {
line-height:100%;
}
/* Resolves webkit padding issue. */
table {
border-spacing:0;
}
/* Resolves the Outlook 2007, 2010, and Gmail td padding issue. */
table td {
border-collapse:collapse;
}
/* Yahoo auto-sensing link color and border */
.yshortcuts a {
border-bottom: none !important;
}
@media screen and (max-device-width: 650px), screen and (max-width: 650px) {
/* Constrain email width for small screens */
table[class="email-container"] {
width: 98% !important;
}
/* Force elements to resize to full width of their container */
img[class="fluid"] {
width: 100% !important;
height: auto;
}
table[class="fluid"] {
width: auto !important;
margin-left: 20px !important;
margin-right: 20px !important;
}
/* Force table cells into rows */
td[class="force-col"],
td[class="force-col-center"] {
display: block !important;
width: 100% !important;
}
td[class="force-col-center"] {
text-align: center !important;
}
img[class="force-col-center"] {
margin: auto !important;
}
/* unset table alignment and force into rows with spacing */
table[class="col-3"] {
float: none !important;
width: 100% !important;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #cccccc;
}
/* align images right */
table[class="col-3"] {
width: 100% !important;
}
img[class="col-3-img-r"] {
float: right;
margin-left: 20px;
}
/* align images left */
img[class="col-3-img-l"] {
float: left;
margin-right: 20px;
}
/* Grid with wrapping image thumbnails */
td[class="image-grid"] {
padding: 0 !important;
}
img[class="image-grid"] {
float: none !important;
display: inline-block !important;
margin: 0 -2px !important;
}
}
/* Rules prefixed with 'hh-' repeat much of what's above, but only on handheld screens. */
@media screen and (max-device-width: 480px), screen and (max-width: 480px) {
img[class="hh-fluid"] {
width: 100% !important;
height: auto;
}
td[class="hh-force-col"],
td[class="hh-force-col-center"] {
display: block !important;
width: 100% !important;
}
td[class="hh-force-col-center"] {
text-align: center !important;
}
img[class="hh-force-col-center"] {
margin: 0 auto 20px auto !important;
}
img[class="col-3-img-r"],
img[class="col-3-img-l"] {
margin: auto !important;
float: none !important;
display: block;
text-align: center !important;
}
table[class="fluid"] table {
margin-left: 0 !important;
margin-right: 0 !important;
}
table[class="fluid"] table td {
padding: 0 !important;
}
img[class="image-grid"] {
width: 50%;
height: auto;
}
}
</style>
</head>
<body bgcolor="#ead4b4" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" style="margin:0; padding:0;-webkit-text-size-adjust:none; -ms-text-size-adjust:none;background: #ead4b4 url(bg-email.jpg);">
<!-- CSS Image background in Outlook : BEGIN -->
<!--[if gte mso 9]>
<v:background xmlns:v="urn:schemas-microsoft-com:vml" fill="t">
<v:fill type="tile" color="#ead4b4" src="bg-email.jpg">
</v:background>
<![endif]-->
<!-- CSS Image background in Outlook : END -->
<!-- Logo + web view : BEGIN -->
<table border="0" width="650" cellpadding="0" cellspacing="0" align="center" class="email-container">
<tr>
<td height="20" style="font-size: 0; line-height: 0;"> </td>
</tr>
<tr>
<td class="force-col-center" valign="middle" style="text-align: left;">
<img src="http://placehold.it/300x75/cccccc/aaaaaa&text=logo" height="75" width="300" border="0" style="display: block;border: 1px solid #cccccc;" class="force-col-center">
</td>
<td height="20" style="font-size: 0; line-height: 0;" class="force-col-center"> </td>
<td class="force-col-center" valign="middle" style="text-align: right;">
<webversion style="font-family: sans-serif; font-size: 14px; color: #1c83d2; text-decoration: underline;">view in a browser</webversion>
</td>
</tr>
<tr>
<td height="20" style="font-size: 0; line-height: 0;"> </td>
</tr>
</table>
<!-- Logo + web view : END -->
<!-- Email Container : BEGIN -->
<table border="0" width="650" cellpadding="0" cellspacing="0" align="center" style="border: 1px solid #cccccc;background: #ffffff;" class="email-container">
<!-- Mast Image : BEGIN -->
<tr>
<td>
<img src="http://placehold.it/650x350/cccccc/aaaaaa" height="350" width="650" border="0" style="display: block;" class="fluid">
</td>
</tr>
<!-- Mast Image : END -->
<!-- Full Width, Fluid Column : BEGIN -->
<tr>
<td style="border-bottom: 1px solid #cccccc;">
<table border="0" width="610" cellpadding="0" cellspacing="0" align="center" class="fluid">
<tr>
<td height="20" style="font-size: 0; line-height: 0;"> </td>
</tr>
<tr>
<td style="font-family: sans-serif; font-size: 16px; line-height: 24px;color: #444444;">
Completely synergize resource sucking relationships via premier niche markets. Professionally cultivate one-to-one customer service with robust ideas. Dynamically innovate resource-leveling customer service for state of the art customer service.
<br><br>
Objectively innovate empowered manufactured products whereas parallel platforms. Holisticly predominate extensible testing procedures for reliable supply chains. Dramatically engage top-line web services vis-a-vis cutting-edge deliverables.
<br><br>
Proactively envisioned multimedia based expertise and cross-media growth strategies. Seamlessly visualize quality intellectual capital without superior collaboration and idea-sharing. Holistically pontificate installed base portals after maintainable products.
</td>
</tr>
<tr>
<td height="20" style="font-size: 0; line-height: 0;"> </td>
</tr>
</table>
</td>
</tr>
<!-- Full Width, Fluid Column : BEGIN -->
<!-- Two Column, Right Flush Image ==> Stacked Layout : BEGIN -->
<tr>
<td style="border-bottom: 1px solid #cccccc;">
<table cellspacing="0" cellpadding="0" border="0" width="100%" bgcolor="#ffffff" style="background-color: #ffffff;">
<tr>
<td valign="top" class="force-col">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td style="padding: 20px;font-family: sans-serif; font-size: 14px; line-height: 18px; color: #444444;">
<strong style="font-size: 16px;">Administrate turnkey channels</strong><br><br>
Proactively envisioned multimedia based expertise and cross-media growth strategies. Seamlessly visualize quality intellectual capital without superior collaboration and idea-sharing. Holistically pontificate installed base portals after maintainable products.<br><br>
Interactively procrastinate high-payoff content without backward-compatible data. Quickly cultivate optimal processes and tactical architectures.
</td>
</tr>
</table>
</td>
<td valign="top" style="font-size: 0; line-height: 0;" class="force-col-center">
<img src="http://placehold.it/340/dddddd/bbbbbb" height="325" width="325" border="0" style="display: block;margin: auto;" class="hh-fluid">
</td>
</tr>
</table>
</td>
</tr>
<!-- Two Column, Right Flush Image ==> Stacked Layout : END -->
<!-- Three Column ==> Stacked Layout : BEGIN -->
<tr>
<td bgcolor="#ffffff" style="background-color: #ffffff; padding: 20px;border-bottom: 1px solid #cccccc;">
<table border="0" cellpadding="0" cellspacing="0" class="columns-container">
<tr>
<td class="force-col" style="padding-right: 20px;" valign="top">
<table border="0" cellspacing="0" cellpadding="0" width="190" class="col-3">
<tr>
<td style="font-family: sans-serif; font-size: 12px; color: #444444; line-height: 18px;">
<img src="http://placehold.it/190x130/dddddd/bbbbbb" height="130" width="190" border="0" style="display: block;padding-bottom: 10px;" class="col-3-img-r">
<a href="#" style="color:#1c83d2; font-size: 14px;font-weight:bold">Proactively Envision</a><br>
Collaboratively administrate empowered markets via plug-and-play networks. Dynamically procrastinate B2C users after installed base benefits. Dramatically visualize customer directed convergence without revolutionary ROI.
</td>
</tr>
</table>
</td>
<td class="force-col" style="padding-right: 20px;" valign="top">
<table border="0" cellspacing="0" cellpadding="0" width="190" class="col-3">
<tr>
<td style="font-family: sans-serif; font-size: 12px; color: #444444; line-height: 18px;">
<img src="http://placehold.it/190x130/dddddd/bbbbbb" height="130" width="190" border="0" style="display: block;padding-bottom: 10px;" class="col-3-img-l">
<a href="#" style="color:#1c83d2; font-size: 14px;font-weight:bold">Proactively Envision</a><br>
Efficiently unleash cross-media information without cross-media value. Quickly maximize timely deliverables for real-time schemas. Dramatically maintain clicks-and-mortar solutions without functional solutions.
</td>
</tr>
</table>
</td>
<td class="force-col" valign="top">
<table border="0" cellspacing="0" cellpadding="0" width="190" class="col-3" style="border-bottom: 0; padding-bottom: 0;">
<tr>
<td style="font-family: sans-serif; font-size: 12px; color: #444444; line-height: 18px;">
<img src="http://placehold.it/190x130/dddddd/bbbbbb" height="130" width="190" border="0" style="display: block;padding-bottom: 10px;" class="col-3-img-r">
<a href="#" style="color:#1c83d2; font-size: 14px;font-weight:bold">Intellectual Capital</a><br>
Completely synergize resource sucking relationships via premier niche markets. Professionally cultivate one-to-one customer service with robust ideas. Dynamically innovate resource-leveling customer service for state of the art customer service.
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- Three Column ==> Stacked Layout : END -->
<!-- Wide Grid of Images ==> Tall Grid of Images : BEGIN -->
<tr>
<td style="border-bottom: 1px solid #cccccc;">
<table cellspacing="0" cellpadding="0" border="0" width="100%" class="fluid">
<tr>
<td height="20" style="font-size: 0; line-height: 0;"> </td>
</tr>
<tr>
<td style="text-align: center; line-height: 0; padding: 0 20px;" class="image-grid">
<img src="http://placehold.it/150/dddddd/bbbbbb&text=1" height="150" width="150" border="0" style="display: block;margin: auto;float: left;border: 1px solid #ffffff;" class="image-grid">
<img src="http://placehold.it/150/dddddd/bbbbbb&text=2" height="150" width="150" border="0" style="display: block;margin: auto;float: left;border: 1px solid #ffffff;" class="image-grid">
<img src="http://placehold.it/150/dddddd/bbbbbb&text=3" height="150" width="150" border="0" style="display: block;margin: auto;float: left;border: 1px solid #ffffff;" class="image-grid">
<img src="http://placehold.it/150/dddddd/bbbbbb&text=4" height="150" width="150" border="0" style="display: block;margin: auto;float: left;border: 1px solid #ffffff;" class="image-grid">
<img src="http://placehold.it/150/dddddd/bbbbbb&text=5" height="150" width="150" border="0" style="display: block;margin: auto;float: left;border: 1px solid #ffffff;" class="image-grid">
<img src="http://placehold.it/150/dddddd/bbbbbb&text=6" height="150" width="150" border="0" style="display: block;margin: auto;float: left;border: 1px solid #ffffff;" class="image-grid">
<img src="http://placehold.it/150/dddddd/bbbbbb&text=7" height="150" width="150" border="0" style="display: block;margin: auto;float: left;border: 1px solid #ffffff;" class="image-grid">
<img src="http://placehold.it/150/dddddd/bbbbbb&text=8" height="150" width="150" border="0" style="display: block;margin: auto;float: left;border: 1px solid #ffffff;" class="image-grid">
</td>
</tr>
<tr>
<td height="20" style="font-size: 0; line-height: 0;"> </td>
</tr>
</table>
</td>
</tr>
<!-- Wide Grid of Images ==> Tall Grid of Images : END -->
<!-- Three Column, Misc ==> Stacked Layout : BEGIN -->
<tr>
<td>
<table border="0" width="610" cellpadding="0" cellspacing="0" align="center" class="fluid">
<tr>
<td height="20" style="font-size: 0; line-height: 0;"> </td>
</tr>
<tr>
<td class="hh-force-col-center" valign="top">
<img src="http://placehold.it/200/dddddd/bbbbbb" height="200" width="200" border="0" style="display: block;" class="hh-force-col-center">
</td>
<td valign="top" class="hh-force-col">
<table cellpadding="0" cellspacing="0" border="0" class="fluid">
<tr>
<td valign="top" style="font-family: sans-serif; font-size: 14px; line-height: 18px;color: #444444; padding-left: 20px;" class="force-col">
<strong style="font-size: 16px;">Administrate channels</strong>
<br><br>
Proactively envisioned multimedia based expertise and cross-media growth strategies. Seamlessly visualize quality intellectual capital without superior collaboration and idea-sharing.
</td>
<td valign="top" style="font-family: sans-serif; font-size: 12px; line-height: 18px;color: #888888; padding-left: 20px;" class="force-col"><br><br>
<em>Interactively procrastinate high-payoff content without backward-compatible data. Quickly cultivate optimal processes and tactical architectures. Completely iterate covalent strategic theme areas via accurate e-markets.</em>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="20" style="font-size: 0; line-height: 0;"> </td>
</tr>
</table>
</td>
</tr>
<!-- Three Column, Misc ==> Stacked Layout : END -->
</table>
<!-- Email Container : END -->
<!-- Footer : BEGIN -->
<table border="0" width="650" cellpadding="0" cellspacing="0" align="center" class="email-container">
<tr>
<td style="font-size: 0; line-height: 0; height: 20px;"> </td>
</tr>
<tr>
<td style="text-align: center;padding: 20px;font-family: sans-serif; font-size: 12px; line-height: 18px;color: #888888;">
If you no longer wish to receive these emails, you can <unsubscribe style="color: #1c83d2; padding: 0;text-decoration: underline">unsubscribe</unsubscribe>.<br>
Company Name • 123 Fake Street, SpringField, Ohio 45506 US • <span class="mobile_link">(123) 456-7890</span><br><br>
</td>
</tr>
<tr>
<td style="font-size: 0; line-height: 0; height: 20px;"> </td>
</tr>
</table>
<!-- Footer : END -->
</body>
</html>