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,181 @@
1
+ <table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnFollowBlock" style="min-width:100%;">
2
+ <tbody class="mcnFollowBlockOuter">
3
+ <tr>
4
+ <td align="center" valign="top" style="padding:9px" class="mcnFollowBlockInner">
5
+ <table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnFollowContentContainer"
6
+ style="min-width:100%;">
7
+ <tbody>
8
+ <tr>
9
+ <td align="center" style="padding-left:9px;padding-right:9px;">
10
+ <table border="0" cellpadding="0" cellspacing="0" width="100%" style="min-width:100%;"
11
+ class="mcnFollowContent">
12
+ <tbody>
13
+ <tr>
14
+ <td align="center" valign="top" style="padding-top:9px; padding-right:9px; padding-left:9px;">
15
+ <table align="center" border="0" cellpadding="0" cellspacing="0">
16
+ <tbody>
17
+ <tr>
18
+ <td align="center" valign="top">
19
+ <!--[if mso]>
20
+ <table align="center" border="0" cellspacing="0" cellpadding="0">
21
+ <tr>
22
+ <![endif]-->
23
+
24
+ <!--[if mso]>
25
+ <td align="center" valign="top">
26
+ <![endif]-->
27
+
28
+
29
+ <table align="left" border="0" cellpadding="0" cellspacing="0" style="display:inline;">
30
+ <tbody>
31
+ <tr>
32
+ <td valign="top" style="padding-right:10px; padding-bottom:9px;"
33
+ class="mcnFollowContentItemContainer">
34
+ <table border="0" cellpadding="0" cellspacing="0" width="100%"
35
+ class="mcnFollowContentItem">
36
+ <tbody>
37
+ <tr>
38
+ <td align="left" valign="middle"
39
+ style="padding-top:5px; padding-right:10px; padding-bottom:5px; padding-left:9px;">
40
+ <table align="left" border="0" cellpadding="0" cellspacing="0" width="">
41
+ <tbody>
42
+ <tr>
43
+
44
+ <td align="center" valign="middle" width="24"
45
+ class="mcnFollowIconContent">
46
+ <a href="mailto:victor@piousbox.com" target="_blank"><img
47
+ src="https://cdn-images.mailchimp.com/icons/social-block-v2/color-forwardtofriend-48.png"
48
+ alt="Email" style="display:block;" height="24" width="24"
49
+ class=""></a>
50
+ </td>
51
+
52
+
53
+ </tr>
54
+ </tbody>
55
+ </table>
56
+ </td>
57
+ </tr>
58
+ </tbody>
59
+ </table>
60
+ </td>
61
+ </tr>
62
+ </tbody>
63
+ </table>
64
+
65
+ <!--[if mso]>
66
+ </td>
67
+ <![endif]-->
68
+
69
+ <!--[if mso]>
70
+ <td align="center" valign="top">
71
+ <![endif]-->
72
+
73
+
74
+ <table align="left" border="0" cellpadding="0" cellspacing="0" style="display:inline;">
75
+ <tbody>
76
+ <tr>
77
+ <td valign="top" style="padding-right:10px; padding-bottom:9px;"
78
+ class="mcnFollowContentItemContainer">
79
+ <table border="0" cellpadding="0" cellspacing="0" width="100%"
80
+ class="mcnFollowContentItem">
81
+ <tbody>
82
+ <tr>
83
+ <td align="left" valign="middle"
84
+ style="padding-top:5px; padding-right:10px; padding-bottom:5px; padding-left:9px;">
85
+ <table align="left" border="0" cellpadding="0" cellspacing="0" width="">
86
+ <tbody>
87
+ <tr>
88
+
89
+ <td align="center" valign="middle" width="24"
90
+ class="mcnFollowIconContent">
91
+ <a href="https://github.com/piousbox" target="_blank"><img
92
+ src="https://cdn-images.mailchimp.com/icons/social-block-v2/color-github-48.png"
93
+ alt="Github" style="display:block;" height="24" width="24"
94
+ class=""></a>
95
+ </td>
96
+
97
+
98
+ </tr>
99
+ </tbody>
100
+ </table>
101
+ </td>
102
+ </tr>
103
+ </tbody>
104
+ </table>
105
+ </td>
106
+ </tr>
107
+ </tbody>
108
+ </table>
109
+
110
+ <!--[if mso]>
111
+ </td>
112
+ <![endif]-->
113
+
114
+ <!--[if mso]>
115
+ <td align="center" valign="top">
116
+ <![endif]-->
117
+
118
+
119
+ <table align="left" border="0" cellpadding="0" cellspacing="0" style="display:inline;">
120
+ <tbody>
121
+ <tr>
122
+ <td valign="top" style="padding-right:0; padding-bottom:9px;"
123
+ class="mcnFollowContentItemContainer">
124
+ <table border="0" cellpadding="0" cellspacing="0" width="100%"
125
+ class="mcnFollowContentItem">
126
+ <tbody>
127
+ <tr>
128
+ <td align="left" valign="middle"
129
+ style="padding-top:5px; padding-right:10px; padding-bottom:5px; padding-left:9px;">
130
+ <table align="left" border="0" cellpadding="0" cellspacing="0" width="">
131
+ <tbody>
132
+ <tr>
133
+
134
+ <td align="center" valign="middle" width="24"
135
+ class="mcnFollowIconContent">
136
+ <a href="https://www.instagram.com/piousbox/"
137
+ target="_blank"><img
138
+ src="https://cdn-images.mailchimp.com/icons/social-block-v2/color-instagram-48.png"
139
+ alt="Instagram" style="display:block;" height="24"
140
+ width="24" class=""></a>
141
+ </td>
142
+
143
+
144
+ </tr>
145
+ </tbody>
146
+ </table>
147
+ </td>
148
+ </tr>
149
+ </tbody>
150
+ </table>
151
+ </td>
152
+ </tr>
153
+ </tbody>
154
+ </table>
155
+
156
+ <!--[if mso]>
157
+ </td>
158
+ <![endif]-->
159
+
160
+ <!--[if mso]>
161
+ </tr>
162
+ </table>
163
+ <![endif]-->
164
+
165
+ </td>
166
+ </tr>
167
+ </tbody>
168
+ </table>
169
+ </td>
170
+ </tr>
171
+ </tbody>
172
+ </table>
173
+ </td>
174
+ </tr>
175
+ </tbody>
176
+ </table>
177
+
178
+ </td>
179
+ </tr>
180
+ </tbody>
181
+ </table>
@@ -0,0 +1,15 @@
1
+
2
+ -#
3
+ -# WARNING: this is used by contexts, not templates, so @TODO: review _vp_ 2023-03-26
4
+ -#
5
+
6
+ = raw ERB.new( @ctx.body ).result
7
+
8
+ -# = @ctx.reply_to_message.inspect
9
+
10
+ - if @ctx.reply_to_message
11
+ %br
12
+ %br
13
+ .mini Your previous message is shown below.
14
+ %hr
15
+ = raw @ctx.reply_to_message.part_html_sanitized
@@ -0,0 +1,39 @@
1
+
2
+ <table width="100%" style="width: 100%;" border="0" cellspacing="0" cellpadding="0"
3
+ >
4
+ <tr>
5
+ <td align="center" >
6
+
7
+ <center><table border="0" cellspacing="0" cellpadding="0"
8
+ width="560" style="width: 560px; max-width: 560px; border: 0;"><tr><td>
9
+
10
+ <p>Hi <%= @lead&.name %>,</p>
11
+
12
+ <p>The resume of a software development professional is shared with you. This outstanding software engineer possesses a combination of technical expertise, problem-solving abilities, and a strong commitment to quality. Here is a description of their profile:</p>
13
+
14
+ <p>They possess a combination of technical expertise, problem-solving abilities, and a strong commitment to quality. </p>
15
+
16
+ <ul>
17
+ <li>Technical Skills: they have a deep understanding of various programming languages, frameworks, and tools. They are proficient in multiple languages such as Java, C++, Python, or JavaScript, and have expertise in software development methodologies, database management, data structures, algorithms, and system architecture.</li>
18
+
19
+ <li>Problem Solving: Outstanding software engineers excel in problem-solving. They can analyze complex issues, break them down into smaller manageable parts, and devise effective solutions. They possess a logical and analytical mindset, allowing them to identify patterns, anticipate potential problems, and come up with innovative approaches to tackle challenges efficiently.</li>
20
+
21
+ <li>Continuous Learning: The field of software engineering is constantly evolving, and exceptional engineers are committed to continuous learning. They stay updated with the latest industry trends, emerging technologies, and best practices. They actively seek out opportunities to enhance their skills and expand their knowledge base to remain at the forefront of their field.</li>
22
+
23
+ <li>Collaboration and Communication: this software engineer is an effective team player. They collaborate well with cross-functional teams, including product managers, designers, and fellow developers. They actively participate in discussions, share their ideas, and listen to others' perspectives. They can communicate complex technical concepts in a clear and concise manner, both verbally and in written form.</li>
24
+
25
+ </ul>
26
+
27
+ <p>To access the candidate's resume, <a href="https://wasya.co/pudeyev-resume?#{@utm_tracking_str}" target="_blank" >follow this link!</a></p>
28
+
29
+ <p>You may also respond to this email if you have any questions.</p>
30
+
31
+ <p>Sincerely,<br />
32
+ --<br />
33
+ WasyaCo RRT<br />
34
+ <br /><br /><br />
35
+ </p>
36
+
37
+ </td></tr></table></center>
38
+
39
+ </td></tr></table>
@@ -0,0 +1,13 @@
1
+
2
+ <%= raw ERB.new( @ctx.body ).result %>
3
+
4
+ <br /><br />
5
+ <table class="footer-signature" border="0" >
6
+ <tr>
7
+ <td>
8
+ --<br />
9
+ Victor Pudeyev<br />
10
+ Software Engineering Lead<br />
11
+ <a href="mailto:victor@wasya.co">victor@wasya.co</a>
12
+ |
13
+ <a href="https://tidycal.com/wasya-co/30min">Book a chat</a><br />