-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
338 lines (332 loc) · 13.4 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta
name="viewport"
content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=no;"
/>
<meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7; IE=EDGE" />
<style type="text/css">
@media screen and (max-width: 600px) {
.x_columns {
flex-direction: column;
}
.x_column {
flex: 1;
width: 100% !important;
box-sizing: border-box;
}
.x_cta{
width: 88%;
text-align: left;
box-sizing: border-box;
margin-right: 20px;
margin-top: 0 !important;
}
.x_fondo{
background-image: url('./assets/hero-background.jpg')!important;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.x_cuerpo{
padding: 0px 20px !important;
}
.x_cta2{
padding: 10px 3px !important;
}
.x_menu {
flex-direction: column;
}
.x_menuItem {
border-right: none;
margin-bottom: 10px;
}
}
</style>
</head>
<body style="margin: 0 auto; padding: 0; font-family: Arial, sans-serif;">
<table
width="100%"
align="center"
cellspacing="0"
cellpaddign="0"
border="0"
style="width: 100%; max-width: 600px; background:#fbfbfb;"
>
<!-- Header -->
<tr>
<td style="background-color: #e9e9e9; padding: 40px 20px;" colspan="2">
<h4
style="
font-weight: normal;
line-height: 0;
margin: 0;
padding: 0;"
>SUBJECT LINE:</h4>
<p
style="
font-size: 0.8rem;
"
>Email Template Sample Prodigious</p>
</td>
</tr>
<tr>
<td>
<div
class="x_columns"
style="
display: flex;
">
<div
class="x_column"
style="
flex: 1;
box-sizing: border-box;
padding: 20px;
width: 50%;
">
<h5 style="
font-weight: normal;
line-height: 0;
margin: 0;
padding: 0;"
>Prodigious</h5>
<p
style="
font-size: 0.6rem;
"
>Having trouble viewing this email? <a href="https://www.cristiandres.com/">Click here.</a></p>
<img src="./assets/logo-prodigious.png" alt="logo prodigious" style="padding: 10px 0px; max-width: 100%; height: auto; display: block;">
</div>
<div
class="x_column"
style="
flex: 1;
box-sizing: border-box;
padding: 20px;
width: 50%;
">
<div data-hs-responsive-table="true" style="overflow-x: auto; max-width: 100%; width: 100%; margin-left: auto; margin-right: auto;">
<table style="width: 100%; table-layout: fixed;" cellspacing="0" cellpaddign="0" border="0">
<tbody>
<tr>
<td style="padding: 4px; background-color: #000000; border-radius:5px 5px 0px 0px; border: 1px solid #000;">
<img src="./assets/lock.png" width="24" height="25" alt="candado" style="height: auto; max-width: 100%; width: 24px; float: left; margin-left: 0px; margin-right: 10px;">
<span style="color: #ffffff; font-size: 0.9rem;">EMAIL SECURITY ZONE</span></td>
</tr>
<tr>
<td style="padding: 10px; border-radius:0px 0px 5px 5px; border: 1px solid #000;">
<span style="font-size: 0.8rem;">Member: Elizabeth Moriarty</span><br><span style="font-size: 0.8rem;">Member Since: 2009</span></td>
</tr>
</tbody>
</table>
<br>
<p style="font-size: 0.6rem; text-align: end; margin: 0; padding: 0;">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
</div>
</div>
</div>
</td>
</tr>
<!-- Fin Header -->
<!-- Hero -->
<tr>
<td style="padding: 20px;">
<div
class="x_columns x_fondo"
style="
display: flex;
background-image: url('./assets/hero-background.jpg');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
">
<!--[if mso]>
<table role="presentation" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td style="background-image:url('./assets/hero-background.jpg'); background-size: cover; background-position: center; background-repeat: no-repeat;">
<![endif]-->
<div
class="x_column"
style="
flex: 1;
box-sizing: border-box;
padding: 20px;
width: 50%;
">
<p>
<img src="./assets/check.png" width="19" height="19" loading="lazy" alt="check" style="height: auto; max-width: 100%; width: 19px; margin-left: 0px; margin-right: 10px; float: left;">
<strong>NUNC QUIS MASSA</strong>
</p>
<h1 style="font-size: 1.2rem;">Donec lacinia sem ut diam efficitur pharetra</h1>
</div>
<div
class="x_column"
style="flex: 1;
box-sizing: border-box;
width: 50%;
text-align: right;
padding: 0px;
">
<p>
<a class="x_cta" href="https://www.cristiandres.com/" rel="noopener" style="margin-top: 40%; display: inline-block; background-color: #92c01f; padding: 10px 20px; text-decoration: none; color: #fff;">
LEARN MORE
<img src="./assets/chevron-right.png" alt="chevron" width="10px" style="vertical-align: text-bottom;">
</a>
</p>
</div>
</div>
<!--[if mso]>
</td>
</tr>
</table>
<![endif]-->
</td>
</tr>
<!--Fin Hero -->
<!--Cuerpo -->
<tr>
<td class="x_cuerpo" style="padding: 0px 50px;">
<p style="font-size: 1.2rem;">
<strong>Suspendisse ligula tellus, consequat eget pharetra non, facilisis quis arcu. Morbi eget leo tortor. Etiam enim nunc, cursus sed ex at, tempus elementum eros.</strong>
</p>
</td>
</tr>
<tr>
<td class="x_cuerpo" style="padding: 0px 50px;">
<h2 style="font-size: 1.2rem; color: #92c01f;">PELLENTESQUQ HABITANT MORBI TRISTIQUE:</h2>
<div
class="x_columns"
style="
display: flex;
">
<div
class="x_column"
style="
flex: 1;
box-sizing: border-box;
width: 50%;
padding-right: 10px;
">
<div style="display: flex; align-items:center">
<img src="./assets/morbi.png" alt="morbi" width="50px" height="50px" style="padding-right: 20px;"><p><strong>Morbi egetleo</strong><br> Nulla lobortis semper odio, vitae cursus nulla fringilla non. Nullam nec euismod quam.</p>
</div>
</div>
<div
class="x_column"
style="
flex: 1;
box-sizing: border-box;
width: 50%;
padding-right: 10px;
">
<div data-hs-responsive-table="true" style="overflow-x: auto; max-width: 100%; width: 100%; margin-left: auto; margin-right: auto;">
<div style="display: flex; align-items:center">
<img src="./assets/idea.png" alt="check" width="50px" height="50px" style="padding-right: 20px; vertical-align: middle;"><p><strong>Morbi egetleo</strong><br> Nulla lobortis semper odio, vitae cursus nulla fringilla non. Nullam nec euismod quam.</p>
</div>
</div>
</div>
</div>
</td>
</tr>
<!--Fin Cuerpo -->
<!--cta -->
<tr>
<td style="padding: 20px;">
<div style="display: flex;">
<div style="flex: 65%;
box-sizing: border-box;
background-color: #92c01f;
display: flex;
align-items: center;
padding: 10px;">
<img src="./assets/shape.png" alt="shape" width="auto" height="30px" style="margin-right: 20px">
<p style="font-size: 0.7rem; color:#fff;"><strong>Morbi eget leo tortor. Etiam enim nunc, cursus sed ex at.</strong></p>
</div>
<div style="flex: 35%;
box-sizing: border-box;
background-color: #92c01f;
display: flex;
align-items: center;
padding: 10px;">
<p style="font-size: 0.8rem;
margin: 0;">
<a class="x_cta2" href="https://www.cristiandres.com/" rel="noopener" style="display: inline-block;
background-color: #000000;
padding: 10px 43px;
text-decoration: none;
color: #fff;">
Get Started
<img src="./assets/chevron-right.png" alt="chevron" width="10px" style="vertical-align: text-bottom;">
</a>
</p>
</div>
</div>
</td>
</tr>
<!--fin cta -->
<!--menu-->
<tr>
<td style="padding: 20px;">
<div class="x_menu" style="display: flex; background-color: #000000;">
<a href="https://www.cristiandres.com/" class="x_menuItem" style="flex: 1; text-align: center; padding: 10px; background-color: #000000; color: #ffffff; text-decoration: none; border-right: 1px solid #ffffff;">Home</a>
<a href="https://www.cristiandres.com/" class="x_menuItem" style="flex: 1; text-align: center; padding: 10px; background-color: #000000; color: #ffffff; text-decoration: none; border-right: 1px solid #ffffff;">About Us</a>
<a href="https://www.cristiandres.com/" class="x_menuItem" style="flex: 1; text-align: center; padding: 10px; background-color: #000000; color: #ffffff; text-decoration: none; border-right: 1px solid #ffffff;">Contact Us</a>
</div>
</td>
</tr>
<!--fin-menu-->
<!--Redes sociales-->
<!--coonect-->
<tr>
<td style="padding: 20px;">
<p style="text-align: center;">CONNECT WITH US</p>
<hr style="width:70%; text-align:center;">
<p style="text-align: center;">
<img src="./assets/icon-x.png" width="36" height="36" loading="lazy" alt="icon-facebook-b&W" style="height: auto; max-width: 100%; width: 36px;">
<img src="./assets/icon-facebook.png" width="36" height="36" loading="lazy" alt="icon-facebook-b&W" style="height: auto; max-width: 100%; width: 36px;">
<img src="./assets/icon-youtube.png" width="36" height="36" loading="lazy" alt="icon-facebook-b&W" style="height: auto; max-width: 100%; width: 36px;">
<img src="./assets/icon-instagram.png" width="36" height="36" loading="lazy" alt="icon-facebook-b&W" style="height: auto; max-width: 100%; width: 36px;"></p>
<p> </p>
</td>
</tr>
<!--fin redes-->
<!--tabla-->
<tr>
<td style="padding: 20px;">
<table style="border: 1px solid;" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td style="background: #000; color:#fff; width: 40%;">EMAIL SECURITY ZONE</td>
<td > </td>
</tr>
<tr>
<td colspan="2">
<p style="padding:10px;">At the top of this message, you'll see an E-mail Security Zone. Its purpose is to help you verify that the e-mail was indeed sent by Prodigious. If you have questions, please call the customer service phone number on the bottom of our website.</p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!--fin tabla-->
<!--footer-->
<tr>
<td>
<tr>
<td style="padding: 20px;">
<div style="text-align: center;"><a href="#" rel="noopener">Privacy </a> | <a href="#" rel="noopener">Security</a></div>
<div style="text-align: center;"> </div>
<div style="text-align: center;"><u>Prodigious Worldwide is part of Publicis Groupe’s network</u></div>
<div style="text-align: center;"> </div>
<div style="text-align: center;">Disclosure: Vestibulum vitae faucibus eros. Nulla mattis velit non lectus sodales consequat. Etiam vel magna et massa hendrerit viverra et ut magna. <a href="#" rel="noopener">Curabitur posuere, sapien non porta ultrices,</a> nulla eros convallis nisi, ac congue sapien urna eget purus. Donec justo ipsum, pulvinar at aliquet eu, dictum porttitor tortor. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In bibendum eget magna eget consectetur.</div>
<div style="text-align: center;"> </div>
<div style="text-align: center;">Copyright Prodigious 2017. All Rights Reserved.</div>
</td>
</tr>
</td>
</tr>
</table>
</body>
</html>