-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
391 lines (382 loc) · 14.2 KB
/
index.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
378
379
380
381
382
383
384
385
386
387
388
389
390
391
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Poly Promotional Email</title>
<style>
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700;800&display=swap");
</style>
<!--Media Queries-->
<style>
@media screen and (max-width: 300px) {
.block {
display: block !important;
width: 100% !important;
}
.img-right {
padding-left: 100px !important;
margin-top: -30px !important;
}
.blk-bg-text {
font-size: 25px !important;
}
}
</style>
</head>
<body margin="0 auto" style="margin: 0 auto">
<!--Email Container-->
<table
cellpadding="0"
cellspacing="0"
margin="0"
align="center"
class="email-container"
>
<tr>
<td>
<!--Email-->
<table
cellpadding="0"
cellspacing="0"
margin="0"
align="center"
width="600px"
style="max-width: 600px; width: 600px; background-color: #ffffff"
bgcolor="#ffffff"
class="email"
>
<tr>
<td>
<!--Content-->
<table
class="content"
width="100%"
cellpadding="0"
cellspacing="0"
margin="0"
align="center"
>
<!--Logo and Header-->
<tr>
<td class="header-row" width="600">
<img
class="header"
width="100%"
src="https://i.ibb.co/HPt3HNr/head.png"
alt="Poly Logo and Hewitt Packard Logo"
/>
</td>
</tr>
<!--/Logo and Header-->
<!--Subheader-->
<!--BLACK BG ROW-->
<tr>
<td
class="blk-row"
width="100%"
margin="0 auto"
bgcolor="#000000"
style="
margin: 0 auto;
width: 100%;
background-color: #000000;
color: #ffffff;
text-align: left;
font-size: 25px;
font-weight: 700;
font-family: 'Poppins', Helvetica, Arial sans-serif;
"
>
<p
class="blk-bg-text"
style="
margin: 0 auto;
color: #ffffff;
font-size: 25px;
font-weight: 700;
font-family: 'Poppins', Helvetica, Arial sans-serif;
text-align: left;
padding-left: 42px;
padding-right: 42px;
padding-top: 26px;
padding-bottom: 26px;
padding: 26px 42px;
"
>
POLY VOYAGER FREE 60 SERIES LAUNCH
</p>
</td>
</tr>
<!--/BLACK BG ROW-->
<!--GRAY BG ROW-->
<tr>
<td
class="gry-row"
width="100%"
margin="0 auto"
bgcolor="dfdfdf"
style="
margin: 0 auto;
background-color: #dfdfdf;
color: #000110;
width: 100%;
text-align: left;
font-size: 30px;
font-weight: bold;
font-family: 'Poppins', Helvetica, Arial sans-serif;
"
>
<p
class="gry-bg-text"
style="
margin: 0 auto;
color: #000110;
font-size: 30px;
font-weight: bold;
font-family: 'Poppins', Helvetica, Arial sans-serif;
text-align: left;
padding-left: 42px;
padding-right: 42px;
padding-top: 0px;
padding-bottom: 0px;
padding: 0px 42px;
"
>
REVIEWERS WORKSHOP
</p>
</td>
</tr>
<!--/GRAY BG ROW-->
<!--WHITE BG ROW-->
<tr>
<td
class="wht-row"
width="100%"
margin="0 auto"
bgcolor="#ffffff"
style="
margin: 0 auto;
background-color: #ffffff;
font-size: 18px;
width: 100%;
text-align: left;
font-family: 'Poppins', Helvetica, Arial sans-serif;
color: #2f2f30;
"
>
<p
class="wht-bg-text"
style="
color: #2f2f30;
margin: 0 auto;
font-size: 18px;
text-align: left;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 42px;
padding-right: 42px;
font-family: 'Poppins', Helvetica, Arial sans-serif;
padding: 0px 42px;
"
>
4.12.23
</p>
</td>
</tr>
<!--/WHITE BG ROW-->
<!--/Subheader-->
<!--Product Table-->
<table
width="600"
class="product-img-table"
cellpadding="0"
cellspacing="0"
bgcolor="#ffffff"
align="center"
margin="0 auto"
style="
background-color: #ffffff;
width: 600px;
margin: 0 auto;
"
>
<tr width="600" style="width: 600px">
<td
class="col-left block"
align="center"
valign="top"
width="50%"
>
<img
class="img-left"
width="300px"
src="https://i.ibb.co/jV6DmXc/product-left.png"
alt=""
/>
</td>
<td
class="col-right block"
align="center"
valign="top"
width="50%"
>
<img
class="img-right"
width="300px"
src="https://i.ibb.co/xSJkWhJ/product-right.png"
alt=""
/>
</td>
</tr>
</table>
<!--/Product Table-->
<!--Bold Text-->
<tr>
<td
bgcolor="#ffffff"
width="600"
margin="0 auto"
style="
width: 600px;
margin: 0 auto;
background-color: #ffffff;
font-family: 'Poppins', Helvetica, Arial sans-serif;
font-size: 35px;
font-weight: bold;
color: #000110;
text-align: left;
"
>
<p
class="bold-text"
style="
text-align: left;
margin: 0 auto;
font-family: 'Poppins', Helvetica, Arial sans-serif;
font-size: 33px;
font-weight: bold;
color: #000110;
padding-top: 28px;
padding-bottom: 0px;
padding-left: 39px;
padding-right: 42px;
padding: 28px 42px 0px 39px;
"
>
You're invited to come see the latest in Poly | HP
innovation.
</p>
</td>
</tr>
<!--/Bold Text-->
<!--Content Text-->
<tr>
<td
bgcolor="#ffffff"
width="600"
margin="0 auto"
style="
width: 600px;
margin: 0 auto;
background-color: #ffffff;
font-family: 'Poppins', Helvetica, Arial sans-serif;
font-size: 17px;
font-weight: 400;
color: #535353;
text-align: left;
"
>
<p
class="content-text"
bgcolor="#ffffff"
margin="0 auto"
style="
margin: 0 auto;
background-color: #ffffff;
font-family: 'Poppins', Helvetica, Arial sans-serif;
font-size: 17px;
font-weight: 400;
color: #535353;
text-align: left;
padding-top: 22px;
padding-bottom: 0px;
padding-left: 40px;
padding-right: 34px;
padding: 22px 34px 0px 40px;
"
>
We are excited to see you interested in the Poly Voyager
Free 60+ and we’d like to invite you to attend the
Reviewer’s Workshop Wednesday, April 12th. This will be
your chance to walk through with the product manager and
have your questions answered.
<br />
<br />
Register today at
<a
class="link"
style="text-decoration: none; color: #535353"
href="#"
>[THIS LINK]</a
>
for the session at XX a.m. PT to secure your spot.
</p>
</td>
</tr>
<!--/Content Text-->
<!--Foot Text-->
<tr>
<td
bgcolor="#ffffff"
width="600"
margin="0 auto"
style="
width: 600px;
margin: 0 auto;
background-color: #ffffff;
font-family: 'Poppins', Helvetica, Arial sans-serif;
font-size: 17px;
font-weight: 400;
color: #535353;
text-align: left;
"
>
<p
class="content-text"
bgcolor="#ffffff"
margin="0 auto"
style="
margin: 0 auto;
background-color: #ffffff;
font-family: 'Poppins', Helvetica, Arial sans-serif;
font-size: 17px;
font-weight: 400;
color: #535353;
text-align: left;
padding-top: 28px;
padding-bottom: 28px;
padding-left: 40px;
padding-right: 34px;
padding: 28px 34px 28px 40px;
"
>
Best, <br />
The HP, and Poly Comms Team
</p>
</td>
</tr>
<!--/Foot Text-->
</table>
<!--/Content-->
</td>
</tr>
</table>
<!--/Email-->
</td>
</tr>
</table>
<!--/Email Container-->
</body>
</html>