-
Notifications
You must be signed in to change notification settings - Fork 3
/
email-template.html
332 lines (314 loc) · 12.2 KB
/
email-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
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
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
<!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" />
<style type="text/css">
table {
border-spacing: 0px !important;
margin-bottom: 0 !important;
}
td {
padding: 0;
}
.phone-fix {
vertical-align: middle;
}
.phone-fix img {
vertical-align: middle;
}
.fix-header {
padding: 0 !important;
margin: 0 !important;
}
.logo-fix {
margin: 0;
}
li {
color: #2a2a2a;
margin-bottom: 10px;
font-size: 13.5px;
}
.show-mobile {
display: none;
}
.mobile-hero-1 {
height: 100%;
}
.txt-blue-bold {
color: #44a6ba !important;
font-weight: 700 !important;
}
.fix-text-mobile+ul li {
font-size: 14px;
line-height: 28px;
}
@media only screen and (max-width: 599px) {
img.res {
height: auto !important;
max-width: 530px !important;
width: 100% !important;
}
.container {
max-width: 530px !important;
width: 100% !important;
}
.box {
width: 100% !important;
}
.box table[align="center"] {
padding-left: 5px !important;
padding-right: 5px !important
}
.phone {
margin-top: 10px;
}
.phone-icon {
width: auto;
margin-top: 10px;
}
.fix-block {
display: block !important;
min-width: 0 !important;
}
.s-center {
text-align: center !important;
}
.s-small {
font-size: 22px !important;
}
.s-no-float {
float: none !important;
text-align: center !important;
width: 100% !important;
padding: 0 20px !important;
}
.s-no-float p,
.s-no-float img {
display: inline-block;
}
.logo-fix {
width: 44%;
float: left;
}
.phone-fix {
width: 44%;
float: right;
text-align: right;
}
.logo-wrapper {
width: 50% !important;
display: block !important;
float: left !important;
padding: 5px 0px 5px 0px !important;
}
.title-wrapper {
width: 100% !important;
display: block !important;
padding: 10px 0px !important;
}
.logo-fix img {
margin-left: 10px;
width: 160px !important;
}
.fix-block h1 {
text-align: center !important;
}
.fix-header p {
margin: 0 !important;
}
.text_mobile {
text-align: left !important;
float: none !important;
font-size: 11px !important;
padding: 0px 0px 0px 12px !important;
vertical-align: middle;
display: block;
}
.container_mobile {
padding: 0 !important;
margin: 0px 0px 0px 0px !important;
vertical-align: middle;
}
.container_mobile p {
margin: 0 !important;
padding: 0 !important;
text-align: left !important;
}
.container_mobile img {
float: left !important;
padding: 0!important;
vertical-align: middle;
display: inline-block;
margin: 0 10px 0 20px !important
}
.items-left {
float: left !important;
width: 100% !important;
padding-left: 0 !important;
padding-right: 0 !important
}
.button_mobile {
padding: 20px 0px 0px 0px !important;
}
.hide-on-mobile {
display: none !important;
}
.float-mobile {
float: left !important;
padding: 0px 15px 0 15px !important;
}
.align-left-mobile {
text-align: left !important;
padding-left: 20px !important;
font-size: 13px !important;
}
.wrapper {
display: block !important;
padding-right: 0 !important;
width: 100% !important;
}
.feat-cols {
padding-left: 20px !important;
}
.button_mobile {
padding: 20px 0px 0px 0px !important;
}
.hide-on-mobile {
display: none !important;
}
.fix-text-mobile {
font-size: 14px !important;
}
.logo-fix {
margin: 10px !important;
padding: 10px 10px 10px 0px !important;
}
.p_number_fix {
display: none !important;
}
.fix-phone {
margin-top: 10px !important;
margin-right: 10px !important;
}
.show-mobile {
display: block !important;
}
.fix-title-mobile {
font-size: 16px !important;
}
.fix-button-mobile2 img {
height: 37px;
float: left !important;
}
.mobile-hero-1 {
height: 80% !important;
}
.articles-image-mobile {
max-width: 150px !important;
}
.title-on-mobile {
font-size: 16px !important;
line-height: 22px !important;
padding: 0px 5px 5px 5px !important;
}
.cta1-mobile {
margin-left: 20px !important;
}
}
.text-blue {
color: #175c8c !important;
}
.text-sub-table {
font-size: 12px;
color: #474747;
font-weight: normal;
line-height: 28px;
margin-top: 0px;
font-family: Aral, Verdana, sans-serif;
}
.bg-grey {
background: #f8f8f8 !important;
}
@media only screen and (max-width: 599px) {
td.td-button,
td.td-text,
td.td-user {
text-align: center !important;
padding: 5px 0;
}
}
</style>
</head>
<body style="padding:0; margin: 0;">
<table class="body" width="100%" height="100%" style="border-collapse: collapse; font-family: Aral, Verdana, sans-serif;">
<tr>
<td class="center" align="center" valign="top" width="100%" style="background-color: white; padding-bottom: 10px;">
<table class="container" style="border-collapse: collapse; width:530px;">
<tr>
<td align="center">
<a href="https://www.eventbrite.com/e/hacktober-fest-tasikmalaya-2019-tickets-75802682865">
<img width="100%" src="https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F75921645%2F350142810943%2F1%2Foriginal.20191008-035334?w=800&auto=compress&rect=55%2C0%2C904%2C452&s=93bd87078cb87cd3cd6d67beecf05669">
</a>
</td>
</tr>
<tr>
<td align="left" style="padding: 20px 10px 0px 10px;">
<p class="fix-text-mobile" style="font-size:13.5px; color:#2a2a2a; font-weight: normal; line-height:28px; margin-top: 0px; font-family:Aral, Verdana, sans-serif;">
Hi Taman-teman,
</p>
<p class="fix-text-mobile" style="font-size:13.5px; color:#2a2a2a; font-weight: normal; line-height:28px; margin-top: 0px; font-family:Aral, Verdana, sans-serif;">
Semoga kita semua ada dalam keadaan sehat wal'afiat, Aamin.
</p>
<p class="fix-text-mobile" style="font-size:13.5px; color:#2a2a2a; font-weight: normal; line-height:28px; margin-top: 0px; font-family:Aral, Verdana, sans-serif;">
Ini adalah email konfirmasi <b><a href="https://hacktoberfest.digitalocean.com/">HACKTOBERFEST 2019</a></b> yang diadakan code TasikCode di Tasikmalaya
</p>
<p class="fix-text-mobile" style="font-size:13.5px; color:#2a2a2a; font-weight: normal; line-height:28px; margin-top: 0px; font-family:Aral, Verdana, sans-serif;">
<b>AGENDA:</b><br />
<b>10:00 - 10:30</b> Pendaftaran dan berbaur dengan makanan <br />
<b>10.30 - 10.45</b> Sambutan selamat datang <br />
<b>10.45 - 11.00</b> Pembukaan dan Pengenalan tentang Hacktoberfest <br />
<b>11.00 - 11:15</b> Pengenalan tentang open source & bagaimana cara berkontribusi <br />
<b>11:15 - 11:30</b> Meet and Greet <br />
<b>12:00 - 12:15</b> Istirahat dan group foto <br />
<b>12:15 - 12:45</b> Penutupan <br />
</p>
<p class="fix-text-mobile" style="font-size:13.5px; color:#2a2a2a; font-weight: normal; line-height:28px; margin-top: 0px; font-family:Aral, Verdana, sans-serif;">
<b>LOKASI:</b><br />
Rumah Makan "Dapur Mimih" <br />
Jalan Gunung Sari Kec. Tawang, Jawa Barat 46111
</p>
<p class="fix-text-mobile" style="font-size:13.5px; color:#2a2a2a; font-weight: normal; line-height:28px; margin-top: 0px; font-family:Aral, Verdana, sans-serif;">
<br />
<i>Salam Kebersamaan.</i>
</p>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="center">
<table class="container" style="border-collapse: collapse; width:530px; background-color:#162447;">
<tbody>
<tr>
<td align="center" style="font-size:12px; color:#ffffff; font-weight: normal; padding: 40px 20px 20px; font-family: Verdana, Myriad Pro, Helvetica; line-height: normal" colspan="3">
<img src="https://pbs.twimg.com/profile_images/1182397368743776256/elThmVCl_400x400.jpg" height="70px" alt="" />
<p>
<b>TasikCode</b> <br />
https://tasikcode.xyz <br />
hai.tasikcode@gmail.com
</p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</table>
<div style="font-size:0; line-height:0;">
<custom name="opencounter" type="tracking">
<custom name="usermatch" type="tracking" />
</div>
</body>
</html>