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