ish_manager 0.1.8.315 → 0.1.8.317

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (104) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/ish_manager/application.js +0 -4
  3. data/app/assets/stylesheets/ish_manager/application.scss +89 -150
  4. data/app/assets/stylesheets/ish_manager/email_templates.scss +47 -0
  5. data/app/assets/stylesheets/ish_manager/galleries.scss +32 -16
  6. data/app/assets/stylesheets/ish_manager/maps.scss +45 -32
  7. data/app/assets/stylesheets/ish_manager/markers.scss +8 -0
  8. data/app/assets/stylesheets/ish_manager/photos.scss +39 -2
  9. data/app/assets/stylesheets/ish_manager/{tags.css → tags.scss} +0 -0
  10. data/app/assets/stylesheets/ish_manager/{bootstrap.css → trash/bootstrap.css} +0 -0
  11. data/app/assets/stylesheets/ish_manager/{materialize.css → trash/materialize.css} +0 -0
  12. data/app/assets/stylesheets/ish_manager/{reset.css → trash/reset.css} +0 -0
  13. data/app/controllers/ish_manager/{campaigns_controller.rb → email_campaigns_controller.rb} +1 -1
  14. data/app/controllers/ish_manager/email_contexts_controller.rb +74 -0
  15. data/app/controllers/ish_manager/email_templates_controller.rb +43 -0
  16. data/app/controllers/ish_manager/galleries_controller.rb +1 -1
  17. data/app/controllers/ish_manager/invoices_controller.rb +2 -2
  18. data/app/controllers/ish_manager/leads_controller.rb +2 -2
  19. data/app/controllers/ish_manager/maps_controller.rb +0 -2
  20. data/app/controllers/ish_manager/markers_controller.rb +0 -2
  21. data/app/controllers/ish_manager/meetings_controller.rb +1 -3
  22. data/app/controllers/ish_manager/newsitems_controller.rb +0 -3
  23. data/app/controllers/ish_manager/{cities_controller.rb → trash/cities_controller.rb} +0 -0
  24. data/app/controllers/ish_manager/{orders_controller.rb → trash/orders_controller.rb} +0 -0
  25. data/app/controllers/ish_manager/{sites_controller.rb → trash/sites_controller.rb} +0 -0
  26. data/app/controllers/ish_manager/{venues_controller.rb → trash/venues_controller.rb} +0 -0
  27. data/app/controllers/ish_manager/unsubscribes_controller.rb +1 -1
  28. data/app/helpers/ish_manager/application_helper.rb +1 -1
  29. data/app/mailers/ish_manager/office_mailer.rb +22 -0
  30. data/app/views/ish_manager/application/_main_footer.haml +3 -1
  31. data/app/views/ish_manager/application/_main_header.haml +1 -1
  32. data/app/views/ish_manager/application/_main_header_admin.haml +16 -8
  33. data/app/views/ish_manager/application/_main_header_guy.haml +1 -1
  34. data/app/views/ish_manager/application/_main_header_manager.haml +1 -1
  35. data/app/views/ish_manager/email_contexts/_form.haml +26 -0
  36. data/app/views/ish_manager/email_contexts/edit.haml +3 -0
  37. data/app/views/ish_manager/email_contexts/iframe_src.haml +4 -0
  38. data/app/views/ish_manager/email_contexts/index.haml +21 -0
  39. data/app/views/ish_manager/email_contexts/new.haml +3 -0
  40. data/app/views/ish_manager/email_contexts/show.haml +16 -0
  41. data/app/views/ish_manager/email_templates/_form.haml +11 -0
  42. data/app/views/ish_manager/email_templates/_marketing_ror_1.html +0 -0
  43. data/app/views/ish_manager/email_templates/_marketing_ror_2.html +0 -0
  44. data/app/views/ish_manager/email_templates/_marketing_wordpress_1.html +0 -0
  45. data/app/views/ish_manager/email_templates/_marketing_wordpress_2.html +0 -0
  46. data/app/views/ish_manager/email_templates/_piousbox_roundborders.html.erb +1005 -0
  47. data/app/views/ish_manager/email_templates/_social.html.erb +181 -0
  48. data/app/views/ish_manager/email_templates/index.haml +18 -0
  49. data/app/views/ish_manager/email_templates/show.haml +4 -0
  50. data/app/views/ish_manager/galleries/_index.haml +4 -5
  51. data/app/views/ish_manager/galleries/_menu.haml +11 -12
  52. data/app/views/ish_manager/galleries/_menu_secondary.haml +12 -0
  53. data/app/views/ish_manager/galleries/_title.haml +12 -14
  54. data/app/views/ish_manager/galleries/{index_ajax.haml → index_ajax.haml-trash} +0 -0
  55. data/app/views/ish_manager/galleries/show.haml +24 -33
  56. data/app/views/ish_manager/{application_mailer → iron_warbler_mailer}/condor_followup_alerb.html.erb +0 -0
  57. data/app/views/ish_manager/{application_mailer → iron_warbler_mailer}/option_alert.html.erb +0 -0
  58. data/app/views/ish_manager/{application_mailer → iron_warbler_mailer}/stock_alert.html.erb +0 -0
  59. data/app/views/ish_manager/maps/_map_meta_row.haml +1 -1
  60. data/app/views/ish_manager/markers/_index.haml +1 -1
  61. data/app/views/ish_manager/{meeting_mailer → office_mailer}/morning_reminder.haml +0 -0
  62. data/app/views/ish_manager/office_mailer/render +1 -0
  63. data/app/views/ish_manager/{application_mailer → office_mailer}/test_email.html.haml +0 -0
  64. data/app/views/ish_manager/photos/_index_thumbs.haml +7 -0
  65. data/app/views/ish_manager/photos/_meta_manager.haml +5 -5
  66. data/app/views/ish_manager/photos/_multinew.haml +4 -6
  67. data/app/views/ish_manager/{cities → trash/cities}/_form.haml +0 -0
  68. data/app/views/ish_manager/{cities → trash/cities}/_header.haml +0 -0
  69. data/app/views/ish_manager/{cities → trash/cities}/edit.haml +0 -0
  70. data/app/views/ish_manager/{cities → trash/cities}/edit_feature.haml +0 -0
  71. data/app/views/ish_manager/{cities → trash/cities}/index.haml +0 -0
  72. data/app/views/ish_manager/{cities → trash/cities}/new.haml +0 -0
  73. data/app/views/ish_manager/{cities → trash/cities}/new_feature.haml +0 -0
  74. data/app/views/ish_manager/{cities → trash/cities}/new_newsitem.haml +0 -0
  75. data/app/views/ish_manager/{cities → trash/cities}/show.haml +0 -0
  76. data/app/views/ish_manager/{events → trash/events}/_form.haml +0 -0
  77. data/app/views/ish_manager/{events → trash/events}/_index.haml +0 -0
  78. data/app/views/ish_manager/{events → trash/events}/edit.haml +0 -0
  79. data/app/views/ish_manager/{events → trash/events}/index.haml +0 -0
  80. data/app/views/ish_manager/{events → trash/events}/new.haml +0 -0
  81. data/app/views/ish_manager/trash/meeting_mailer/README.txt +5 -0
  82. data/app/views/ish_manager/{sites → trash/sites}/_form.haml +0 -0
  83. data/app/views/ish_manager/{sites → trash/sites}/_header.haml +0 -0
  84. data/app/views/ish_manager/{sites → trash/sites}/edit.haml +0 -0
  85. data/app/views/ish_manager/{sites → trash/sites}/galleries.haml +0 -0
  86. data/app/views/ish_manager/{sites → trash/sites}/index.haml +0 -0
  87. data/app/views/ish_manager/{sites → trash/sites}/new.haml +0 -0
  88. data/app/views/ish_manager/{sites → trash/sites}/show.haml +0 -0
  89. data/app/views/ish_manager/{venues → trash/venues}/_form.haml +0 -0
  90. data/app/views/ish_manager/{venues → trash/venues}/_index.haml +0 -0
  91. data/app/views/ish_manager/{venues → trash/venues}/_search.haml +0 -0
  92. data/app/views/ish_manager/{venues → trash/venues}/edit.haml +0 -0
  93. data/app/views/ish_manager/{venues → trash/venues}/index.haml +0 -0
  94. data/app/views/ish_manager/{venues → trash/venues}/new.haml +0 -0
  95. data/app/views/ish_manager/{venues → trash/venues}/show.haml +0 -0
  96. data/app/views/ish_manager/videos/_index.haml +1 -1
  97. data/app/views/layouts/ish_manager/application.haml +28 -21
  98. data/app/views/layouts/ish_manager/{application_no_material.haml → application.haml-trash} +8 -15
  99. data/config/routes.rb +24 -7
  100. metadata +70 -50
  101. data/app/assets/stylesheets/ish_manager/trash/bootstrap.min.css +0 -6
  102. data/app/assets/stylesheets/ish_manager/trash/bootstrap.min.css.map +0 -1
  103. data/app/views/ish_manager/features/_index.haml-trash +0 -36
  104. data/app/views/ish_manager/galleries/_index_thumbs.haml +0 -1
@@ -0,0 +1,1005 @@
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: 1 COLUMN -->
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>*|MC:SUBJECT|*</title>
17
+
18
+ <style type="text/css">
19
+ .mcnTextBlock {
20
+ color: #999;
21
+ }
22
+
23
+ p {
24
+ margin: 10px 0;
25
+ padding: 0;
26
+ }
27
+
28
+ table {
29
+ border-collapse: collapse;
30
+ }
31
+
32
+ h1,
33
+ h2,
34
+ h3,
35
+ h4,
36
+ h5,
37
+ h6 {
38
+ display: block;
39
+ margin: 0;
40
+ padding: 0;
41
+ }
42
+
43
+ img,
44
+ a img {
45
+ border: 0;
46
+ height: auto;
47
+ outline: none;
48
+ text-decoration: none;
49
+ }
50
+
51
+ body,
52
+ #bodyTable,
53
+ #bodyCell {
54
+ height: 100%;
55
+ margin: 0;
56
+ padding: 0;
57
+ width: 100%;
58
+ }
59
+
60
+ .mcnPreviewText {
61
+ display: none !important;
62
+ }
63
+
64
+ #outlook a {
65
+ padding: 0;
66
+ }
67
+
68
+ img {
69
+ -ms-interpolation-mode: bicubic;
70
+ }
71
+
72
+ table {
73
+ mso-table-lspace: 0pt;
74
+ mso-table-rspace: 0pt;
75
+ }
76
+
77
+ .ReadMsgBody {
78
+ width: 100%;
79
+ }
80
+
81
+ .ExternalClass {
82
+ width: 100%;
83
+ }
84
+
85
+ p,
86
+ a,
87
+ li,
88
+ td,
89
+ blockquote {
90
+ mso-line-height-rule: exactly;
91
+ }
92
+
93
+ a[href^=tel],
94
+ a[href^=sms] {
95
+ color: inherit;
96
+ cursor: default;
97
+ text-decoration: none;
98
+ }
99
+
100
+ p,
101
+ a,
102
+ li,
103
+ td,
104
+ body,
105
+ table,
106
+ blockquote {
107
+ -ms-text-size-adjust: 100%;
108
+ -webkit-text-size-adjust: 100%;
109
+ }
110
+
111
+ .ExternalClass,
112
+ .ExternalClass p,
113
+ .ExternalClass td,
114
+ .ExternalClass div,
115
+ .ExternalClass span,
116
+ .ExternalClass font {
117
+ line-height: 100%;
118
+ }
119
+
120
+ a[x-apple-data-detectors] {
121
+ color: inherit !important;
122
+ text-decoration: none !important;
123
+ font-size: inherit !important;
124
+ font-family: inherit !important;
125
+ font-weight: inherit !important;
126
+ line-height: inherit !important;
127
+ }
128
+
129
+ #bodyCell {
130
+ padding: 10px;
131
+ }
132
+
133
+ .templateContainer {
134
+ max-width: 600px !important;
135
+ }
136
+
137
+ a.mcnButton {
138
+ display: block;
139
+ }
140
+
141
+ .mcnImage,
142
+ .mcnRetinaImage {
143
+ vertical-align: bottom;
144
+ }
145
+
146
+ .mcnTextContent {
147
+ word-break: break-word;
148
+ }
149
+
150
+ .mcnTextContent img {
151
+ height: auto !important;
152
+ }
153
+
154
+ .mcnDividerBlock {
155
+ table-layout: fixed !important;
156
+ }
157
+
158
+ /*
159
+ @tab Page
160
+ @section Background Style
161
+ @tip Set the background color and top border for your email. You may want to choose colors that match your company's branding.
162
+ */
163
+ body,
164
+ #bodyTable {
165
+ /*@editable*/
166
+ background-color: #fff;
167
+ }
168
+
169
+ /*
170
+ @tab Page
171
+ @section Background Style
172
+ @tip Set the background color and top border for your email. You may want to choose colors that match your company's branding.
173
+ */
174
+ #bodyCell {
175
+ /*@editable*/
176
+ border-top: 0;
177
+ }
178
+
179
+ /*
180
+ @tab Page
181
+ @section Email Border
182
+ @tip Set the border for your email.
183
+ */
184
+ .templateContainer {
185
+ }
186
+
187
+ /*
188
+ @tab Page
189
+ @section Heading 1
190
+ @tip Set the styling for all first-level headings in your emails. These should be the largest of your headings.
191
+ @style heading 1
192
+ */
193
+ h1 {
194
+
195
+ /*@editable*/
196
+ font-family: Helvetica;
197
+ /*@editable*/
198
+ font-size: 26px;
199
+ /*@editable*/
200
+ font-style: normal;
201
+ /*@editable*/
202
+ font-weight: bold;
203
+ /*@editable*/
204
+ line-height: 125%;
205
+ /*@editable*/
206
+ letter-spacing: normal;
207
+ /*@editable*/
208
+ text-align: left;
209
+ }
210
+
211
+ /*
212
+ @tab Page
213
+ @section Heading 2
214
+ @tip Set the styling for all second-level headings in your emails.
215
+ @style heading 2
216
+ */
217
+ h2 {
218
+ /*@editable*/
219
+ color: #202020;
220
+ /*@editable*/
221
+ font-family: Helvetica;
222
+ /*@editable*/
223
+ font-size: 22px;
224
+ /*@editable*/
225
+ font-style: normal;
226
+ /*@editable*/
227
+ font-weight: bold;
228
+ /*@editable*/
229
+ line-height: 125%;
230
+ /*@editable*/
231
+ letter-spacing: normal;
232
+ /*@editable*/
233
+ text-align: left;
234
+ }
235
+
236
+ /*
237
+ @tab Page
238
+ @section Heading 3
239
+ @tip Set the styling for all third-level headings in your emails.
240
+ @style heading 3
241
+ */
242
+ h3 {
243
+ /*@editable*/
244
+ color: #202020;
245
+ /*@editable*/
246
+ font-family: Helvetica;
247
+ /*@editable*/
248
+ font-size: 20px;
249
+ /*@editable*/
250
+ font-style: normal;
251
+ /*@editable*/
252
+ font-weight: bold;
253
+ /*@editable*/
254
+ line-height: 125%;
255
+ /*@editable*/
256
+ letter-spacing: normal;
257
+ /*@editable*/
258
+ text-align: left;
259
+ }
260
+
261
+ /*
262
+ @tab Page
263
+ @section Heading 4
264
+ @tip Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings.
265
+ @style heading 4
266
+ */
267
+ h4 {
268
+ /*@editable*/
269
+ color: #202020;
270
+ /*@editable*/
271
+ font-family: Helvetica;
272
+ /*@editable*/
273
+ font-size: 18px;
274
+ /*@editable*/
275
+ font-style: normal;
276
+ /*@editable*/
277
+ font-weight: bold;
278
+ /*@editable*/
279
+ line-height: 125%;
280
+ /*@editable*/
281
+ letter-spacing: normal;
282
+ /*@editable*/
283
+ text-align: left;
284
+ }
285
+
286
+ /*
287
+ @tab Preheader
288
+ @section Preheader Style
289
+ @tip Set the background color and borders for your email's preheader area.
290
+ */
291
+ #templatePreheader {
292
+ /*@editable*/
293
+ background-color: transparent;
294
+ /*@editable*/
295
+ background-image: none;
296
+ /*@editable*/
297
+ background-repeat: no-repeat;
298
+ /*@editable*/
299
+ background-position: center;
300
+ /*@editable*/
301
+ background-size: cover;
302
+ /*@editable*/
303
+ border-top: 0;
304
+ /*@editable*/
305
+ border-bottom: 0;
306
+ /*@editable*/
307
+ padding-top: 9px;
308
+ /*@editable*/
309
+ padding-bottom: 9px;
310
+ }
311
+
312
+ /*
313
+ @tab Preheader
314
+ @section Preheader Text
315
+ @tip Set the styling for your email's preheader text. Choose a size and color that is easy to read.
316
+ */
317
+ #templatePreheader .mcnTextContent,
318
+ #templatePreheader .mcnTextContent p {
319
+ /*@editable*/
320
+ color: #656565;
321
+ /*@editable*/
322
+ font-family: Helvetica;
323
+ /*@editable*/
324
+ font-size: 12px;
325
+ /*@editable*/
326
+ line-height: 150%;
327
+ /*@editable*/
328
+ text-align: left;
329
+ }
330
+
331
+ /*
332
+ @tab Preheader
333
+ @section Preheader Link
334
+ @tip Set the styling for your email's preheader links. Choose a color that helps them stand out from your text.
335
+ */
336
+ #templatePreheader .mcnTextContent a,
337
+ #templatePreheader .mcnTextContent p a {
338
+ /*@editable*/
339
+ color: #656565;
340
+ /*@editable*/
341
+ font-weight: normal;
342
+ /*@editable*/
343
+ text-decoration: underline;
344
+ }
345
+
346
+ /*
347
+ @tab Header
348
+ @section Header Style
349
+ @tip Set the background color and borders for your email's header area.
350
+ */
351
+ #templateHeader {
352
+ /*@editable*/
353
+ background-color: #FFFFFF;
354
+ /*@editable*/
355
+ background-image: none;
356
+ /*@editable*/
357
+ background-repeat: no-repeat;
358
+ /*@editable*/
359
+ background-position: center;
360
+ /*@editable*/
361
+ background-size: cover;
362
+ /*@editable*/
363
+ border-top: 0;
364
+ /*@editable*/
365
+ border-bottom: 0;
366
+ /*@editable*/
367
+ padding-top: 9px;
368
+ /*@editable*/
369
+ padding-bottom: 0;
370
+ }
371
+
372
+ /*
373
+ @tab Header
374
+ @section Header Text
375
+ @tip Set the styling for your email's header text. Choose a size and color that is easy to read.
376
+ */
377
+ #templateHeader .mcnTextContent,
378
+ #templateHeader .mcnTextContent p {
379
+ /*@editable*/
380
+ color: #202020;
381
+ /*@editable*/
382
+ font-family: Helvetica;
383
+ /*@editable*/
384
+ font-size: 16px;
385
+ /*@editable*/
386
+ line-height: 150%;
387
+ /*@editable*/
388
+ text-align: left;
389
+ }
390
+
391
+ /*
392
+ @tab Header
393
+ @section Header Link
394
+ @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text.
395
+ */
396
+ #templateHeader .mcnTextContent a,
397
+ #templateHeader .mcnTextContent p a {
398
+ /*@editable*/
399
+ color: #007C89;
400
+ /*@editable*/
401
+ font-weight: normal;
402
+ /*@editable*/
403
+ text-decoration: underline;
404
+ }
405
+
406
+ /*
407
+ @tab Body
408
+ @section Body Style
409
+ @tip Set the background color and borders for your email's body area.
410
+ */
411
+ #templateBody {
412
+ /*@editable*/
413
+ background-color: #FFFFFF;
414
+ /*@editable*/
415
+ background-image: none;
416
+ /*@editable*/
417
+ background-repeat: no-repeat;
418
+ /*@editable*/
419
+ background-position: center;
420
+ /*@editable*/
421
+ background-size: cover;
422
+ /*@editable*/
423
+ border-top: 0;
424
+ /*@editable*/
425
+ border-bottom: 2px solid #EAEAEA;
426
+ /*@editable*/
427
+ padding-top: 0;
428
+ /*@editable*/
429
+ padding-bottom: 9px;
430
+ }
431
+
432
+ /*
433
+ @tab Body
434
+ @section Body Text
435
+ @tip Set the styling for your email's body text. Choose a size and color that is easy to read.
436
+ */
437
+ #templateBody .mcnTextContent,
438
+ #templateBody .mcnTextContent p {
439
+ /*@editable*/
440
+ color: #202020;
441
+ /*@editable*/
442
+ font-family: Helvetica;
443
+ /*@editable*/
444
+ font-size: 16px;
445
+ /*@editable*/
446
+ line-height: 150%;
447
+ /*@editable*/
448
+ text-align: left;
449
+ }
450
+
451
+ /*
452
+ @tab Body
453
+ @section Body Link
454
+ @tip Set the styling for your email's body links. Choose a color that helps them stand out from your text.
455
+ */
456
+ #templateBody .mcnTextContent a,
457
+ #templateBody .mcnTextContent p a {
458
+ /*@editable*/
459
+ color: #007C89;
460
+ /*@editable*/
461
+ font-weight: normal;
462
+ /*@editable*/
463
+ text-decoration: underline;
464
+ }
465
+
466
+ /*
467
+ @tab Footer
468
+ @section Footer Style
469
+ @tip Set the background color and borders for your email's footer area.
470
+ */
471
+ #templateFooter {
472
+ /*@editable*/
473
+ background-color: #FAFAFA;
474
+ /*@editable*/
475
+ background-image: none;
476
+ /*@editable*/
477
+ background-repeat: no-repeat;
478
+ /*@editable*/
479
+ background-position: center;
480
+ /*@editable*/
481
+ background-size: cover;
482
+ /*@editable*/
483
+ border-top: 0;
484
+ /*@editable*/
485
+ border-bottom: 0;
486
+ /*@editable*/
487
+ padding-top: 9px;
488
+ /*@editable*/
489
+ padding-bottom: 9px;
490
+ }
491
+
492
+ /*
493
+ @tab Footer
494
+ @section Footer Text
495
+ @tip Set the styling for your email's footer text. Choose a size and color that is easy to read.
496
+ */
497
+ #templateFooter .mcnTextContent,
498
+ #templateFooter .mcnTextContent p {
499
+ /*@editable*/
500
+ color: #656565;
501
+ /*@editable*/
502
+ font-family: Helvetica;
503
+ /*@editable*/
504
+ font-size: 12px;
505
+ /*@editable*/
506
+ line-height: 150%;
507
+ }
508
+
509
+ /*
510
+ @tab Footer
511
+ @section Footer Link
512
+ @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text.
513
+ */
514
+ #templateFooter .mcnTextContent a,
515
+ #templateFooter .mcnTextContent p a {
516
+ /*@editable*/
517
+ color: #656565;
518
+ /*@editable*/
519
+ font-weight: normal;
520
+ /*@editable*/
521
+ text-decoration: underline;
522
+ }
523
+
524
+ @media only screen and (min-width:768px) {
525
+ .templateContainer {
526
+ width: 600px !important;
527
+ }
528
+
529
+ }
530
+
531
+ @media only screen and (max-width: 480px) {
532
+
533
+ body,
534
+ table,
535
+ td,
536
+ p,
537
+ a,
538
+ li,
539
+ blockquote {
540
+ -webkit-text-size-adjust: none !important;
541
+ }
542
+
543
+ }
544
+
545
+ @media only screen and (max-width: 480px) {
546
+ body {
547
+ width: 100% !important;
548
+ min-width: 100% !important;
549
+ }
550
+
551
+ }
552
+
553
+ @media only screen and (max-width: 480px) {
554
+ .mcnRetinaImage {
555
+ max-width: 100% !important;
556
+ }
557
+
558
+ }
559
+
560
+ @media only screen and (max-width: 480px) {
561
+ .mcnImage {
562
+ width: 100% !important;
563
+ }
564
+
565
+ }
566
+
567
+ @media only screen and (max-width: 480px) {
568
+
569
+ .mcnCartContainer,
570
+ .mcnCaptionTopContent,
571
+ .mcnRecContentContainer,
572
+ .mcnCaptionBottomContent,
573
+ .mcnTextContentContainer,
574
+ .mcnBoxedTextContentContainer,
575
+ .mcnImageGroupContentContainer,
576
+ .mcnCaptionLeftTextContentContainer,
577
+ .mcnCaptionRightTextContentContainer,
578
+ .mcnCaptionLeftImageContentContainer,
579
+ .mcnCaptionRightImageContentContainer,
580
+ .mcnImageCardLeftTextContentContainer,
581
+ .mcnImageCardRightTextContentContainer,
582
+ .mcnImageCardLeftImageContentContainer,
583
+ .mcnImageCardRightImageContentContainer {
584
+ max-width: 100% !important;
585
+ width: 100% !important;
586
+ }
587
+
588
+ }
589
+
590
+ @media only screen and (max-width: 480px) {
591
+ .mcnBoxedTextContentContainer {
592
+ min-width: 100% !important;
593
+ }
594
+
595
+ }
596
+
597
+ @media only screen and (max-width: 480px) {
598
+ .mcnImageGroupContent {
599
+ padding: 9px !important;
600
+ }
601
+
602
+ }
603
+
604
+ @media only screen and (max-width: 480px) {
605
+
606
+ .mcnCaptionLeftContentOuter .mcnTextContent,
607
+ .mcnCaptionRightContentOuter .mcnTextContent {
608
+ padding-top: 9px !important;
609
+ }
610
+
611
+ }
612
+
613
+ @media only screen and (max-width: 480px) {
614
+
615
+ .mcnImageCardTopImageContent,
616
+ .mcnCaptionBottomContent:last-child .mcnCaptionBottomImageContent,
617
+ .mcnCaptionBlockInner .mcnCaptionTopContent:last-child .mcnTextContent {
618
+ padding-top: 18px !important;
619
+ }
620
+
621
+ }
622
+
623
+ @media only screen and (max-width: 480px) {
624
+ .mcnImageCardBottomImageContent {
625
+ padding-bottom: 9px !important;
626
+ }
627
+
628
+ }
629
+
630
+ @media only screen and (max-width: 480px) {
631
+ .mcnImageGroupBlockInner {
632
+ padding-top: 0 !important;
633
+ padding-bottom: 0 !important;
634
+ }
635
+
636
+ }
637
+
638
+ @media only screen and (max-width: 480px) {
639
+ .mcnImageGroupBlockOuter {
640
+ padding-top: 9px !important;
641
+ padding-bottom: 9px !important;
642
+ }
643
+
644
+ }
645
+
646
+ @media only screen and (max-width: 480px) {
647
+
648
+ .mcnTextContent,
649
+ .mcnBoxedTextContentColumn {
650
+ padding-right: 18px !important;
651
+ padding-left: 18px !important;
652
+ }
653
+
654
+ }
655
+
656
+ @media only screen and (max-width: 480px) {
657
+
658
+ .mcnImageCardLeftImageContent,
659
+ .mcnImageCardRightImageContent {
660
+ padding-right: 18px !important;
661
+ padding-bottom: 0 !important;
662
+ padding-left: 18px !important;
663
+ }
664
+
665
+ }
666
+
667
+ @media only screen and (max-width: 480px) {
668
+ .mcpreview-image-uploader {
669
+ display: none !important;
670
+ width: 100% !important;
671
+ }
672
+
673
+ }
674
+
675
+ @media only screen and (max-width: 480px) {
676
+
677
+ /*
678
+ @tab Mobile Styles
679
+ @section Heading 1
680
+ @tip Make the first-level headings larger in size for better readability on small screens.
681
+ */
682
+ h1 {
683
+ /*@editable*/
684
+ font-size: 22px !important;
685
+ /*@editable*/
686
+ line-height: 125% !important;
687
+ }
688
+
689
+ }
690
+
691
+ @media only screen and (max-width: 480px) {
692
+
693
+ /*
694
+ @tab Mobile Styles
695
+ @section Heading 2
696
+ @tip Make the second-level headings larger in size for better readability on small screens.
697
+ */
698
+ h2 {
699
+ /*@editable*/
700
+ font-size: 20px !important;
701
+ /*@editable*/
702
+ line-height: 125% !important;
703
+ }
704
+
705
+ }
706
+
707
+ @media only screen and (max-width: 480px) {
708
+
709
+ /*
710
+ @tab Mobile Styles
711
+ @section Heading 3
712
+ @tip Make the third-level headings larger in size for better readability on small screens.
713
+ */
714
+ h3 {
715
+ /*@editable*/
716
+ font-size: 18px !important;
717
+ /*@editable*/
718
+ line-height: 125% !important;
719
+ }
720
+
721
+ }
722
+
723
+ @media only screen and (max-width: 480px) {
724
+
725
+ /*
726
+ @tab Mobile Styles
727
+ @section Heading 4
728
+ @tip Make the fourth-level headings larger in size for better readability on small screens.
729
+ */
730
+ h4 {
731
+ /*@editable*/
732
+ font-size: 16px !important;
733
+ /*@editable*/
734
+ line-height: 150% !important;
735
+ }
736
+
737
+ }
738
+
739
+ @media only screen and (max-width: 480px) {
740
+
741
+ /*
742
+ @tab Mobile Styles
743
+ @section Boxed Text
744
+ @tip Make the boxed text larger in size for better readability on small screens. We recommend a font size of at least 16px.
745
+ */
746
+ .mcnBoxedTextContentContainer .mcnTextContent,
747
+ .mcnBoxedTextContentContainer .mcnTextContent p {
748
+ /*@editable*/
749
+ font-size: 14px !important;
750
+ /*@editable*/
751
+ line-height: 150% !important;
752
+ }
753
+
754
+ }
755
+
756
+ @media only screen and (max-width: 480px) {
757
+
758
+ /*
759
+ @tab Mobile Styles
760
+ @section Preheader Visibility
761
+ @tip Set the visibility of the email's preheader on small screens. You can hide it to save space.
762
+ */
763
+ #templatePreheader {
764
+ /*@editable*/
765
+ display: block !important;
766
+ }
767
+
768
+ }
769
+
770
+ @media only screen and (max-width: 480px) {
771
+
772
+ /*
773
+ @tab Mobile Styles
774
+ @section Preheader Text
775
+ @tip Make the preheader text larger in size for better readability on small screens.
776
+ */
777
+ #templatePreheader .mcnTextContent,
778
+ #templatePreheader .mcnTextContent p {
779
+ /*@editable*/
780
+ font-size: 14px !important;
781
+ /*@editable*/
782
+ line-height: 150% !important;
783
+ }
784
+
785
+ }
786
+
787
+ @media only screen and (max-width: 480px) {
788
+
789
+ /*
790
+ @tab Mobile Styles
791
+ @section Header Text
792
+ @tip Make the header text larger in size for better readability on small screens.
793
+ */
794
+ #templateHeader .mcnTextContent,
795
+ #templateHeader .mcnTextContent p {
796
+ /*@editable*/
797
+ font-size: 16px !important;
798
+ /*@editable*/
799
+ line-height: 150% !important;
800
+ }
801
+
802
+ }
803
+
804
+ @media only screen and (max-width: 480px) {
805
+
806
+ /*
807
+ @tab Mobile Styles
808
+ @section Body Text
809
+ @tip Make the body text larger in size for better readability on small screens. We recommend a font size of at least 16px.
810
+ */
811
+ #templateBody .mcnTextContent,
812
+ #templateBody .mcnTextContent p {
813
+ /*@editable*/
814
+ font-size: 16px !important;
815
+ /*@editable*/
816
+ line-height: 150% !important;
817
+ }
818
+
819
+ }
820
+
821
+ @media only screen and (max-width: 480px) {
822
+
823
+ /*
824
+ @tab Mobile Styles
825
+ @section Footer Text
826
+ @tip Make the footer content text larger in size for better readability on small screens.
827
+ */
828
+ #templateFooter .mcnTextContent,
829
+ #templateFooter .mcnTextContent p {
830
+ /*@editable*/
831
+ font-size: 14px !important;
832
+ /*@editable*/
833
+ line-height: 150% !important;
834
+ }
835
+
836
+ }
837
+ </style>
838
+ </head>
839
+
840
+ <body>
841
+
842
+ <!--*|IF:MC_PREVIEW_TEXT|*-->
843
+ <!--[if !gte mso 9]><span class="mcnPreviewText"
844
+ style="display:none; font-size:0px; line-height:0px; max-height:0px; max-width:0px; opacity:0; overflow:hidden; visibility:hidden; mso-hide:all;"
845
+ >*|MC_PREVIEW_TEXT|*</span>
846
+ <!--<![endif]-->
847
+ <!--*|END:IF|*-->
848
+
849
+ <center>
850
+ <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">
851
+ <tr>
852
+ <td align="center" valign="top" id="bodyCell">
853
+
854
+ <!-- BEGIN TEMPLATE // -->
855
+
856
+ <!--[if (gte mso 9)|(IE)]>
857
+ <table align="center" border="0" cellspacing="0" cellpadding="0" width="600" style="width:600px;">
858
+ <tr>
859
+ <td align="center" valign="top" width="600" style="width:600px;">
860
+ <![endif]-->
861
+
862
+ <table border="0" cellpadding="0" cellspacing="0" width="100%" class="templateContainer">
863
+ <tr>
864
+ <td valign="top" id="templatePreheader"></td>
865
+ </tr>
866
+ <tr>
867
+ <td valign="top" id="templateHeader">
868
+
869
+ <table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnImageBlock"
870
+ style="min-width:100%;">
871
+ <tbody class="mcnImageBlockOuter">
872
+ <tr>
873
+ <td valign="top" style="padding:9px" class="mcnImageBlockInner">
874
+
875
+ <table align="left" width="100%" border="0" cellpadding="0" cellspacing="0"
876
+ class="mcnImageContentContainer" style="min-width:100%;">
877
+ <tbody>
878
+ <tr>
879
+ <td class="mcnImageContent" valign="top" style="padding-right: 9px; padding-left: 9px; padding-top: 0; padding-bottom: 0; text-align:center;">
880
+ <!-- <img align="center" alt="wasya-co-logo" src="*|BRAND:LOGO|*" width="196"
881
+ style="max-width:196px; padding-bottom: 0; display: inline !important; vertical-align: bottom;"
882
+ class="mcnImage"> -->
883
+ - p i o u s b o x -
884
+ </td>
885
+ </tr>
886
+ </tbody>
887
+ </table>
888
+
889
+ </td>
890
+ </tr>
891
+ </tbody>
892
+ </table>
893
+
894
+ </td>
895
+ </tr>
896
+ <tr>
897
+ <td valign="top" id="templateBody">
898
+
899
+ <table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnTextBlock" style="min-width:100%;">
900
+ <tbody class="mcnTextBlockOuter">
901
+ <tr>
902
+ <td valign="top" class="mcnTextBlockInner" style="padding-top:9px;">
903
+ <!--[if mso]>
904
+ <table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
905
+ <tr>
906
+ <td valign="top" width="299" style="width:299px;">
907
+ <![endif]-->
908
+
909
+ <div style="border: 2px solid #999; border-radius: 4px; padding: 1em; margin-bottom: 1em;">
910
+ <%== @email_ctx.body %>
911
+ </div>
912
+
913
+ <!--[if mso]>
914
+ </td>
915
+ </tr>
916
+ </table>
917
+ <![endif]-->
918
+ </td>
919
+ </tr>
920
+ </tbody>
921
+ </table>
922
+
923
+ </td>
924
+ </tr>
925
+ <tr>
926
+ <td valign="top" id="templateFooter">
927
+
928
+ <table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnTextBlock"
929
+ style="min-width:100%;">
930
+ <tbody class="mcnTextBlockOuter">
931
+ <tr>
932
+ <td valign="top" class="mcnTextBlockInner" style="padding-top:9px;">
933
+
934
+ <!--[if mso]>
935
+ <table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
936
+ <tr>
937
+ <td valign="top" width="299" style="width:299px;">
938
+ <![endif]-->
939
+
940
+ <table align="left" border="0" cellpadding="0" cellspacing="0" style="max-width:299px;"
941
+ width="100%" class="mcnTextContentContainer">
942
+ <tbody>
943
+ <tr>
944
+
945
+ <td valign="top" class="mcnTextContent"
946
+ style="padding-top:0; padding-left:18px; padding-bottom:9px; padding-right:18px;">
947
+
948
+ <span style="font-family:roboto,helvetica neue,helvetica,arial,sans-serif">Victor
949
+ Pudeyev<br>
950
+ Software Engineering Lead<br>
951
+ <a href="mailto:victor@piousbox.com"
952
+ target="_blank">victor@piousbox.com</a>&nbsp;|&nbsp;<a
953
+ data-saferedirecturl="https://www.google.com/url?q=https://calendly.com/piousbox/30min&source=gmail&ust=1653766299300000&usg=AOvVaw0gLMR8wlOT5TujsCLyf2B9"
954
+ href="https://calendly.com/piousbox/30min" target="_blank">Book a chat</a></span>
955
+ </td>
956
+ </tr>
957
+ </tbody>
958
+ </table>
959
+
960
+ <!--[if mso]>
961
+ </td>
962
+ <td valign="top" width="299" style="width:299px;">
963
+ <![endif]-->
964
+
965
+ <table align="left" border="0" cellpadding="0" cellspacing="0" style="max-width:299px;"
966
+ width="100%" class="mcnTextContentContainer">
967
+ <tbody>
968
+ <tr>
969
+ <td valign="top" class="mcnTextContent" style="padding-top:0; padding-left:18px; padding-bottom:9px; padding-right:18px;">
970
+
971
+ <%= render 'ish_manager/email_templates/social' %>
972
+
973
+ </td>
974
+ </tr>
975
+ </tbody>
976
+ </table>
977
+
978
+ <!--[if mso]>
979
+ </td>
980
+ </tr>
981
+ </table>
982
+ <![endif]-->
983
+
984
+ </td>
985
+ </tr>
986
+ </tbody>
987
+ </table>
988
+
989
+
990
+ </td>
991
+ </tr>
992
+ </table>
993
+ <!--[if (gte mso 9)|(IE)]>
994
+ </td>
995
+ </tr>
996
+ </table>
997
+ <![endif]-->
998
+ <!-- // END TEMPLATE -->
999
+ </td>
1000
+ </tr>
1001
+ </table>
1002
+ </center>
1003
+ </body>
1004
+
1005
+ </html>