-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.html
262 lines (221 loc) · 8.7 KB
/
template.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.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">
<title></title>
<link rel="stylesheet" href="css/style.min.css"> <!-- For development only, replace with inline <style> tags -->
</head>
<body class="background">
<table class="body">
<tr>
<td align="center" valign="top">
<center>
<!-- Email Content -->
<!-- View in browser section -->
<table class="container background" mc:hideable>
<tr>
<td class="column">
<center>
<p class="center-text small-text" mc:edit="preview">This text will be visible in the preview of the email. Summarize the email here.<br>
<a href="*|ARCHIVE|*">View in browser.</a>
</p>
</center>
</td>
</tr>
</table>
<!-- Logo section -->
<table class="container background">
<tr>
<td class="column">
<center>
<a href="http://www.studentcarshare.ca/">
<img mc:edit="logo" src="http://placehold.it/128x128">
</a>
</center>
</td>
</tr>
</table>
<!-- Header section -->
<table class="container top-corner highlight">
<tr>
<td class="column" mc:edit="header" mc:hideable>
<h1>
Check out this super cool headline
</h1>
<p class="big-text">
And if you keep reading this is a super cool subtitle
</p>
<p class="button center-text">
<font style="color:#ffffff">
<a href="http://www.google.com">Buy Now</a>
</font>
</p>
<p class="center-text">
<a href="#">Secondary call to action</a>
</p>
</td>
</tr>
</table>
<!-- Image section -->
<table class="container content">
<tr>
<td>
<center >
<img mc:edit="image" mc:hideable class="center full hover" style="max-width:580px;" src="http://placehold.it/580x250">
</center>
</td>
</tr>
</table>
<!-- Main content section -->
<table class="container top-corner content">
<tr>
<td class="column" mc:edit="body">
<table class="split-table table-color">
<tr>
<td style="width:20% !important;" class="center-text">
<img class="float-left"
src="https://gallery.mailchimp.com/a70c546db299055e5f235b1cc/images/63388acc-73ea-47d7-af2d-1d4453310820.png">
</td>
<td style="width:80% !important;">
Alert: Here we can place a little note for the users to read at the begining of their email.
</td>
</tr>
</table>
<br/>
<h2>Hello,</h2>
<hr/>
<p class="big-text">
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.
</p>
<p class="box center-text">Enter: <strong>username</strong></p>
<p>
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.
</p>
<p class="button center-text">
<font style="color:#ffffff">
<a href="http://www.google.com" class="">Buy Now</a>
</font>
</p>
<p>
<ul>
<li>List item</li>
<li>List item</li>
<li>List item</li>
<li>List item</li>
</ul>
</p>
<table class="split-table">
<tr>
<td style="width:30% !important;">
<img src="http://placehold.it/128x128">
</td>
<td style="width:70% !important;">
<p class="no-margin">
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et.
</p>
</td>
</tr>
</table>
<table class="split-table">
<tr>
<td style="width:30% !important;">
<img src="http://placehold.it/128x128">
</td>
<td style="width:70% !important;">
<p class="no-margin">
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et.
</p>
</td>
</tr>
</table>
<p class="center-text">Answer this question: Yes or no?</p>
<table class="split-table table-color vertical-border center-text">
<tr>
<td style="width:50% !important;"><a href="http://google.com">No</a></td>
<td style="width:50% !important;"><a href="http://google.com">Yes</a></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- Social Content section -->
<table class="container bottom-corner highlight" mc:hideable>
<tr>
<td class="column" mc:edit="footer">
<p class="big-text">
Want more? Follow us @Username on Snapchat, <a href="https://instagram.com/">Instagram</a> and <a href="https://twitter.com/">Twitter</a>, or
like us on <a href="https://Facebook.com/">Facebook</a>.
</p>
</td>
</tr>
</table>
<!-- Rating section -->
<table class="container background" mc:hideable>
<tr>
<td class="column" mc:edit="rating">
<br>
<h2 class="center-text">How likely are you to recomend these email templates.</h2>
<table class="split-table vertical-border">
<tr>
<td style="width:20% !important;" class="center-text vertical-border table-hover">
<a href="">1</a>
</td>
<td style="width:20% !important;" class="center-text vertical-border table-hover">
<a href="">2</a>
</td>
<td style="width:20% !important;" class="center-text vertical-border table-hover">
<a href="">3</a>
</td>
<td style="width:20% !important;" class="center-text vertical-border table-hover">
<a href="">4</a>
</td>
<td style="width:20% !important;" class="center-text vertical-border table-hover">
<a href="">5</a>
</td>
</tr>
</table>
<table class="split-table">
<tr>
<td style="width:20% !important;" class="center-text">
Not likely
</td>
<td style="width:20% !important;" class="center-text">
</td>
<td style="width:20% !important;" class="center-text">
</td>
<td style="width:20% !important;" class="center-text">
</td>
<td style="width:20% !important;" class="center-text">
Very likely
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- Subscription details section -->
<table class="container background">
<tr>
<td class="column" mc:edit="rating">
<p class="small-text">
You are receiving this email for because you have subscribed to our newsletters
</p>
<p class="small-text">
Inked Email Templates <br>
101 Street, Suite 100 <br>
Toronto, ON A0A 0A0
</p>
<p class="small-text">
__UNSUBSCRIBE_LINK__
</p>
</td>
</tr>
</table>
<!-- End email content -->
</center>
</td>
</tr>
</table>
</body>
</html>