-
Notifications
You must be signed in to change notification settings - Fork 0
/
TEMPLATE-2.html
79 lines (78 loc) · 4.35 KB
/
TEMPLATE-2.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
<!--
Images are used with relative paths, however in order to display images in the email client, use a CDN path.
-->
<html>
<body style="margin: 20;">
<table style="background-color: #edf0f3;width: 100%;font-family: Arial, Helvetica, sans-serif;padding: 20px;">
<tr>
<td align="center" valign="top">
<table style="background-color: #ffffff; max-width: 750px; width: 750px;" cellspacing="0" cellpadding="0">
<tr>
<td align="left" style="padding: 10px;">
<a href="#"><img height="60px" src="images/logo.jpg"></a>
</td>
</tr>
<tr>
<td>
<table style="background-color: #004b7c;width: 100%;">
<tr>
<td style="text-align: center; height: 60px;font-size: 25px;color: white;">YOUR TITLE</td>
</tr>
<tr style="text-align: center;height: 60px;vertical-align: top;color:white;font-size: 20px;" valign="top">
<td>Your sub-title Goes Here</td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="padding: 10px;font-size: 14px;color: black;">
<p> </p>
<p>Dear {{name}} </p>
<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old.</p>
<p>Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.</p>
<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable.</p>
<p><b>Your Favorite team</b></p>
<p align="center">
<a href="#" style="text-decoration: none;">
<table><tr><td style="text-align: center; height: 40px;background-color: #004b7c;width: 250px;color: white;">Call to Action</td></tr></table>
</a>
</p>
<p> </p>
</td>
</tr>
</table>
<!-- inner container -->
</td>
</tr>
<tr>
<td>
<table cellspacing="0" cellpadding="0" width="100%" style="width: 100%;" id="eml-footer">
<tbody><tr>
<td style="text-align:center;">
<br>
<br>
<a href="#"><img height="32" src="images/fb.png"></a>
<a href="#"><img height="32" src="images/insta.png"></a>
<br>
<br>
</td>
</tr>
<tr>
<td style="color:#4d4d4d; text-align:center;font-size: 13px;">
<a href="#" style="color:#575757;">Website</a> | <a href="#" style="color:#575757;">Contact us</a> | <a style="color:575757;" href="{{unsubscribe_link}}">Unsubscribe</a>
</td>
</tr>
<tr>
<td style="font-size:12px;">
</td>
</tr>
</tbody>
</table>
<!-- footer container -->
</td>
</tr>
</table>
<!-- main container -->
</body>
</html>