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,755 @@
1
+
2
+ <!-- Matomo Image Tracker-->
3
+ <img referrerpolicy="no-referrer-when-downgrade" src="https://analytics.wasya.co/matomo.php?idsite=2&amp;rec=1" style="border:0" alt="" />
4
+ <!-- End Matomo -->
5
+
6
+ <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%"
7
+ style="border-collapse: collapse; height: 100%; margin: 0px; padding: 0px; width: 100%;">
8
+ <tbody>
9
+ <tr>
10
+ <td align="center" valign="top"
11
+ style="height: 100%; margin: 0px; padding: 0px; width: 100%; border-top: 0px;">
12
+
13
+ <table border="0" cellpadding="0" cellspacing="0" width="100%" style="border-collapse: collapse;">
14
+ <tbody>
15
+ <tr>
16
+ <td align="center" valign="top"
17
+ style="background: none 50% 50% / cover no-repeat rgb(244, 227, 39); border-top: 0px; border-bottom: 0px; padding-top: 0px; padding-bottom: 9px;">
18
+
19
+ <table align="center" border="0" cellpadding="0" cellspacing="0" width="100%"
20
+ style="border-collapse: collapse; max-width: 600px;">
21
+ <tbody>
22
+ <tr>
23
+ <td valign="top"></td>
24
+ </tr>
25
+ </tbody>
26
+ </table>
27
+
28
+ </td>
29
+ </tr>
30
+ <tr>
31
+ <td align="center" valign="top"
32
+ style="background: none 50% 50% / cover no-repeat rgb(198, 0, 0); border-top: 0px; border-bottom: 0px; padding-top: 9px;">
33
+
34
+ <table align="center" border="0" cellpadding="0" cellspacing="0" width="100%"
35
+ style="border-collapse: collapse; max-width: 600px;">
36
+ <tbody>
37
+ <tr>
38
+ <td valign="top">
39
+ <table border="0" cellpadding="0" cellspacing="0" width="100%"
40
+ style="min-width: 100%; border-collapse: collapse;">
41
+ <tbody>
42
+ <tr>
43
+ <td valign="top" style="padding: 9px 9px 0px;">
44
+ <table align="left" width="100%" border="0" cellpadding="0" cellspacing="0"
45
+ style="min-width: 100%; border-collapse: collapse;">
46
+ <tbody>
47
+ <tr>
48
+ <td valign="top" style="padding: 0px 9px; text-align: center;">
49
+
50
+
51
+ <img align="center" alt="" width="80"
52
+ style="max-width: 80px; padding-bottom: 0px; vertical-align: bottom; border: 0px; height: auto; outline: none; text-decoration: none; display: inline;"
53
+ src="https://d15g8hc4183yn4.cloudfront.net/wp-content/uploads/2022/10/03183645/80x80_diamond_icon.png" />
54
+
55
+
56
+ <table align="left" border="0" cellpadding="0" cellspacing="0" width="100%"
57
+ style="min-width: 100%; border-collapse: collapse;" >
58
+ <tbody>
59
+ <tr>
60
+ <td style="padding-top: 27px;">
61
+ <table border="0" cellspacing="0" width="100%"
62
+ style="background-color: rgb(255, 255, 255); border-width: 2px 2px 0px; border-top-style: dashed; border-right-style: dashed; border-left-style: dashed; border-color: initial; border-image: initial; border-bottom-style: initial; border-collapse: collapse; min-width: 100%;">
63
+ <tbody>
64
+ <tr>
65
+ <td valign="top"
66
+ style="padding: 18px; color: rgb(198, 0, 0); font-family: Helvetica; font-size: 14px; font-weight: normal; text-align: left; word-break: break-word; line-height: 150%;">
67
+ <div style="text-align: center;"></div>
68
+
69
+ </td>
70
+ </tr>
71
+ </tbody>
72
+ </table>
73
+ </td>
74
+ </tr>
75
+ </tbody>
76
+ </table>
77
+
78
+
79
+ </td>
80
+ </tr>
81
+ </tbody>
82
+ </table>
83
+ </td>
84
+ </tr>
85
+ </tbody>
86
+ </table>
87
+ </td>
88
+ </tr>
89
+ </tbody>
90
+ </table>
91
+
92
+ </td>
93
+ </tr>
94
+ <tr>
95
+ <td align="center" valign="top"
96
+ style="background: none 50% 50% / cover no-repeat rgb(51, 204, 204); border-top: 0px; border-bottom: 0px;">
97
+
98
+ <table align="center" border="0" cellpadding="0" cellspacing="0" width="100%"
99
+ style="border-collapse: collapse; max-width: 600px;">
100
+ <tbody>
101
+ <tr>
102
+ <td valign="top">
103
+ <table border="0" cellpadding="0" cellspacing="0" width="100%"
104
+ style="min-width: 100%; border-collapse: collapse;">
105
+
106
+ <tbody>
107
+ <tr>
108
+ <td valign="top">
109
+
110
+
111
+ <table align="left" border="0" cellpadding="0" cellspacing="0" width="100%"
112
+ style="min-width: 100%; border-collapse: collapse;"
113
+ >
114
+ <tbody>
115
+ <tr>
116
+
117
+ <td style="padding-top: 0px; padding-left: 18px; padding-right: 18px;">
118
+
119
+ <table border="0" cellspacing="0"
120
+ width="100%"
121
+ style="background-color: rgb(255, 255, 255); border-width: 0px 2px; border-right-style: dashed; border-left-style: dashed; border-color: initial; border-image: initial; border-top-style: initial; border-bottom-style: initial; border-collapse: collapse; min-width: 100%;">
122
+ <tbody>
123
+ <tr>
124
+ <td valign="top"
125
+ style="padding: 18px; color: rgb(198, 0, 0); font-family: Helvetica; font-size: 14px; font-weight: normal; text-align: left; word-break: break-word; line-height: 150%;">
126
+ <div style="text-align: center;">
127
+ <a href="https://wasya.co/landing-pages/ruby-on-rails-development-1"
128
+ style="color: rgb(0, 124, 137); font-weight: normal; text-decoration: underline;"
129
+ target="_blank"
130
+ data-saferedirecturl="https://wasya.co/landing-pages/ruby-on-rails-development-1"
131
+ >
132
+ <img height="64"
133
+ style="border: 0px; width: 257px; height: 64px; margin: 0px; outline: none; text-decoration: none;"
134
+ width="257"
135
+ src="https://d15g8hc4183yn4.cloudfront.net/wp-content/uploads/2022/10/03183647/257x64_wasya_co-logo.png" />
136
+ </a>
137
+ </div>
138
+
139
+ <h1
140
+ style="text-align: center; display: block; margin: 0px 0 40px 0; padding: 0px; color: rgb(254, 0, 0); font-family: Helvetica; font-size: 26px; font-style: normal; font-weight: bold; line-height: 125%; letter-spacing: normal;">
141
+ <span >Ruby</span> on <span >Rails</span>
142
+ Application <span >Development</span></h1>
143
+
144
+
145
+
146
+ <table border="0" cellpadding="0" cellspacing="0" width="100%"
147
+ style="min-width: 100%; border-collapse: collapse;">
148
+ <tbody>
149
+ <tr>
150
+ <td valign="top" style="padding-top: 9px;">
151
+
152
+
153
+
154
+ <table align="left" border="0" cellpadding="0" cellspacing="0"
155
+ style="max-width: 200px; border-collapse: collapse;"
156
+ width="100%" >
157
+ <tbody>
158
+ <tr>
159
+ <td valign="top"
160
+ style="padding: 0px 18px 9px; color: rgb(0, 0, 0); font-family: &quot;Lucida Sans Unicode&quot;, &quot;Lucida Grande&quot;, sans-serif; font-style: normal; font-weight: bold; word-break: break-word; font-size: 16px; line-height: 150%; text-align: right;">
161
+ <div>
162
+ <img height="100"
163
+ style="border: 0px; width: 100px; height: 100px; margin: 0px; outline: none; text-decoration: none;"
164
+ width="100"
165
+ src="https://d15g8hc4183yn4.cloudfront.net/wp-content/uploads/2022/10/03183646/100x100_floppy_icon.png" />
166
+ </div>
167
+ </td>
168
+ </tr>
169
+ </tbody>
170
+ </table>
171
+
172
+
173
+
174
+ <table align="left" valign="center" border="0" cellpadding="0" cellspacing="0" height="100"
175
+ style="max-width: 300px; border-collapse: collapse;"
176
+ width="100%"
177
+ >
178
+ <tbody>
179
+ <tr>
180
+ <td valign="center"
181
+ style="color: rgb(0, 0, 0); font-family: &quot;Lucida Sans Unicode&quot;, &quot;Lucida Grande&quot;, sans-serif; font-style: normal; font-weight: bold; word-break: break-word; font-size: 16px; line-height: 150%; text-align: left;">
182
+ Support for &amp; Migration of<br>Legacy Systems
183
+ </td>
184
+ </tr>
185
+ </tbody>
186
+ </table>
187
+
188
+
189
+
190
+ </td>
191
+ </tr>
192
+ </tbody>
193
+ </table>
194
+
195
+
196
+
197
+
198
+ <table border="0" cellpadding="0" cellspacing="0" width="100%"
199
+ style="min-width: 100%; border-collapse: collapse;">
200
+ <tbody>
201
+ <tr>
202
+ <td valign="top" style="padding-top: 9px;">
203
+
204
+
205
+
206
+
207
+
208
+ <table align="left" border="0" cellpadding="0" cellspacing="0"
209
+ height="100px"
210
+ style="max-width: 300px; border-collapse: collapse;"
211
+ width="100%"
212
+ >
213
+ <tbody>
214
+ <tr>
215
+ <td valign="center"
216
+
217
+ style="padding: 0px 18px 9px; color: rgb(0, 0, 0); font-family: &quot;Lucida Sans Unicode&quot;, &quot;Lucida Grande&quot;, sans-serif; font-style: normal; font-weight: bold; word-break: break-word; font-size: 16px; line-height: 150%; text-align: right;">
218
+ Greenfield <span class="il">Development</span> of<br>New Systems
219
+ </td>
220
+ </tr>
221
+ </tbody>
222
+ </table>
223
+
224
+
225
+
226
+ <table align="left" border="0" cellpadding="0" cellspacing="0"
227
+ style="max-width: 200px; border-collapse: collapse;"
228
+ width="100%"
229
+ >
230
+ <tbody>
231
+ <tr>
232
+ <td valign="top"
233
+
234
+ style="padding: 0px 18px 9px; color: rgb(0, 0, 0); font-family: &quot;Lucida Sans Unicode&quot;, &quot;Lucida Grande&quot;, sans-serif; font-style: normal; font-weight: bold; word-break: break-word; font-size: 16px; line-height: 150%; text-align: left;">
235
+ <div class="m_7956922134145776498img-lg-right-desktop">
236
+ <img height="100"
237
+ style="border: 0px; width: 100px; height: 100px; margin: 0px; outline: none; text-decoration: none;"
238
+ width="100"
239
+ src="https://d15g8hc4183yn4.cloudfront.net/wp-content/uploads/2022/10/03183646/100x100_code_icon.png" />
240
+ </div>
241
+ </td>
242
+ </tr>
243
+ </tbody>
244
+ </table>
245
+
246
+
247
+
248
+ </td>
249
+ </tr>
250
+ </tbody>
251
+ </table>
252
+
253
+
254
+
255
+
256
+ <table border="0" cellpadding="0" cellspacing="0" width="100%"
257
+ style="min-width: 100%; border-collapse: collapse;">
258
+ <tbody>
259
+ <tr>
260
+ <td valign="top" style="padding-top: 9px;">
261
+
262
+
263
+
264
+ <table align="left" border="0" cellpadding="0" cellspacing="0"
265
+ style="max-width: 200px; border-collapse: collapse;"
266
+ width="100%"
267
+ >
268
+ <tbody>
269
+ <tr>
270
+ <td valign="top"
271
+ style="padding: 0px 18px 9px; color: rgb(0, 0, 0); font-family: &quot;Lucida Sans Unicode&quot;, &quot;Lucida Grande&quot;, sans-serif; font-style: normal; font-weight: bold; word-break: break-word; font-size: 16px; line-height: 150%; text-align: right;">
272
+ <div class="m_7956922134145776498img-lg-left">
273
+ <img
274
+ height="100"
275
+ style="border: 0px; width: 100px; height: 100px; margin: 0px; outline: none; text-decoration: none;"
276
+ width="100"
277
+ src="https://d15g8hc4183yn4.cloudfront.net/wp-content/uploads/2022/10/03183646/100x100_paper_plane_icon.png" /></div>
278
+ </td>
279
+ </tr>
280
+ </tbody>
281
+ </table>
282
+
283
+
284
+
285
+ <table align="left" border="0" cellpadding="0" cellspacing="0"
286
+ style="max-width: 300px; border-collapse: collapse;"
287
+ height="100px"
288
+ width="100%"
289
+ >
290
+ <tbody>
291
+ <tr>
292
+ <td valign="center"
293
+ style="padding: 0px 18px 9px; color: rgb(0, 0, 0); font-family: &quot;Lucida Sans Unicode&quot;, &quot;Lucida Grande&quot;, sans-serif; font-style: normal; font-weight: bold; word-break: break-word; font-size: 16px; line-height: 150%; text-align: left;">
294
+ Architecture, Tooling &amp; <br />Continuous Improvement
295
+ </td>
296
+ </tr>
297
+ </tbody>
298
+ </table>
299
+
300
+
301
+
302
+ </td>
303
+ </tr>
304
+ </tbody>
305
+ </table>
306
+
307
+
308
+
309
+ <table border="0" cellpadding="0" cellspacing="0" width="100%"
310
+ style="min-width: 100%; border-collapse: collapse;">
311
+ <tbody>
312
+ <tr>
313
+ <td valign="top" style="padding-top: 72px;">
314
+
315
+
316
+
317
+ <table align="left" border="0" cellpadding="0" cellspacing="0"
318
+ style="max-width: 100%; min-width: 100%; border-collapse: collapse;"
319
+ width="100%"
320
+ >
321
+ <tbody>
322
+ <tr>
323
+ <td valign="top"
324
+
325
+ style="padding: 0px 18px 9px; word-break: break-word; color: rgb(32, 32, 32); font-family: Helvetica; font-size: 16px; line-height: 150%; text-align: left;">
326
+ We are software <span class="il">development</span>
327
+ experts who can act as your IT department, resolve
328
+ technical issues and create new functionality that your
329
+ business needs to succeed.
330
+ </td>
331
+ </tr>
332
+ </tbody>
333
+ </table>
334
+
335
+
336
+
337
+ </td>
338
+ </tr>
339
+ </tbody>
340
+ </table>
341
+
342
+
343
+
344
+
345
+
346
+ <table border="0" cellpadding="0" cellspacing="0" width="100%"
347
+ style="min-width: 100%; border-collapse: collapse;">
348
+ <tbody>
349
+ <tr>
350
+ <td valign="top" style="padding-top: 9px;">
351
+
352
+
353
+
354
+ <table align="left" border="0" cellpadding="0" cellspacing="0"
355
+ style="max-width: 90px; border-collapse: collapse;"
356
+ width="100%">
357
+ <tbody>
358
+ <tr>
359
+ <td valign="top"
360
+
361
+ style="padding: 0px 18px 9px; word-break: break-word; color: rgb(32, 32, 32); font-family: Helvetica; font-size: 16px; line-height: 150%; text-align: left;">
362
+ <div style="text-align: right;"><img height="50"
363
+ style="border: 0px; width: 23px; height: 50px; margin: 0px; outline: none; text-decoration: none;"
364
+ width="23"
365
+ src="https://d15g8hc4183yn4.cloudfront.net/wp-content/uploads/2022/10/03183644/23x50_paragraph_icon.png" /></div>
366
+ </td>
367
+ </tr>
368
+ </tbody>
369
+ </table>
370
+
371
+
372
+
373
+ <table align="left" border="0" cellpadding="0" cellspacing="0"
374
+ width="80%"
375
+ style="border-collapse: collapse;">
376
+ <tbody>
377
+ <tr>
378
+ <td valign="top"
379
+ style="padding: 0px 18px 9px; word-break: break-word; color: rgb(32, 32, 32); font-family: Helvetica; font-size: 16px; line-height: 150%; text-align: left;">
380
+ <span style="color: rgb(198, 0, 0);"><strong>Scale existing systems, resolve performance bottlenecks, fix critical issues</strong></span>
381
+ </td>
382
+ </tr>
383
+ </tbody>
384
+ </table>
385
+
386
+
387
+
388
+ </td>
389
+ </tr>
390
+ </tbody>
391
+ </table>
392
+
393
+
394
+
395
+
396
+
397
+
398
+ <table border="0" cellpadding="0" cellspacing="0" width="100%"
399
+ style="min-width: 100%; border-collapse: collapse;">
400
+ <tbody>
401
+ <tr>
402
+ <td valign="top" style="padding-top: 9px;">
403
+
404
+
405
+
406
+ <table align="left" border="0" cellpadding="0" cellspacing="0"
407
+ style="max-width: 90px; border-collapse: collapse;"
408
+ width="100%">
409
+ <tbody>
410
+ <tr>
411
+
412
+ <td valign="top"
413
+
414
+ style="padding: 0px 18px 9px; word-break: break-word; color: rgb(32, 32, 32); font-family: Helvetica; font-size: 16px; line-height: 150%; text-align: left;">
415
+
416
+ <div style="text-align: right;"><img height="50"
417
+ style="border: 0px; width: 23px; height: 50px; margin: 0px; outline: none; text-decoration: none;"
418
+ width="23"
419
+ src="https://d15g8hc4183yn4.cloudfront.net/wp-content/uploads/2022/10/03183644/23x50_paragraph_icon.png" /></div>
420
+
421
+ </td>
422
+ </tr>
423
+ </tbody>
424
+ </table>
425
+
426
+
427
+
428
+ <table align="left" border="0" cellpadding="0" cellspacing="0"
429
+ width="80%"
430
+ style="border-collapse: collapse;">
431
+ <tbody>
432
+ <tr>
433
+
434
+ <td valign="top"
435
+
436
+ style="padding: 0px 18px 9px; word-break: break-word; color: rgb(32, 32, 32); font-family: Helvetica; font-size: 16px; line-height: 150%; text-align: left;">
437
+
438
+ <span style="color: rgb(198, 0, 0);"><strong>Implement
439
+ new features to answer client &amp; internal
440
+ needs</strong></span>
441
+ </td>
442
+ </tr>
443
+ </tbody>
444
+ </table>
445
+
446
+
447
+
448
+ </td>
449
+ </tr>
450
+ </tbody>
451
+ </table>
452
+
453
+
454
+
455
+
456
+ <table border="0" cellpadding="0" cellspacing="0" width="100%"
457
+ style="min-width: 100%; border-collapse: collapse;">
458
+ <tbody>
459
+ <tr>
460
+ <td valign="top" style="padding-top: 9px;">
461
+
462
+
463
+
464
+ <table align="left" border="0" cellpadding="0" cellspacing="0"
465
+ style="max-width: 90px; border-collapse: collapse;"
466
+ width="100%">
467
+ <tbody>
468
+ <tr>
469
+
470
+ <td valign="top"
471
+
472
+ style="padding: 0px 18px 9px; word-break: break-word; color: rgb(32, 32, 32); font-family: Helvetica; font-size: 16px; line-height: 150%; text-align: left;">
473
+
474
+ <div style="text-align: right;"><img height="50"
475
+ style="border: 0px; width: 23px; height: 50px; margin: 0px; outline: none; text-decoration: none;"
476
+ width="23"
477
+ src="https://d15g8hc4183yn4.cloudfront.net/wp-content/uploads/2022/10/03183644/23x50_paragraph_icon.png" /></div>
478
+
479
+ </td>
480
+ </tr>
481
+ </tbody>
482
+ </table>
483
+
484
+
485
+
486
+ <table align="left" border="0" cellpadding="0" cellspacing="0"
487
+ width="80%"
488
+ style="border-collapse: collapse;">
489
+ <tbody>
490
+ <tr>
491
+
492
+ <td valign="top"
493
+
494
+ style="padding: 0px 18px 9px; word-break: break-word; color: rgb(32, 32, 32); font-family: Helvetica; font-size: 16px; line-height: 150%; text-align: left;">
495
+
496
+ <span style="color: rgb(198, 0, 0);"><strong>We provide
497
+ SLA's, support and 99.9% uptime
498
+ guarantee</strong></span>
499
+ </td>
500
+ </tr>
501
+ </tbody>
502
+ </table>
503
+
504
+
505
+
506
+ </td>
507
+ </tr>
508
+ </tbody>
509
+ </table>
510
+
511
+
512
+
513
+
514
+ <table border="0" cellpadding="0" cellspacing="0" width="100%"
515
+ style="min-width: 100%; border-collapse: collapse;">
516
+ <tbody>
517
+ <tr>
518
+ <td valign="top" style="padding-top: 9px;">
519
+
520
+
521
+
522
+ <table align="left" border="0" cellpadding="0" cellspacing="0"
523
+ style="max-width: 100%; min-width: 100%; border-collapse: collapse;"
524
+ width="100%"
525
+ >
526
+ <tbody>
527
+ <tr>
528
+
529
+ <td valign="top"
530
+
531
+ style="padding: 0px 18px 72px; word-break: break-word; color: rgb(32, 32, 32); font-family: Helvetica; font-size: 16px; line-height: 150%; text-align: left;">
532
+
533
+ Are you ready to schedule a free call with one of our
534
+ experts to take a deep dive on your project?
535
+ </td>
536
+ </tr>
537
+ </tbody>
538
+ </table>
539
+
540
+
541
+
542
+ </td>
543
+ </tr>
544
+ </tbody>
545
+ </table>
546
+ <table border="0" cellpadding="0" cellspacing="0" width="100%"
547
+ style="min-width: 100%; border-collapse: collapse;">
548
+ <tbody>
549
+ <tr>
550
+ <td style="padding: 0px 18px 18px;" valign="top" align="center">
551
+ <table border="0" cellpadding="0" cellspacing="0"
552
+ style="border: 1px solid rgb(238, 238, 238); border-radius: 5px; background-color: rgb(198, 0, 0); border-collapse: separate;">
553
+ <tbody>
554
+ <tr>
555
+ <td align="center" valign="middle"
556
+ style="font-family: Arial; font-size: 16px; padding: 18px;"
557
+ >
558
+ <a
559
+ title="Chat with Us!"
560
+ href="https://wasya.co/contact-us?<%= @utm_tracking_str %>"
561
+ style="font-weight: bold; letter-spacing: 1px; line-height: 100%; text-align: center; text-decoration: none; color: rgb(238, 238, 238); display: block;"
562
+ target="_blank"
563
+ > Chat with Us! </a>
564
+ </td>
565
+ </tr>
566
+ </tbody>
567
+ </table>
568
+ </td>
569
+ </tr>
570
+ </tbody>
571
+ </table>
572
+
573
+
574
+
575
+ </td>
576
+ </tr>
577
+ </tbody>
578
+ </table>
579
+ </td>
580
+ </tr>
581
+ </tbody>
582
+ </table>
583
+
584
+
585
+
586
+ </td>
587
+ </tr>
588
+ </tbody>
589
+ </table>
590
+
591
+
592
+ </td>
593
+ </tr>
594
+ </tbody>
595
+ </table>
596
+
597
+ </td>
598
+ </tr>
599
+ <tr>
600
+ <td align="center" valign="top"
601
+ style="background: none 50% 50% / cover no-repeat rgb(170, 167, 167); border-top: 0px; border-bottom: 0px; padding-bottom: 9px;">
602
+
603
+ <table align="center" border="0" cellpadding="0" cellspacing="0" width="100%"
604
+ style="border-collapse: collapse; max-width: 600px;">
605
+ <tbody>
606
+ <tr>
607
+ <td valign="top">
608
+ <table border="0" cellpadding="0" cellspacing="0" width="100%"
609
+
610
+ style="min-width: 100%; border-collapse: collapse; table-layout: fixed;">
611
+
612
+
613
+
614
+
615
+
616
+ <tbody>
617
+ <tr>
618
+ <td>
619
+ <table border="0" cellpadding="0" cellspacing="0" width="100%"
620
+ style="min-width: 100%; border-collapse: collapse;">
621
+
622
+ <tbody>
623
+ <tr>
624
+ <td valign="top">
625
+
626
+
627
+ <table align="left" border="0" cellpadding="0" cellspacing="0" width="100%"
628
+ style="min-width: 100%; border-collapse: collapse;"
629
+ >
630
+ <tbody>
631
+ <tr>
632
+
633
+ <td style="padding: 0px 18px 9px;">
634
+
635
+ <table border="0" cellspacing="0"
636
+ width="100%"
637
+ style="background-color: rgb(255, 251, 251); border-width: 0px 2px 2px; border-right-style: dashed; border-bottom-style: dashed; border-left-style: dashed; border-color: initial; border-image: initial; border-top-style: initial; border-collapse: collapse; min-width: 100%;">
638
+ <tbody>
639
+ <tr>
640
+ <td valign="top"
641
+ style="padding: 18px; color: rgb(242, 242, 242); font-family: Helvetica; font-size: 14px; font-weight: normal; text-align: center; word-break: break-word; line-height: 150%;">
642
+ </td>
643
+ </tr>
644
+ </tbody>
645
+ </table>
646
+ </td>
647
+ </tr>
648
+ </tbody>
649
+ </table>
650
+
651
+
652
+
653
+ </td>
654
+ </tr>
655
+ </tbody>
656
+ </table>
657
+
658
+
659
+
660
+
661
+
662
+
663
+
664
+
665
+ </td>
666
+ </tr>
667
+ </tbody>
668
+ <tbody>
669
+ <tr>
670
+ <td style="min-width: 100%; padding: 10px 18px 25px;">
671
+ <table border="0" cellpadding="0" cellspacing="0" width="100%"
672
+ style="min-width: 100%; border-top: 2px solid rgb(238, 238, 238); border-collapse: collapse;">
673
+ <tbody>
674
+ <tr>
675
+ <td>
676
+ <span></span>
677
+ </td>
678
+ </tr>
679
+ </tbody>
680
+ </table>
681
+
682
+ </td>
683
+ </tr>
684
+ </tbody>
685
+ </table>
686
+
687
+
688
+
689
+ <table border="0" cellpadding="0" cellspacing="0" width="100%"
690
+ style="min-width: 100%; border-collapse: collapse;">
691
+ <tbody>
692
+ <tr>
693
+ <td valign="top" style="padding-top: 9px;">
694
+
695
+
696
+
697
+ <table align="left" border="0" cellpadding="0" cellspacing="0"
698
+ style="max-width: 100%; min-width: 100%; border-collapse: collapse;" width="100%"
699
+ >
700
+ <tbody>
701
+ <tr>
702
+ <td valign="top"
703
+ style="padding: 0px 18px 27px; color: rgb(204, 204, 204); word-break: break-word; font-family: Helvetica; font-size: 12px; line-height: 150%; text-align: center;">
704
+ <div style="text-align: center;">
705
+ Wasya Co is a niche&nbsp;consultancy in Austin, TX.<br>
706
+ We respect your privacy - click to unsubscribe.<br>
707
+ You can also reply to request more info.
708
+ </div>
709
+ </td>
710
+ </tr>
711
+ </tbody>
712
+ </table>
713
+
714
+
715
+
716
+ </td>
717
+ </tr>
718
+ </tbody>
719
+ </table>
720
+
721
+
722
+ </td>
723
+ </tr>
724
+ </tbody>
725
+ </table>
726
+
727
+ </td>
728
+ </tr>
729
+
730
+
731
+ <tr>
732
+ <td align="center" valign="top"
733
+ style="background: none 50% 50% / cover no-repeat rgb(244, 227, 39); border-top: 0px; border-bottom: 0px; padding-top: 0px; padding-bottom: 9px;">
734
+
735
+ <table align="center" border="0" cellpadding="0" cellspacing="0" width="100%"
736
+ style="border-collapse: collapse; max-width: 600px;">
737
+ <tbody>
738
+ <tr>
739
+ <td valign="top"></td>
740
+ </tr>
741
+ </tbody>
742
+ </table>
743
+
744
+ </td>
745
+ </tr>
746
+
747
+
748
+
749
+ </tbody>
750
+ </table>
751
+
752
+ </td>
753
+ </tr>
754
+ </tbody>
755
+ </table>