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,766 @@
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: BOUTIQUE -->
5
+ <!--[if gte mso 15]>
6
+ <xml>
7
+ <o:OfficeDocumentSettings>
8
+ <o:AllowPNG/>
9
+ <o:PixelsPerInch>96</o:PixelsPerInch>
10
+ </o:OfficeDocumentSettings>
11
+ </xml>
12
+ <![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>Merry Christmas!</title>
17
+
18
+ <style type="text/css">
19
+ p{
20
+ margin:10px 0;
21
+ padding:0;
22
+ }
23
+ table{
24
+ border-collapse:collapse;
25
+ }
26
+ h1,h2,h3,h4,h5,h6{
27
+ display:block;
28
+ margin:0;
29
+ padding:0;
30
+ }
31
+ img,a img{
32
+ border:0;
33
+ height:auto;
34
+ outline:none;
35
+ text-decoration:none;
36
+ }
37
+ body,#bodyTable,#bodyCell{
38
+ height:100%;
39
+ margin:0;
40
+ padding:0;
41
+ width:100%;
42
+ }
43
+ .mcnPreviewText{
44
+ display:none !important;
45
+ }
46
+ #outlook a{
47
+ padding:0;
48
+ }
49
+ img{
50
+ -ms-interpolation-mode:bicubic;
51
+ }
52
+ table{
53
+ mso-table-lspace:0pt;
54
+ mso-table-rspace:0pt;
55
+ }
56
+ .ReadMsgBody{
57
+ width:100%;
58
+ }
59
+ .ExternalClass{
60
+ width:100%;
61
+ }
62
+ p,a,li,td,blockquote{
63
+ mso-line-height-rule:exactly;
64
+ }
65
+ a[href^=tel],a[href^=sms]{
66
+ color:inherit;
67
+ cursor:default;
68
+ text-decoration:none;
69
+ }
70
+ p,a,li,td,body,table,blockquote{
71
+ -ms-text-size-adjust:100%;
72
+ -webkit-text-size-adjust:100%;
73
+ }
74
+ .ExternalClass,.ExternalClass p,.ExternalClass td,.ExternalClass div,.ExternalClass span,.ExternalClass font{
75
+ line-height:100%;
76
+ }
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;
84
+ }
85
+ a.mcnButton{
86
+ display:block;
87
+ }
88
+ .mcnImage,.mcnRetinaImage{
89
+ vertical-align:bottom;
90
+ }
91
+ .mcnTextContent{
92
+ word-break:break-word;
93
+ }
94
+ .mcnTextContent img{
95
+ height:auto !important;
96
+ }
97
+ .mcnDividerBlock{
98
+ table-layout:fixed !important;
99
+ }
100
+ /*
101
+ @tab Page
102
+ @section background style
103
+ @tip Set the background color and top border for your email. You may want to choose colors that match your company's branding.
104
+ */
105
+ body,#bodyTable,#templateFooter{
106
+ /*@editable*/background-color:#FFFFFF;
107
+ }
108
+ /*
109
+ @tab Page
110
+ @section background style
111
+ @tip Set the background color and top border for your email. You may want to choose colors that match your company's branding.
112
+ */
113
+ #bodyCell{
114
+ /*@editable*/border-top:0;
115
+ }
116
+ /*
117
+ @tab Page
118
+ @section email border
119
+ @tip Set the border for your email.
120
+ */
121
+ #templateContainer{
122
+ /*@editable*/border:0;
123
+ }
124
+ /*
125
+ @tab Page
126
+ @section heading 1
127
+ @tip Set the styling for all first-level headings in your emails. These should be the largest of your headings.
128
+ @style heading 1
129
+ */
130
+ h1{
131
+ /*@editable*/color:#FFFFFF !important;
132
+ display:block;
133
+ /*@editable*/font-family:Helvetica;
134
+ /*@editable*/font-size:40px;
135
+ /*@editable*/font-style:normal;
136
+ /*@editable*/font-weight:bold;
137
+ /*@editable*/line-height:100%;
138
+ /*@editable*/letter-spacing:-1px;
139
+ margin:0;
140
+ /*@editable*/text-align:center;
141
+ }
142
+ /*
143
+ @tab Page
144
+ @section heading 2
145
+ @tip Set the styling for all second-level headings in your emails.
146
+ @style heading 2
147
+ */
148
+ h2{
149
+ /*@editable*/color:#000000 !important;
150
+ display:block;
151
+ /*@editable*/font-family:Helvetica;
152
+ /*@editable*/font-size:36px;
153
+ /*@editable*/font-style:normal;
154
+ /*@editable*/font-weight:bold;
155
+ /*@editable*/line-height:125%;
156
+ /*@editable*/letter-spacing:-.75px;
157
+ margin:0;
158
+ /*@editable*/text-align:center;
159
+ }
160
+ /*
161
+ @tab Page
162
+ @section heading 3
163
+ @tip Set the styling for all third-level headings in your emails.
164
+ @style heading 3
165
+ */
166
+ h3{
167
+ /*@editable*/color:#606060 !important;
168
+ display:block;
169
+ /*@editable*/font-family:Helvetica;
170
+ /*@editable*/font-size:18px;
171
+ /*@editable*/font-style:normal;
172
+ /*@editable*/font-weight:bold;
173
+ /*@editable*/line-height:125%;
174
+ /*@editable*/letter-spacing:-.5px;
175
+ margin:0;
176
+ /*@editable*/text-align:left;
177
+ }
178
+ /*
179
+ @tab Page
180
+ @section heading 4
181
+ @tip Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings.
182
+ @style heading 4
183
+ */
184
+ h4{
185
+ /*@editable*/color:#808080 !important;
186
+ display:block;
187
+ /*@editable*/font-family:Helvetica;
188
+ /*@editable*/font-size:16px;
189
+ /*@editable*/font-style:normal;
190
+ /*@editable*/font-weight:bold;
191
+ /*@editable*/line-height:125%;
192
+ /*@editable*/letter-spacing:normal;
193
+ margin:0;
194
+ /*@editable*/text-align:left;
195
+ }
196
+ /*
197
+ @tab Preheader
198
+ @section preheader style
199
+ @tip Set the background color and borders for your email's preheader area.
200
+ */
201
+ #templatePreheader{
202
+ /*@editable*/background-color:#FFFFFF;
203
+ /*@editable*/border-top:0;
204
+ /*@editable*/border-bottom:1px solid #000000;
205
+ }
206
+ /*
207
+ @tab Preheader
208
+ @section preheader text
209
+ @tip Set the styling for your email's preheader text. Choose a size and color that is easy to read.
210
+ */
211
+ .preheaderContainer .mcnTextContent,.preheaderContainer .mcnTextContent p{
212
+ /*@editable*/color:#000000;
213
+ /*@editable*/font-family:Helvetica;
214
+ /*@editable*/font-size:11px;
215
+ /*@editable*/line-height:125%;
216
+ /*@editable*/text-align:left;
217
+ }
218
+ /*
219
+ @tab Preheader
220
+ @section preheader link
221
+ @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text.
222
+ */
223
+ .preheaderContainer .mcnTextContent a{
224
+ /*@editable*/color:#000000;
225
+ /*@editable*/font-weight:normal;
226
+ /*@editable*/text-decoration:underline;
227
+ }
228
+ /*
229
+ @tab Header
230
+ @section header style
231
+ @tip Set the background color and borders for your email's header area.
232
+ */
233
+ #templateHeader{
234
+ /*@editable*/background-color:#FFFFFF;
235
+ /*@editable*/border-top:0;
236
+ /*@editable*/border-bottom:0;
237
+ }
238
+ /*
239
+ @tab Header
240
+ @section header text
241
+ @tip Set the styling for your email's header text. Choose a size and color that is easy to read.
242
+ */
243
+ .headerContainer .mcnTextContent,.headerContainer .mcnTextContent p{
244
+ /*@editable*/color:#000000;
245
+ /*@editable*/font-family:Helvetica;
246
+ /*@editable*/font-size:16px;
247
+ /*@editable*/line-height:150%;
248
+ /*@editable*/text-align:center;
249
+ }
250
+ /*
251
+ @tab Header
252
+ @section header link
253
+ @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text.
254
+ */
255
+ .headerContainer .mcnTextContent a{
256
+ /*@editable*/color:#000000;
257
+ /*@editable*/font-weight:normal;
258
+ /*@editable*/text-decoration:underline;
259
+ }
260
+ /*
261
+ @tab Body
262
+ @section body style
263
+ @tip Set the background color and borders for your email's body area.
264
+ */
265
+ #templateBody{
266
+ /*@editable*/background-color:#FFFFFF;
267
+ /*@editable*/border-top:0;
268
+ /*@editable*/border-bottom:0;
269
+ }
270
+ /*
271
+ @tab Body
272
+ @section body text
273
+ @tip Set the styling for your email's body text. Choose a size and color that is easy to read.
274
+ */
275
+ .bodyContainer .mcnTextContent,.bodyContainer .mcnTextContent p{
276
+ /*@editable*/color:#000000;
277
+ /*@editable*/font-family:Helvetica;
278
+ /*@editable*/font-size:16px;
279
+ /*@editable*/line-height:150%;
280
+ /*@editable*/text-align:center;
281
+ }
282
+ /*
283
+ @tab Body
284
+ @section body link
285
+ @tip Set the styling for your email's body links. Choose a color that helps them stand out from your text.
286
+ */
287
+ .bodyContainer .mcnTextContent a{
288
+ /*@editable*/color:#000000;
289
+ /*@editable*/font-weight:normal;
290
+ /*@editable*/text-decoration:underline;
291
+ }
292
+ /*
293
+ @tab Columns
294
+ @section column style
295
+ @tip Set the background color and borders for your email's columns area.
296
+ */
297
+ #templateColumns{
298
+ /*@editable*/background-color:#FFFFFF;
299
+ /*@editable*/border-top:0;
300
+ /*@editable*/border-bottom:0;
301
+ }
302
+ /*
303
+ @tab Columns
304
+ @section left column text
305
+ @tip Set the styling for your email's left column text. Choose a size and color that is easy to read.
306
+ */
307
+ .leftColumnContainer .mcnTextContent,.leftColumnContainer .mcnTextContent p{
308
+ /*@editable*/color:#000000;
309
+ /*@editable*/font-family:Helvetica;
310
+ /*@editable*/font-size:14px;
311
+ /*@editable*/line-height:150%;
312
+ /*@editable*/text-align:center;
313
+ }
314
+ /*
315
+ @tab Columns
316
+ @section left column link
317
+ @tip Set the styling for your email's left column links. Choose a color that helps them stand out from your text.
318
+ */
319
+ .leftColumnContainer .mcnTextContent a{
320
+ /*@editable*/color:#000000;
321
+ /*@editable*/font-weight:normal;
322
+ /*@editable*/text-decoration:underline;
323
+ }
324
+ /*
325
+ @tab Columns
326
+ @section right column text
327
+ @tip Set the styling for your email's right column text. Choose a size and color that is easy to read.
328
+ */
329
+ .rightColumnContainer .mcnTextContent,.rightColumnContainer .mcnTextContent p{
330
+ /*@editable*/color:#000000;
331
+ /*@editable*/font-family:Helvetica;
332
+ /*@editable*/font-size:14px;
333
+ /*@editable*/line-height:150%;
334
+ /*@editable*/text-align:center;
335
+ }
336
+ /*
337
+ @tab Columns
338
+ @section right column link
339
+ @tip Set the styling for your email's right column links. Choose a color that helps them stand out from your text.
340
+ */
341
+ .rightColumnContainer .mcnTextContent a{
342
+ /*@editable*/color:#000000;
343
+ /*@editable*/font-weight:normal;
344
+ /*@editable*/text-decoration:underline;
345
+ }
346
+ /*
347
+ @tab Footer
348
+ @section footer style
349
+ @tip Set the background color and borders for your email's footer area.
350
+ */
351
+ #templateFooter{
352
+ /*@editable*/border-top:0;
353
+ /*@editable*/border-bottom:0;
354
+ }
355
+ /*
356
+ @tab Footer
357
+ @section footer text
358
+ @tip Set the styling for your email's footer text. Choose a size and color that is easy to read.
359
+ */
360
+ .footerContainer .mcnTextContent,.footerContainer .mcnTextContent p{
361
+ /*@editable*/color:#000000;
362
+ /*@editable*/font-family:Helvetica;
363
+ /*@editable*/font-size:11px;
364
+ /*@editable*/line-height:125%;
365
+ /*@editable*/text-align:center;
366
+ }
367
+ /*
368
+ @tab Footer
369
+ @section footer link
370
+ @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text.
371
+ */
372
+ .footerContainer .mcnTextContent a{
373
+ /*@editable*/color:#000000;
374
+ /*@editable*/font-weight:normal;
375
+ /*@editable*/text-decoration:underline;
376
+ }
377
+ @media only screen and (max-width: 480px){
378
+ body,table,td,p,a,li,blockquote{
379
+ -webkit-text-size-adjust:none !important;
380
+ }
381
+
382
+ } @media only screen and (max-width: 480px){
383
+ body{
384
+ width:100% !important;
385
+ min-width:100% !important;
386
+ }
387
+
388
+ } @media only screen and (max-width: 480px){
389
+ #bodyCell{
390
+ padding-top:10px !important;
391
+ }
392
+
393
+ } @media only screen and (max-width: 480px){
394
+ .templateContainer{
395
+ max-width:600px !important;
396
+ width:100% !important;
397
+ }
398
+
399
+ } @media only screen and (max-width: 480px){
400
+ .columnsContainer{
401
+ display:block!important;
402
+ max-width:600px !important;
403
+ padding-bottom:18px !important;
404
+ padding-left:0 !important;
405
+ width:100%!important;
406
+ }
407
+
408
+ } @media only screen and (max-width: 480px){
409
+ .mcnRetinaImage{
410
+ max-width:100% !important;
411
+ }
412
+
413
+ } @media only screen and (max-width: 480px){
414
+ .mcnImage{
415
+ height:auto !important;
416
+ width:100% !important;
417
+ }
418
+
419
+ } @media only screen and (max-width: 480px){
420
+ .mcnCartContainer,.mcnCaptionTopContent,.mcnRecContentContainer,.mcnCaptionBottomContent,.mcnTextContentContainer,.mcnBoxedTextContentContainer,.mcnImageGroupContentContainer,.mcnCaptionLeftTextContentContainer,.mcnCaptionRightTextContentContainer,.mcnCaptionLeftImageContentContainer,.mcnCaptionRightImageContentContainer,.mcnImageCardLeftTextContentContainer,.mcnImageCardRightTextContentContainer,.mcnImageCardLeftImageContentContainer,.mcnImageCardRightImageContentContainer{
421
+ max-width:100% !important;
422
+ width:100% !important;
423
+ }
424
+
425
+ } @media only screen and (max-width: 480px){
426
+ .mcnBoxedTextContentContainer{
427
+ min-width:100% !important;
428
+ }
429
+
430
+ } @media only screen and (max-width: 480px){
431
+ .mcnImageGroupContent{
432
+ padding:9px !important;
433
+ }
434
+
435
+ } @media only screen and (max-width: 480px){
436
+ .mcnCaptionLeftContentOuter .mcnTextContent,.mcnCaptionRightContentOuter .mcnTextContent{
437
+ padding-top:9px !important;
438
+ }
439
+
440
+ } @media only screen and (max-width: 480px){
441
+ .mcnImageCardTopImageContent,.mcnCaptionBottomContent:last-child .mcnCaptionBottomImageContent,.mcnCaptionBlockInner .mcnCaptionTopContent:last-child .mcnTextContent{
442
+ padding-top:18px !important;
443
+ }
444
+
445
+ } @media only screen and (max-width: 480px){
446
+ .mcnImageCardBottomImageContent{
447
+ padding-bottom:9px !important;
448
+ }
449
+
450
+ } @media only screen and (max-width: 480px){
451
+ .mcnImageGroupBlockInner{
452
+ padding-top:0 !important;
453
+ padding-bottom:0 !important;
454
+ }
455
+
456
+ } @media only screen and (max-width: 480px){
457
+ .mcnImageGroupBlockOuter{
458
+ padding-top:9px !important;
459
+ padding-bottom:9px !important;
460
+ }
461
+
462
+ } @media only screen and (max-width: 480px){
463
+ .mcnTextContent,.mcnBoxedTextContentColumn{
464
+ padding-right:18px !important;
465
+ padding-left:18px !important;
466
+ }
467
+
468
+ } @media only screen and (max-width: 480px){
469
+ .mcnImageCardLeftImageContent,.mcnImageCardRightImageContent{
470
+ padding-right:18px !important;
471
+ padding-bottom:0 !important;
472
+ padding-left:18px !important;
473
+ }
474
+
475
+ } @media only screen and (max-width: 480px){
476
+ .mcpreview-image-uploader{
477
+ display:none !important;
478
+ width:100% !important;
479
+ }
480
+
481
+ } @media only screen and (max-width: 480px){
482
+ /*
483
+ @tab Mobile Styles
484
+ @section heading 1
485
+ @tip Make the first-level headings larger in size for better readability on small screens.
486
+ */
487
+ h1{
488
+ /*@editable*/font-size:24px !important;
489
+ /*@editable*/line-height:125% !important;
490
+ }
491
+
492
+ } @media only screen and (max-width: 480px){
493
+ /*
494
+ @tab Mobile Styles
495
+ @section heading 2
496
+ @tip Make the second-level headings larger in size for better readability on small screens.
497
+ */
498
+ h2{
499
+ /*@editable*/font-size:20px !important;
500
+ /*@editable*/line-height:125% !important;
501
+ }
502
+
503
+ } @media only screen and (max-width: 480px){
504
+ /*
505
+ @tab Mobile Styles
506
+ @section heading 3
507
+ @tip Make the third-level headings larger in size for better readability on small screens.
508
+ */
509
+ h3{
510
+ /*@editable*/font-size:18px !important;
511
+ /*@editable*/line-height:125% !important;
512
+ }
513
+
514
+ } @media only screen and (max-width: 480px){
515
+ /*
516
+ @tab Mobile Styles
517
+ @section heading 4
518
+ @tip Make the fourth-level headings larger in size for better readability on small screens.
519
+ */
520
+ h4{
521
+ /*@editable*/font-size:16px !important;
522
+ /*@editable*/line-height:125% !important;
523
+ }
524
+
525
+ } @media only screen and (max-width: 480px){
526
+ /*
527
+ @tab Mobile Styles
528
+ @section Boxed Text
529
+ @tip Make the boxed text larger in size for better readability on small screens. We recommend a font size of at least 16px.
530
+ */
531
+ .mcnBoxedTextContentContainer .mcnTextContent,.mcnBoxedTextContentContainer .mcnTextContent p{
532
+ /*@editable*/font-size:18px !important;
533
+ /*@editable*/line-height:125% !important;
534
+ }
535
+
536
+ } @media only screen and (max-width: 480px){
537
+ /*
538
+ @tab Mobile Styles
539
+ @section Preheader Visibility
540
+ @tip Set the visibility of the email's preheader on small screens. You can hide it to save space.
541
+ */
542
+ #templatePreheader{
543
+ /*@editable*/display:block !important;
544
+ }
545
+
546
+ } @media only screen and (max-width: 480px){
547
+ /*
548
+ @tab Mobile Styles
549
+ @section Preheader Text
550
+ @tip Make the preheader text larger in size for better readability on small screens.
551
+ */
552
+ .preheaderContainer .mcnTextContent,.preheaderContainer .mcnTextContent p{
553
+ /*@editable*/font-size:14px !important;
554
+ /*@editable*/line-height:115% !important;
555
+ }
556
+
557
+ } @media only screen and (max-width: 480px){
558
+ /*
559
+ @tab Mobile Styles
560
+ @section Header Text
561
+ @tip Make the header text larger in size for better readability on small screens.
562
+ */
563
+ .headerContainer .mcnTextContent,.headerContainer .mcnTextContent p{
564
+ /*@editable*/font-size:18px !important;
565
+ /*@editable*/line-height:125% !important;
566
+ }
567
+
568
+ } @media only screen and (max-width: 480px){
569
+ /*
570
+ @tab Mobile Styles
571
+ @section Body Text
572
+ @tip Make the body text larger in size for better readability on small screens. We recommend a font size of at least 16px.
573
+ */
574
+ .bodyContainer .mcnTextContent,.bodyContainer .mcnTextContent p{
575
+ /*@editable*/font-size:18px !important;
576
+ /*@editable*/line-height:125% !important;
577
+ }
578
+
579
+ } @media only screen and (max-width: 480px){
580
+ /*
581
+ @tab Mobile Styles
582
+ @section Left Column Text
583
+ @tip Make the left column text larger in size for better readability on small screens. We recommend a font size of at least 16px.
584
+ */
585
+ .leftColumnContainer .mcnTextContent,.leftColumnContainer .mcnTextContent p{
586
+ /*@editable*/font-size:18px !important;
587
+ /*@editable*/line-height:125% !important;
588
+ }
589
+
590
+ } @media only screen and (max-width: 480px){
591
+ /*
592
+ @tab Mobile Styles
593
+ @section Right Column Text
594
+ @tip Make the right column text larger in size for better readability on small screens. We recommend a font size of at least 16px.
595
+ */
596
+ .rightColumnContainer .mcnTextContent,.rightColumnContainer .mcnTextContent p{
597
+ /*@editable*/font-size:18px !important;
598
+ /*@editable*/line-height:125% !important;
599
+ }
600
+
601
+ } @media only screen and (max-width: 480px){
602
+ /*
603
+ @tab Mobile Styles
604
+ @section footer text
605
+ @tip Make the body content text larger in size for better readability on small screens.
606
+ */
607
+ .footerContainer .mcnTextContent,.footerContainer .mcnTextContent p{
608
+ /*@editable*/font-size:14px !important;
609
+ /*@editable*/line-height:115% !important;
610
+ }
611
+
612
+ }</style></head>
613
+ <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">
614
+ <!--*|IF:MC_PREVIEW_TEXT|*-->
615
+ <!--[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;">Merry Christmas!</span><!--<![endif]-->
616
+ <!--*|END:IF|*-->
617
+ <center>
618
+ <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">
619
+ <tr>
620
+ <td align="center" valign="top" id="bodyCell">
621
+ <!-- BEGIN TEMPLATE // -->
622
+ <table border="0" cellpadding="0" cellspacing="0" width="100%">
623
+
624
+ <tr>
625
+ <td align="center" valign="top">
626
+ <!-- BEGIN BODY // -->
627
+ <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">
628
+ <tr>
629
+ <td align="center" valign="top">
630
+ <table border="0" cellpadding="0" cellspacing="0" width="600" class="templateContainer">
631
+ <tr>
632
+ <td valign="top" class="bodyContainer" style="padding-top:10px; padding-bottom:10px;"><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnTextBlock" style="min-width:100%;">
633
+ <tbody class="mcnTextBlockOuter">
634
+ <tr>
635
+ <td valign="top" class="mcnTextBlockInner" style="padding-top:9px;">
636
+ <!--[if mso]>
637
+ <table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
638
+ <tr>
639
+ <![endif]-->
640
+
641
+ <!--[if mso]>
642
+ <td valign="top" width="600" style="width:600px;">
643
+ <![endif]-->
644
+ <table align="left" border="0" cellpadding="0" cellspacing="0" style="max-width:100%; min-width:100%;" width="100%" class="mcnTextContentContainer">
645
+ <tbody>
646
+ <tr>
647
+ <td valign="top" class="mcnTextContent" style="text-align: center; padding: 0px 18px 9px;color: #EE2F2F;font-family: Arial, &quot;Helvetica Neue&quot;, Helvetica, sans-serif;font-size: 36px;font-style: italic;font-weight: normal;">
648
+ <center>
649
+ Ho, ho, ho!<br>
650
+ Wishing you a Merry Christmas<br>
651
+ from WasyaCo!
652
+ </center>
653
+ </td>
654
+ </tr>
655
+ </tbody></table>
656
+ <!--[if mso]>
657
+ </td>
658
+ <![endif]-->
659
+
660
+ <!--[if mso]>
661
+ </tr>
662
+ </table>
663
+ <![endif]-->
664
+ </td>
665
+ </tr>
666
+ </tbody>
667
+ </table><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnImageCardBlock">
668
+ <tbody class="mcnImageCardBlockOuter">
669
+ <tr>
670
+ <td class="mcnImageCardBlockInner" valign="top" style="padding-top:9px; padding-right:18px; padding-bottom:9px; padding-left:18px;">
671
+
672
+ <table align="left" border="0" cellpadding="0" cellspacing="0" class="mcnImageCardBottomContent" width="100%">
673
+ <tbody><tr>
674
+ <td class="mcnImageCardBottomImageContent" align="center" valign="top"
675
+ style="padding-top:0px; padding-right:0px; padding-bottom:0; padding-left:0px; border: 1px solid #cecece;"
676
+ width="564" height="676" >
677
+
678
+
679
+
680
+ <img alt="A cool meme pic" src="https://mcusercontent.com/c1c0b5d8d2e0e77bfc4d6376e/images/f51d3176-659a-e1ef-35fd-ea33186ba6b0.jpeg"
681
+ width="564" style="max-width: 689px; border-radius: 0%;" class="mcnImage">
682
+
683
+
684
+ </td>
685
+ </tr>
686
+ <tr>
687
+ <td class="mcnTextContent" valign="top" style="padding: 9px 18px;color: #FFFFFF;font-size: 16px;font-weight: bold;text-align: center;" width="546">
688
+
689
+ </td>
690
+ </tr>
691
+ </tbody></table>
692
+
693
+
694
+
695
+
696
+ </td>
697
+ </tr>
698
+ </tbody>
699
+ </table><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnTextBlock" style="min-width:100%;">
700
+ <tbody class="mcnTextBlockOuter">
701
+ <tr>
702
+ <td valign="top" class="mcnTextBlockInner" style="padding-top:9px;">
703
+ <!--[if mso]>
704
+ <table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
705
+ <tr>
706
+ <![endif]-->
707
+
708
+ <!--[if mso]>
709
+ <td valign="top" width="600" style="width:600px;">
710
+ <![endif]-->
711
+ <table align="left" border="0" cellpadding="0" cellspacing="0" style="max-width:100%; min-width:100%;" width="100%" class="mcnTextContentContainer">
712
+ <tbody><tr>
713
+
714
+ <td valign="top" class="mcnTextContent" style="padding: 0px 18px 9px;color: #B2B2B2;font-size: 14px;font-style: italic;font-weight: normal; text-align: center;">
715
+ <center>
716
+ (We provide software development and other technology services, <br />but this post card is all about celebration of Giving and Rebirth.)
717
+ </center>
718
+ </td>
719
+ </tr>
720
+ </tbody></table>
721
+ <!--[if mso]>
722
+ </td>
723
+ <![endif]-->
724
+
725
+ <!--[if mso]>
726
+ </tr>
727
+ </table>
728
+ <![endif]-->
729
+ </td>
730
+ </tr>
731
+ </tbody>
732
+ </table><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnImageBlock" style="min-width:100%;">
733
+ <tbody class="mcnImageBlockOuter">
734
+ <tr>
735
+ <td valign="top" style="padding:9px" class="mcnImageBlockInner">
736
+ <table align="left" width="100%" border="0" cellpadding="0" cellspacing="0" class="mcnImageContentContainer" style="min-width:100%;">
737
+ <tbody><tr>
738
+ <td class="mcnImageContent" valign="top" style="padding-right: 9px; padding-left: 9px; padding-top: 0; padding-bottom: 0; text-align:center;">
739
+ <a href="https://wasya.co/our-process?<%= @click_tracking %>" >
740
+ <img align="center" alt="WasyaCo" src="https://mcusercontent.com/c1c0b5d8d2e0e77bfc4d6376e/images/acb2ec6e-6513-b384-ba8f-41e1195b6011.png" width="136.21" style="max-width:257px; padding-bottom: 0; display: inline !important; vertical-align: bottom;" class="mcnImage">
741
+ </a>
742
+ </td>
743
+ </tr>
744
+ </tbody></table>
745
+ </td>
746
+ </tr>
747
+ </tbody>
748
+ </table></td>
749
+ </tr>
750
+ </table>
751
+ </td>
752
+ </tr>
753
+ </table>
754
+ <!-- // END BODY -->
755
+ </td>
756
+ </tr>
757
+ </table>
758
+ <!-- // END TEMPLATE -->
759
+ </td>
760
+ </tr>
761
+ </table>
762
+ </center>
763
+ <!-- Matomo Image Tracker-->
764
+ <img referrerpolicy="no-referrer-when-downgrade" src="https://analytics.wasya.co/matomo.php?idsite=2&amp;rec=1" style="border:0" alt="" />
765
+ <!-- End Matomo -->
766
+ </html>