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,628 @@
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
+ <!--[if gte mso 15]>
5
+ <xml>
6
+ <o:OfficeDocumentSettings>
7
+ <o:AllowPNG/>
8
+ <o:PixelsPerInch>96</o:PixelsPerInch>
9
+ </o:OfficeDocumentSettings>
10
+ </xml>
11
+ <![endif]-->
12
+ <meta charset="UTF-8">
13
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
14
+ <meta name="viewport" content="width=device-width, initial-scale=1">
15
+ <title><%= @ctx.subject -%></title>
16
+
17
+ <style type="text/css">
18
+ p{
19
+ margin:10px 0;
20
+ padding:0;
21
+ }
22
+ table{
23
+ border-collapse:collapse;
24
+ }
25
+ h1,h2,h3,h4,h5,h6{
26
+ display:block;
27
+ margin:0;
28
+ padding:0;
29
+ }
30
+ img,a img{
31
+ border:0;
32
+ height:auto;
33
+ outline:none;
34
+ text-decoration:none;
35
+ }
36
+ body,#bodyTable,#bodyCell{
37
+ height:100%;
38
+ margin:0;
39
+ padding:0;
40
+ width:100%;
41
+ }
42
+ .mcnPreviewText{
43
+ display:none !important;
44
+ }
45
+ #outlook a{
46
+ padding:0;
47
+ }
48
+ img{
49
+ -ms-interpolation-mode:bicubic;
50
+ }
51
+ table{
52
+ mso-table-lspace:0pt;
53
+ mso-table-rspace:0pt;
54
+ }
55
+ .ReadMsgBody{
56
+ width:100%;
57
+ }
58
+ .ExternalClass{
59
+ width:100%;
60
+ }
61
+ p,a,li,td,blockquote{
62
+ mso-line-height-rule:exactly;
63
+ }
64
+ a[href^=tel],a[href^=sms]{
65
+ color:inherit;
66
+ cursor:default;
67
+ text-decoration:none;
68
+ }
69
+ p,a,li,td,body,table,blockquote{
70
+ -ms-text-size-adjust:100%;
71
+ -webkit-text-size-adjust:100%;
72
+ }
73
+ .ExternalClass,.ExternalClass p,.ExternalClass td,.ExternalClass div,.ExternalClass span,.ExternalClass font{
74
+ line-height:100%;
75
+ }
76
+ a[x-apple-data-detectors]{
77
+ color:inherit !important;
78
+ text-decoration:none !important;
79
+ font-size:inherit !important;
80
+ font-family:inherit !important;
81
+ font-weight:inherit !important;
82
+ line-height:inherit !important;
83
+ }
84
+ #bodyCell{
85
+ padding:10px;
86
+ }
87
+ .templateContainer{
88
+ max-width:600px !important;
89
+ }
90
+ a.mcnButton{
91
+ display:block;
92
+ }
93
+ .mcnImage,.mcnRetinaImage{
94
+ vertical-align:bottom;
95
+ }
96
+ .mcnTextContent{
97
+ word-break:break-word;
98
+ }
99
+ .mcnTextContent img{
100
+ height:auto !important;
101
+ }
102
+ .mcnDividerBlock{
103
+ table-layout:fixed !important;
104
+ }
105
+
106
+ body,#bodyTable{
107
+ background-color:#FAFAFA;
108
+ }
109
+
110
+ #bodyCell{
111
+ border-top:0;
112
+ }
113
+
114
+ .templateContainer{
115
+ border:0;
116
+ }
117
+ h1{
118
+ color:#202020;
119
+ font-family:Helvetica;
120
+ font-size:26px;
121
+ font-style:normal;
122
+ font-weight:bold;
123
+ line-height:125%;
124
+ letter-spacing:normal;
125
+ text-align:left;
126
+ }
127
+
128
+ h2{
129
+ color:#202020;
130
+ font-family:Helvetica;
131
+ font-size:22px;
132
+ font-style:normal;
133
+ font-weight:bold;
134
+ line-height:125%;
135
+ letter-spacing:normal;
136
+ text-align:left;
137
+ }
138
+
139
+ h3{
140
+ color:#202020;
141
+ font-family:Helvetica;
142
+ font-size:20px;
143
+ font-style:normal;
144
+ font-weight:bold;
145
+ line-height:125%;
146
+ letter-spacing:normal;
147
+ text-align:left;
148
+ }
149
+
150
+ h4{
151
+ color:#202020;
152
+ font-family:Helvetica;
153
+ font-size:18px;
154
+ font-style:normal;
155
+ font-weight:bold;
156
+ line-height:125%;
157
+ letter-spacing:normal;
158
+ text-align:left;
159
+ }
160
+
161
+ #templatePreheader{
162
+ background-color:#FAFAFA;
163
+ background-image:none;
164
+ background-repeat:no-repeat;
165
+ background-position:center;
166
+ background-size:cover;
167
+ border-top:0;
168
+ border-bottom:0;
169
+ padding-top:9px;
170
+ padding-bottom:9px;
171
+ }
172
+
173
+ #templatePreheader .mcnTextContent,#templatePreheader .mcnTextContent p{
174
+ color:#656565;
175
+ font-family:Helvetica;
176
+ font-size:12px;
177
+ line-height:150%;
178
+ text-align:left;
179
+ }
180
+
181
+ #templatePreheader .mcnTextContent a,#templatePreheader .mcnTextContent p a{
182
+ color:#656565;
183
+ font-weight:normal;
184
+ text-decoration:underline;
185
+ }
186
+
187
+ #templateHeader{
188
+ background-color:#FFFFFF;
189
+ background-image:none;
190
+ background-repeat:no-repeat;
191
+ background-position:center;
192
+ background-size:cover;
193
+ border-top:0;
194
+ border-bottom:0;
195
+ padding-top:9px;
196
+ padding-bottom:0;
197
+ }
198
+
199
+ #templateHeader .mcnTextContent,#templateHeader .mcnTextContent p{
200
+ color:#202020;
201
+ font-family:Helvetica;
202
+ font-size:16px;
203
+ line-height:150%;
204
+ text-align:left;
205
+ }
206
+
207
+ #templateHeader .mcnTextContent a,#templateHeader .mcnTextContent p a{
208
+ color:#007C89;
209
+ font-weight:normal;
210
+ text-decoration:underline;
211
+ }
212
+
213
+ #templateBody{
214
+ background-color:#FFFFFF;
215
+ background-image:none;
216
+ background-repeat:no-repeat;
217
+ background-position:center;
218
+ background-size:cover;
219
+ border-top:0;
220
+ border-bottom:2px solid #EAEAEA;
221
+ padding-top:0;
222
+ padding-bottom:9px;
223
+ }
224
+
225
+ #templateBody .mcnTextContent,#templateBody .mcnTextContent p{
226
+ color:#202020;
227
+ font-family:Helvetica;
228
+ font-size:16px;
229
+ line-height:150%;
230
+ text-align:left;
231
+ }
232
+
233
+ #templateBody .mcnTextContent a,#templateBody .mcnTextContent p a{
234
+ color:#007C89;
235
+ font-weight:normal;
236
+ text-decoration:underline;
237
+ }
238
+
239
+ #templateFooter{
240
+ background-color:#FAFAFA;
241
+ background-image:none;
242
+ background-repeat:no-repeat;
243
+ background-position:center;
244
+ background-size:cover;
245
+ border-top:0;
246
+ border-bottom:0;
247
+ padding-top:9px;
248
+ padding-bottom:9px;
249
+ }
250
+
251
+ #templateFooter .mcnTextContent,#templateFooter .mcnTextContent p{
252
+ color:#656565;
253
+ font-family:Helvetica;
254
+ font-size:12px;
255
+ line-height:150%;
256
+ text-align:center;
257
+ }
258
+
259
+ #templateFooter .mcnTextContent a,#templateFooter .mcnTextContent p a{
260
+ color:#656565;
261
+ font-weight:normal;
262
+ text-decoration:underline;
263
+ }
264
+ @media only screen and (min-width:768px){
265
+ .templateContainer{
266
+ width:600px !important;
267
+ }
268
+
269
+ } @media only screen and (max-width: 480px){
270
+ body,table,td,p,a,li,blockquote{
271
+ -webkit-text-size-adjust:none !important;
272
+ }
273
+
274
+ } @media only screen and (max-width: 480px){
275
+ body{
276
+ width:100% !important;
277
+ min-width:100% !important;
278
+ }
279
+
280
+ } @media only screen and (max-width: 480px){
281
+ .mcnRetinaImage{
282
+ max-width:100% !important;
283
+ }
284
+
285
+ } @media only screen and (max-width: 480px){
286
+ .mcnImage{
287
+ width:100% !important;
288
+ }
289
+
290
+ } @media only screen and (max-width: 480px){
291
+ .mcnCartContainer,.mcnCaptionTopContent,.mcnRecContentContainer,.mcnCaptionBottomContent,.mcnTextContentContainer,.mcnBoxedTextContentContainer,.mcnImageGroupContentContainer,.mcnCaptionLeftTextContentContainer,.mcnCaptionRightTextContentContainer,.mcnCaptionLeftImageContentContainer,.mcnCaptionRightImageContentContainer,.mcnImageCardLeftTextContentContainer,.mcnImageCardRightTextContentContainer,.mcnImageCardLeftImageContentContainer,.mcnImageCardRightImageContentContainer{
292
+ max-width:100% !important;
293
+ width:100% !important;
294
+ }
295
+
296
+ } @media only screen and (max-width: 480px){
297
+ .mcnBoxedTextContentContainer{
298
+ min-width:100% !important;
299
+ }
300
+
301
+ } @media only screen and (max-width: 480px){
302
+ .mcnImageGroupContent{
303
+ padding:9px !important;
304
+ }
305
+
306
+ } @media only screen and (max-width: 480px){
307
+ .mcnCaptionLeftContentOuter .mcnTextContent,.mcnCaptionRightContentOuter .mcnTextContent{
308
+ padding-top:9px !important;
309
+ }
310
+
311
+ } @media only screen and (max-width: 480px){
312
+ .mcnImageCardTopImageContent,.mcnCaptionBottomContent:last-child .mcnCaptionBottomImageContent,.mcnCaptionBlockInner .mcnCaptionTopContent:last-child .mcnTextContent{
313
+ padding-top:18px !important;
314
+ }
315
+
316
+ } @media only screen and (max-width: 480px){
317
+ .mcnImageCardBottomImageContent{
318
+ padding-bottom:9px !important;
319
+ }
320
+
321
+ } @media only screen and (max-width: 480px){
322
+ .mcnImageGroupBlockInner{
323
+ padding-top:0 !important;
324
+ padding-bottom:0 !important;
325
+ }
326
+
327
+ } @media only screen and (max-width: 480px){
328
+ .mcnImageGroupBlockOuter{
329
+ padding-top:9px !important;
330
+ padding-bottom:9px !important;
331
+ }
332
+
333
+ } @media only screen and (max-width: 480px){
334
+ .mcnTextContent,.mcnBoxedTextContentColumn{
335
+ padding-right:18px !important;
336
+ padding-left:18px !important;
337
+ }
338
+
339
+ } @media only screen and (max-width: 480px){
340
+ .mcnImageCardLeftImageContent,.mcnImageCardRightImageContent{
341
+ padding-right:18px !important;
342
+ padding-bottom:0 !important;
343
+ padding-left:18px !important;
344
+ }
345
+
346
+ } @media only screen and (max-width: 480px){
347
+ .mcpreview-image-uploader{
348
+ display:none !important;
349
+ width:100% !important;
350
+ }
351
+
352
+ } @media only screen and (max-width: 480px){
353
+
354
+ h1{
355
+ font-size:22px !important;
356
+ line-height:125% !important;
357
+ }
358
+
359
+ } @media only screen and (max-width: 480px){
360
+
361
+ h2{
362
+ font-size:20px !important;
363
+ line-height:125% !important;
364
+ }
365
+
366
+ } @media only screen and (max-width: 480px){
367
+
368
+ h3{
369
+ font-size:18px !important;
370
+ line-height:125% !important;
371
+ }
372
+
373
+ } @media only screen and (max-width: 480px){
374
+
375
+ h4{
376
+ font-size:16px !important;
377
+ line-height:150% !important;
378
+ }
379
+
380
+ } @media only screen and (max-width: 480px){
381
+
382
+ .mcnBoxedTextContentContainer .mcnTextContent,.mcnBoxedTextContentContainer .mcnTextContent p{
383
+ font-size:14px !important;
384
+ line-height:150% !important;
385
+ }
386
+
387
+ } @media only screen and (max-width: 480px){
388
+
389
+ #templatePreheader{
390
+ display:block !important;
391
+ }
392
+
393
+ } @media only screen and (max-width: 480px){
394
+
395
+ #templatePreheader .mcnTextContent,#templatePreheader .mcnTextContent p{
396
+ font-size:14px !important;
397
+ line-height:150% !important;
398
+ }
399
+
400
+ } @media only screen and (max-width: 480px){
401
+
402
+ #templateHeader .mcnTextContent,#templateHeader .mcnTextContent p{
403
+ font-size:16px !important;
404
+ line-height:150% !important;
405
+ }
406
+
407
+ } @media only screen and (max-width: 480px){
408
+
409
+ #templateBody .mcnTextContent,#templateBody .mcnTextContent p{
410
+ font-size:16px !important;
411
+ line-height:150% !important;
412
+ }
413
+
414
+ } @media only screen and (max-width: 480px){
415
+
416
+ #templateFooter .mcnTextContent,#templateFooter .mcnTextContent p{
417
+ font-size:14px !important;
418
+ line-height:150% !important;
419
+ }
420
+
421
+ }</style></head>
422
+ <body>
423
+ <!--[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;"><%= @ctx.preview_str -%></span><!--<![endif]-->
424
+ <center>
425
+ <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">
426
+ <tr>
427
+ <td align="center" valign="top" id="bodyCell">
428
+ <!-- BEGIN TEMPLATE // -->
429
+ <!--[if (gte mso 9)|(IE)]>
430
+ <table align="center" border="0" cellspacing="0" cellpadding="0" width="600" style="width:600px;">
431
+ <tr>
432
+ <td align="center" valign="top" width="600" style="width:600px;">
433
+ <![endif]-->
434
+ <table border="0" cellpadding="0" cellspacing="0" width="100%" class="templateContainer">
435
+
436
+
437
+
438
+
439
+
440
+
441
+ <!-- herehere begin -->
442
+ <tr>
443
+ <td valign="top" id="templateColumns">
444
+ <!--[if (gte mso 9)|(IE)]>
445
+ <table align="center" border="0" cellspacing="0" cellpadding="0" width="600" style="width:600px;">
446
+ <tr>
447
+ <td align="center" valign="top" width="300" style="width:300px;">
448
+ <![endif]-->
449
+ <table align="left" border="0" cellpadding="0" cellspacing="0" width="300" class="columnWrapper">
450
+ <tbody>
451
+ <tr>
452
+ <td valign="top" class="columnContainer">
453
+ <table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnImageCardBlock">
454
+ <tbody class="mcnImageCardBlockOuter">
455
+ <tr>
456
+ <td class="mcnImageCardBlockInner" valign="top" style="padding-top:9px; padding-right:18px; padding-bottom:9px; padding-left:18px;">
457
+
458
+ <table align="left" border="0" cellpadding="0" cellspacing="0" class="mcnImageCardBottomContent" width="100%" >
459
+ <tbody><tr>
460
+ <td class="mcnImageCardBottomImageContent" align="right" valign="top" style="padding-top:0px; padding-right:0px; padding-bottom:0; padding-left:0px;">
461
+
462
+ </td>
463
+ </tr>
464
+ <tr>
465
+ <td class="mcnTextContent" valign="top" style="padding: 9px 18px; font-family: Helvetica; font-size: 14px; font-weight: normal; text-align: center;" width="246" height="300" >
466
+
467
+
468
+ <img align="right" alt="Poster Illustration" src="https://d15g8hc4183yn4.cloudfront.net/wp-content/uploads/2023/04/07125339/168x300-poster-2rmT.png" width="168" style="max-width: 200px; padding-bottom: 0; display: inline !important; vertical-align: bottom;" alt="Illustrated Poster" class="mcnImage">
469
+
470
+
471
+ </td>
472
+ </tr></tbody>
473
+ </table>
474
+
475
+ </td>
476
+ </tr>
477
+ </tbody>
478
+ </table>
479
+ </td>
480
+ </tr>
481
+ </tbody>
482
+ </table>
483
+ <!--[if (gte mso 9)|(IE)]>
484
+ </td>
485
+ <td align="center" valign="top" width="300" style="width:300px;">
486
+ <![endif]-->
487
+ <table align="left" border="0" cellpadding="0" cellspacing="0" width="300" class="columnWrapper">
488
+ <tbody>
489
+ <tr>
490
+ <td valign="top" class="columnContainer"><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnImageCardBlock">
491
+ <tbody class="mcnImageCardBlockOuter">
492
+ <tr>
493
+ <td class="mcnImageCardBlockInner" valign="top" style="padding-top:9px; padding-right:18px; padding-bottom:9px; padding-left:18px;">
494
+
495
+
496
+ <table align="left" border="0" cellpadding="0" cellspacing="0" width="100%" >
497
+ <tbody>
498
+ <tr>
499
+ <td valign="bottom" style="padding: 9px 18px; font-family: Helvetica; font-size: 14px; font-weight: normal;" width="246" height="300" >
500
+
501
+ <a href="https://wasya.co?<%= @utm_tracking_str -%>" target="_blank" >
502
+ <img src="https://d15g8hc4183yn4.cloudfront.net/wp-content/uploads/2022/09/29185755/259x66-WasyaCo-Logo-YellowShadow.png" width=228 alt="Wasya Co" />
503
+ </a>
504
+ <h1 style="margin-left: 14px" >ReactJS</h1>
505
+ <i style="color: #666; margin-left: 14px;">Web Application Development</i>
506
+ &nbsp;<br />&nbsp;<br />&nbsp;<br />
507
+ </td>
508
+ </tr>
509
+ </tbody>
510
+ </table>
511
+
512
+
513
+
514
+
515
+ </td>
516
+ </tr>
517
+ </tbody>
518
+ </table></td>
519
+ </tr>
520
+ </tbody>
521
+ </table>
522
+ <!--[if (gte mso 9)|(IE)]>
523
+ </td>
524
+ </tr>
525
+ </table>
526
+ <![endif]-->
527
+ </td>
528
+ </tr>
529
+ <!-- herehere end -->
530
+
531
+
532
+
533
+
534
+ <!-- herehere another begin -->
535
+ <tr>
536
+ <td valign="top" id="templateFooter"><table border="0" cellpadding="0" cellspacing="0" width="100%" style="min-width:100%;">
537
+ <tbody>
538
+ <tr>
539
+ <td align="center" valign="top" style="padding:9px" class="mcnFollowBlockInner">
540
+ <table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnFollowContentContainer" style="min-width:100%;">
541
+ <tbody><tr>
542
+ <td width="100" >&nbsp;</td>
543
+ <td align="center" style="padding-left: 50px; padding-right: 9px; ">
544
+
545
+ <h3><a href="https://wasya.co/our-services-2?<%= @utm_tracking_str %>" style="color: #00c8cc;" target="_blank" >Our Services</a></h3>
546
+ <br />
547
+ <h3><a href="https://wasya.co/contact-us-2?<%= @utm_tracking_str %>" style="color: #00c8cc;" target="_blank" >Contact Us</a></h3>
548
+
549
+ </td>
550
+ </tr>
551
+ </tbody></table>
552
+
553
+ </td>
554
+ </tr>
555
+ </tbody>
556
+ </table><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnDividerBlock" style="min-width:100%;">
557
+ <tbody class="mcnDividerBlockOuter">
558
+ <tr>
559
+ <td class="mcnDividerBlockInner" style="min-width: 100%; padding: 10px 18px 25px;">
560
+ <table class="mcnDividerContent" border="0" cellpadding="0" cellspacing="0" width="100%" style="min-width: 100%;border-top: 2px solid #EEEEEE;">
561
+ <tbody><tr>
562
+ <td>
563
+ <span></span>
564
+ </td>
565
+ </tr>
566
+ </tbody></table>
567
+
568
+ </td>
569
+ </tr>
570
+ </tbody>
571
+ </table><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnTextBlock" style="min-width:100%;">
572
+ <tbody class="mcnTextBlockOuter">
573
+ <tr>
574
+ <td valign="top" class="mcnTextBlockInner" style="padding-top:9px;">
575
+ <!--[if mso]>
576
+ <table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
577
+ <tr>
578
+ <![endif]-->
579
+
580
+ <!--[if mso]>
581
+ <td valign="top" width="600" style="width:600px;">
582
+ <![endif]-->
583
+ <table align="left" border="0" cellpadding="0" cellspacing="0" style="max-width:100%; min-width:100%;" width="100%" class="mcnTextContentContainer">
584
+ <tbody><tr>
585
+
586
+ <td valign="top" class="mcnTextContent" style="padding-top:0; padding-right:18px; padding-bottom:9px; padding-left:18px;">
587
+
588
+ <em>Copyright © 2023 Wasya Co</em>
589
+ <br>
590
+ <strong>Our mailing address is:</strong>
591
+
592
+ 201 W 5th St 11th Floor, Austin, TX 78701
593
+
594
+ <br>
595
+ Want to change how you receive these emails?
596
+ You can <a href="https://wasya.co/unsubscribe-1?<%= @utm_tracking_str -%>">click to unsubscribe</a>.
597
+
598
+ </td>
599
+ </tr>
600
+ </tbody></table>
601
+ <!--[if mso]>
602
+ </td>
603
+ <![endif]-->
604
+
605
+ <!--[if mso]>
606
+ </tr>
607
+ </table>
608
+ <![endif]-->
609
+ </td>
610
+ </tr>
611
+ </tbody>
612
+ </table></td>
613
+ </tr>
614
+ <!-- herehere another end -->
615
+
616
+ </table>
617
+ <!--[if (gte mso 9)|(IE)]>
618
+ </td>
619
+ </tr>
620
+ </table>
621
+ <![endif]-->
622
+ <!-- // END TEMPLATE -->
623
+ </td>
624
+ </tr>
625
+ </table>
626
+ </center>
627
+ </body>
628
+ </html>