ish_manager 0.1.8.468 → 0.1.8.470

Sign up to get free protection for your applications and to get access to all the features.
Files changed (64) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/stylesheets/ish_manager/application.scss +9 -2
  3. data/app/controllers/ish_manager/application_controller.rb +1 -3
  4. data/app/controllers/ish_manager/email_conversations_controller.rb +9 -1
  5. data/app/controllers/ish_manager/email_templates_controller.rb +18 -2
  6. data/app/controllers/ish_manager/lead_action_templates_controller.rb +27 -0
  7. data/app/controllers/ish_manager/lead_actions_controller.rb +10 -0
  8. data/app/controllers/ish_manager/newsitems_controller.rb +18 -5
  9. data/app/controllers/ish_manager/user_profiles_controller.rb +4 -4
  10. data/app/helpers/ish_manager/application_helper.rb +14 -0
  11. data/app/mailers/ish_manager/application_mailer.rb +1 -1
  12. data/app/mailers/ish_manager/office_mailer.rb +14 -9
  13. data/app/views/ish_manager/application/_main_header_admin.haml +7 -4
  14. data/app/views/ish_manager/application/home.haml +85 -5
  15. data/app/views/ish_manager/email_campaigns/_form.haml +1 -1
  16. data/app/views/ish_manager/email_contexts/_form.haml +1 -1
  17. data/app/views/ish_manager/email_layouts/can_unsubscribe.html.erb +0 -0
  18. data/app/views/ish_manager/email_layouts/piousbox_roundborders.html.erb +0 -0
  19. data/app/views/ish_manager/email_layouts/plain.html.erb +0 -0
  20. data/app/views/ish_manager/email_layouts/roundborders.html.erb +0 -0
  21. data/app/views/ish_manager/email_layouts/wco_roundborders.html.erb +0 -0
  22. data/app/views/ish_manager/email_templates/_footer_unsubscribe.html.erb +26 -0
  23. data/app/views/ish_manager/email_templates/_form.haml +11 -1
  24. data/app/views/ish_manager/email_templates/_index.haml +1 -0
  25. data/app/views/ish_manager/email_templates/_m20221201react.html.erb +2 -2
  26. data/app/views/ish_manager/email_templates/_m202309_feedback.html.erb +1153 -0
  27. data/app/views/ish_manager/email_templates/_m202309_holiday_black_friday.html.erb +0 -0
  28. data/app/views/ish_manager/email_templates/_m202309_holiday_christmas.html.erb +0 -0
  29. data/app/views/ish_manager/email_templates/_m202309_holiday_cinco_de_mayo.html.erb +0 -0
  30. data/app/views/ish_manager/email_templates/_m202309_holiday_columbus_day.html.erb +0 -0
  31. data/app/views/ish_manager/email_templates/_m202309_holiday_cyber_monday.html.erb +0 -0
  32. data/app/views/ish_manager/email_templates/_m202309_holiday_easter.html.erb +0 -0
  33. data/app/views/ish_manager/email_templates/_m202309_holiday_fathers_day.html.erb +0 -0
  34. data/app/views/ish_manager/email_templates/_m202309_holiday_flag_day.html.erb +0 -0
  35. data/app/views/ish_manager/email_templates/_m202309_holiday_groundhog_day.html.erb +0 -0
  36. data/app/views/ish_manager/email_templates/_m202309_holiday_halloween.html.erb +0 -0
  37. data/app/views/ish_manager/email_templates/_m202309_holiday_inauguration_day.html.erb +0 -0
  38. data/app/views/ish_manager/email_templates/_m202309_holiday_independence_day.html.erb +0 -0
  39. data/app/views/ish_manager/email_templates/_m202309_holiday_juneteenth.html.erb +0 -0
  40. data/app/views/ish_manager/email_templates/_m202309_holiday_labor_day.html.erb +0 -0
  41. data/app/views/ish_manager/email_templates/_m202309_holiday_may_forth.html.erb +3 -0
  42. data/app/views/ish_manager/email_templates/_m202309_holiday_memorial_day.html.erb +0 -0
  43. data/app/views/ish_manager/email_templates/_m202309_holiday_mlk.html.erb +0 -0
  44. data/app/views/ish_manager/email_templates/_m202309_holiday_mothers_day.html.erb +0 -0
  45. data/app/views/ish_manager/email_templates/_m202309_holiday_newyear.html.erb +0 -0
  46. data/app/views/ish_manager/email_templates/_m202309_holiday_presidents_day.html.erb +0 -0
  47. data/app/views/ish_manager/email_templates/_m202309_holiday_st_patricks.html.erb +0 -0
  48. data/app/views/ish_manager/email_templates/_m202309_holiday_thanksgiving.html.erb +0 -0
  49. data/app/views/ish_manager/email_templates/_m202309_holiday_valentines.html.erb +0 -0
  50. data/app/views/ish_manager/email_templates/_m202309_holiday_veterans_day.html.erb +0 -0
  51. data/app/views/ish_manager/email_templates/_m202309_ror4.html.erb +985 -0
  52. data/app/views/ish_manager/email_templates/_marketing_node_1.html.erb +764 -456
  53. data/app/views/ish_manager/email_templates/edit.haml +3 -0
  54. data/app/views/ish_manager/lead_action_templates/_form.haml +12 -0
  55. data/app/views/ish_manager/lead_action_templates/edit.haml +5 -0
  56. data/app/views/ish_manager/lead_action_templates/index.haml +11 -0
  57. data/app/views/ish_manager/lead_actions/index.haml +12 -0
  58. data/config/routes.rb +12 -0
  59. data/lib/ish_manager.rb +0 -2
  60. data/lib/tasks/office_tasks.rake +15 -5
  61. metadata +40 -5
  62. data/app/controllers/ish_manager/email_unsubscribes_controller.rb +0 -17
  63. data/app/views/ish_manager/email_templates/done/_form.haml +0 -22
  64. data/app/views/ish_manager/email_templates/done/_form2.haml +0 -26
@@ -1,8 +1,9 @@
1
1
  <!doctype html>
2
- <html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
3
- <head>
4
- <!-- NAME: 1 COLUMN -->
5
- <!--[if gte mso 15]>
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
- <meta charset="UTF-8">
14
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
15
- <meta name="viewport" content="width=device-width, initial-scale=1">
16
- <title>*|MC:SUBJECT|*</title>
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
- <style type="text/css">
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
- table{
24
- border-collapse:collapse;
24
+
25
+ table {
26
+ border-collapse: collapse;
25
27
  }
26
- h1,h2,h3,h4,h5,h6{
27
- display:block;
28
- margin:0;
29
- padding:0;
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
- img,a img{
32
- border:0;
33
- height:auto;
34
- outline:none;
35
- text-decoration:none;
39
+
40
+ img,
41
+ a img {
42
+ border: 0;
43
+ height: auto;
44
+ outline: none;
45
+ text-decoration: none;
36
46
  }
37
- body,#bodyTable,#bodyCell{
38
- height:100%;
39
- margin:0;
40
- padding:0;
41
- width:100%;
47
+
48
+ body,
49
+ #bodyTable,
50
+ #bodyCell {
51
+ height: 100%;
52
+ margin: 0;
53
+ padding: 0;
54
+ width: 100%;
42
55
  }
43
- .mcnPreviewText{
44
- display:none !important;
56
+
57
+ .mcnPreviewText {
58
+ display: none !important;
45
59
  }
46
- #outlook a{
47
- padding:0;
60
+
61
+ #outlook a {
62
+ padding: 0;
48
63
  }
49
- img{
50
- -ms-interpolation-mode:bicubic;
64
+
65
+ img {
66
+ -ms-interpolation-mode: bicubic;
51
67
  }
52
- table{
53
- mso-table-lspace:0pt;
54
- mso-table-rspace:0pt;
68
+
69
+ table {
70
+ mso-table-lspace: 0pt;
71
+ mso-table-rspace: 0pt;
55
72
  }
56
- .ReadMsgBody{
57
- width:100%;
73
+
74
+ .ReadMsgBody {
75
+ width: 100%;
58
76
  }
59
- .ExternalClass{
60
- width:100%;
77
+
78
+ .ExternalClass {
79
+ width: 100%;
61
80
  }
62
- p,a,li,td,blockquote{
63
- mso-line-height-rule:exactly;
81
+
82
+ p,
83
+ a,
84
+ li,
85
+ td,
86
+ blockquote {
87
+ mso-line-height-rule: exactly;
64
88
  }
65
- a[href^=tel],a[href^=sms]{
66
- color:inherit;
67
- cursor:default;
68
- text-decoration:none;
89
+
90
+ a[href^=tel],
91
+ a[href^=sms] {
92
+ color: inherit;
93
+ cursor: default;
94
+ text-decoration: none;
69
95
  }
70
- p,a,li,td,body,table,blockquote{
71
- -ms-text-size-adjust:100%;
72
- -webkit-text-size-adjust:100%;
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
- .ExternalClass,.ExternalClass p,.ExternalClass td,.ExternalClass div,.ExternalClass span,.ExternalClass font{
75
- line-height:100%;
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
- a[x-apple-data-detectors]{
78
- color:inherit !important;
79
- text-decoration:none !important;
80
- font-size:inherit !important;
81
- font-family:inherit !important;
82
- font-weight:inherit !important;
83
- line-height:inherit !important;
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
- #bodyCell{
86
- padding:10px;
125
+
126
+ #bodyCell {
127
+ padding: 10px;
87
128
  }
88
- .templateContainer{
89
- max-width:600px !important;
129
+
130
+ .templateContainer {
131
+ max-width: 600px !important;
90
132
  }
91
- a.mcnButton{
92
- display:block;
133
+
134
+ a.mcnButton {
135
+ display: block;
93
136
  }
94
- .mcnImage,.mcnRetinaImage{
95
- vertical-align:bottom;
137
+
138
+ .mcnImage,
139
+ .mcnRetinaImage {
140
+ vertical-align: bottom;
96
141
  }
97
- .mcnTextContent{
98
- word-break:break-word;
142
+
143
+ .mcnTextContent {
144
+ word-break: break-word;
99
145
  }
100
- .mcnTextContent img{
101
- height:auto !important;
146
+
147
+ .mcnTextContent img {
148
+ height: auto !important;
102
149
  }
103
- .mcnDividerBlock{
104
- table-layout:fixed !important;
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,#bodyTable{
112
- /*@editable*/background-color:#FAFAFA;
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*/border-top:0;
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*/border:0;
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*/color:#202020;
138
- /*@editable*/font-family:Helvetica;
139
- /*@editable*/font-size:26px;
140
- /*@editable*/font-style:normal;
141
- /*@editable*/font-weight:bold;
142
- /*@editable*/line-height:125%;
143
- /*@editable*/letter-spacing:normal;
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*/color:#202020;
153
- /*@editable*/font-family:Helvetica;
154
- /*@editable*/font-size:22px;
155
- /*@editable*/font-style:normal;
156
- /*@editable*/font-weight:bold;
157
- /*@editable*/line-height:125%;
158
- /*@editable*/letter-spacing:normal;
159
- /*@editable*/text-align:left;
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*/color:#202020;
169
- /*@editable*/font-family:Helvetica;
170
- /*@editable*/font-size:20px;
171
- /*@editable*/font-style:normal;
172
- /*@editable*/font-weight:bold;
173
- /*@editable*/line-height:125%;
174
- /*@editable*/letter-spacing:normal;
175
- /*@editable*/text-align:left;
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*/color:#202020;
185
- /*@editable*/font-family:Helvetica;
186
- /*@editable*/font-size:18px;
187
- /*@editable*/font-style:normal;
188
- /*@editable*/font-weight:bold;
189
- /*@editable*/line-height:125%;
190
- /*@editable*/letter-spacing:normal;
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*/background-color:#FAFAFA;
199
- /*@editable*/background-image:none;
200
- /*@editable*/background-repeat:no-repeat;
201
- /*@editable*/background-position:center;
202
- /*@editable*/background-size:cover;
203
- /*@editable*/border-top:0;
204
- /*@editable*/border-bottom:0;
205
- /*@editable*/padding-top:9px;
206
- /*@editable*/padding-bottom:9px;
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,#templatePreheader .mcnTextContent p{
214
- /*@editable*/color:#656565;
215
- /*@editable*/font-family:Helvetica;
216
- /*@editable*/font-size:12px;
217
- /*@editable*/line-height:150%;
218
- /*@editable*/text-align:left;
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,#templatePreheader .mcnTextContent p a{
226
- /*@editable*/color:#656565;
227
- /*@editable*/font-weight:normal;
228
- /*@editable*/text-decoration:underline;
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*/background-color:#FFFFFF;
237
- /*@editable*/background-image:none;
238
- /*@editable*/background-repeat:no-repeat;
239
- /*@editable*/background-position:center;
240
- /*@editable*/background-size:cover;
241
- /*@editable*/border-top:0;
242
- /*@editable*/border-bottom:0;
243
- /*@editable*/padding-top:9px;
244
- /*@editable*/padding-bottom:0;
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,#templateHeader .mcnTextContent p{
252
- /*@editable*/color:#202020;
253
- /*@editable*/font-family:Helvetica;
254
- /*@editable*/font-size:16px;
255
- /*@editable*/line-height:150%;
256
- /*@editable*/text-align:left;
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,#templateHeader .mcnTextContent p a{
264
- /*@editable*/color:#007C89;
265
- /*@editable*/font-weight:normal;
266
- /*@editable*/text-decoration:underline;
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*/background-color:#FFFFFF;
275
- /*@editable*/background-image:none;
276
- /*@editable*/background-repeat:no-repeat;
277
- /*@editable*/background-position:center;
278
- /*@editable*/background-size:cover;
279
- /*@editable*/border-top:0;
280
- /*@editable*/border-bottom:2px solid #EAEAEA;
281
- /*@editable*/padding-top:0;
282
- /*@editable*/padding-bottom:9px;
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,#templateBody .mcnTextContent p{
290
- /*@editable*/color:#202020;
291
- /*@editable*/font-family:Helvetica;
292
- /*@editable*/font-size:16px;
293
- /*@editable*/line-height:150%;
294
- /*@editable*/text-align:left;
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,#templateBody .mcnTextContent p a{
302
- /*@editable*/color:#007C89;
303
- /*@editable*/font-weight:normal;
304
- /*@editable*/text-decoration:underline;
305
- }
306
- /*
307
- @tab Footer
308
- @section Footer Style
309
- @tip Set the background color and borders for your email's footer area.
310
- */
311
- #templateFooter{
312
- /*@editable*/background-color:#FAFAFA;
313
- /*@editable*/background-image:none;
314
- /*@editable*/background-repeat:no-repeat;
315
- /*@editable*/background-position:center;
316
- /*@editable*/background-size:cover;
317
- /*@editable*/border-top:0;
318
- /*@editable*/border-bottom:0;
319
- /*@editable*/padding-top:9px;
320
- /*@editable*/padding-bottom:9px;
321
- }
322
- /*
323
- @tab Footer
324
- @section Footer Text
325
- @tip Set the styling for your email's footer text. Choose a size and color that is easy to read.
326
- */
327
- #templateFooter .mcnTextContent,#templateFooter .mcnTextContent p{
328
- /*@editable*/color:#656565;
329
- /*@editable*/font-family:Helvetica;
330
- /*@editable*/font-size:12px;
331
- /*@editable*/line-height:150%;
332
- /*@editable*/text-align:center;
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
- @media only screen and (min-width:768px){
345
- .templateContainer{
346
- width:600px !important;
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
- } @media only screen and (max-width: 480px){
350
- body,table,td,p,a,li,blockquote{
351
- -webkit-text-size-adjust:none !important;
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
- } @media only screen and (max-width: 480px){
355
- body{
356
- width:100% !important;
357
- min-width:100% !important;
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
- } @media only screen and (max-width: 480px){
361
- .mcnRetinaImage{
362
- max-width:100% !important;
530
+ @media only screen and (max-width: 480px) {
531
+ .mcnRetinaImage {
532
+ max-width: 100% !important;
533
+ }
534
+
363
535
  }
364
536
 
365
- } @media only screen and (max-width: 480px){
366
- .mcnImage{
367
- width:100% !important;
537
+ @media only screen and (max-width: 480px) {
538
+ .mcnImage {
539
+ width: 100% !important;
540
+ }
541
+
368
542
  }
369
543
 
370
- } @media only screen and (max-width: 480px){
371
- .mcnCartContainer,.mcnCaptionTopContent,.mcnRecContentContainer,.mcnCaptionBottomContent,.mcnTextContentContainer,.mcnBoxedTextContentContainer,.mcnImageGroupContentContainer,.mcnCaptionLeftTextContentContainer,.mcnCaptionRightTextContentContainer,.mcnCaptionLeftImageContentContainer,.mcnCaptionRightImageContentContainer,.mcnImageCardLeftTextContentContainer,.mcnImageCardRightTextContentContainer,.mcnImageCardLeftImageContentContainer,.mcnImageCardRightImageContentContainer{
372
- max-width:100% !important;
373
- width:100% !important;
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
- } @media only screen and (max-width: 480px){
377
- .mcnBoxedTextContentContainer{
378
- min-width:100% !important;
567
+ @media only screen and (max-width: 480px) {
568
+ .mcnBoxedTextContentContainer {
569
+ min-width: 100% !important;
570
+ }
571
+
379
572
  }
380
573
 
381
- } @media only screen and (max-width: 480px){
382
- .mcnImageGroupContent{
383
- padding:9px !important;
574
+ @media only screen and (max-width: 480px) {
575
+ .mcnImageGroupContent {
576
+ padding: 9px !important;
577
+ }
578
+
384
579
  }
385
580
 
386
- } @media only screen and (max-width: 480px){
387
- .mcnCaptionLeftContentOuter .mcnTextContent,.mcnCaptionRightContentOuter .mcnTextContent{
388
- padding-top:9px !important;
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
- } @media only screen and (max-width: 480px){
392
- .mcnImageCardTopImageContent,.mcnCaptionBottomContent:last-child .mcnCaptionBottomImageContent,.mcnCaptionBlockInner .mcnCaptionTopContent:last-child .mcnTextContent{
393
- padding-top:18px !important;
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
- } @media only screen and (max-width: 480px){
397
- .mcnImageCardBottomImageContent{
398
- padding-bottom:9px !important;
600
+ @media only screen and (max-width: 480px) {
601
+ .mcnImageCardBottomImageContent {
602
+ padding-bottom: 9px !important;
603
+ }
604
+
399
605
  }
400
606
 
401
- } @media only screen and (max-width: 480px){
402
- .mcnImageGroupBlockInner{
403
- padding-top:0 !important;
404
- padding-bottom:0 !important;
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
- } @media only screen and (max-width: 480px){
408
- .mcnImageGroupBlockOuter{
409
- padding-top:9px !important;
410
- padding-bottom:9px !important;
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
- } @media only screen and (max-width: 480px){
414
- .mcnTextContent,.mcnBoxedTextContentColumn{
415
- padding-right:18px !important;
416
- padding-left:18px !important;
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
- } @media only screen and (max-width: 480px){
420
- .mcnImageCardLeftImageContent,.mcnImageCardRightImageContent{
421
- padding-right:18px !important;
422
- padding-bottom:0 !important;
423
- padding-left:18px !important;
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
- } @media only screen and (max-width: 480px){
427
- .mcpreview-image-uploader{
428
- display:none !important;
429
- width:100% !important;
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
- } @media only screen and (max-width: 480px){
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
- h1{
439
- /*@editable*/font-size:22px !important;
440
- /*@editable*/line-height:125% !important;
659
+ h1 {
660
+ /*@editable*/
661
+ font-size: 22px !important;
662
+ /*@editable*/
663
+ line-height: 125% !important;
664
+ }
665
+
441
666
  }
442
667
 
443
- } @media only screen and (max-width: 480px){
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
- h2{
450
- /*@editable*/font-size:20px !important;
451
- /*@editable*/line-height:125% !important;
675
+ h2 {
676
+ /*@editable*/
677
+ font-size: 20px !important;
678
+ /*@editable*/
679
+ line-height: 125% !important;
680
+ }
681
+
452
682
  }
453
683
 
454
- } @media only screen and (max-width: 480px){
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
- h3{
461
- /*@editable*/font-size:18px !important;
462
- /*@editable*/line-height:125% !important;
691
+ h3 {
692
+ /*@editable*/
693
+ font-size: 18px !important;
694
+ /*@editable*/
695
+ line-height: 125% !important;
696
+ }
697
+
463
698
  }
464
699
 
465
- } @media only screen and (max-width: 480px){
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
- h4{
472
- /*@editable*/font-size:16px !important;
473
- /*@editable*/line-height:150% !important;
707
+ h4 {
708
+ /*@editable*/
709
+ font-size: 16px !important;
710
+ /*@editable*/
711
+ line-height: 150% !important;
712
+ }
713
+
474
714
  }
475
715
 
476
- } @media only screen and (max-width: 480px){
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
- .mcnBoxedTextContentContainer .mcnTextContent,.mcnBoxedTextContentContainer .mcnTextContent p{
483
- /*@editable*/font-size:14px !important;
484
- /*@editable*/line-height:150% !important;
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
- } @media only screen and (max-width: 480px){
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
- #templatePreheader{
494
- /*@editable*/display:block !important;
740
+ #templatePreheader {
741
+ /*@editable*/
742
+ display: block !important;
743
+ }
744
+
495
745
  }
496
746
 
497
- } @media only screen and (max-width: 480px){
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
- #templatePreheader .mcnTextContent,#templatePreheader .mcnTextContent p{
504
- /*@editable*/font-size:14px !important;
505
- /*@editable*/line-height:150% !important;
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
- } @media only screen and (max-width: 480px){
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
- #templateHeader .mcnTextContent,#templateHeader .mcnTextContent p{
515
- /*@editable*/font-size:16px !important;
516
- /*@editable*/line-height:150% !important;
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
- } @media only screen and (max-width: 480px){
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
- #templateBody .mcnTextContent,#templateBody .mcnTextContent p{
526
- /*@editable*/font-size:16px !important;
527
- /*@editable*/line-height:150% !important;
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
- } @media only screen and (max-width: 480px){
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
- #templateFooter .mcnTextContent,#templateFooter .mcnTextContent p{
537
- /*@editable*/font-size:14px !important;
538
- /*@editable*/line-height:150% !important;
539
- }
540
-
541
- }</style></head>
542
- <body>
543
- <!--*|IF:MC_PREVIEW_TEXT|*-->
544
- <!--[if !gte mso 9]><!----><span class="mcnPreviewText" 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 Co offers exceptional deployment & development services in nodejs and a variety of other software stacks.</span><!--<![endif]-->
545
- <!--*|END:IF|*-->
546
- <center>
547
- <br />
548
-
549
- <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">
550
- <tr>
551
- <td align="center" valign="top" id="bodyCell">
552
- <!-- BEGIN TEMPLATE // -->
553
- <!--[if (gte mso 9)|(IE)]>
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
- <table border="0" cellpadding="0" cellspacing="0" width="100%" class="templateContainer">
836
+ <table border="0" cellpadding="0" cellspacing="0" width="100%" class="templateContainer">
559
837
 
560
- <tr>
561
- <td valign="top" id="templateBody"><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnTextBlock" style="min-width:100%;">
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
- <tbody class="mcnTextBlockOuter">
565
- <tr>
566
- <td valign="top" class="mcnTextBlockInner" style="padding-top:9px;">
567
- <!--[if mso]>
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
- <!--[if mso]>
852
+ <!--[if mso]>
573
853
  <td valign="top" width="600" style="width:600px;">
574
854
  <![endif]-->
575
- <table border="0" cellpadding="0" cellspacing="0" style="max-width:100%; min-width:100%;" width="100%" class="mcnTextContentContainer">
576
- <tbody><tr >
577
-
578
- <td align="right" valign="top" class="mcnTextContent" style="padding-top:0; padding-right:18px; padding-bottom:9px; padding-left:18px;">
579
-
580
- <table cellpadding="0" cellspacing="0" width="100%">
581
- <tr>
582
- <td align="center">
583
- <br />
584
- <img src="https://d15g8hc4183yn4.cloudfront.net/wp-content/uploads/2022/09/29185755/259x66-WasyaCo-Logo-YellowShadow.png" alt="Wasya Co [logo]" />
585
- </td>
586
- </tr>
587
- </table>
588
- <br /><br />
589
-
590
- <table cellpadding="0" cellspacing="0" width="100%">
591
- <tr>
592
- <td align="right">
593
- <img src="https://wasya.co/wp-content/uploads/2023/09/250x250-girl-pointing-1.png" alt="Good-looking office assistant" />
594
- </td>
595
- <td align="right" valign="top">
596
- <br />
597
- <h1>NodeJs & ReactJs</h1>
598
- <h4><i>Devops & App Development</i></h4>
599
-
600
- </td>
601
- </tr>
602
- </table>
603
-
604
-
605
-
606
-
607
- <br />
608
- <table align="center" border="0" cellpadding="0" cellspacing="0" >
609
- <tbody><tr><td>
610
- <p >Wasya Co offers exceptional deployment & development services <br />in nodejs and a variety of other software stacks.</p>
611
- </td></tr></tbody>
612
- </table>
613
-
614
- <table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnButtonBlock" style="min-width:100%;">
615
- <tbody class="mcnButtonBlockOuter">
616
- <tr>
617
- <td style="padding-top:0; padding-right:18px; padding-bottom:18px; padding-left:18px;" valign="top" align="right" class="mcnButtonBlockInner">
618
- <table border="0" cellpadding="0" cellspacing="0" class="mcnButtonContentContainer" style="border-collapse: separate !important;border-radius: 3px;background-color: #009FC7;">
619
- <tbody>
620
- <tr>
621
- <td align="right" valign="middle" class="mcnButtonContent" style="font-family: Helvetica; font-size: 18px; padding: 18px;">
622
-
623
-
624
- <a class="mcnButton " title="Read More" href="https://tidycal.com/wasya-co/30min" target="_blank" style="font-weight: bold;letter-spacing: -0.5px;line-height: 100%;text-align: center;text-decoration: none;color: #FFFFFF;">Chat with us Now!</a>
625
- </td>
626
- </tr>
627
- </tbody>
628
- </table>
629
- </td>
630
- <td width="50" ></td>
631
- </tr>
632
- </tbody>
633
- </table>
634
-
635
-
636
- </td>
637
- </tr>
638
- </tbody></table>
639
- <!--[if mso]>
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
- <!--[if mso]>
944
+ <!--[if mso]>
644
945
  </tr>
645
946
  </table>
646
947
  <![endif]-->
647
- </td>
648
- </tr>
649
- </tbody>
650
- </table></td>
651
- </tr>
652
- <tr>
653
- <td valign="top" id="templateFooter"><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnFollowBlock" style="min-width:100%;">
654
- <tbody class="mcnFollowBlockOuter">
655
- <tr>
656
- <td align="center" valign="top" style="padding:9px" class="mcnFollowBlockInner">
657
-
658
-
659
- </td>
660
- </tr>
661
- </tbody>
662
- </table></td>
663
- </tr>
664
- </table>
665
- <!--[if (gte mso 9)|(IE)]>
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
- <!-- // END TEMPLATE -->
671
- </td>
672
- </tr>
673
- </table>
674
- </center>
976
+ <!-- // END TEMPLATE -->
977
+ </td>
978
+ </tr>
979
+ </table>
980
+ </center>
981
+
982
+
675
983
 
676
- </html>
984
+ </html>