This repository was archived by the owner on Apr 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathemail.html
303 lines (261 loc) · 8.37 KB
/
email.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat:700&display=swap" rel="stylesheet">
<style type="text/css">
/* Common reset styles */
body, table, td, p, a, li, blockquote {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
table[align="center"] {
margin: 0 auto !important;
}
table {
border-spacing: 0 !important;
border-collapse: collapse !important;
table-layout: fixed !important;
}
table,
td {
mso-table-lspace: 0 !important;
mso-table-rspace: 0 !important;
}
html,
body {
margin: 0 auto !important;
padding: 0 !important;
height: 100% !important;
width: 100% !important;
}
img {
-ms-interpolation-mode: bicubic;
display: block;
border: 0;
outline: none;
text-decoration: none;
}
td {
padding: 0;
margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
margin: 0;
}
ul, ol {
margin: 0;
padding-left: 30px;
}
/* Necessary basic styles for Klickown emails */
td {
color: black;
font-family: 'Roboto', sans-serif;
font-weight: 300;
font-size: 14px;
line-height: 1.4;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Montserrat', sans-serif;
color: #2D71F0;
line-height: 1.2;
font-weight: 700;
}
h1 {
font-size: 24px;
}
a {
color: #2D71F0;
}
#table-body, body {
width: 100%;
background-color: #f2f2f2;
}
#table-mail-wrapper {
width: 100%;
max-width: 680px;
margin: 0 auto;
}
#table-container {
width: 100%;
background: white url(https://klickown.com/images/email/bg.png) no-repeat center 25px;
background-size: 680px;
}
.padding-section {
padding-left: 12%;
padding-right: 12%;
}
.t-center {
text-align: center;
}
.blue {
color: #2D71F0;
}
.fw-400 {
font-weight: 400;
}
@media screen and (min-width: 680px) {
.p-vert {
padding-top: 25px !important;
padding-bottom: 25px !important;
}
}
@media screen and (max-width: 680px) {
.t-center-mob {
text-align: center;
}
.m-auto-mob {
margin-left: auto;
margin-right: auto;
}
}
/* Klickown default button */
.button {
min-width: 200px;
}
.button-td-main {
background: #2D71F0;
padding: 10px 10px;
font-size: 14px;
text-align: center;
border-radius: 6px;
color: white;
font-weight: 500;
}
.button-td-main a {
color: white;
line-height: 1.3;
font-weight: 500;
text-decoration: none !important;
}
/* Common styles for Klickown emails */
#logo-section {
padding-top: 35px;
padding-bottom: 25px;
}
#logo-section img {
width: 100px;
}
#top-img-section {
padding-bottom: 35px;
}
#top-img-section img {
max-width: 250px;
max-height: 150px;
margin: 0 auto;
}
#footer-section {
padding-top: 40px;
padding-bottom: 30px;
font-size: 12px;
}
#footer-section .social-icon-td {
padding: 5px;
}
#footer-section .social-icon-td img {
width: 23px;
}
</style>
</head>
<body>
<table id="table-body">
<tr>
<td>
<table id="table-mail-wrapper">
<tr>
<td class="p-vert">
<table id="table-container">
<tr>
<td id="logo-section" class="padding-section">
<a href="https://klickown.com/" target="_blank">
<img src="https://klickown.com/images/email/logo.png" alt="Klickown" class="m-auto-mob"/>
</a>
</td>
</tr>
<tr>
<td id="top-img-section" class="padding-section t-center">
<img src="https://gallery.mailchimp.com/aeb6427afeea90921d329312f/images/90652e05-fbf3-4894-a0e9-2e5f3b6debfb.png" alt=""/>
</td>
</tr>
<tr>
<td class="padding-section" style="max-width: 520px;text-align: center;">
<center><h1 style="padding-bottom: 10px;">Hello *|EMAIL|*!</h1></center>
We are very happy to inform you that we have launched our platform<br/>
for blockchain-based investments in real estate. Soon you will be able to invest<br/>
in European real estate with no fees, fully digital and accessible for everyone<br/>
Start from <span class="blue">€10</span> and receive up to <span class="blue">7% return per year</span> on your investments
<br/>
<br/>
This major milestone allows everyone to sign up at our platform<br/>
and secur a first-come spot to invest in blockchain-based real estate projects<br/>
offered by KlickOwn.
<br/>
<br/>
The best thing: When you register an account with KlickOwn already today,<br/>
you will receive a <span class="blue">unique voucher code of 10 EUR</span>, which you can apply for your first<br/>
investment with KlickOwn. The voucher code will be sent to you once you complete<br/>
the registration process.
<br/>
<br/>
From now on you have the unique opportunity to make your last preparations to<br/>
make your first real estate investment with <a href="https://klickown.com" target="_blank" class="blue">KlickOwn</a>, what will secure you exclusive
access to unique investment opportunities and attractive returns on your investment.
<br/>
<br/>
<br/>
<b>Together we will democratize the real estate markets!</b>
<br/>
<br/>
<table class="button" align="center">
<tr>
<td class="button-td-main">
<a href="https://app.klickown.com/signup" target="_blank">Register Now</a>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td id="footer-section" class="padding-section t-center">
<table align="center">
<tr>
<td class="social-icon-td">
<a href="https://twitter.com/KlickOwn" target="_blank">
<img src="https://klickown.com/images/email/twitter.png" alt="Twitter"/>
</a>
</td>
<td class="social-icon-td">
<a href="https://www.facebook.com/klickown/" target="_blank">
<img src="https://klickown.com/images/email/facebook.png" alt="Facebook"/>
</a>
</td>
<td class="social-icon-td">
<a href="https://www.linkedin.com/company/klickown/" target="_blank">
<img src="https://klickown.com/images/email/linkedin.png" alt="LinkedIn"/>
</a>
</td>
<td class="social-icon-td">
<a href="https://www.instagram.com/klickownag/" target="_blank">
<img src="https://klickown.com/images/email/instagram.png" alt="Instagram"/>
</a>
</td>
</tr>
</table>
<br>
<strong class="blue">KlickOwn AG</strong><br>
Axel-Springer-Platz 3
<br>
Hamburg, Germany
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>