-
Notifications
You must be signed in to change notification settings - Fork 0
/
gift-that-gives-back.html
376 lines (361 loc) · 19.1 KB
/
gift-that-gives-back.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
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" style="height: 100% !important; width: 100% !important; background-color: #cccccc; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; margin: 0 auto; padding: 0;">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta charset="utf-8"> <!-- utf-8 works for most cases -->
<meta name="viewport" content="width=device-width"> <!-- Forcing initial-scale shouldn't be necessary -->
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- Use the latest (edge) version of IE rendering engine -->
<meta name="x-apple-disable-message-reformatting"> <!-- Disable auto-scale in iOS 10 Mail entirely -->
<meta name="description" content="People Helping People: The Gift That Gives Back! | Smartz Lifeline">
<meta name="keywords" content="HTML,CSS">
<meta name="author" content="K Lesnar, mailer.boofola.com">
<meta name="Feedback-ID:" content="Campaign_SMARTZ1:Cust_RWNDJ4Q9WX35:MailType_1:715292172923"> <!-- Required for Feedback Loop -->
<meta hidden="[USERTRACK]">
<title>The Gift That Gives Back!</title> <!-- The title tag shows in email notifications, like Android 4.4. -->
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700" rel="stylesheet">
<!-- CSS Reset : BEGIN -->
<style>
/* What it does: Remove spaces around the email design added by some email clients. */
/* Beware: It can remove the padding / margin and add a background color to the compose a reply window. */
html,
body {
margin: 0 auto !important;
padding: 0 !important;
height: 100% !important;
width: 100% !important;
background: #cccccc;
}
/* What it does: Stops email clients resizing small text. */
* {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
/* What it does: Centers email on Android 4.4 */
div[style*="margin: 16px 0"] {
margin: 0 !important;
}
/* What it does: Stops Outlook from adding extra spacing to tables. */
table,
td {
mso-table-lspace: 0pt !important;
mso-table-rspace: 0pt !important;
}
/* What it does: Fixes webkit padding issue. */
table {
border-spacing: 0 !important;
border-collapse: collapse !important;
table-layout: fixed !important;
margin: 0 auto !important;
}
/* What it does: Uses a better rendering method when resizing images in IE. */
img {
-ms-interpolation-mode:bicubic;
}
/* What it does: Prevents Windows 10 Mail from underlining links despite inline CSS. Styles for underlined links should be inline. */
a {
text-decoration: none;
}
/* What it does: A work-around for email clients meddling in triggered links. */
*[x-apple-data-detectors], /* iOS */
.unstyle-auto-detected-links *,
.aBn {
border-bottom: 0 !important;
cursor: default !important;
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
/* What it does: Prevents Gmail from displaying a download button on large, non-linked images. */
.a6S {
display: none !important;
opacity: 0.01 !important;
}
/* What it does: Prevents Gmail from changing the text color in conversation threads. */
.im {
color: inherit !important;
}
/* If the above doesn't work, add a .g-img class to any image in question. */
img.g-img + div {
display: none !important;
}
/* What it does: Removes right gutter in Gmail iOS app: https://github.com/TedGoas/Cerberus/issues/89 */
/* Create one of these media queries for each additional viewport size you'd like to fix */
/* iPhone 4, 4S, 5, 5S, 5C, and 5SE */
@media only screen and (min-device-width: 320px) and (max-device-width: 374px) {
u ~ div .email-container {
min-width: 320px !important;
}
}
/* iPhone 6, 6S, 7, 8, and X */
@media only screen and (min-device-width: 375px) and (max-device-width: 413px) {
u ~ div .email-container {
min-width: 375px !important;
}
}
/* iPhone 6+, 7+, and 8+ */
@media only screen and (min-device-width: 414px) {
u ~ div .email-container {
min-width: 414px !important;
}
}
</style>
<!-- CSS Reset : END -->
<!-- Progressive Enhancements : BEGIN -->
<style>
.primary{
background: #6f00c1;
}
.bg_white{
background: #ffffff;
}
.bg_light{
background: #cccccc;
}
.email-section{
padding:1.2em;
}
/*BUTTON*/
.btn{
padding: 12px 16px;
display: inline-block;
}
.btn.btn-primary{
border-radius: 6px;
background: #6f00c1;
color: #ffffff;
}
.btn.btn-white{
border-radius: 6px;
background: #ffffff;
color: #000000;
}
.btn.btn-white-outline{
border-radius: 6px;
background: transparent;
border: 1px solid #fff;
color: #fff;
}
.btn.btn-black-outline{
border-radius: 0px;
background: transparent;
border: 2px solid #000;
color: #000;
font-weight: 800;
}
h1,h2,h3,h4,h5,h6{
font-family: 'Lato', sans-serif;
color: #000000;
margin-top: 0;
font-weight: 600;
}
body{
font-family: 'Lato', sans-serif;
font-weight: 600;
font-size: 18px;
line-height: 1.4;
color: rgba(0,0,0,.4);
}
a{
color: #6f00c1;
}
table{
}
/*LOGO*/
.logo h1{
margin: 0;
}
.logo h1 a{
color: #6f00c1;
font-size: 24px;
font-weight: 600;
font-family: 'Lato', sans-serif;
}
/*HERO*/
.hero{
position: relative;
z-index: 0;
}
.hero .text{
color: rgba(0,0,0,.3);
}
.hero .text h2{
color: #000;
font-size: 40px;
margin-bottom: 0;
font-weight: 400;
line-height: 1.4;
}
.hero .text h3{
font-size: 24px;
font-weight: 400;
}
.hero .text h2 span{
font-weight: 600;
color: #6f00c1;
}
/*HEADING SECTION*/
.heading-section{
}
.heading-section h2{
color: #000000;
font-size: 28px;
margin-top: 0;
line-height: 1.4;
font-weight: 400;
}
.heading-section .subheading{
margin-bottom: 20px !important;
display: inline-block;
font-size: 13px;
text-transform: uppercase;
letter-spacing: 2px;
color: rgba(0,0,0,.4);
position: relative;
}
.heading-section .subheading::after{
position: absolute;
left: 0;
right: 0;
bottom: -10px;
content: '';
width: 100%;
height: 2px;
background: #6f00c1;
margin: 0 auto;
}
.heading-section-white{
color: rgba(255,255,255,.8);
}
.heading-section-white h2{
font-family:
line-height: 1.4;
padding-bottom: 0;
}
.heading-section-white h2{
color: #ffffff;
}
.heading-section-white .subheading{
margin-bottom: 0;
display: inline-block;
font-size: 13px;
text-transform: uppercase;
letter-spacing: 2px;
color: rgba(255,255,255,.4);
}
/*FOOTER*/
.footer{
border-top: 1px solid rgba(0,0,0,.05);
color: rgba(0,0,0,.5);
}
.footer .heading{
color: #000;
font-size: 20px;
}
@media screen and (max-width: 500px) {
}
</style>
<style>body {
margin: 0 auto !important; padding: 0 !important; height: 100% !important; width: 100% !important; background: #cccccc;
}
img {
-ms-interpolation-mode: bicubic;
}
body {
font-family: 'Lato', sans-serif; font-weight: 600; font-size: 18px; line-height: 1.4; color: rgba(0,0,0,.4);
}
</style>
</head>
<body width="100%" style="mso-line-height-rule: exactly; height: 100% !important; width: 100% !important; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-family: 'Lato', sans-serif; font-weight: 600; font-size: 18px; line-height: 1.4; color: rgba(0,0,0,.4); margin: 0 auto; padding: 0;" bgcolor="#f1f1f1">
<center style="width: 100%; background-color: #f1f1f1; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">
<div style="max-width: 600px; color: #000; align: right; font-size: 12px; font-weight: 400; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; margin: 0;">
Trouble viewing this message? <a href="[VIEWBROWSERURL]" style="color: red; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; text-decoration: none;">Click Here to View in Browser</a>
</div>
<div style="display: none; font-size: 1px; max-height: 0px; max-width: 0px; opacity: 0; overflow: hidden; mso-hide: all; font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">
</div>
<div style="max-width: 600px; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; margin: 0 auto;" class="email-container">
<!-- BEGIN BODY -->
<table align="center" role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; mso-table-lspace: 0pt !important; mso-table-rspace: 0pt !important; border-spacing: 0 !important; border-collapse: collapse !important; table-layout: fixed !important; margin: 0 auto;">
<tr style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">
<td valign="top" class="bg_white" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; mso-table-lspace: 0pt !important; mso-table-rspace: 0pt !important; padding: 1em 0 0;" bgcolor="#ffffff">
<table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; mso-table-lspace: 0pt !important; mso-table-rspace: 0pt !important; border-spacing: 0 !important; border-collapse: collapse !important; table-layout: fixed !important; margin: 0 auto;">
<tr style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">
<td class="logo" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; mso-table-lspace: 0pt !important; mso-table-rspace: 0pt !important;" align="center">
<h1 style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-family: 'Lato', sans-serif; color: #000000; font-weight: 600; margin: 0;"><a href="#e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; text-decoration: none; color: #6f00c1; font-size: 24px; font-weight: 600; font-family: 'Lato', sans-serif;">Smartz Lifeline</a></h1>
</td>
</tr>
</table>
</td>
</tr>
<!-- end tr -->
<tr style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">
<td valign="middle" class="hero bg_white" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; mso-table-lspace: 0pt !important; mso-table-rspace: 0pt !important; position: relative; z-index: 0; padding: 2em 0 0em;" bgcolor="#ffffff">
<table style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; mso-table-lspace: 0pt !important; mso-table-rspace: 0pt !important; border-spacing: 0 !important; border-collapse: collapse !important; table-layout: fixed !important; margin: 0 auto;">
<tr style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">
<td style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; mso-table-lspace: 0pt !important; mso-table-rspace: 0pt !important;">
<div class="text" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: rgba(0,0,0,.3); padding: 0 1em;" align="center">
<h2 style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-family: 'Lato', sans-serif; color: #000; margin-top: 0; font-weight: 400; font-size: 40px; margin-bottom: 0; line-height: 1.4;">Give the Gift that Gives Back!</h2>
<h3 style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-family: 'Lato', sans-serif; color: #000000; margin-top: 0; font-weight: 400; font-size: 24px;">We all know what it's like to be in debt and not have enough money to
cover bills or other expenses...</h3>
<p style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">That's where People Helping People comes in.</p>
<p style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;"><a href="https://klesnar.mypage.pro" class="btn btn-primary" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; text-decoration: none; display: inline-block; border-radius: 6px; background-color: #6f00c1; color: #ffffff; padding: 12px 16px;">Yes! I Want to Know More</a></p>
</div>
</td>
</tr>
</table>
</td>
</tr>
<!-- end tr -->
<tr style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">
<td valign="center" class="hero bg_white" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; mso-table-lspace: 0pt !important; mso-table-rspace: 0pt !important; position: relative; z-index: 0; padding: 1em 0 1em 0em;" bgcolor="#ffffff">
<img src="https://mypage.pro/share_01ZA/creative-marketing-17.png" alt="Give the Gift That Gives Back!" style="width: 260px; max-width: 320px; height: auto; display: block; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; -ms-interpolation-mode: bicubic; margin: auto;">
</td>
</tr>
<!-- end tr -->
<!-- 1 Column Text + Button : END -->
</table>
<table align="center" role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; mso-table-lspace: 0pt !important; mso-table-rspace: 0pt !important; border-spacing: 0 !important; border-collapse: collapse !important; table-layout: fixed !important; margin: 0 auto;">
<tr style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">
<td valign="middle" class="bg_light footer email-section" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; mso-table-lspace: 0pt !important; mso-table-rspace: 0pt !important; border-top-width: 1px; border-top-style: solid; color: rgba(0,0,0,.5); padding: 1.2em;" bgcolor="#cccccc">
<table style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; mso-table-lspace: 0pt !important; mso-table-rspace: 0pt !important; border-spacing: 0 !important; border-collapse: collapse !important; table-layout: fixed !important; margin: 0 auto;">
<tr style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">
<td class="bg_light" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; mso-table-lspace: 0pt !important; mso-table-rspace: 0pt !important;" align="center" bgcolor="#cccccc">
<p style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">No longer wish to receive these emails? You can <a href="[UNSUBSCRIBEURL]" style="color: red; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; text-decoration: none;">Unsubscribe Here</a></p>
<p style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">Trouble viewing this message? <a href="[VIEWBROWSERURL]" style="color: black; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; text-decoration: none;">Click Here to View in Browser</a></p>
<p style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">To forward this message, please do not use the forward button of your email application, because this message was made specifically for you only. Instead use our <a href="[FORWARDURL]" style="color: rgba(0,0,0,.8); -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; text-decoration: none;">forward page</a> in our emailing system.</p>
<p style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">This message was sent to <strong style="color: rgba(0,0,0,.8); -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">[EMAIL]</strong> by <strong style="color: rgba(0,0,0,.8); -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">[FROMEMAIL]</strong>.</p>
<p style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">Wish to see all previous emails sent to you? <strong><a href="[ARCHIVEURL]" style="color: rgba(0,0,0,.8); -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">Click Here</a></strong>.</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="0" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; mso-table-lspace: 0pt !important; mso-table-rspace: 0pt !important; border-spacing: 0 !important; border-collapse: collapse !important; table-layout: fixed !important; margin: 0 auto;">
<tbody style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;"><tr style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">
<td style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; mso-table-lspace: 0pt !important; mso-table-rspace: 0pt !important;" align="center" bgcolor="#00000000">
<table style="max-width: 100% max-height: 110px; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; mso-table-lspace: 0pt !important; mso-table-rspace: 0pt !important; border-spacing: 0 !important; border-collapse: collapse !important; table-layout: fixed !important; margin: 0 auto;" border="0" width="100%" height="80px" cellspacing="0" cellpadding="0">
<tbody style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">
<tr style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">
<td style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; mso-table-lspace: 0pt !important; mso-table-rspace: 0pt !important; padding: 10px 0px 0px;" align="center" valign="bottom"><a href="https://boofolaworks.com" target="_blank" rel="noopener" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; text-decoration: none; color: #6f00c1;"><img src="https://boofolaworks.com/brand/powered_by_boofola-bull_outline600x300.png" alt="Go to BoofolaWorks.com" width="148" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; -ms-interpolation-mode: bicubic;"></a></td>
</tr>
<tr style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; padding: 0px;" align="center">
<td style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; mso-table-lspace: 0pt !important; mso-table-rspace: 0pt !important;" align="center" bgcolor="#535353">
<div style="color: #fff; font-size: 12px; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; padding: 4px 0px 0px;">
<a href="https://boofolallc.com/tcou/" style="color: #fff; text-decoration: none; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">Terms & Conditions</a> | <a href="https://boofolallc.com/privacy-policy/" style="color: #fff; text-decoration: none; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">Privacy Policy</a>
</div>
<div style="font-size: 12px; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; padding: 0px 0px 4px;"><a href="https://boofolallc.com" style="color: #fff; text-decoration: none; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;"><strong style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">Copyright © 2023 | BOOFOLA LLC</strong></a></div>
</td>
</tr>
</tbody>
</table>
</td>
</tr></tbody>
</table>
</div>
</center>
</body>
</html>