-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathemail.html
More file actions
76 lines (75 loc) · 3.04 KB
/
email.html
File metadata and controls
76 lines (75 loc) · 3.04 KB
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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]> <html class="no-js"> <!--<![endif]-->
<html>
<head>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<title>Email Template</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
#ctaParagraph {
padding: 20px 150px;
}
#ctaHeadline {
padding: 0 20px;
}
/* Add some basic styles for responsiveness */
@media screen and (max-width: 600px) {
table {
width: 100%;
}
#ctaHeadline {
padding: 0;
}
#ctaParagraph {
padding: 20px;
}
}
</style>
</head>
<body style="font-family: Arial, sans-serif; background-color: #f3f3f3; margin: 0; padding: 0;">
<table align="center" cellpadding="0" cellspacing="0" width="800" style="max-width: 800px; background-color: #ffffff;">
<tr>
<td>
<img src="snowmenFamily.png" alt="Company Logo" width="100%" style="display: block; max-width: 100%; height: auto;" />
</td>
</tr>
<tr>
<td>
<h1 id="ctaHeadline" align="center">Let's enjoy a brighter holiday season together!</h1>
<p id="ctaParagraph" align="center">
Repay your loan now and secure a cozy, debt-free winter wonderland for your loved ones. Let's make your holidays as magical as a snowman's smile – act today!
</p>
<p align="center">
<a href="https://www.yourwebsite.com" target="_blank" style="text-decoration: none; color: #007BFF;">View your account here</a>
</p>
<table width="100%" cellpadding="0" cellspacing="0" style="border-collapse: collapse;" >
<tr>
<td style="padding: 10px;">Account Manager</td>
<td style="padding: 10px;">Countdown</td>
</tr>
<tr>
<td style="padding: 10px;">*Name Here*</td>
<td style="padding: 10px;">x Weeks until New Year</td>
</tr>
<tr>
<td style="padding: 10px;">*Email Here*</td>
<td style="padding: 10px;">x Weeks until paid</td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="text-align: center; padding: 35px 5px;">
<p style="font-size: 14px; color: #777;">
© 2023 *Insert Company Name Here* David Duron. All rights reserved.
</p>
</td>
</tr>
</table>
</body>
</html>