This repository was archived by the owner on Jan 31, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathemail.html
More file actions
119 lines (109 loc) · 5.45 KB
/
email.html
File metadata and controls
119 lines (109 loc) · 5.45 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
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
<!DOCTYPE html>
<html>
<head>
<title>Email</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0" name="viewport">
<link href="assets/css/app.css" rel="stylesheet" type="text/css" media="screen" />
<script type="text/javascript" src="assets/js/libs/jquery-1.8.2.min.js"></script>
<script type="text/javascript" src="assets/js/app.js"></script>
<style type="text/css">
body
{
width: 100% !important;
}
a
{
border: 0;
text-decoration: none;
}
@media only screen and (min-width: 600px)
{
[class*="full-image3"]
{
width: 100% !important;
}
}
@media only screen and (max-width: 600px)
{
[class*="full-image3"]
{
width: 100%!important;
}
[class*="full-width"]
{
width: 100%;
}
[class*="shadow"]
{
display: none;
}
[class*="stack"]
{
display: table !important;
width: 100% !important;
height: 100% !important;
float: none !important;
}
[class*="stack-margin"]
{
display: none !important;
}
[class*="displayonmobile"]
{
display: block !important;
}
}
</style>
</head>
<body bgcolor="#E6F0FA" style="font-family: Arial, Helvetica, verdana, sans-serif; margin: 0; padding: 0;">
<table style="border-top: 3px solid #0b276d;" cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td align="center">
<table cellpadding="0" bgcolor="#ffffff" cellspacing="0" border="0" width="600" class="full-width">
<tr>
<td height="10"> </td>
</tr>
<tr>
<td align="center">
<table cellpadding="0" cellspacing="0" border="0" width="95%">
<tr>
<td height="10"> </td>
</tr>
<tr>
<td align="left" style="font-family: Arial, Helvetica, verdana, sans-serif; font: 16px; color: #4D4D4D;" data-texteditable="true">Header goes here</td>
</tr>
<tr>
<td height="10"> </td>
</tr>
<tr>
<td align="left" style="font-family: Arial, Helvetica, verdana, sans-serif; font: 12px; color: #4D4D4D;" data-texteditable="true">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
</td>
</tr>
<tr>
<td height="10"> </td>
</tr>
<tr>
<td align="left">
<img data-editable="true" src="/image1.gif" style="display:block;" border="0" alt="image one"/>
</td>
</tr>
<tr>
<td height="10"> </td>
</tr>
<tr>
<td align="left" style="font-family: Arial, Helvetica, verdana, sans-serif; font: 12px; color: #4D4D4D;"><a style="color: #0080C0;text-decoration:underline;" data-editable="true" href="#">Lorem ipsum dolor sit amet</a>
</td>
</tr>
<tr>
<td height="15"> </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>