wco_email 0.1.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (183) hide show
  1. checksums.yaml +7 -0
  2. data/README.txt +129 -0
  3. data/Rakefile +5 -0
  4. data/app/assets/config/wco_email_manifest.js +7 -0
  5. data/app/assets/javascript/vendor-trash/jquery-ui.min.js +13 -0
  6. data/app/assets/javascript/vendor-trash/jquery.fileupload.js +1482 -0
  7. data/app/assets/javascript/vendor-trash/jquery.iframe-transport.js +224 -0
  8. data/app/assets/javascript/vendor-trash/jquery.ui.widget.js +572 -0
  9. data/app/assets/javascript/vendor-trash/summernote-bs4.min.js +3 -0
  10. data/app/assets/javascript/wco_email/application.js +11 -0
  11. data/app/assets/javascript/wco_email/contexts.js +19 -0
  12. data/app/assets/javascript/wco_email/conversations.js +177 -0
  13. data/app/assets/javascript/wco_email/file_upload.js-trash +32 -0
  14. data/app/assets/javascript/wco_email/shared.js +22 -0
  15. data/app/assets/stylesheets/wco_email/application.scss +29 -0
  16. data/app/assets/stylesheets/wco_email/contexts.scss +63 -0
  17. data/app/assets/stylesheets/wco_email/conversations.scss +16 -0
  18. data/app/assets/stylesheets/wco_email/tags.scss +6 -0
  19. data/app/controllers/wco_email/application_controller.rb +16 -0
  20. data/app/controllers/wco_email/contexts_controller.rb +156 -0
  21. data/app/controllers/wco_email/conversations_controller.rb +129 -0
  22. data/app/controllers/wco_email/email_action_templates_controller.rb +77 -0
  23. data/app/controllers/wco_email/email_actions_controller.rb +55 -0
  24. data/app/controllers/wco_email/email_campaigns_controller.rb +73 -0
  25. data/app/controllers/wco_email/email_filters_controller.rb +72 -0
  26. data/app/controllers/wco_email/email_layouts_controller.rb +13 -0
  27. data/app/controllers/wco_email/email_templates_controller.rb +124 -0
  28. data/app/controllers/wco_email/message_stubs_controller.rb +14 -0
  29. data/app/controllers/wco_email/messages_controller.rb +28 -0
  30. data/app/controllers/wco_email/obfuscated_redirects_controller.rb +20 -0
  31. data/app/controllers/wco_email/sessions_controller.rb +19 -0
  32. data/app/controllers/wco_email/unsubscribes_controller.rb +40 -0
  33. data/app/helpers/wco_email/application_helper.rb +20 -0
  34. data/app/jobs/wco_email/message_intake_job.rb +54 -0
  35. data/app/mailers/wco_email/application_mailer.rb +98 -0
  36. data/app/views/202212 Mailchimp Templates/202212 1col fixed-width.html +863 -0
  37. data/app/views/202212 Mailchimp Templates/202212 1col full-width.html +906 -0
  38. data/app/views/202212 Mailchimp Templates/202212 2col fixed-width 2.html +1003 -0
  39. data/app/views/202212 Mailchimp Templates/202212 2col fixed-width.html +1082 -0
  40. data/app/views/202212 Mailchimp Templates/202212 2col full-width 2.html +1053 -0
  41. data/app/views/202212 Mailchimp Templates/202212 2col full-width.html +1147 -0
  42. data/app/views/202212 Mailchimp Templates/202212 3col fixed-width.html +1087 -0
  43. data/app/views/202212 Mailchimp Templates/202212 3col full-width.html +1136 -0
  44. data/app/views/202212 Mailchimp Templates/202212 catalog various-colors-1.html +1223 -0
  45. data/app/views/202212 Mailchimp Templates/202212 educate.html +1080 -0
  46. data/app/views/202212 Mailchimp Templates/202212 follow up.html +1001 -0
  47. data/app/views/202212 Mailchimp Templates/202212 make an announcement.html +1048 -0
  48. data/app/views/202212 Mailchimp Templates/202212 sell-a-product.html +977 -0
  49. data/app/views/202212 Mailchimp Templates/202212 tell a story.html +1168 -0
  50. data/app/views/202212 Mailchimp Templates/202212 theme art-newsletter.html +1612 -0
  51. data/app/views/202212 Mailchimp Templates/202212 theme caribou-xmas.html +856 -0
  52. data/app/views/202212 Mailchimp Templates/202212 theme colorbox.html +1027 -0
  53. data/app/views/202212 Mailchimp Templates/202212 theme competition-invitation.html +918 -0
  54. data/app/views/202212 Mailchimp Templates/202212 theme event-veerle.html +1132 -0
  55. data/app/views/202212 Mailchimp Templates/202212 theme fall-colors.html +1407 -0
  56. data/app/views/202212 Mailchimp Templates/202212 theme gift-giving.html +787 -0
  57. data/app/views/202212 Mailchimp Templates/202212 theme giftgiving-snowmen.html +731 -0
  58. data/app/views/202212 Mailchimp Templates/202212 theme heart-of-flowers.html +795 -0
  59. data/app/views/202212 Mailchimp Templates/202212 theme hero-card.html +915 -0
  60. data/app/views/202212 Mailchimp Templates/202212 theme hero-image.html +1148 -0
  61. data/app/views/202212 Mailchimp Templates/202212 theme monthly-contest.html +967 -0
  62. data/app/views/202212 Mailchimp Templates/202212 theme multiple-event.html +1189 -0
  63. data/app/views/202212 Mailchimp Templates/202212 theme postcard.html +914 -0
  64. data/app/views/202212 Mailchimp Templates/202212 theme snowy-fields.html +733 -0
  65. data/app/views/202212 Mailchimp Templates/202212 theme soft.html +849 -0
  66. data/app/views/202212 Mailchimp Templates/202212 theme sophisticated.html +1079 -0
  67. data/app/views/202212 Mailchimp Templates/202212 theme subtle.html +1218 -0
  68. data/app/views/202212 Mailchimp Templates/202212 theme ticket.html +1015 -0
  69. data/app/views/202212 Mailchimp Templates/202212 theme whale.html +888 -0
  70. data/app/views/202310 Email Templates/_acknowledgement_of_document_receipt.html.erb +23 -0
  71. data/app/views/202310 Email Templates/_support_ticket_created.html.erb +26 -0
  72. data/app/views/layouts/wco_email/application.haml +64 -0
  73. data/app/views/layouts/wco_email/mailbox.haml-trash +62 -0
  74. data/app/views/wco_email/_analytics.erb +16 -0
  75. data/app/views/wco_email/_main_header.haml +31 -0
  76. data/app/views/wco_email/_sidebar.haml +10 -0
  77. data/app/views/wco_email/application_mailer/_footer_unsubscribe.html.erb +24 -0
  78. data/app/views/wco_email/application_mailer/_header_logo.html.erb +12 -0
  79. data/app/views/wco_email/application_mailer/forwarder_notify.html.erb +17 -0
  80. data/app/views/wco_email/contexts/_form.haml +59 -0
  81. data/app/views/wco_email/contexts/_form_reply.haml +27 -0
  82. data/app/views/wco_email/contexts/_header.haml +22 -0
  83. data/app/views/wco_email/contexts/_index.haml +8 -0
  84. data/app/views/wco_email/contexts/edit.haml +8 -0
  85. data/app/views/wco_email/contexts/iframe_src.haml +3 -0
  86. data/app/views/wco_email/contexts/index.haml +51 -0
  87. data/app/views/wco_email/contexts/new.haml +5 -0
  88. data/app/views/wco_email/contexts/show.haml +34 -0
  89. data/app/views/wco_email/contexts/summary.csv.erb +4 -0
  90. data/app/views/wco_email/contexts/summary.haml +16 -0
  91. data/app/views/wco_email/conversations/_actions.haml +21 -0
  92. data/app/views/wco_email/conversations/_search.haml +14 -0
  93. data/app/views/wco_email/conversations/index.haml +43 -0
  94. data/app/views/wco_email/conversations/show.haml +27 -0
  95. data/app/views/wco_email/email_action_templates/_form.haml +45 -0
  96. data/app/views/wco_email/email_action_templates/_header.haml +8 -0
  97. data/app/views/wco_email/email_action_templates/edit.haml +7 -0
  98. data/app/views/wco_email/email_action_templates/index.haml +36 -0
  99. data/app/views/wco_email/email_action_templates/new.haml +9 -0
  100. data/app/views/wco_email/email_action_templates/show.haml +11 -0
  101. data/app/views/wco_email/email_actions/_form.haml +24 -0
  102. data/app/views/wco_email/email_actions/_form_mini.haml-trash +28 -0
  103. data/app/views/wco_email/email_actions/_header.haml +8 -0
  104. data/app/views/wco_email/email_actions/edit.haml +4 -0
  105. data/app/views/wco_email/email_actions/index.haml +31 -0
  106. data/app/views/wco_email/email_actions/new.haml +4 -0
  107. data/app/views/wco_email/email_actions/show.haml +0 -0
  108. data/app/views/wco_email/email_campaigns/_form.haml +33 -0
  109. data/app/views/wco_email/email_campaigns/_header.haml +5 -0
  110. data/app/views/wco_email/email_campaigns/edit.haml +5 -0
  111. data/app/views/wco_email/email_campaigns/index.haml +14 -0
  112. data/app/views/wco_email/email_campaigns/new.haml +5 -0
  113. data/app/views/wco_email/email_campaigns/show.haml +17 -0
  114. data/app/views/wco_email/email_filters/_form.haml +40 -0
  115. data/app/views/wco_email/email_filters/_header.haml +5 -0
  116. data/app/views/wco_email/email_filters/edit.haml +5 -0
  117. data/app/views/wco_email/email_filters/index.haml +48 -0
  118. data/app/views/wco_email/email_filters/new.haml +5 -0
  119. data/app/views/wco_email/email_templates/_form.haml +48 -0
  120. data/app/views/wco_email/email_templates/_form_mini.haml +9 -0
  121. data/app/views/wco_email/email_templates/_form_reply_mini.haml +8 -0
  122. data/app/views/wco_email/email_templates/_form_schedule_mini.haml +11 -0
  123. data/app/views/wco_email/email_templates/_header.haml +6 -0
  124. data/app/views/wco_email/email_templates/_index.haml +26 -0
  125. data/app/views/wco_email/email_templates/_index_expanded.haml +13 -0
  126. data/app/views/wco_email/email_templates/_m20221201react.html.erb +1202 -0
  127. data/app/views/wco_email/email_templates/_m20221222merryxmas.html.erb +766 -0
  128. data/app/views/wco_email/email_templates/_m202309_feedback.html.erb +1161 -0
  129. data/app/views/wco_email/email_templates/_m202309_ror4.html.erb +1068 -0
  130. data/app/views/wco_email/email_templates/_marketing_node_1.html.erb +984 -0
  131. data/app/views/wco_email/email_templates/_marketing_react_1.html +0 -0
  132. data/app/views/wco_email/email_templates/_marketing_react_2.html.erb +749 -0
  133. data/app/views/wco_email/email_templates/_marketing_react_3.html.erb +628 -0
  134. data/app/views/wco_email/email_templates/_marketing_ror_1.html +751 -0
  135. data/app/views/wco_email/email_templates/_marketing_ror_2.html.erb +755 -0
  136. data/app/views/wco_email/email_templates/_marketing_ror_3.html.erb +25 -0
  137. data/app/views/wco_email/email_templates/_marketing_ror_4.html.erb +25 -0
  138. data/app/views/wco_email/email_templates/_marketing_ror_5.html.erb +17 -0
  139. data/app/views/wco_email/email_templates/_marketing_wordpress_1.html +0 -0
  140. data/app/views/wco_email/email_templates/_marketing_wordpress_2.html +0 -0
  141. data/app/views/wco_email/email_templates/_meta.haml +6 -0
  142. data/app/views/wco_email/email_templates/_piousbox_roundborders.html.erb +1007 -0
  143. data/app/views/wco_email/email_templates/_piousbox_social.html.erb +181 -0
  144. data/app/views/wco_email/email_templates/_plain.haml +15 -0
  145. data/app/views/wco_email/email_templates/_rec_resume_shared_with_you.html.erb +39 -0
  146. data/app/views/wco_email/email_templates/_slug-1.html.erb +0 -0
  147. data/app/views/wco_email/email_templates/_slug-2.html.erb +0 -0
  148. data/app/views/wco_email/email_templates/_slug-3.html.erb +0 -0
  149. data/app/views/wco_email/email_templates/_tracking_footer.html.erb +13 -0
  150. data/app/views/wco_email/email_templates/_wasyaco_roundborders.html.erb +686 -0
  151. data/app/views/wco_email/email_templates/_wasyaco_social.html.erb +181 -0
  152. data/app/views/wco_email/email_templates/edit.haml +6 -0
  153. data/app/views/wco_email/email_templates/new.haml +6 -0
  154. data/app/views/wco_email/email_templates/show.haml +11 -0
  155. data/app/views/wco_email/email_templates/show_iframe.haml +2 -0
  156. data/app/views/wco_email/lead_action_templates/_header.haml +7 -0
  157. data/app/views/wco_email/lead_actions/_header.haml +8 -0
  158. data/app/views/wco_email/message_stubs/_index.haml +10 -0
  159. data/app/views/wco_email/messages/_form_reply.haml-trash +17 -0
  160. data/app/views/wco_email/messages/_meta.haml +30 -0
  161. data/app/views/wco_email/messages/show.haml +13 -0
  162. data/app/views/wco_email/messages/show_iframe.haml +5 -0
  163. data/app/views/wco_email/sessions/new.html.erb +4 -0
  164. data/app/views/wco_email/unsubscribes/_header.haml +4 -0
  165. data/app/views/wco_email/unsubscribes/_table.haml +22 -0
  166. data/config/initializers/assets.rb +10 -0
  167. data/config/routes.rb +49 -0
  168. data/lib/tasks/bjjcollective/sitemap.rb +50 -0
  169. data/lib/tasks/db_tasks.rake +12 -0
  170. data/lib/tasks/direct_mail_tasks.rake +35 -0
  171. data/lib/tasks/infinite_shelter/sitemap.rb +25 -0
  172. data/lib/tasks/piousbox/sitemap.rb +80 -0
  173. data/lib/tasks/publish2_wordpress_tasks.rake +54 -0
  174. data/lib/tasks/scrape_reddit_tasks.rake-bk +23 -0
  175. data/lib/tasks/trash/email_tasks.rake-trash +126 -0
  176. data/lib/tasks/trash/sitemap_tasks.rake-trash +146 -0
  177. data/lib/tasks/wasya_co/sitemap.rb +281 -0
  178. data/lib/tasks/wco_email_tasks.rake +117 -0
  179. data/lib/wco_email/README_email_actions.rb +7 -0
  180. data/lib/wco_email/README_email_contexts.rb +7 -0
  181. data/lib/wco_email/engine.rb +8 -0
  182. data/lib/wco_email.rb +19 -0
  183. metadata +493 -0
@@ -0,0 +1,984 @@
1
+ <!doctype html>
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]>
7
+ <xml>
8
+ <o:OfficeDocumentSettings>
9
+ <o:AllowPNG/>
10
+ <o:PixelsPerInch>96</o:PixelsPerInch>
11
+ </o:OfficeDocumentSettings>
12
+ </xml>
13
+ <![endif]-->
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>
18
+
19
+ <style type="text/css">
20
+ p {
21
+ margin: 10px 0;
22
+ padding: 0;
23
+ }
24
+
25
+ table {
26
+ border-collapse: collapse;
27
+ }
28
+
29
+ h1,
30
+ h2,
31
+ h3,
32
+ h4,
33
+ h5,
34
+ h6 {
35
+ display: block;
36
+ margin: 0;
37
+ padding: 0;
38
+ }
39
+
40
+ img,
41
+ a img {
42
+ border: 0;
43
+ height: auto;
44
+ outline: none;
45
+ text-decoration: none;
46
+ }
47
+
48
+ body,
49
+ #bodyTable,
50
+ #bodyCell {
51
+ height: 100%;
52
+ margin: 0;
53
+ padding: 0;
54
+ width: 100%;
55
+ }
56
+
57
+ .mcnPreviewText {
58
+ display: none !important;
59
+ }
60
+
61
+ #outlook a {
62
+ padding: 0;
63
+ }
64
+
65
+ img {
66
+ -ms-interpolation-mode: bicubic;
67
+ }
68
+
69
+ table {
70
+ mso-table-lspace: 0pt;
71
+ mso-table-rspace: 0pt;
72
+ }
73
+
74
+ .ReadMsgBody {
75
+ width: 100%;
76
+ }
77
+
78
+ .ExternalClass {
79
+ width: 100%;
80
+ }
81
+
82
+ p,
83
+ a,
84
+ li,
85
+ td,
86
+ blockquote {
87
+ mso-line-height-rule: exactly;
88
+ }
89
+
90
+ a[href^=tel],
91
+ a[href^=sms] {
92
+ color: inherit;
93
+ cursor: default;
94
+ text-decoration: none;
95
+ }
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%;
106
+ }
107
+
108
+ .ExternalClass,
109
+ .ExternalClass p,
110
+ .ExternalClass td,
111
+ .ExternalClass div,
112
+ .ExternalClass span,
113
+ .ExternalClass font {
114
+ line-height: 100%;
115
+ }
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;
124
+ }
125
+
126
+ #bodyCell {
127
+ padding: 10px;
128
+ }
129
+
130
+ .templateContainer {
131
+ max-width: 600px !important;
132
+ }
133
+
134
+ a.mcnButton {
135
+ display: block;
136
+ }
137
+
138
+ .mcnImage,
139
+ .mcnRetinaImage {
140
+ vertical-align: bottom;
141
+ }
142
+
143
+ .mcnTextContent {
144
+ word-break: break-word;
145
+ }
146
+
147
+ .mcnTextContent img {
148
+ height: auto !important;
149
+ }
150
+
151
+ .mcnDividerBlock {
152
+ table-layout: fixed !important;
153
+ }
154
+
155
+ /*
156
+ @tab Page
157
+ @section Background Style
158
+ @tip Set the background color and top border for your email. You may want to choose colors that match your company's branding.
159
+ */
160
+ body,
161
+ #bodyTable {
162
+ /*@editable*/
163
+ background-color: #FAFAFA;
164
+ }
165
+
166
+ /*
167
+ @tab Page
168
+ @section Background Style
169
+ @tip Set the background color and top border for your email. You may want to choose colors that match your company's branding.
170
+ */
171
+ #bodyCell {
172
+ /*@editable*/
173
+ border-top: 0;
174
+ }
175
+
176
+ /*
177
+ @tab Page
178
+ @section Email Border
179
+ @tip Set the border for your email.
180
+ */
181
+ .templateContainer {
182
+ /*@editable*/
183
+ border: 0;
184
+ }
185
+
186
+ /*
187
+ @tab Page
188
+ @section Heading 1
189
+ @tip Set the styling for all first-level headings in your emails. These should be the largest of your headings.
190
+ @style heading 1
191
+ */
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
+ /*
210
+ @tab Page
211
+ @section Heading 2
212
+ @tip Set the styling for all second-level headings in your emails.
213
+ @style heading 2
214
+ */
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
+ /*
235
+ @tab Page
236
+ @section Heading 3
237
+ @tip Set the styling for all third-level headings in your emails.
238
+ @style heading 3
239
+ */
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
+ /*
260
+ @tab Page
261
+ @section Heading 4
262
+ @tip Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings.
263
+ @style heading 4
264
+ */
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
+ /*
283
+ @tab Preheader
284
+ @section Preheader Style
285
+ @tip Set the background color and borders for your email's preheader area.
286
+ */
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
+ /*
309
+ @tab Preheader
310
+ @section Preheader Text
311
+ @tip Set the styling for your email's preheader text. Choose a size and color that is easy to read.
312
+ */
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
+ /*
328
+ @tab Preheader
329
+ @section Preheader Link
330
+ @tip Set the styling for your email's preheader links. Choose a color that helps them stand out from your text.
331
+ */
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;
340
+ }
341
+
342
+ /*
343
+ @tab Header
344
+ @section Header Style
345
+ @tip Set the background color and borders for your email's header area.
346
+ */
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
+ /*
369
+ @tab Header
370
+ @section Header Text
371
+ @tip Set the styling for your email's header text. Choose a size and color that is easy to read.
372
+ */
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
+ /*
388
+ @tab Header
389
+ @section Header Link
390
+ @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text.
391
+ */
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;
400
+ }
401
+
402
+ /*
403
+ @tab Body
404
+ @section Body Style
405
+ @tip Set the background color and borders for your email's body area.
406
+ */
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
+ /*
429
+ @tab Body
430
+ @section Body Text
431
+ @tip Set the styling for your email's body text. Choose a size and color that is easy to read.
432
+ */
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
+ /*
448
+ @tab Body
449
+ @section Body Link
450
+ @tip Set the styling for your email's body links. Choose a color that helps them stand out from your text.
451
+ */
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;
485
+ }
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
+
506
+ }
507
+
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
+
520
+ }
521
+
522
+ @media only screen and (max-width: 480px) {
523
+ body {
524
+ width: 100% !important;
525
+ min-width: 100% !important;
526
+ }
527
+
528
+ }
529
+
530
+ @media only screen and (max-width: 480px) {
531
+ .mcnRetinaImage {
532
+ max-width: 100% !important;
533
+ }
534
+
535
+ }
536
+
537
+ @media only screen and (max-width: 480px) {
538
+ .mcnImage {
539
+ width: 100% !important;
540
+ }
541
+
542
+ }
543
+
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
+
565
+ }
566
+
567
+ @media only screen and (max-width: 480px) {
568
+ .mcnBoxedTextContentContainer {
569
+ min-width: 100% !important;
570
+ }
571
+
572
+ }
573
+
574
+ @media only screen and (max-width: 480px) {
575
+ .mcnImageGroupContent {
576
+ padding: 9px !important;
577
+ }
578
+
579
+ }
580
+
581
+ @media only screen and (max-width: 480px) {
582
+
583
+ .mcnCaptionLeftContentOuter .mcnTextContent,
584
+ .mcnCaptionRightContentOuter .mcnTextContent {
585
+ padding-top: 9px !important;
586
+ }
587
+
588
+ }
589
+
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
+
598
+ }
599
+
600
+ @media only screen and (max-width: 480px) {
601
+ .mcnImageCardBottomImageContent {
602
+ padding-bottom: 9px !important;
603
+ }
604
+
605
+ }
606
+
607
+ @media only screen and (max-width: 480px) {
608
+ .mcnImageGroupBlockInner {
609
+ padding-top: 0 !important;
610
+ padding-bottom: 0 !important;
611
+ }
612
+
613
+ }
614
+
615
+ @media only screen and (max-width: 480px) {
616
+ .mcnImageGroupBlockOuter {
617
+ padding-top: 9px !important;
618
+ padding-bottom: 9px !important;
619
+ }
620
+
621
+ }
622
+
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
+
631
+ }
632
+
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
+
642
+ }
643
+
644
+ @media only screen and (max-width: 480px) {
645
+ .mcpreview-image-uploader {
646
+ display: none !important;
647
+ width: 100% !important;
648
+ }
649
+
650
+ }
651
+
652
+ @media only screen and (max-width: 480px) {
653
+
654
+ /*
655
+ @tab Mobile Styles
656
+ @section Heading 1
657
+ @tip Make the first-level headings larger in size for better readability on small screens.
658
+ */
659
+ h1 {
660
+ /*@editable*/
661
+ font-size: 22px !important;
662
+ /*@editable*/
663
+ line-height: 125% !important;
664
+ }
665
+
666
+ }
667
+
668
+ @media only screen and (max-width: 480px) {
669
+
670
+ /*
671
+ @tab Mobile Styles
672
+ @section Heading 2
673
+ @tip Make the second-level headings larger in size for better readability on small screens.
674
+ */
675
+ h2 {
676
+ /*@editable*/
677
+ font-size: 20px !important;
678
+ /*@editable*/
679
+ line-height: 125% !important;
680
+ }
681
+
682
+ }
683
+
684
+ @media only screen and (max-width: 480px) {
685
+
686
+ /*
687
+ @tab Mobile Styles
688
+ @section Heading 3
689
+ @tip Make the third-level headings larger in size for better readability on small screens.
690
+ */
691
+ h3 {
692
+ /*@editable*/
693
+ font-size: 18px !important;
694
+ /*@editable*/
695
+ line-height: 125% !important;
696
+ }
697
+
698
+ }
699
+
700
+ @media only screen and (max-width: 480px) {
701
+
702
+ /*
703
+ @tab Mobile Styles
704
+ @section Heading 4
705
+ @tip Make the fourth-level headings larger in size for better readability on small screens.
706
+ */
707
+ h4 {
708
+ /*@editable*/
709
+ font-size: 16px !important;
710
+ /*@editable*/
711
+ line-height: 150% !important;
712
+ }
713
+
714
+ }
715
+
716
+ @media only screen and (max-width: 480px) {
717
+
718
+ /*
719
+ @tab Mobile Styles
720
+ @section Boxed Text
721
+ @tip Make the boxed text larger in size for better readability on small screens. We recommend a font size of at least 16px.
722
+ */
723
+ .mcnBoxedTextContentContainer .mcnTextContent,
724
+ .mcnBoxedTextContentContainer .mcnTextContent p {
725
+ /*@editable*/
726
+ font-size: 14px !important;
727
+ /*@editable*/
728
+ line-height: 150% !important;
729
+ }
730
+
731
+ }
732
+
733
+ @media only screen and (max-width: 480px) {
734
+
735
+ /*
736
+ @tab Mobile Styles
737
+ @section Preheader Visibility
738
+ @tip Set the visibility of the email's preheader on small screens. You can hide it to save space.
739
+ */
740
+ #templatePreheader {
741
+ /*@editable*/
742
+ display: block !important;
743
+ }
744
+
745
+ }
746
+
747
+ @media only screen and (max-width: 480px) {
748
+
749
+ /*
750
+ @tab Mobile Styles
751
+ @section Preheader Text
752
+ @tip Make the preheader text larger in size for better readability on small screens.
753
+ */
754
+ #templatePreheader .mcnTextContent,
755
+ #templatePreheader .mcnTextContent p {
756
+ /*@editable*/
757
+ font-size: 14px !important;
758
+ /*@editable*/
759
+ line-height: 150% !important;
760
+ }
761
+
762
+ }
763
+
764
+ @media only screen and (max-width: 480px) {
765
+
766
+ /*
767
+ @tab Mobile Styles
768
+ @section Header Text
769
+ @tip Make the header text larger in size for better readability on small screens.
770
+ */
771
+ #templateHeader .mcnTextContent,
772
+ #templateHeader .mcnTextContent p {
773
+ /*@editable*/
774
+ font-size: 16px !important;
775
+ /*@editable*/
776
+ line-height: 150% !important;
777
+ }
778
+
779
+ }
780
+
781
+ @media only screen and (max-width: 480px) {
782
+
783
+ /*
784
+ @tab Mobile Styles
785
+ @section Body Text
786
+ @tip Make the body text larger in size for better readability on small screens. We recommend a font size of at least 16px.
787
+ */
788
+ #templateBody .mcnTextContent,
789
+ #templateBody .mcnTextContent p {
790
+ /*@editable*/
791
+ font-size: 16px !important;
792
+ /*@editable*/
793
+ line-height: 150% !important;
794
+ }
795
+
796
+ }
797
+
798
+ @media only screen and (max-width: 480px) {
799
+
800
+ /*
801
+ @tab Mobile Styles
802
+ @section Footer Text
803
+ @tip Make the footer content text larger in size for better readability on small screens.
804
+ */
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)]>
832
+ <table align="center" border="0" cellspacing="0" cellpadding="0" width="600" style="width:600px;">
833
+ <tr>
834
+ <td align="center" valign="top" width="600" style="width:600px;">
835
+ <![endif]-->
836
+ <table border="0" cellpadding="0" cellspacing="0" width="100%" class="templateContainer">
837
+
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%;">
842
+
843
+
844
+ <tbody class="mcnTextBlockOuter">
845
+ <tr>
846
+ <td valign="top" class="mcnTextBlockInner" style="padding-top:9px;">
847
+ <!--[if mso]>
848
+ <table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
849
+ <tr>
850
+ <![endif]-->
851
+
852
+ <!--[if mso]>
853
+ <td valign="top" width="600" style="width:600px;">
854
+ <![endif]-->
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]>
941
+ </td>
942
+ <![endif]-->
943
+
944
+ <!--[if mso]>
945
+ </tr>
946
+ </table>
947
+ <![endif]-->
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 '/wco_email/application_mailer/footer_unsubscribe' %>
963
+
964
+ </td>
965
+ </tr>
966
+ </tbody>
967
+ </table>
968
+ </td>
969
+ </tr>
970
+ </table>
971
+ <!--[if (gte mso 9)|(IE)]>
972
+ </td>
973
+ </tr>
974
+ </table>
975
+ <![endif]-->
976
+ <!-- // END TEMPLATE -->
977
+ </td>
978
+ </tr>
979
+ </table>
980
+ </center>
981
+
982
+
983
+
984
+ </html>