ish_manager 0.1.8.467 → 0.1.8.469
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/assets/javascripts/ish_manager/application.js +8 -0
- data/app/assets/stylesheets/ish_manager/application.scss +19 -1
- data/app/controllers/ish_manager/application_controller.rb +1 -3
- data/app/controllers/ish_manager/email_conversations_controller.rb +9 -1
- data/app/controllers/ish_manager/email_templates_controller.rb +18 -2
- data/app/controllers/ish_manager/lead_action_templates_controller.rb +27 -0
- data/app/controllers/ish_manager/lead_actions_controller.rb +10 -0
- data/app/controllers/ish_manager/newsitems_controller.rb +18 -5
- data/app/controllers/ish_manager/user_profiles_controller.rb +4 -4
- data/app/helpers/ish_manager/application_helper.rb +14 -0
- data/app/views/ish_manager/application/_main_footer.haml +4 -0
- data/app/views/ish_manager/application/_main_header_admin.haml +7 -4
- data/app/views/ish_manager/application/home.haml +120 -29
- data/app/views/ish_manager/email_layouts/can_unsubscribe.html.erb +0 -0
- data/app/views/ish_manager/email_layouts/piousbox_roundborders.html.erb +0 -0
- data/app/views/ish_manager/email_layouts/plain.html.erb +0 -0
- data/app/views/ish_manager/email_layouts/roundborders.html.erb +0 -0
- data/app/views/ish_manager/email_layouts/wco_roundborders.html.erb +0 -0
- data/app/views/ish_manager/email_templates/_footer_unsubscribe.html.erb +26 -0
- data/app/views/ish_manager/email_templates/_form.haml +6 -0
- data/app/views/ish_manager/email_templates/_m202309_feedback.html.erb +1153 -0
- data/app/views/ish_manager/email_templates/_m202309_holiday_black_friday.html.erb +0 -0
- data/app/views/ish_manager/email_templates/_m202309_holiday_christmas.html.erb +0 -0
- data/app/views/ish_manager/email_templates/_m202309_holiday_cinco_de_mayo.html.erb +0 -0
- data/app/views/ish_manager/email_templates/_m202309_holiday_columbus_day.html.erb +0 -0
- data/app/views/ish_manager/email_templates/_m202309_holiday_cyber_monday.html.erb +0 -0
- data/app/views/ish_manager/email_templates/_m202309_holiday_easter.html.erb +0 -0
- data/app/views/ish_manager/email_templates/_m202309_holiday_fathers_day.html.erb +0 -0
- data/app/views/ish_manager/email_templates/_m202309_holiday_flag_day.html.erb +0 -0
- data/app/views/ish_manager/email_templates/_m202309_holiday_groundhog_day.html.erb +0 -0
- data/app/views/ish_manager/email_templates/_m202309_holiday_halloween.html.erb +0 -0
- data/app/views/ish_manager/email_templates/_m202309_holiday_inauguration_day.html.erb +0 -0
- data/app/views/ish_manager/email_templates/_m202309_holiday_independence_day.html.erb +0 -0
- data/app/views/ish_manager/email_templates/_m202309_holiday_juneteenth.html.erb +0 -0
- data/app/views/ish_manager/email_templates/_m202309_holiday_labor_day.html.erb +0 -0
- data/app/views/ish_manager/email_templates/_m202309_holiday_may_forth.html.erb +3 -0
- data/app/views/ish_manager/email_templates/_m202309_holiday_memorial_day.html.erb +0 -0
- data/app/views/ish_manager/email_templates/_m202309_holiday_mlk.html.erb +0 -0
- data/app/views/ish_manager/email_templates/_m202309_holiday_mothers_day.html.erb +0 -0
- data/app/views/ish_manager/email_templates/_m202309_holiday_newyear.html.erb +0 -0
- data/app/views/ish_manager/email_templates/_m202309_holiday_presidents_day.html.erb +0 -0
- data/app/views/ish_manager/email_templates/_m202309_holiday_st_patricks.html.erb +0 -0
- data/app/views/ish_manager/email_templates/_m202309_holiday_thanksgiving.html.erb +0 -0
- data/app/views/ish_manager/email_templates/_m202309_holiday_valentines.html.erb +0 -0
- data/app/views/ish_manager/email_templates/_m202309_holiday_veterans_day.html.erb +0 -0
- data/app/views/ish_manager/email_templates/_marketing_node_1.html.erb +764 -456
- data/app/views/ish_manager/email_templates/edit.haml +3 -0
- data/app/views/ish_manager/lead_action_templates/_form.haml +12 -0
- data/app/views/ish_manager/lead_action_templates/edit.haml +5 -0
- data/app/views/ish_manager/lead_action_templates/index.haml +11 -0
- data/app/views/ish_manager/lead_actions/index.haml +12 -0
- data/app/views/layouts/ish_manager/application.haml +1 -0
- data/config/routes.rb +12 -0
- data/lib/tasks/office_tasks.rake +18 -0
- metadata +39 -3
- data/app/controllers/ish_manager/email_unsubscribes_controller.rb +0 -17
@@ -1,8 +1,9 @@
|
|
1
1
|
<!doctype html>
|
2
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml"
|
3
|
-
|
4
|
-
|
5
|
-
|
2
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml"
|
3
|
+
xmlns:o="urn:schemas-microsoft-com:office:office">
|
4
|
+
|
5
|
+
<head>
|
6
|
+
<!--[if gte mso 15]>
|
6
7
|
<xml>
|
7
8
|
<o:OfficeDocumentSettings>
|
8
9
|
<o:AllowPNG/>
|
@@ -10,667 +11,974 @@
|
|
10
11
|
</o:OfficeDocumentSettings>
|
11
12
|
</xml>
|
12
13
|
<![endif]-->
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
14
|
+
<meta charset="UTF-8">
|
15
|
+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
16
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
17
|
+
<title>*|MC:SUBJECT|*</title>
|
17
18
|
|
18
|
-
|
19
|
-
p{
|
20
|
-
margin:10px 0;
|
21
|
-
padding:0;
|
19
|
+
<style type="text/css">
|
20
|
+
p {
|
21
|
+
margin: 10px 0;
|
22
|
+
padding: 0;
|
22
23
|
}
|
23
|
-
|
24
|
-
|
24
|
+
|
25
|
+
table {
|
26
|
+
border-collapse: collapse;
|
25
27
|
}
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
28
|
+
|
29
|
+
h1,
|
30
|
+
h2,
|
31
|
+
h3,
|
32
|
+
h4,
|
33
|
+
h5,
|
34
|
+
h6 {
|
35
|
+
display: block;
|
36
|
+
margin: 0;
|
37
|
+
padding: 0;
|
30
38
|
}
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
39
|
+
|
40
|
+
img,
|
41
|
+
a img {
|
42
|
+
border: 0;
|
43
|
+
height: auto;
|
44
|
+
outline: none;
|
45
|
+
text-decoration: none;
|
36
46
|
}
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
47
|
+
|
48
|
+
body,
|
49
|
+
#bodyTable,
|
50
|
+
#bodyCell {
|
51
|
+
height: 100%;
|
52
|
+
margin: 0;
|
53
|
+
padding: 0;
|
54
|
+
width: 100%;
|
42
55
|
}
|
43
|
-
|
44
|
-
|
56
|
+
|
57
|
+
.mcnPreviewText {
|
58
|
+
display: none !important;
|
45
59
|
}
|
46
|
-
|
47
|
-
|
60
|
+
|
61
|
+
#outlook a {
|
62
|
+
padding: 0;
|
48
63
|
}
|
49
|
-
|
50
|
-
|
64
|
+
|
65
|
+
img {
|
66
|
+
-ms-interpolation-mode: bicubic;
|
51
67
|
}
|
52
|
-
|
53
|
-
|
54
|
-
mso-table-
|
68
|
+
|
69
|
+
table {
|
70
|
+
mso-table-lspace: 0pt;
|
71
|
+
mso-table-rspace: 0pt;
|
55
72
|
}
|
56
|
-
|
57
|
-
|
73
|
+
|
74
|
+
.ReadMsgBody {
|
75
|
+
width: 100%;
|
58
76
|
}
|
59
|
-
|
60
|
-
|
77
|
+
|
78
|
+
.ExternalClass {
|
79
|
+
width: 100%;
|
61
80
|
}
|
62
|
-
|
63
|
-
|
81
|
+
|
82
|
+
p,
|
83
|
+
a,
|
84
|
+
li,
|
85
|
+
td,
|
86
|
+
blockquote {
|
87
|
+
mso-line-height-rule: exactly;
|
64
88
|
}
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
89
|
+
|
90
|
+
a[href^=tel],
|
91
|
+
a[href^=sms] {
|
92
|
+
color: inherit;
|
93
|
+
cursor: default;
|
94
|
+
text-decoration: none;
|
69
95
|
}
|
70
|
-
|
71
|
-
|
72
|
-
|
96
|
+
|
97
|
+
p,
|
98
|
+
a,
|
99
|
+
li,
|
100
|
+
td,
|
101
|
+
body,
|
102
|
+
table,
|
103
|
+
blockquote {
|
104
|
+
-ms-text-size-adjust: 100%;
|
105
|
+
-webkit-text-size-adjust: 100%;
|
73
106
|
}
|
74
|
-
|
75
|
-
|
107
|
+
|
108
|
+
.ExternalClass,
|
109
|
+
.ExternalClass p,
|
110
|
+
.ExternalClass td,
|
111
|
+
.ExternalClass div,
|
112
|
+
.ExternalClass span,
|
113
|
+
.ExternalClass font {
|
114
|
+
line-height: 100%;
|
76
115
|
}
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
font-
|
82
|
-
font-
|
83
|
-
|
116
|
+
|
117
|
+
a[x-apple-data-detectors] {
|
118
|
+
color: inherit !important;
|
119
|
+
text-decoration: none !important;
|
120
|
+
font-size: inherit !important;
|
121
|
+
font-family: inherit !important;
|
122
|
+
font-weight: inherit !important;
|
123
|
+
line-height: inherit !important;
|
84
124
|
}
|
85
|
-
|
86
|
-
|
125
|
+
|
126
|
+
#bodyCell {
|
127
|
+
padding: 10px;
|
87
128
|
}
|
88
|
-
|
89
|
-
|
129
|
+
|
130
|
+
.templateContainer {
|
131
|
+
max-width: 600px !important;
|
90
132
|
}
|
91
|
-
|
92
|
-
|
133
|
+
|
134
|
+
a.mcnButton {
|
135
|
+
display: block;
|
93
136
|
}
|
94
|
-
|
95
|
-
|
137
|
+
|
138
|
+
.mcnImage,
|
139
|
+
.mcnRetinaImage {
|
140
|
+
vertical-align: bottom;
|
96
141
|
}
|
97
|
-
|
98
|
-
|
142
|
+
|
143
|
+
.mcnTextContent {
|
144
|
+
word-break: break-word;
|
99
145
|
}
|
100
|
-
|
101
|
-
|
146
|
+
|
147
|
+
.mcnTextContent img {
|
148
|
+
height: auto !important;
|
102
149
|
}
|
103
|
-
|
104
|
-
|
150
|
+
|
151
|
+
.mcnDividerBlock {
|
152
|
+
table-layout: fixed !important;
|
105
153
|
}
|
106
|
-
|
154
|
+
|
155
|
+
/*
|
107
156
|
@tab Page
|
108
157
|
@section Background Style
|
109
158
|
@tip Set the background color and top border for your email. You may want to choose colors that match your company's branding.
|
110
159
|
*/
|
111
|
-
body
|
112
|
-
|
160
|
+
body,
|
161
|
+
#bodyTable {
|
162
|
+
/*@editable*/
|
163
|
+
background-color: #FAFAFA;
|
113
164
|
}
|
114
|
-
|
165
|
+
|
166
|
+
/*
|
115
167
|
@tab Page
|
116
168
|
@section Background Style
|
117
169
|
@tip Set the background color and top border for your email. You may want to choose colors that match your company's branding.
|
118
170
|
*/
|
119
|
-
#bodyCell{
|
120
|
-
/*@editable*/
|
171
|
+
#bodyCell {
|
172
|
+
/*@editable*/
|
173
|
+
border-top: 0;
|
121
174
|
}
|
122
|
-
|
175
|
+
|
176
|
+
/*
|
123
177
|
@tab Page
|
124
178
|
@section Email Border
|
125
179
|
@tip Set the border for your email.
|
126
180
|
*/
|
127
|
-
.templateContainer{
|
128
|
-
/*@editable*/
|
181
|
+
.templateContainer {
|
182
|
+
/*@editable*/
|
183
|
+
border: 0;
|
129
184
|
}
|
130
|
-
|
185
|
+
|
186
|
+
/*
|
131
187
|
@tab Page
|
132
188
|
@section Heading 1
|
133
189
|
@tip Set the styling for all first-level headings in your emails. These should be the largest of your headings.
|
134
190
|
@style heading 1
|
135
191
|
*/
|
136
|
-
h1{
|
137
|
-
/*@editable*/
|
138
|
-
|
139
|
-
/*@editable*/
|
140
|
-
|
141
|
-
/*@editable*/
|
142
|
-
|
143
|
-
/*@editable*/
|
144
|
-
|
145
|
-
|
192
|
+
h1 {
|
193
|
+
/*@editable*/
|
194
|
+
color: #202020;
|
195
|
+
/*@editable*/
|
196
|
+
font-family: Helvetica;
|
197
|
+
/*@editable*/
|
198
|
+
font-size: 26px;
|
199
|
+
/*@editable*/
|
200
|
+
font-style: normal;
|
201
|
+
/*@editable*/
|
202
|
+
font-weight: bold;
|
203
|
+
/*@editable*/
|
204
|
+
line-height: 125%;
|
205
|
+
/*@editable*/
|
206
|
+
letter-spacing: normal;
|
207
|
+
}
|
208
|
+
|
209
|
+
/*
|
146
210
|
@tab Page
|
147
211
|
@section Heading 2
|
148
212
|
@tip Set the styling for all second-level headings in your emails.
|
149
213
|
@style heading 2
|
150
214
|
*/
|
151
|
-
h2{
|
152
|
-
/*@editable*/
|
153
|
-
|
154
|
-
/*@editable*/
|
155
|
-
|
156
|
-
/*@editable*/
|
157
|
-
|
158
|
-
/*@editable*/
|
159
|
-
|
160
|
-
|
161
|
-
|
215
|
+
h2 {
|
216
|
+
/*@editable*/
|
217
|
+
color: #202020;
|
218
|
+
/*@editable*/
|
219
|
+
font-family: Helvetica;
|
220
|
+
/*@editable*/
|
221
|
+
font-size: 22px;
|
222
|
+
/*@editable*/
|
223
|
+
font-style: normal;
|
224
|
+
/*@editable*/
|
225
|
+
font-weight: bold;
|
226
|
+
/*@editable*/
|
227
|
+
line-height: 125%;
|
228
|
+
/*@editable*/
|
229
|
+
letter-spacing: normal;
|
230
|
+
/*@editable*/
|
231
|
+
text-align: left;
|
232
|
+
}
|
233
|
+
|
234
|
+
/*
|
162
235
|
@tab Page
|
163
236
|
@section Heading 3
|
164
237
|
@tip Set the styling for all third-level headings in your emails.
|
165
238
|
@style heading 3
|
166
239
|
*/
|
167
|
-
h3{
|
168
|
-
/*@editable*/
|
169
|
-
|
170
|
-
/*@editable*/
|
171
|
-
|
172
|
-
/*@editable*/
|
173
|
-
|
174
|
-
/*@editable*/
|
175
|
-
|
176
|
-
|
177
|
-
|
240
|
+
h3 {
|
241
|
+
/*@editable*/
|
242
|
+
color: #202020;
|
243
|
+
/*@editable*/
|
244
|
+
font-family: Helvetica;
|
245
|
+
/*@editable*/
|
246
|
+
font-size: 20px;
|
247
|
+
/*@editable*/
|
248
|
+
font-style: normal;
|
249
|
+
/*@editable*/
|
250
|
+
font-weight: bold;
|
251
|
+
/*@editable*/
|
252
|
+
line-height: 125%;
|
253
|
+
/*@editable*/
|
254
|
+
letter-spacing: normal;
|
255
|
+
/*@editable*/
|
256
|
+
text-align: left;
|
257
|
+
}
|
258
|
+
|
259
|
+
/*
|
178
260
|
@tab Page
|
179
261
|
@section Heading 4
|
180
262
|
@tip Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings.
|
181
263
|
@style heading 4
|
182
264
|
*/
|
183
|
-
h4{
|
184
|
-
/*@editable*/
|
185
|
-
|
186
|
-
/*@editable*/
|
187
|
-
|
188
|
-
/*@editable*/
|
189
|
-
|
190
|
-
/*@editable*/
|
191
|
-
|
192
|
-
|
265
|
+
h4 {
|
266
|
+
/*@editable*/
|
267
|
+
color: #202020;
|
268
|
+
/*@editable*/
|
269
|
+
font-family: Helvetica;
|
270
|
+
/*@editable*/
|
271
|
+
font-size: 18px;
|
272
|
+
/*@editable*/
|
273
|
+
font-style: normal;
|
274
|
+
/*@editable*/
|
275
|
+
font-weight: bold;
|
276
|
+
/*@editable*/
|
277
|
+
line-height: 125%;
|
278
|
+
/*@editable*/
|
279
|
+
letter-spacing: normal;
|
280
|
+
}
|
281
|
+
|
282
|
+
/*
|
193
283
|
@tab Preheader
|
194
284
|
@section Preheader Style
|
195
285
|
@tip Set the background color and borders for your email's preheader area.
|
196
286
|
*/
|
197
|
-
#templatePreheader{
|
198
|
-
/*@editable*/
|
199
|
-
|
200
|
-
/*@editable*/
|
201
|
-
|
202
|
-
/*@editable*/
|
203
|
-
|
204
|
-
/*@editable*/
|
205
|
-
|
206
|
-
/*@editable*/
|
207
|
-
|
208
|
-
|
287
|
+
#templatePreheader {
|
288
|
+
/*@editable*/
|
289
|
+
background-color: #FAFAFA;
|
290
|
+
/*@editable*/
|
291
|
+
background-image: none;
|
292
|
+
/*@editable*/
|
293
|
+
background-repeat: no-repeat;
|
294
|
+
/*@editable*/
|
295
|
+
background-position: center;
|
296
|
+
/*@editable*/
|
297
|
+
background-size: cover;
|
298
|
+
/*@editable*/
|
299
|
+
border-top: 0;
|
300
|
+
/*@editable*/
|
301
|
+
border-bottom: 0;
|
302
|
+
/*@editable*/
|
303
|
+
padding-top: 9px;
|
304
|
+
/*@editable*/
|
305
|
+
padding-bottom: 9px;
|
306
|
+
}
|
307
|
+
|
308
|
+
/*
|
209
309
|
@tab Preheader
|
210
310
|
@section Preheader Text
|
211
311
|
@tip Set the styling for your email's preheader text. Choose a size and color that is easy to read.
|
212
312
|
*/
|
213
|
-
#templatePreheader .mcnTextContent
|
214
|
-
|
215
|
-
/*@editable*/
|
216
|
-
|
217
|
-
/*@editable*/
|
218
|
-
|
219
|
-
|
220
|
-
|
313
|
+
#templatePreheader .mcnTextContent,
|
314
|
+
#templatePreheader .mcnTextContent p {
|
315
|
+
/*@editable*/
|
316
|
+
color: #656565;
|
317
|
+
/*@editable*/
|
318
|
+
font-family: Helvetica;
|
319
|
+
/*@editable*/
|
320
|
+
font-size: 12px;
|
321
|
+
/*@editable*/
|
322
|
+
line-height: 150%;
|
323
|
+
/*@editable*/
|
324
|
+
text-align: left;
|
325
|
+
}
|
326
|
+
|
327
|
+
/*
|
221
328
|
@tab Preheader
|
222
329
|
@section Preheader Link
|
223
330
|
@tip Set the styling for your email's preheader links. Choose a color that helps them stand out from your text.
|
224
331
|
*/
|
225
|
-
#templatePreheader .mcnTextContent a
|
226
|
-
|
227
|
-
/*@editable*/
|
228
|
-
|
332
|
+
#templatePreheader .mcnTextContent a,
|
333
|
+
#templatePreheader .mcnTextContent p a {
|
334
|
+
/*@editable*/
|
335
|
+
color: #656565;
|
336
|
+
/*@editable*/
|
337
|
+
font-weight: normal;
|
338
|
+
/*@editable*/
|
339
|
+
text-decoration: underline;
|
229
340
|
}
|
230
|
-
|
341
|
+
|
342
|
+
/*
|
231
343
|
@tab Header
|
232
344
|
@section Header Style
|
233
345
|
@tip Set the background color and borders for your email's header area.
|
234
346
|
*/
|
235
|
-
#templateHeader{
|
236
|
-
/*@editable*/
|
237
|
-
|
238
|
-
/*@editable*/
|
239
|
-
|
240
|
-
/*@editable*/
|
241
|
-
|
242
|
-
/*@editable*/
|
243
|
-
|
244
|
-
/*@editable*/
|
245
|
-
|
246
|
-
|
347
|
+
#templateHeader {
|
348
|
+
/*@editable*/
|
349
|
+
background-color: #FFFFFF;
|
350
|
+
/*@editable*/
|
351
|
+
background-image: none;
|
352
|
+
/*@editable*/
|
353
|
+
background-repeat: no-repeat;
|
354
|
+
/*@editable*/
|
355
|
+
background-position: center;
|
356
|
+
/*@editable*/
|
357
|
+
background-size: cover;
|
358
|
+
/*@editable*/
|
359
|
+
border-top: 0;
|
360
|
+
/*@editable*/
|
361
|
+
border-bottom: 0;
|
362
|
+
/*@editable*/
|
363
|
+
padding-top: 9px;
|
364
|
+
/*@editable*/
|
365
|
+
padding-bottom: 0;
|
366
|
+
}
|
367
|
+
|
368
|
+
/*
|
247
369
|
@tab Header
|
248
370
|
@section Header Text
|
249
371
|
@tip Set the styling for your email's header text. Choose a size and color that is easy to read.
|
250
372
|
*/
|
251
|
-
#templateHeader .mcnTextContent
|
252
|
-
|
253
|
-
/*@editable*/
|
254
|
-
|
255
|
-
/*@editable*/
|
256
|
-
|
257
|
-
|
258
|
-
|
373
|
+
#templateHeader .mcnTextContent,
|
374
|
+
#templateHeader .mcnTextContent p {
|
375
|
+
/*@editable*/
|
376
|
+
color: #202020;
|
377
|
+
/*@editable*/
|
378
|
+
font-family: Helvetica;
|
379
|
+
/*@editable*/
|
380
|
+
font-size: 16px;
|
381
|
+
/*@editable*/
|
382
|
+
line-height: 150%;
|
383
|
+
/*@editable*/
|
384
|
+
text-align: left;
|
385
|
+
}
|
386
|
+
|
387
|
+
/*
|
259
388
|
@tab Header
|
260
389
|
@section Header Link
|
261
390
|
@tip Set the styling for your email's header links. Choose a color that helps them stand out from your text.
|
262
391
|
*/
|
263
|
-
#templateHeader .mcnTextContent a
|
264
|
-
|
265
|
-
/*@editable*/
|
266
|
-
|
392
|
+
#templateHeader .mcnTextContent a,
|
393
|
+
#templateHeader .mcnTextContent p a {
|
394
|
+
/*@editable*/
|
395
|
+
color: #007C89;
|
396
|
+
/*@editable*/
|
397
|
+
font-weight: normal;
|
398
|
+
/*@editable*/
|
399
|
+
text-decoration: underline;
|
267
400
|
}
|
268
|
-
|
401
|
+
|
402
|
+
/*
|
269
403
|
@tab Body
|
270
404
|
@section Body Style
|
271
405
|
@tip Set the background color and borders for your email's body area.
|
272
406
|
*/
|
273
|
-
#templateBody{
|
274
|
-
/*@editable*/
|
275
|
-
|
276
|
-
/*@editable*/
|
277
|
-
|
278
|
-
/*@editable*/
|
279
|
-
|
280
|
-
/*@editable*/
|
281
|
-
|
282
|
-
/*@editable*/
|
283
|
-
|
284
|
-
|
407
|
+
#templateBody {
|
408
|
+
/*@editable*/
|
409
|
+
background-color: #FFFFFF;
|
410
|
+
/*@editable*/
|
411
|
+
background-image: none;
|
412
|
+
/*@editable*/
|
413
|
+
background-repeat: no-repeat;
|
414
|
+
/*@editable*/
|
415
|
+
background-position: center;
|
416
|
+
/*@editable*/
|
417
|
+
background-size: cover;
|
418
|
+
/*@editable*/
|
419
|
+
border-top: 0;
|
420
|
+
/*@editable*/
|
421
|
+
border-bottom: 2px solid #EAEAEA;
|
422
|
+
/*@editable*/
|
423
|
+
padding-top: 0;
|
424
|
+
/*@editable*/
|
425
|
+
padding-bottom: 9px;
|
426
|
+
}
|
427
|
+
|
428
|
+
/*
|
285
429
|
@tab Body
|
286
430
|
@section Body Text
|
287
431
|
@tip Set the styling for your email's body text. Choose a size and color that is easy to read.
|
288
432
|
*/
|
289
|
-
#templateBody .mcnTextContent
|
290
|
-
|
291
|
-
/*@editable*/
|
292
|
-
|
293
|
-
/*@editable*/
|
294
|
-
|
295
|
-
|
296
|
-
|
433
|
+
#templateBody .mcnTextContent,
|
434
|
+
#templateBody .mcnTextContent p {
|
435
|
+
/*@editable*/
|
436
|
+
color: #202020;
|
437
|
+
/*@editable*/
|
438
|
+
font-family: Helvetica;
|
439
|
+
/*@editable*/
|
440
|
+
font-size: 16px;
|
441
|
+
/*@editable*/
|
442
|
+
line-height: 150%;
|
443
|
+
/*@editable*/
|
444
|
+
text-align: left;
|
445
|
+
}
|
446
|
+
|
447
|
+
/*
|
297
448
|
@tab Body
|
298
449
|
@section Body Link
|
299
450
|
@tip Set the styling for your email's body links. Choose a color that helps them stand out from your text.
|
300
451
|
*/
|
301
|
-
#templateBody .mcnTextContent a
|
302
|
-
|
303
|
-
/*@editable*/
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
#templateFooter .mcnTextContent
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
/*
|
335
|
-
@tab Footer
|
336
|
-
@section Footer Link
|
337
|
-
@tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text.
|
338
|
-
*/
|
339
|
-
#templateFooter .mcnTextContent a,#templateFooter .mcnTextContent p a{
|
340
|
-
/*@editable*/color:#656565;
|
341
|
-
/*@editable*/font-weight:normal;
|
342
|
-
/*@editable*/text-decoration:underline;
|
452
|
+
#templateBody .mcnTextContent a,
|
453
|
+
#templateBody .mcnTextContent p a {
|
454
|
+
/*@editable*/
|
455
|
+
color: #007C89;
|
456
|
+
/*@editable*/
|
457
|
+
font-weight: normal;
|
458
|
+
/*@editable*/
|
459
|
+
text-decoration: underline;
|
460
|
+
}
|
461
|
+
|
462
|
+
|
463
|
+
|
464
|
+
|
465
|
+
|
466
|
+
/* templateFooter */
|
467
|
+
#templateFooter {
|
468
|
+
background-color: #FAFAFA;
|
469
|
+
background-image: none;
|
470
|
+
background-repeat: no-repeat;
|
471
|
+
background-position: center;
|
472
|
+
background-size: cover;
|
473
|
+
border-top: 0;
|
474
|
+
border-bottom: 0;
|
475
|
+
padding-top: 9px;
|
476
|
+
padding-bottom: 9px;
|
477
|
+
}
|
478
|
+
#templateFooter .mcnTextContent,
|
479
|
+
#templateFooter .mcnTextContent p {
|
480
|
+
color: #656565;
|
481
|
+
font-family: Helvetica;
|
482
|
+
font-size: 12px;
|
483
|
+
line-height: 150%;
|
484
|
+
text-align: center;
|
343
485
|
}
|
344
|
-
|
345
|
-
.
|
346
|
-
|
486
|
+
#templateFooter .mcnTextContent a,
|
487
|
+
#templateFooter .mcnTextContent p a {
|
488
|
+
color: #656565;
|
489
|
+
font-weight: normal;
|
490
|
+
text-decoration: underline;
|
491
|
+
}
|
492
|
+
|
493
|
+
|
494
|
+
|
495
|
+
|
496
|
+
|
497
|
+
|
498
|
+
|
499
|
+
|
500
|
+
|
501
|
+
@media only screen and (min-width:768px) {
|
502
|
+
.templateContainer {
|
503
|
+
width: 600px !important;
|
504
|
+
}
|
505
|
+
|
347
506
|
}
|
348
507
|
|
349
|
-
|
350
|
-
|
351
|
-
|
508
|
+
@media only screen and (max-width: 480px) {
|
509
|
+
|
510
|
+
body,
|
511
|
+
table,
|
512
|
+
td,
|
513
|
+
p,
|
514
|
+
a,
|
515
|
+
li,
|
516
|
+
blockquote {
|
517
|
+
-webkit-text-size-adjust: none !important;
|
518
|
+
}
|
519
|
+
|
352
520
|
}
|
353
521
|
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
522
|
+
@media only screen and (max-width: 480px) {
|
523
|
+
body {
|
524
|
+
width: 100% !important;
|
525
|
+
min-width: 100% !important;
|
526
|
+
}
|
527
|
+
|
358
528
|
}
|
359
529
|
|
360
|
-
|
361
|
-
|
362
|
-
|
530
|
+
@media only screen and (max-width: 480px) {
|
531
|
+
.mcnRetinaImage {
|
532
|
+
max-width: 100% !important;
|
533
|
+
}
|
534
|
+
|
363
535
|
}
|
364
536
|
|
365
|
-
|
366
|
-
|
367
|
-
|
537
|
+
@media only screen and (max-width: 480px) {
|
538
|
+
.mcnImage {
|
539
|
+
width: 100% !important;
|
540
|
+
}
|
541
|
+
|
368
542
|
}
|
369
543
|
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
544
|
+
@media only screen and (max-width: 480px) {
|
545
|
+
|
546
|
+
.mcnCartContainer,
|
547
|
+
.mcnCaptionTopContent,
|
548
|
+
.mcnRecContentContainer,
|
549
|
+
.mcnCaptionBottomContent,
|
550
|
+
.mcnTextContentContainer,
|
551
|
+
.mcnBoxedTextContentContainer,
|
552
|
+
.mcnImageGroupContentContainer,
|
553
|
+
.mcnCaptionLeftTextContentContainer,
|
554
|
+
.mcnCaptionRightTextContentContainer,
|
555
|
+
.mcnCaptionLeftImageContentContainer,
|
556
|
+
.mcnCaptionRightImageContentContainer,
|
557
|
+
.mcnImageCardLeftTextContentContainer,
|
558
|
+
.mcnImageCardRightTextContentContainer,
|
559
|
+
.mcnImageCardLeftImageContentContainer,
|
560
|
+
.mcnImageCardRightImageContentContainer {
|
561
|
+
max-width: 100% !important;
|
562
|
+
width: 100% !important;
|
563
|
+
}
|
564
|
+
|
374
565
|
}
|
375
566
|
|
376
|
-
|
377
|
-
|
378
|
-
|
567
|
+
@media only screen and (max-width: 480px) {
|
568
|
+
.mcnBoxedTextContentContainer {
|
569
|
+
min-width: 100% !important;
|
570
|
+
}
|
571
|
+
|
379
572
|
}
|
380
573
|
|
381
|
-
|
382
|
-
|
383
|
-
|
574
|
+
@media only screen and (max-width: 480px) {
|
575
|
+
.mcnImageGroupContent {
|
576
|
+
padding: 9px !important;
|
577
|
+
}
|
578
|
+
|
384
579
|
}
|
385
580
|
|
386
|
-
|
387
|
-
|
388
|
-
|
581
|
+
@media only screen and (max-width: 480px) {
|
582
|
+
|
583
|
+
.mcnCaptionLeftContentOuter .mcnTextContent,
|
584
|
+
.mcnCaptionRightContentOuter .mcnTextContent {
|
585
|
+
padding-top: 9px !important;
|
586
|
+
}
|
587
|
+
|
389
588
|
}
|
390
589
|
|
391
|
-
|
392
|
-
|
393
|
-
|
590
|
+
@media only screen and (max-width: 480px) {
|
591
|
+
|
592
|
+
.mcnImageCardTopImageContent,
|
593
|
+
.mcnCaptionBottomContent:last-child .mcnCaptionBottomImageContent,
|
594
|
+
.mcnCaptionBlockInner .mcnCaptionTopContent:last-child .mcnTextContent {
|
595
|
+
padding-top: 18px !important;
|
596
|
+
}
|
597
|
+
|
394
598
|
}
|
395
599
|
|
396
|
-
|
397
|
-
|
398
|
-
|
600
|
+
@media only screen and (max-width: 480px) {
|
601
|
+
.mcnImageCardBottomImageContent {
|
602
|
+
padding-bottom: 9px !important;
|
603
|
+
}
|
604
|
+
|
399
605
|
}
|
400
606
|
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
607
|
+
@media only screen and (max-width: 480px) {
|
608
|
+
.mcnImageGroupBlockInner {
|
609
|
+
padding-top: 0 !important;
|
610
|
+
padding-bottom: 0 !important;
|
611
|
+
}
|
612
|
+
|
405
613
|
}
|
406
614
|
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
|
615
|
+
@media only screen and (max-width: 480px) {
|
616
|
+
.mcnImageGroupBlockOuter {
|
617
|
+
padding-top: 9px !important;
|
618
|
+
padding-bottom: 9px !important;
|
619
|
+
}
|
620
|
+
|
411
621
|
}
|
412
622
|
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
623
|
+
@media only screen and (max-width: 480px) {
|
624
|
+
|
625
|
+
.mcnTextContent,
|
626
|
+
.mcnBoxedTextContentColumn {
|
627
|
+
padding-right: 18px !important;
|
628
|
+
padding-left: 18px !important;
|
629
|
+
}
|
630
|
+
|
417
631
|
}
|
418
632
|
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
|
423
|
-
|
633
|
+
@media only screen and (max-width: 480px) {
|
634
|
+
|
635
|
+
.mcnImageCardLeftImageContent,
|
636
|
+
.mcnImageCardRightImageContent {
|
637
|
+
padding-right: 18px !important;
|
638
|
+
padding-bottom: 0 !important;
|
639
|
+
padding-left: 18px !important;
|
640
|
+
}
|
641
|
+
|
424
642
|
}
|
425
643
|
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
|
644
|
+
@media only screen and (max-width: 480px) {
|
645
|
+
.mcpreview-image-uploader {
|
646
|
+
display: none !important;
|
647
|
+
width: 100% !important;
|
648
|
+
}
|
649
|
+
|
430
650
|
}
|
431
651
|
|
432
|
-
|
433
|
-
|
652
|
+
@media only screen and (max-width: 480px) {
|
653
|
+
|
654
|
+
/*
|
434
655
|
@tab Mobile Styles
|
435
656
|
@section Heading 1
|
436
657
|
@tip Make the first-level headings larger in size for better readability on small screens.
|
437
658
|
*/
|
438
|
-
|
439
|
-
|
440
|
-
|
659
|
+
h1 {
|
660
|
+
/*@editable*/
|
661
|
+
font-size: 22px !important;
|
662
|
+
/*@editable*/
|
663
|
+
line-height: 125% !important;
|
664
|
+
}
|
665
|
+
|
441
666
|
}
|
442
667
|
|
443
|
-
|
444
|
-
|
668
|
+
@media only screen and (max-width: 480px) {
|
669
|
+
|
670
|
+
/*
|
445
671
|
@tab Mobile Styles
|
446
672
|
@section Heading 2
|
447
673
|
@tip Make the second-level headings larger in size for better readability on small screens.
|
448
674
|
*/
|
449
|
-
|
450
|
-
|
451
|
-
|
675
|
+
h2 {
|
676
|
+
/*@editable*/
|
677
|
+
font-size: 20px !important;
|
678
|
+
/*@editable*/
|
679
|
+
line-height: 125% !important;
|
680
|
+
}
|
681
|
+
|
452
682
|
}
|
453
683
|
|
454
|
-
|
455
|
-
|
684
|
+
@media only screen and (max-width: 480px) {
|
685
|
+
|
686
|
+
/*
|
456
687
|
@tab Mobile Styles
|
457
688
|
@section Heading 3
|
458
689
|
@tip Make the third-level headings larger in size for better readability on small screens.
|
459
690
|
*/
|
460
|
-
|
461
|
-
|
462
|
-
|
691
|
+
h3 {
|
692
|
+
/*@editable*/
|
693
|
+
font-size: 18px !important;
|
694
|
+
/*@editable*/
|
695
|
+
line-height: 125% !important;
|
696
|
+
}
|
697
|
+
|
463
698
|
}
|
464
699
|
|
465
|
-
|
466
|
-
|
700
|
+
@media only screen and (max-width: 480px) {
|
701
|
+
|
702
|
+
/*
|
467
703
|
@tab Mobile Styles
|
468
704
|
@section Heading 4
|
469
705
|
@tip Make the fourth-level headings larger in size for better readability on small screens.
|
470
706
|
*/
|
471
|
-
|
472
|
-
|
473
|
-
|
707
|
+
h4 {
|
708
|
+
/*@editable*/
|
709
|
+
font-size: 16px !important;
|
710
|
+
/*@editable*/
|
711
|
+
line-height: 150% !important;
|
712
|
+
}
|
713
|
+
|
474
714
|
}
|
475
715
|
|
476
|
-
|
477
|
-
|
716
|
+
@media only screen and (max-width: 480px) {
|
717
|
+
|
718
|
+
/*
|
478
719
|
@tab Mobile Styles
|
479
720
|
@section Boxed Text
|
480
721
|
@tip Make the boxed text larger in size for better readability on small screens. We recommend a font size of at least 16px.
|
481
722
|
*/
|
482
|
-
|
483
|
-
|
484
|
-
|
723
|
+
.mcnBoxedTextContentContainer .mcnTextContent,
|
724
|
+
.mcnBoxedTextContentContainer .mcnTextContent p {
|
725
|
+
/*@editable*/
|
726
|
+
font-size: 14px !important;
|
727
|
+
/*@editable*/
|
728
|
+
line-height: 150% !important;
|
729
|
+
}
|
730
|
+
|
485
731
|
}
|
486
732
|
|
487
|
-
|
488
|
-
|
733
|
+
@media only screen and (max-width: 480px) {
|
734
|
+
|
735
|
+
/*
|
489
736
|
@tab Mobile Styles
|
490
737
|
@section Preheader Visibility
|
491
738
|
@tip Set the visibility of the email's preheader on small screens. You can hide it to save space.
|
492
739
|
*/
|
493
|
-
|
494
|
-
|
740
|
+
#templatePreheader {
|
741
|
+
/*@editable*/
|
742
|
+
display: block !important;
|
743
|
+
}
|
744
|
+
|
495
745
|
}
|
496
746
|
|
497
|
-
|
498
|
-
|
747
|
+
@media only screen and (max-width: 480px) {
|
748
|
+
|
749
|
+
/*
|
499
750
|
@tab Mobile Styles
|
500
751
|
@section Preheader Text
|
501
752
|
@tip Make the preheader text larger in size for better readability on small screens.
|
502
753
|
*/
|
503
|
-
|
504
|
-
|
505
|
-
|
754
|
+
#templatePreheader .mcnTextContent,
|
755
|
+
#templatePreheader .mcnTextContent p {
|
756
|
+
/*@editable*/
|
757
|
+
font-size: 14px !important;
|
758
|
+
/*@editable*/
|
759
|
+
line-height: 150% !important;
|
760
|
+
}
|
761
|
+
|
506
762
|
}
|
507
763
|
|
508
|
-
|
509
|
-
|
764
|
+
@media only screen and (max-width: 480px) {
|
765
|
+
|
766
|
+
/*
|
510
767
|
@tab Mobile Styles
|
511
768
|
@section Header Text
|
512
769
|
@tip Make the header text larger in size for better readability on small screens.
|
513
770
|
*/
|
514
|
-
|
515
|
-
|
516
|
-
|
771
|
+
#templateHeader .mcnTextContent,
|
772
|
+
#templateHeader .mcnTextContent p {
|
773
|
+
/*@editable*/
|
774
|
+
font-size: 16px !important;
|
775
|
+
/*@editable*/
|
776
|
+
line-height: 150% !important;
|
777
|
+
}
|
778
|
+
|
517
779
|
}
|
518
780
|
|
519
|
-
|
520
|
-
|
781
|
+
@media only screen and (max-width: 480px) {
|
782
|
+
|
783
|
+
/*
|
521
784
|
@tab Mobile Styles
|
522
785
|
@section Body Text
|
523
786
|
@tip Make the body text larger in size for better readability on small screens. We recommend a font size of at least 16px.
|
524
787
|
*/
|
525
|
-
|
526
|
-
|
527
|
-
|
788
|
+
#templateBody .mcnTextContent,
|
789
|
+
#templateBody .mcnTextContent p {
|
790
|
+
/*@editable*/
|
791
|
+
font-size: 16px !important;
|
792
|
+
/*@editable*/
|
793
|
+
line-height: 150% !important;
|
794
|
+
}
|
795
|
+
|
528
796
|
}
|
529
797
|
|
530
|
-
|
531
|
-
|
798
|
+
@media only screen and (max-width: 480px) {
|
799
|
+
|
800
|
+
/*
|
532
801
|
@tab Mobile Styles
|
533
802
|
@section Footer Text
|
534
803
|
@tip Make the footer content text larger in size for better readability on small screens.
|
535
804
|
*/
|
536
|
-
|
537
|
-
|
538
|
-
|
539
|
-
|
540
|
-
|
541
|
-
|
542
|
-
|
543
|
-
|
544
|
-
|
545
|
-
|
546
|
-
|
547
|
-
|
548
|
-
|
549
|
-
|
550
|
-
|
551
|
-
|
552
|
-
|
553
|
-
|
805
|
+
#templateFooter .mcnTextContent,
|
806
|
+
#templateFooter .mcnTextContent p {
|
807
|
+
/*@editable*/
|
808
|
+
font-size: 14px !important;
|
809
|
+
/*@editable*/
|
810
|
+
line-height: 150% !important;
|
811
|
+
}
|
812
|
+
|
813
|
+
}
|
814
|
+
</style>
|
815
|
+
</head>
|
816
|
+
|
817
|
+
<body>
|
818
|
+
<!--*|IF:MC_PREVIEW_TEXT|*-->
|
819
|
+
<!--[if !gte mso 9]><!----><span class="mcnPreviewText"
|
820
|
+
style="display:none; font-size:0px; line-height:0px; max-height:0px; max-width:0px; opacity:0; overflow:hidden; visibility:hidden; mso-hide:all;">Wasya
|
821
|
+
Co offers exceptional deployment & development services in nodejs and a variety of other software stacks.</span>
|
822
|
+
<!--<![endif]-->
|
823
|
+
<!--*|END:IF|*-->
|
824
|
+
<center>
|
825
|
+
<br />
|
826
|
+
|
827
|
+
<table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">
|
828
|
+
<tr>
|
829
|
+
<td align="center" valign="top" id="bodyCell">
|
830
|
+
<!-- BEGIN TEMPLATE // -->
|
831
|
+
<!--[if (gte mso 9)|(IE)]>
|
554
832
|
<table align="center" border="0" cellspacing="0" cellpadding="0" width="600" style="width:600px;">
|
555
833
|
<tr>
|
556
834
|
<td align="center" valign="top" width="600" style="width:600px;">
|
557
835
|
<![endif]-->
|
558
|
-
|
836
|
+
<table border="0" cellpadding="0" cellspacing="0" width="100%" class="templateContainer">
|
559
837
|
|
560
|
-
|
561
|
-
|
838
|
+
<tr>
|
839
|
+
<td valign="top" id="templateBody">
|
840
|
+
<table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnTextBlock"
|
841
|
+
style="min-width:100%;">
|
562
842
|
|
563
843
|
|
564
|
-
|
565
|
-
|
566
|
-
|
567
|
-
|
844
|
+
<tbody class="mcnTextBlockOuter">
|
845
|
+
<tr>
|
846
|
+
<td valign="top" class="mcnTextBlockInner" style="padding-top:9px;">
|
847
|
+
<!--[if mso]>
|
568
848
|
<table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
|
569
849
|
<tr>
|
570
850
|
<![endif]-->
|
571
851
|
|
572
|
-
|
852
|
+
<!--[if mso]>
|
573
853
|
<td valign="top" width="600" style="width:600px;">
|
574
854
|
<![endif]-->
|
575
|
-
|
576
|
-
|
577
|
-
|
578
|
-
|
579
|
-
|
580
|
-
|
581
|
-
|
582
|
-
|
583
|
-
|
584
|
-
|
585
|
-
|
586
|
-
|
587
|
-
|
588
|
-
|
589
|
-
|
590
|
-
|
591
|
-
|
592
|
-
|
593
|
-
|
594
|
-
|
595
|
-
|
596
|
-
|
597
|
-
|
598
|
-
|
599
|
-
|
600
|
-
|
601
|
-
|
602
|
-
|
603
|
-
|
604
|
-
|
605
|
-
|
606
|
-
|
607
|
-
|
608
|
-
|
609
|
-
|
610
|
-
|
611
|
-
|
612
|
-
|
613
|
-
|
614
|
-
|
615
|
-
|
616
|
-
|
617
|
-
|
618
|
-
|
619
|
-
|
620
|
-
|
621
|
-
|
622
|
-
|
623
|
-
|
624
|
-
|
625
|
-
|
626
|
-
|
627
|
-
|
628
|
-
|
629
|
-
|
630
|
-
|
631
|
-
|
632
|
-
|
633
|
-
|
634
|
-
|
635
|
-
|
636
|
-
|
637
|
-
|
638
|
-
|
639
|
-
|
855
|
+
<table border="0" cellpadding="0" cellspacing="0" style="max-width:100%; min-width:100%;"
|
856
|
+
width="100%" class="mcnTextContentContainer">
|
857
|
+
<tbody>
|
858
|
+
<tr>
|
859
|
+
|
860
|
+
<td align="right" valign="top" class="mcnTextContent"
|
861
|
+
style="padding-top:0; padding-right:18px; padding-bottom:9px; padding-left:18px;">
|
862
|
+
|
863
|
+
<table cellpadding="0" cellspacing="0" width="100%">
|
864
|
+
<tr>
|
865
|
+
<td align="center">
|
866
|
+
<br />
|
867
|
+
<img
|
868
|
+
src="https://d15g8hc4183yn4.cloudfront.net/wp-content/uploads/2022/09/29185755/259x66-WasyaCo-Logo-YellowShadow.png"
|
869
|
+
alt="Wasya Co [logo]" />
|
870
|
+
</td>
|
871
|
+
</tr>
|
872
|
+
</table>
|
873
|
+
<br /><br />
|
874
|
+
|
875
|
+
<table cellpadding="0" cellspacing="0" width="100%">
|
876
|
+
<tr>
|
877
|
+
<td align="right">
|
878
|
+
<img src="https://wasya.co/wp-content/uploads/2023/09/250x250-girl-pointing-1.png"
|
879
|
+
alt="Good-looking office assistant" />
|
880
|
+
</td>
|
881
|
+
<td align="right" valign="top">
|
882
|
+
<br />
|
883
|
+
<h1>NodeJs & ReactJs</h1>
|
884
|
+
<h4><i>Devops & App Development</i></h4>
|
885
|
+
|
886
|
+
</td>
|
887
|
+
</tr>
|
888
|
+
</table>
|
889
|
+
|
890
|
+
|
891
|
+
|
892
|
+
|
893
|
+
<br />
|
894
|
+
<table align="center" border="0" cellpadding="0" cellspacing="0">
|
895
|
+
<tbody>
|
896
|
+
<tr>
|
897
|
+
<td>
|
898
|
+
<p>Wasya Co offers exceptional deployment & development services <br />in nodejs
|
899
|
+
and a variety of other software stacks.</p>
|
900
|
+
</td>
|
901
|
+
</tr>
|
902
|
+
</tbody>
|
903
|
+
</table>
|
904
|
+
|
905
|
+
<table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnButtonBlock"
|
906
|
+
style="min-width:100%;">
|
907
|
+
<tbody class="mcnButtonBlockOuter">
|
908
|
+
<tr>
|
909
|
+
<td
|
910
|
+
style="padding-top:0; padding-right:18px; padding-bottom:18px; padding-left:18px;"
|
911
|
+
valign="top" align="right" class="mcnButtonBlockInner">
|
912
|
+
<table border="0" cellpadding="0" cellspacing="0"
|
913
|
+
class="mcnButtonContentContainer"
|
914
|
+
style="border-collapse: separate !important;border-radius: 3px;background-color: #009FC7;">
|
915
|
+
<tbody>
|
916
|
+
<tr>
|
917
|
+
<td align="right" valign="middle" class="mcnButtonContent"
|
918
|
+
style="font-family: Helvetica; font-size: 18px; padding: 18px;">
|
919
|
+
|
920
|
+
|
921
|
+
<a class="mcnButton " title="Read More"
|
922
|
+
href="https://tidycal.com/wasya-co/30min" target="_blank"
|
923
|
+
style="font-weight: bold;letter-spacing: -0.5px;line-height: 100%;text-align: center;text-decoration: none;color: #FFFFFF;">Chat
|
924
|
+
with us Now!</a>
|
925
|
+
</td>
|
926
|
+
</tr>
|
927
|
+
</tbody>
|
928
|
+
</table>
|
929
|
+
</td>
|
930
|
+
<td width="50"></td>
|
931
|
+
</tr>
|
932
|
+
</tbody>
|
933
|
+
</table>
|
934
|
+
|
935
|
+
|
936
|
+
</td>
|
937
|
+
</tr>
|
938
|
+
</tbody>
|
939
|
+
</table>
|
940
|
+
<!--[if mso]>
|
640
941
|
</td>
|
641
942
|
<![endif]-->
|
642
943
|
|
643
|
-
|
944
|
+
<!--[if mso]>
|
644
945
|
</tr>
|
645
946
|
</table>
|
646
947
|
<![endif]-->
|
647
|
-
|
648
|
-
|
649
|
-
|
650
|
-
</table
|
651
|
-
|
652
|
-
|
653
|
-
|
654
|
-
|
655
|
-
|
656
|
-
|
657
|
-
|
658
|
-
|
659
|
-
|
660
|
-
|
661
|
-
|
662
|
-
|
663
|
-
|
664
|
-
|
665
|
-
|
948
|
+
</td>
|
949
|
+
</tr>
|
950
|
+
</tbody>
|
951
|
+
</table>
|
952
|
+
</td>
|
953
|
+
</tr>
|
954
|
+
<tr>
|
955
|
+
<td valign="top" id="templateFooter">
|
956
|
+
<table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnFollowBlock"
|
957
|
+
style="min-width:100%;">
|
958
|
+
<tbody class="mcnFollowBlockOuter">
|
959
|
+
<tr>
|
960
|
+
<td align="center" valign="top" style="padding:9px" class="mcnFollowBlockInner">
|
961
|
+
|
962
|
+
<%= render 'footer_unsubscribe' %>
|
963
|
+
|
964
|
+
</td>
|
965
|
+
</tr>
|
966
|
+
</tbody>
|
967
|
+
</table>
|
968
|
+
</td>
|
969
|
+
</tr>
|
970
|
+
</table>
|
971
|
+
<!--[if (gte mso 9)|(IE)]>
|
666
972
|
</td>
|
667
973
|
</tr>
|
668
974
|
</table>
|
669
975
|
<![endif]-->
|
670
|
-
|
671
|
-
|
672
|
-
|
673
|
-
|
674
|
-
|
976
|
+
<!-- // END TEMPLATE -->
|
977
|
+
</td>
|
978
|
+
</tr>
|
979
|
+
</table>
|
980
|
+
</center>
|
981
|
+
|
982
|
+
|
675
983
|
|
676
|
-
</html>
|
984
|
+
</html>
|