ish_manager 0.1.8.346 → 0.1.8.347

Sign up to get free protection for your applications and to get access to all the features.
Files changed (44) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/stylesheets/ish_manager/email_templates.scss +4 -1
  3. data/app/controllers/ish_manager/email_contexts_controller.rb +5 -3
  4. data/app/mailers/ish_manager/office_mailer.rb +1 -1
  5. data/app/views/202212 Mailchimp Templates/202212 1col fixed-width.html +863 -0
  6. data/app/views/202212 Mailchimp Templates/202212 1col full-width.html +906 -0
  7. data/app/views/202212 Mailchimp Templates/202212 2col fixed-width 2.html +1003 -0
  8. data/app/views/202212 Mailchimp Templates/202212 2col fixed-width.html +1082 -0
  9. data/app/views/202212 Mailchimp Templates/202212 2col full-width 2.html +1053 -0
  10. data/app/views/202212 Mailchimp Templates/202212 2col full-width.html +1147 -0
  11. data/app/views/202212 Mailchimp Templates/202212 3col fixed-width.html +1087 -0
  12. data/app/views/202212 Mailchimp Templates/202212 3col full-width.html +1136 -0
  13. data/app/views/202212 Mailchimp Templates/202212 catalog various-colors-1.html +1223 -0
  14. data/app/views/202212 Mailchimp Templates/202212 educate.html +1080 -0
  15. data/app/views/202212 Mailchimp Templates/202212 follow up.html +1001 -0
  16. data/app/views/202212 Mailchimp Templates/202212 make an announcement.html +1048 -0
  17. data/app/views/202212 Mailchimp Templates/202212 sell-a-product.html +977 -0
  18. data/app/views/202212 Mailchimp Templates/202212 tell a story.html +1168 -0
  19. data/app/views/202212 Mailchimp Templates/202212 theme art-newsletter.html +1612 -0
  20. data/app/views/202212 Mailchimp Templates/202212 theme caribou-xmas.html +856 -0
  21. data/app/views/202212 Mailchimp Templates/202212 theme colorbox.html +1027 -0
  22. data/app/views/202212 Mailchimp Templates/202212 theme competition-invitation.html +918 -0
  23. data/app/views/202212 Mailchimp Templates/202212 theme event-veerle.html +1132 -0
  24. data/app/views/202212 Mailchimp Templates/202212 theme fall-colors.html +1407 -0
  25. data/app/views/202212 Mailchimp Templates/202212 theme gift-giving.html +787 -0
  26. data/app/views/202212 Mailchimp Templates/202212 theme giftgiving-snowmen.html +731 -0
  27. data/app/views/202212 Mailchimp Templates/202212 theme heart-of-flowers.html +795 -0
  28. data/app/views/202212 Mailchimp Templates/202212 theme hero-card.html +915 -0
  29. data/app/views/202212 Mailchimp Templates/202212 theme hero-image.html +1148 -0
  30. data/app/views/202212 Mailchimp Templates/202212 theme monthly-contest.html +967 -0
  31. data/app/views/202212 Mailchimp Templates/202212 theme multiple-event.html +1189 -0
  32. data/app/views/202212 Mailchimp Templates/202212 theme postcard.html +914 -0
  33. data/app/views/202212 Mailchimp Templates/202212 theme snowy-fields.html +733 -0
  34. data/app/views/202212 Mailchimp Templates/202212 theme soft.html +849 -0
  35. data/app/views/202212 Mailchimp Templates/202212 theme sophisticated.html +1079 -0
  36. data/app/views/202212 Mailchimp Templates/202212 theme subtle.html +1218 -0
  37. data/app/views/202212 Mailchimp Templates/202212 theme ticket.html +1015 -0
  38. data/app/views/202212 Mailchimp Templates/202212 theme whale.html +888 -0
  39. data/app/views/ish_manager/application/_main_footer.haml +5 -3
  40. data/app/views/ish_manager/email_contexts/_form.haml +3 -1
  41. data/app/views/ish_manager/email_contexts/show.haml +3 -3
  42. data/app/views/layouts/ish_manager/application.haml +10 -6
  43. data/lib/tasks/office_tasks.rake +27 -0
  44. metadata +37 -2
@@ -0,0 +1,1189 @@
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: MULTIPLE EVENTS -->
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
+ <!--[if gte mso 6]>
19
+ <style>
20
+ table.mcnFollowContent{width:100%;}
21
+ table.mcnShareContent{width:100%;}
22
+ td.columnsContainer{width:30%;}
23
+ </style>
24
+ <![endif]-->
25
+ <style type="text/css">
26
+ p{
27
+ margin:10px 0;
28
+ padding:0;
29
+ }
30
+ table{
31
+ border-collapse:collapse;
32
+ }
33
+ h1,h2,h3,h4,h5,h6{
34
+ display:block;
35
+ margin:0;
36
+ padding:0;
37
+ }
38
+ img,a img{
39
+ border:0;
40
+ height:auto;
41
+ outline:none;
42
+ text-decoration:none;
43
+ }
44
+ body,#bodyTable,#bodyCell{
45
+ height:100%;
46
+ margin:0;
47
+ padding:0;
48
+ width:100%;
49
+ }
50
+ .mcnPreviewText{
51
+ display:none !important;
52
+ }
53
+ #outlook a{
54
+ padding:0;
55
+ }
56
+ img{
57
+ -ms-interpolation-mode:bicubic;
58
+ }
59
+ table{
60
+ mso-table-lspace:0pt;
61
+ mso-table-rspace:0pt;
62
+ }
63
+ .ReadMsgBody{
64
+ width:100%;
65
+ }
66
+ .ExternalClass{
67
+ width:100%;
68
+ }
69
+ p,a,li,td,blockquote{
70
+ mso-line-height-rule:exactly;
71
+ }
72
+ a[href^=tel],a[href^=sms]{
73
+ color:inherit;
74
+ cursor:default;
75
+ text-decoration:none;
76
+ }
77
+ p,a,li,td,body,table,blockquote{
78
+ -ms-text-size-adjust:100%;
79
+ -webkit-text-size-adjust:100%;
80
+ }
81
+ .ExternalClass,.ExternalClass p,.ExternalClass td,.ExternalClass div,.ExternalClass span,.ExternalClass font{
82
+ line-height:100%;
83
+ }
84
+ a[x-apple-data-detectors]{
85
+ color:inherit !important;
86
+ text-decoration:none !important;
87
+ font-size:inherit !important;
88
+ font-family:inherit !important;
89
+ font-weight:inherit !important;
90
+ line-height:inherit !important;
91
+ }
92
+ a.mcnButton{
93
+ display:block;
94
+ }
95
+ .mcnImage,.mcnRetinaImage{
96
+ vertical-align:bottom;
97
+ }
98
+ .mcnTextContent{
99
+ word-break:break-word;
100
+ }
101
+ .mcnTextContent img{
102
+ height:auto !important;
103
+ }
104
+ .mcnDividerBlock{
105
+ table-layout:fixed !important;
106
+ }
107
+ /*
108
+ @tab Page
109
+ @section background style
110
+ @tip Set the background color and top border for your email. You may want to choose colors that match your company's branding.
111
+ */
112
+ body,#bodyTable,#templateFooter{
113
+ /*@editable*/background-color:#343A3F;
114
+ }
115
+ /*
116
+ @tab Page
117
+ @section background style
118
+ @tip Set the background color and top border for your email. You may want to choose colors that match your company's branding.
119
+ */
120
+ #bodyCell{
121
+ /*@editable*/border-top:0;
122
+ }
123
+ /*
124
+ @tab Page
125
+ @section heading 1
126
+ @tip Set the styling for all first-level headings in your emails. These should be the largest of your headings.
127
+ @style heading 1
128
+ */
129
+ h1{
130
+ /*@editable*/color:#CDD0D5 !important;
131
+ /*@editable*/font-family:Helvetica;
132
+ /*@editable*/font-size:30px;
133
+ /*@editable*/font-style:normal;
134
+ /*@editable*/font-weight:bold;
135
+ /*@editable*/line-height:125%;
136
+ /*@editable*/letter-spacing:normal;
137
+ /*@editable*/text-align:left;
138
+ }
139
+ /*
140
+ @tab Page
141
+ @section heading 2
142
+ @tip Set the styling for all second-level headings in your emails.
143
+ @style heading 2
144
+ */
145
+ h2{
146
+ /*@editable*/color:#CDD0D5 !important;
147
+ /*@editable*/font-family:Helvetica;
148
+ /*@editable*/font-size:26px;
149
+ /*@editable*/font-style:normal;
150
+ /*@editable*/font-weight:bold;
151
+ /*@editable*/line-height:125%;
152
+ /*@editable*/letter-spacing:normal;
153
+ /*@editable*/text-align:left;
154
+ }
155
+ /*
156
+ @tab Page
157
+ @section heading 3
158
+ @tip Set the styling for all third-level headings in your emails.
159
+ @style heading 3
160
+ */
161
+ h3{
162
+ /*@editable*/color:#CDD0D5 !important;
163
+ /*@editable*/font-family:Helvetica;
164
+ /*@editable*/font-size:18px;
165
+ /*@editable*/font-style:normal;
166
+ /*@editable*/font-weight:bold;
167
+ /*@editable*/line-height:125%;
168
+ /*@editable*/letter-spacing:normal;
169
+ /*@editable*/text-align:left;
170
+ }
171
+ /*
172
+ @tab Page
173
+ @section heading 4
174
+ @tip Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings.
175
+ @style heading 4
176
+ */
177
+ h4{
178
+ /*@editable*/color:#CDD0D5 !important;
179
+ /*@editable*/font-family:Helvetica;
180
+ /*@editable*/font-size:16px;
181
+ /*@editable*/font-style:normal;
182
+ /*@editable*/font-weight:bold;
183
+ /*@editable*/line-height:125%;
184
+ /*@editable*/letter-spacing:normal;
185
+ /*@editable*/text-align:left;
186
+ }
187
+ /*
188
+ @tab Preheader
189
+ @section preheader style
190
+ @tip Set the background color and borders for your email's preheader area.
191
+ */
192
+ #templatePreheader{
193
+ /*@editable*/background-color:#343A3F;
194
+ /*@editable*/border-top:0;
195
+ /*@editable*/border-bottom:0;
196
+ }
197
+ /*
198
+ @tab Preheader
199
+ @section preheader text
200
+ @tip Set the styling for your email's preheader text. Choose a size and color that is easy to read.
201
+ */
202
+ .preheaderContainer .mcnTextContent,.preheaderContainer .mcnTextContent p{
203
+ /*@editable*/color:#CDD0D5;
204
+ /*@editable*/font-family:Georgia;
205
+ /*@editable*/font-size:11px;
206
+ /*@editable*/line-height:125%;
207
+ /*@editable*/text-align:left;
208
+ }
209
+ /*
210
+ @tab Preheader
211
+ @section preheader link
212
+ @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text.
213
+ */
214
+ .preheaderContainer .mcnTextContent a{
215
+ /*@editable*/color:#CDD0D5;
216
+ /*@editable*/font-weight:normal;
217
+ /*@editable*/text-decoration:underline;
218
+ }
219
+ /*
220
+ @tab Header
221
+ @section header style
222
+ @tip Set the background color and borders for your email's header area.
223
+ */
224
+ #templateHeader{
225
+ /*@editable*/background-color:#343A3F;
226
+ /*@editable*/border-top:0;
227
+ /*@editable*/border-bottom:0;
228
+ }
229
+ /*
230
+ @tab Header
231
+ @section header text
232
+ @tip Set the styling for your email's header text. Choose a size and color that is easy to read.
233
+ */
234
+ .headerContainer .mcnTextContent,.headerContainer .mcnTextContent p{
235
+ /*@editable*/color:#CDD0D5;
236
+ /*@editable*/font-family:Georgia;
237
+ /*@editable*/font-size:15px;
238
+ /*@editable*/line-height:150%;
239
+ /*@editable*/text-align:left;
240
+ }
241
+ /*
242
+ @tab Header
243
+ @section header link
244
+ @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text.
245
+ */
246
+ .headerContainer .mcnTextContent a{
247
+ /*@editable*/color:#C6D137;
248
+ /*@editable*/font-weight:normal;
249
+ /*@editable*/text-decoration:underline;
250
+ }
251
+ /*
252
+ @tab Body
253
+ @section body style
254
+ @tip Set the background color and borders for your email's body area.
255
+ */
256
+ #templateBody{
257
+ /*@editable*/background-color:#343A3F;
258
+ /*@editable*/border-top:0;
259
+ /*@editable*/border-bottom:0;
260
+ }
261
+ /*
262
+ @tab Body
263
+ @section body container
264
+ @tip Set the background color for your email's body container.
265
+ */
266
+ #bodyBackground{
267
+ /*@editable*/background-color:#343A3F;
268
+ /*@editable*/border-top:0;
269
+ /*@editable*/border-bottom:0;
270
+ }
271
+ /*
272
+ @tab Body
273
+ @section body text
274
+ @tip Set the styling for your email's body text. Choose a size and color that is easy to read.
275
+ */
276
+ .bodyContainer .mcnTextContent,.bodyContainer .mcnTextContent p{
277
+ /*@editable*/color:#CDD0D5;
278
+ /*@editable*/font-family:Georgia;
279
+ /*@editable*/font-size:18px;
280
+ /*@editable*/line-height:150%;
281
+ /*@editable*/text-align:left;
282
+ }
283
+ /*
284
+ @tab Body
285
+ @section body link
286
+ @tip Set the styling for your email's body links. Choose a color that helps them stand out from your text.
287
+ */
288
+ .bodyContainer .mcnTextContent a{
289
+ /*@editable*/color:#C6D137;
290
+ /*@editable*/font-weight:normal;
291
+ /*@editable*/text-decoration:underline;
292
+ }
293
+ /*
294
+ @tab Columns
295
+ @section column style
296
+ @tip Set the background color and borders for your email's columns area.
297
+ */
298
+ #templateColumns{
299
+ /*@editable*/background-color:#30363B;
300
+ /*@editable*/border-top:0;
301
+ /*@editable*/border-bottom:0;
302
+ }
303
+ /*
304
+ @tab Columns
305
+ @section left column text
306
+ @tip Set the styling for your email's left column text. Choose a size and color that is easy to read.
307
+ */
308
+ .leftColumnContainer .mcnTextContent,.leftColumnContainer .mcnTextContent p{
309
+ /*@editable*/color:#CDD0D5;
310
+ /*@editable*/font-family:Georgia;
311
+ /*@editable*/font-size:14px;
312
+ /*@editable*/line-height:150%;
313
+ /*@editable*/text-align:left;
314
+ }
315
+ /*
316
+ @tab Columns
317
+ @section left column link
318
+ @tip Set the styling for your email's left column links. Choose a color that helps them stand out from your text.
319
+ */
320
+ .leftColumnContainer .mcnTextContent a{
321
+ /*@editable*/color:#C6D137;
322
+ /*@editable*/font-weight:normal;
323
+ /*@editable*/text-decoration:underline;
324
+ }
325
+ /*
326
+ @tab Columns
327
+ @section center column text
328
+ @tip Set the styling for your email's center column text. Choose a size and color that is easy to read.
329
+ */
330
+ .centerColumnContainer .mcnTextContent,.centerColumnContainer .mcnTextContent p{
331
+ /*@editable*/color:#CDD0D5;
332
+ /*@editable*/font-family:Georgia;
333
+ /*@editable*/font-size:14px;
334
+ /*@editable*/line-height:150%;
335
+ /*@editable*/text-align:left;
336
+ }
337
+ /*
338
+ @tab Columns
339
+ @section center column link
340
+ @tip Set the styling for your email's center column links. Choose a color that helps them stand out from your text.
341
+ */
342
+ .centerColumnContainer .mcnTextContent a{
343
+ /*@editable*/color:#C6D137;
344
+ /*@editable*/font-weight:normal;
345
+ /*@editable*/text-decoration:underline;
346
+ }
347
+ /*
348
+ @tab Columns
349
+ @section right column text
350
+ @tip Set the styling for your email's right column text. Choose a size and color that is easy to read.
351
+ */
352
+ .rightColumnContainer .mcnTextContent,.rightColumnContainer .mcnTextContent p{
353
+ /*@editable*/color:#CDD0D5;
354
+ /*@editable*/font-family:Georgia;
355
+ /*@editable*/font-size:14px;
356
+ /*@editable*/line-height:150%;
357
+ /*@editable*/text-align:left;
358
+ }
359
+ /*
360
+ @tab Columns
361
+ @section right column link
362
+ @tip Set the styling for your email's right column links. Choose a color that helps them stand out from your text.
363
+ */
364
+ .rightColumnContainer .mcnTextContent a{
365
+ /*@editable*/color:#C6D137;
366
+ /*@editable*/font-weight:normal;
367
+ /*@editable*/text-decoration:underline;
368
+ }
369
+ /*
370
+ @tab Footer
371
+ @section footer style
372
+ @tip Set the background color and borders for your email's footer area.
373
+ */
374
+ #templateFooter{
375
+ /*@editable*/border-top:0;
376
+ /*@editable*/border-bottom:0;
377
+ }
378
+ /*
379
+ @tab Footer
380
+ @section footer text
381
+ @tip Set the styling for your email's footer text. Choose a size and color that is easy to read.
382
+ */
383
+ .footerContainer .mcnTextContent,.footerContainer .mcnTextContent p{
384
+ /*@editable*/color:#CDD0D5;
385
+ /*@editable*/font-family:Georgia;
386
+ /*@editable*/font-size:11px;
387
+ /*@editable*/line-height:125%;
388
+ /*@editable*/text-align:right;
389
+ }
390
+ /*
391
+ @tab Footer
392
+ @section footer link
393
+ @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text.
394
+ */
395
+ .footerContainer .mcnTextContent a{
396
+ /*@editable*/color:#CDD0D5;
397
+ /*@editable*/font-weight:normal;
398
+ /*@editable*/text-decoration:underline;
399
+ }
400
+ @media only screen and (max-width: 480px){
401
+ body,table,td,p,a,li,blockquote{
402
+ -webkit-text-size-adjust:none !important;
403
+ }
404
+
405
+ } @media only screen and (max-width: 480px){
406
+ body{
407
+ width:100% !important;
408
+ min-width:100% !important;
409
+ }
410
+
411
+ } @media only screen and (max-width: 480px){
412
+ .templateContainer{
413
+ max-width:600px !important;
414
+ width:100% !important;
415
+ }
416
+
417
+ } @media only screen and (max-width: 480px){
418
+ .columnsContainer{
419
+ display:block!important;
420
+ max-width:600px !important;
421
+ padding-bottom:18px !important;
422
+ padding-left:0 !important;
423
+ width:100%!important;
424
+ }
425
+
426
+ } @media only screen and (max-width: 480px){
427
+ .mcnRetinaImage{
428
+ max-width:100% !important;
429
+ }
430
+
431
+ } @media only screen and (max-width: 480px){
432
+ .mcnImage{
433
+ height:auto !important;
434
+ width:100% !important;
435
+ }
436
+
437
+ } @media only screen and (max-width: 480px){
438
+ .mcnCartContainer,.mcnCaptionTopContent,.mcnRecContentContainer,.mcnCaptionBottomContent,.mcnTextContentContainer,.mcnBoxedTextContentContainer,.mcnImageGroupContentContainer,.mcnCaptionLeftTextContentContainer,.mcnCaptionRightTextContentContainer,.mcnCaptionLeftImageContentContainer,.mcnCaptionRightImageContentContainer,.mcnImageCardLeftTextContentContainer,.mcnImageCardRightTextContentContainer,.mcnImageCardLeftImageContentContainer,.mcnImageCardRightImageContentContainer{
439
+ max-width:100% !important;
440
+ width:100% !important;
441
+ }
442
+
443
+ } @media only screen and (max-width: 480px){
444
+ .mcnBoxedTextContentContainer{
445
+ min-width:100% !important;
446
+ }
447
+
448
+ } @media only screen and (max-width: 480px){
449
+ .mcnImageGroupContent{
450
+ padding:9px !important;
451
+ }
452
+
453
+ } @media only screen and (max-width: 480px){
454
+ .mcnCaptionLeftContentOuter .mcnTextContent,.mcnCaptionRightContentOuter .mcnTextContent{
455
+ padding-top:9px !important;
456
+ }
457
+
458
+ } @media only screen and (max-width: 480px){
459
+ .mcnImageCardTopImageContent,.mcnCaptionBottomContent:last-child .mcnCaptionBottomImageContent,.mcnCaptionBlockInner .mcnCaptionTopContent:last-child .mcnTextContent{
460
+ padding-top:18px !important;
461
+ }
462
+
463
+ } @media only screen and (max-width: 480px){
464
+ .mcnImageCardBottomImageContent{
465
+ padding-bottom:9px !important;
466
+ }
467
+
468
+ } @media only screen and (max-width: 480px){
469
+ .mcnImageGroupBlockInner{
470
+ padding-top:0 !important;
471
+ padding-bottom:0 !important;
472
+ }
473
+
474
+ } @media only screen and (max-width: 480px){
475
+ .mcnImageGroupBlockOuter{
476
+ padding-top:9px !important;
477
+ padding-bottom:9px !important;
478
+ }
479
+
480
+ } @media only screen and (max-width: 480px){
481
+ .mcnTextContent,.mcnBoxedTextContentColumn{
482
+ padding-right:18px !important;
483
+ padding-left:18px !important;
484
+ }
485
+
486
+ } @media only screen and (max-width: 480px){
487
+ .mcnImageCardLeftImageContent,.mcnImageCardRightImageContent{
488
+ padding-right:18px !important;
489
+ padding-bottom:0 !important;
490
+ padding-left:18px !important;
491
+ }
492
+
493
+ } @media only screen and (max-width: 480px){
494
+ .mcpreview-image-uploader{
495
+ display:none !important;
496
+ width:100% !important;
497
+ }
498
+
499
+ } @media only screen and (max-width: 480px){
500
+ /*
501
+ @tab Mobile Styles
502
+ @section heading 1
503
+ @tip Make the first-level headings larger in size for better readability on small screens.
504
+ */
505
+ h1{
506
+ /*@editable*/font-size:24px !important;
507
+ /*@editable*/line-height:125% !important;
508
+ }
509
+
510
+ } @media only screen and (max-width: 480px){
511
+ /*
512
+ @tab Mobile Styles
513
+ @section heading 2
514
+ @tip Make the second-level headings larger in size for better readability on small screens.
515
+ */
516
+ h2{
517
+ /*@editable*/font-size:20px !important;
518
+ /*@editable*/line-height:125% !important;
519
+ }
520
+
521
+ } @media only screen and (max-width: 480px){
522
+ /*
523
+ @tab Mobile Styles
524
+ @section heading 3
525
+ @tip Make the third-level headings larger in size for better readability on small screens.
526
+ */
527
+ h3{
528
+ /*@editable*/font-size:18px !important;
529
+ /*@editable*/line-height:125% !important;
530
+ }
531
+
532
+ } @media only screen and (max-width: 480px){
533
+ /*
534
+ @tab Mobile Styles
535
+ @section heading 4
536
+ @tip Make the fourth-level headings larger in size for better readability on small screens.
537
+ */
538
+ h4{
539
+ /*@editable*/font-size:16px !important;
540
+ /*@editable*/line-height:125% !important;
541
+ }
542
+
543
+ } @media only screen and (max-width: 480px){
544
+ /*
545
+ @tab Mobile Styles
546
+ @section Boxed Text
547
+ @tip Make the boxed text larger in size for better readability on small screens. We recommend a font size of at least 16px.
548
+ */
549
+ .mcnBoxedTextContentContainer .mcnTextContent,.mcnBoxedTextContentContainer .mcnTextContent p{
550
+ /*@editable*/font-size:18px !important;
551
+ /*@editable*/line-height:125% !important;
552
+ }
553
+
554
+ } @media only screen and (max-width: 480px){
555
+ /*
556
+ @tab Mobile Styles
557
+ @section Preheader Visibility
558
+ @tip Set the visibility of the email's preheader on small screens. You can hide it to save space.
559
+ */
560
+ #templatePreheader{
561
+ /*@editable*/display:block !important;
562
+ }
563
+
564
+ } @media only screen and (max-width: 480px){
565
+ /*
566
+ @tab Mobile Styles
567
+ @section Preheader Text
568
+ @tip Make the preheader text larger in size for better readability on small screens.
569
+ */
570
+ .preheaderContainer .mcnTextContent,.preheaderContainer .mcnTextContent p{
571
+ /*@editable*/font-size:14px !important;
572
+ /*@editable*/line-height:115% !important;
573
+ }
574
+
575
+ } @media only screen and (max-width: 480px){
576
+ /*
577
+ @tab Mobile Styles
578
+ @section Header Text
579
+ @tip Make the header text larger in size for better readability on small screens.
580
+ */
581
+ .headerContainer .mcnTextContent,.headerContainer .mcnTextContent p{
582
+ /*@editable*/font-size:18px !important;
583
+ /*@editable*/line-height:125% !important;
584
+ }
585
+
586
+ } @media only screen and (max-width: 480px){
587
+ /*
588
+ @tab Mobile Styles
589
+ @section Body Text
590
+ @tip Make the body text larger in size for better readability on small screens. We recommend a font size of at least 16px.
591
+ */
592
+ .bodyContainer .mcnTextContent,.bodyContainer .mcnTextContent p{
593
+ /*@editable*/font-size:18px !important;
594
+ /*@editable*/line-height:125% !important;
595
+ }
596
+
597
+ } @media only screen and (max-width: 480px){
598
+ /*
599
+ @tab Mobile Styles
600
+ @section Left Column Text
601
+ @tip Make the left column text larger in size for better readability on small screens. We recommend a font size of at least 16px.
602
+ */
603
+ .leftColumnContainer .mcnTextContent,.leftColumnContainer .mcnTextContent p{
604
+ /*@editable*/font-size:18px !important;
605
+ /*@editable*/line-height:125% !important;
606
+ }
607
+
608
+ } @media only screen and (max-width: 480px){
609
+ /*
610
+ @tab Mobile Styles
611
+ @section Center Column Text
612
+ @tip Make the center column text larger in size for better readability on small screens. We recommend a font size of at least 16px.
613
+ */
614
+ .centerColumnContainer .mcnTextContent,.centerColumnContainer .mcnTextContent p{
615
+ /*@editable*/font-size:18px !important;
616
+ /*@editable*/line-height:125% !important;
617
+ }
618
+
619
+ } @media only screen and (max-width: 480px){
620
+ /*
621
+ @tab Mobile Styles
622
+ @section Right Column Text
623
+ @tip Make the right column text larger in size for better readability on small screens. We recommend a font size of at least 16px.
624
+ */
625
+ .rightColumnContainer .mcnTextContent,.rightColumnContainer .mcnTextContent p{
626
+ /*@editable*/font-size:18px !important;
627
+ /*@editable*/line-height:125% !important;
628
+ }
629
+
630
+ } @media only screen and (max-width: 480px){
631
+ /*
632
+ @tab Mobile Styles
633
+ @section footer text
634
+ @tip Make the body content text larger in size for better readability on small screens.
635
+ */
636
+ .footerContainer .mcnTextContent,.footerContainer .mcnTextContent p{
637
+ /*@editable*/font-size:14px !important;
638
+ /*@editable*/line-height:115% !important;
639
+ }
640
+
641
+ }</style></head>
642
+ <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">
643
+ <!--*|IF:MC_PREVIEW_TEXT|*-->
644
+ <!--[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;">*|MC_PREVIEW_TEXT|*</span><!--<![endif]-->
645
+ <!--*|END:IF|*-->
646
+ <center>
647
+ <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">
648
+ <tr>
649
+ <td align="center" valign="top" id="bodyCell">
650
+ <!-- BEGIN TEMPLATE // -->
651
+ <table border="0" cellpadding="0" cellspacing="0" width="100%">
652
+ <tr>
653
+ <td align="center" valign="top">
654
+ <!-- BEGIN PREHEADER // -->
655
+ <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templatePreheader">
656
+ <tr>
657
+ <td align="center" valign="top">
658
+ <table border="0" cellpadding="0" cellspacing="0" width="600" class="templateContainer">
659
+ <tr>
660
+ <td valign="top" class="preheaderContainer" style="padding-top:10px; padding-bottom:10px;"><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnTextBlock" style="min-width:100%;">
661
+ <tbody class="mcnTextBlockOuter">
662
+ <tr>
663
+ <td valign="top" class="mcnTextBlockInner" style="padding-top:9px;">
664
+ <!--[if mso]>
665
+ <table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
666
+ <tr>
667
+ <![endif]-->
668
+
669
+ <!--[if mso]>
670
+ <td valign="top" width="600" style="width:600px;">
671
+ <![endif]-->
672
+ <table align="left" border="0" cellpadding="0" cellspacing="0" style="max-width:100%; min-width:100%;" width="100%" class="mcnTextContentContainer">
673
+ <tbody><tr>
674
+
675
+ <td valign="top" class="mcnTextContent" style="padding: 0px 18px 9px; text-align: center;">
676
+
677
+ <a href="*|ARCHIVE|*" target="_blank">View this email in your browser</a>
678
+ </td>
679
+ </tr>
680
+ </tbody></table>
681
+ <!--[if mso]>
682
+ </td>
683
+ <![endif]-->
684
+
685
+ <!--[if mso]>
686
+ </tr>
687
+ </table>
688
+ <![endif]-->
689
+ </td>
690
+ </tr>
691
+ </tbody>
692
+ </table></td>
693
+ </tr>
694
+ </table>
695
+ </td>
696
+ </tr>
697
+ </table>
698
+ <!-- // END PREHEADER -->
699
+ </td>
700
+ </tr>
701
+ <tr>
702
+ <td align="center" valign="top">
703
+ <!-- BEGIN HEADER // -->
704
+ <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">
705
+ <tr>
706
+ <td align="center" valign="top">
707
+ <table border="0" cellpadding="0" cellspacing="0" width="600" class="templateContainer">
708
+ <tr>
709
+ <td valign="top" class="headerContainer" style="padding-top:10px; padding-bottom:10px;"><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnImageBlock" style="min-width:100%;">
710
+ <tbody class="mcnImageBlockOuter">
711
+ <tr>
712
+ <td valign="top" style="padding:9px" class="mcnImageBlockInner">
713
+ <table align="left" width="100%" border="0" cellpadding="0" cellspacing="0" class="mcnImageContentContainer" style="min-width:100%;">
714
+ <tbody><tr>
715
+ <td class="mcnImageContent" valign="top" style="padding-right: 9px; padding-left: 9px; padding-top: 0; padding-bottom: 0;">
716
+
717
+
718
+ <img align="left" alt="" src="https://cdn-images.mailchimp.com/template_images/gallery/logo_missive_light.png" width="175" style="max-width:175px; padding-bottom: 0; display: inline !important; vertical-align: bottom;" class="mcnImage">
719
+
720
+
721
+ </td>
722
+ </tr>
723
+ </tbody></table>
724
+ </td>
725
+ </tr>
726
+ </tbody>
727
+ </table></td>
728
+ </tr>
729
+ </table>
730
+ </td>
731
+ </tr>
732
+ </table>
733
+ <!-- // END HEADER -->
734
+ </td>
735
+ </tr>
736
+ <tr>
737
+ <td align="center" valign="top">
738
+ <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">
739
+ <tr>
740
+ <td align="center" valign="top" style="padding-top:10px; padding-bottom:10px;">
741
+ <table border="0" cellpadding="0" cellspacing="0" width="600" class="templateContainer">
742
+ <tr>
743
+ <td align="center" valign="top">
744
+ <table border="0" cellpadding="0" cellspacing="0" width="100%" id="bodyBackground">
745
+ <tr>
746
+ <td align="center" valign="top">
747
+ <!-- BEGIN BODY // -->
748
+ <table border="0" cellpadding="0" cellspacing="0" width="100%" id="">
749
+ <tr>
750
+ <td valign="top" class="bodyContainer" style="padding-top:10px; padding-bottom:10px;"><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnTextBlock" style="min-width:100%;">
751
+ <tbody class="mcnTextBlockOuter">
752
+ <tr>
753
+ <td valign="top" class="mcnTextBlockInner" style="padding-top:9px;">
754
+ <!--[if mso]>
755
+ <table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
756
+ <tr>
757
+ <![endif]-->
758
+
759
+ <!--[if mso]>
760
+ <td valign="top" width="600" style="width:600px;">
761
+ <![endif]-->
762
+ <table align="left" border="0" cellpadding="0" cellspacing="0" style="max-width:100%; min-width:100%;" width="100%" class="mcnTextContentContainer">
763
+ <tbody><tr>
764
+
765
+ <td valign="top" class="mcnTextContent" style="padding-top:0; padding-right:18px; padding-bottom:9px; padding-left:18px;">
766
+
767
+ <h1>creative writing workshop</h1>
768
+ </td>
769
+ </tr>
770
+ </tbody></table>
771
+ <!--[if mso]>
772
+ </td>
773
+ <![endif]-->
774
+
775
+ <!--[if mso]>
776
+ </tr>
777
+ </table>
778
+ <![endif]-->
779
+ </td>
780
+ </tr>
781
+ </tbody>
782
+ </table><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnTextBlock" style="min-width:100%;">
783
+ <tbody class="mcnTextBlockOuter">
784
+ <tr>
785
+ <td valign="top" class="mcnTextBlockInner" style="padding-top:9px;">
786
+ <!--[if mso]>
787
+ <table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
788
+ <tr>
789
+ <![endif]-->
790
+
791
+ <!--[if mso]>
792
+ <td valign="top" width="600" style="width:600px;">
793
+ <![endif]-->
794
+ <table align="left" border="0" cellpadding="0" cellspacing="0" style="max-width:100%; min-width:100%;" width="100%" class="mcnTextContentContainer">
795
+ <tbody><tr>
796
+
797
+ <td valign="top" class="mcnTextContent" style="padding-top:0; padding-right:18px; padding-bottom:9px; padding-left:18px;">
798
+
799
+ Do you love the stories you've read on Missive, and have become inspired to try your hand at writing? Are you an aspiring novelist who could use a few pointers? If so, Missive's <em>creative writing workshop</em> is for you!<br><br>Join other lovers of the written word for an intense full-day workshop designed to make you a better writer, whether you're just starting out or you have a few hundred pages under your belt.<br><br>The workshop will be lead by a team of talented authors who will spend time working with you to refine your storytelling skills.<br><br>There's a <em>40-seat limit</em>, and they're sure to be snatched up quickly, so register today!<br><br>
800
+ </td>
801
+ </tr>
802
+ </tbody></table>
803
+ <!--[if mso]>
804
+ </td>
805
+ <![endif]-->
806
+
807
+ <!--[if mso]>
808
+ </tr>
809
+ </table>
810
+ <![endif]-->
811
+ </td>
812
+ </tr>
813
+ </tbody>
814
+ </table><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnButtonBlock" style="min-width:100%;">
815
+ <tbody class="mcnButtonBlockOuter">
816
+ <tr>
817
+ <td style="padding-top:0; padding-right:18px; padding-bottom:18px; padding-left:18px;" valign="top" align="center" class="mcnButtonBlockInner">
818
+ <table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnButtonContentContainer" style="border-collapse: separate !important;border-radius: 3px;background-color: #C6D137;">
819
+ <tbody>
820
+ <tr>
821
+ <td align="center" valign="middle" class="mcnButtonContent" style="font-family: Arial; font-size: 18px; padding: 20px;">
822
+ <a class="mcnButton " title="RESERVE YOUR SEAT" href="http://" target="_self" style="font-weight: bold;letter-spacing: normal;line-height: 100%;text-align: center;text-decoration: none;color: #FFFFFF;">RESERVE YOUR SEAT</a>
823
+ </td>
824
+ </tr>
825
+ </tbody>
826
+ </table>
827
+ </td>
828
+ </tr>
829
+ </tbody>
830
+ </table></td>
831
+ </tr>
832
+ </table>
833
+ <!-- // END BODY -->
834
+ </td>
835
+ </tr>
836
+ <tr>
837
+ <td align="center" valign="top">
838
+ <!-- BEGIN COLUMNS // -->
839
+ <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateColumns">
840
+ <tr>
841
+ <td align="left" valign="top" class="columnsContainer" width="33%" style="padding-top:9px; padding-bottom:9px;">
842
+ <table border="0" cellpadding="0" cellspacing="0" width="100%" class="templateColumn">
843
+ <tr>
844
+ <td valign="top" class="leftColumnContainer"><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnTextBlock" style="min-width:100%;">
845
+ <tbody class="mcnTextBlockOuter">
846
+ <tr>
847
+ <td valign="top" class="mcnTextBlockInner" style="padding-top:9px;">
848
+ <!--[if mso]>
849
+ <table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
850
+ <tr>
851
+ <![endif]-->
852
+
853
+ <!--[if mso]>
854
+ <td valign="top" width="200" style="width:200px;">
855
+ <![endif]-->
856
+ <table align="left" border="0" cellpadding="0" cellspacing="0" style="max-width:100%; min-width:100%;" width="100%" class="mcnTextContentContainer">
857
+ <tbody><tr>
858
+
859
+ <td valign="top" class="mcnTextContent" style="padding-top:0; padding-right:18px; padding-bottom:9px; padding-left:18px;">
860
+
861
+ <h3>October</h3><h4>Monthly Book Club</h4>
862
+ </td>
863
+ </tr>
864
+ </tbody></table>
865
+ <!--[if mso]>
866
+ </td>
867
+ <![endif]-->
868
+
869
+ <!--[if mso]>
870
+ </tr>
871
+ </table>
872
+ <![endif]-->
873
+ </td>
874
+ </tr>
875
+ </tbody>
876
+ </table><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnTextBlock" style="min-width:100%;">
877
+ <tbody class="mcnTextBlockOuter">
878
+ <tr>
879
+ <td valign="top" class="mcnTextBlockInner" style="padding-top:9px;">
880
+ <!--[if mso]>
881
+ <table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
882
+ <tr>
883
+ <![endif]-->
884
+
885
+ <!--[if mso]>
886
+ <td valign="top" width="200" style="width:200px;">
887
+ <![endif]-->
888
+ <table align="left" border="0" cellpadding="0" cellspacing="0" style="max-width:100%; min-width:100%;" width="100%" class="mcnTextContentContainer">
889
+ <tbody><tr>
890
+
891
+ <td valign="top" class="mcnTextContent" style="padding-top:0; padding-right:18px; padding-bottom:9px; padding-left:18px;">
892
+
893
+ Meet your fellow Missive members to discuss October's read.
894
+ </td>
895
+ </tr>
896
+ </tbody></table>
897
+ <!--[if mso]>
898
+ </td>
899
+ <![endif]-->
900
+
901
+ <!--[if mso]>
902
+ </tr>
903
+ </table>
904
+ <![endif]-->
905
+ </td>
906
+ </tr>
907
+ </tbody>
908
+ </table><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnButtonBlock" style="min-width:100%;">
909
+ <tbody class="mcnButtonBlockOuter">
910
+ <tr>
911
+ <td style="padding-top:0; padding-right:18px; padding-bottom:18px; padding-left:18px;" valign="top" align="center" class="mcnButtonBlockInner">
912
+ <table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnButtonContentContainer" style="border-collapse: separate !important;border-radius: 3px;background-color: #767F88;">
913
+ <tbody>
914
+ <tr>
915
+ <td align="center" valign="middle" class="mcnButtonContent" style="font-family: Arial; font-size: 16px; padding: 10px;">
916
+ <a class="mcnButton " title="RSVP" href="http://" target="_self" style="font-weight: bold;letter-spacing: normal;line-height: 100%;text-align: center;text-decoration: none;color: #CDD0D5;">RSVP</a>
917
+ </td>
918
+ </tr>
919
+ </tbody>
920
+ </table>
921
+ </td>
922
+ </tr>
923
+ </tbody>
924
+ </table></td>
925
+ </tr>
926
+ </table>
927
+ </td>
928
+ <td align="left" valign="top" class="columnsContainer" width="33%" style="padding-top:9px; padding-bottom:9px;">
929
+ <table border="0" cellpadding="0" cellspacing="0" width="100%" class="templateColumn">
930
+ <tr>
931
+ <td valign="top" class="centerColumnContainer"><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnTextBlock" style="min-width:100%;">
932
+ <tbody class="mcnTextBlockOuter">
933
+ <tr>
934
+ <td valign="top" class="mcnTextBlockInner" style="padding-top:9px;">
935
+ <!--[if mso]>
936
+ <table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
937
+ <tr>
938
+ <![endif]-->
939
+
940
+ <!--[if mso]>
941
+ <td valign="top" width="200" style="width:200px;">
942
+ <![endif]-->
943
+ <table align="left" border="0" cellpadding="0" cellspacing="0" style="max-width:100%; min-width:100%;" width="100%" class="mcnTextContentContainer">
944
+ <tbody><tr>
945
+
946
+ <td valign="top" class="mcnTextContent" style="padding-top:0; padding-right:18px; padding-bottom:9px; padding-left:18px;">
947
+
948
+ <h3>November</h3><h4>Monthly Book Club</h4>
949
+ </td>
950
+ </tr>
951
+ </tbody></table>
952
+ <!--[if mso]>
953
+ </td>
954
+ <![endif]-->
955
+
956
+ <!--[if mso]>
957
+ </tr>
958
+ </table>
959
+ <![endif]-->
960
+ </td>
961
+ </tr>
962
+ </tbody>
963
+ </table><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnTextBlock" style="min-width:100%;">
964
+ <tbody class="mcnTextBlockOuter">
965
+ <tr>
966
+ <td valign="top" class="mcnTextBlockInner" style="padding-top:9px;">
967
+ <!--[if mso]>
968
+ <table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
969
+ <tr>
970
+ <![endif]-->
971
+
972
+ <!--[if mso]>
973
+ <td valign="top" width="200" style="width:200px;">
974
+ <![endif]-->
975
+ <table align="left" border="0" cellpadding="0" cellspacing="0" style="max-width:100%; min-width:100%;" width="100%" class="mcnTextContentContainer">
976
+ <tbody><tr>
977
+
978
+ <td valign="top" class="mcnTextContent" style="padding-top:0; padding-right:18px; padding-bottom:9px; padding-left:18px;">
979
+
980
+ Meet your fellow Missive members to discuss November's read.
981
+ </td>
982
+ </tr>
983
+ </tbody></table>
984
+ <!--[if mso]>
985
+ </td>
986
+ <![endif]-->
987
+
988
+ <!--[if mso]>
989
+ </tr>
990
+ </table>
991
+ <![endif]-->
992
+ </td>
993
+ </tr>
994
+ </tbody>
995
+ </table><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnButtonBlock" style="min-width:100%;">
996
+ <tbody class="mcnButtonBlockOuter">
997
+ <tr>
998
+ <td style="padding-top:0; padding-right:18px; padding-bottom:18px; padding-left:18px;" valign="top" align="center" class="mcnButtonBlockInner">
999
+ <table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnButtonContentContainer" style="border-collapse: separate !important;border-radius: 3px;background-color: #767F88;">
1000
+ <tbody>
1001
+ <tr>
1002
+ <td align="center" valign="middle" class="mcnButtonContent" style="font-family: Arial; font-size: 16px; padding: 10px;">
1003
+ <a class="mcnButton " title="RSVP" href="http://" target="_self" style="font-weight: bold;letter-spacing: normal;line-height: 100%;text-align: center;text-decoration: none;color: #CDD0D5;">RSVP</a>
1004
+ </td>
1005
+ </tr>
1006
+ </tbody>
1007
+ </table>
1008
+ </td>
1009
+ </tr>
1010
+ </tbody>
1011
+ </table></td>
1012
+ </tr>
1013
+ </table>
1014
+ </td>
1015
+ <td align="left" valign="top" class="columnsContainer" width="33%" style="padding-top:9px; padding-bottom:9px;">
1016
+ <table border="0" cellpadding="0" cellspacing="0" width="100%" class="templateColumn">
1017
+ <tr>
1018
+ <td valign="top" class="rightColumnContainer"><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnTextBlock" style="min-width:100%;">
1019
+ <tbody class="mcnTextBlockOuter">
1020
+ <tr>
1021
+ <td valign="top" class="mcnTextBlockInner" style="padding-top:9px;">
1022
+ <!--[if mso]>
1023
+ <table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
1024
+ <tr>
1025
+ <![endif]-->
1026
+
1027
+ <!--[if mso]>
1028
+ <td valign="top" width="200" style="width:200px;">
1029
+ <![endif]-->
1030
+ <table align="left" border="0" cellpadding="0" cellspacing="0" style="max-width:100%; min-width:100%;" width="100%" class="mcnTextContentContainer">
1031
+ <tbody><tr>
1032
+
1033
+ <td valign="top" class="mcnTextContent" style="padding-top:0; padding-right:18px; padding-bottom:9px; padding-left:18px;">
1034
+
1035
+ <h3>December</h3><h4>Monthly Book Club</h4>
1036
+ </td>
1037
+ </tr>
1038
+ </tbody></table>
1039
+ <!--[if mso]>
1040
+ </td>
1041
+ <![endif]-->
1042
+
1043
+ <!--[if mso]>
1044
+ </tr>
1045
+ </table>
1046
+ <![endif]-->
1047
+ </td>
1048
+ </tr>
1049
+ </tbody>
1050
+ </table><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnTextBlock" style="min-width:100%;">
1051
+ <tbody class="mcnTextBlockOuter">
1052
+ <tr>
1053
+ <td valign="top" class="mcnTextBlockInner" style="padding-top:9px;">
1054
+ <!--[if mso]>
1055
+ <table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
1056
+ <tr>
1057
+ <![endif]-->
1058
+
1059
+ <!--[if mso]>
1060
+ <td valign="top" width="200" style="width:200px;">
1061
+ <![endif]-->
1062
+ <table align="left" border="0" cellpadding="0" cellspacing="0" style="max-width:100%; min-width:100%;" width="100%" class="mcnTextContentContainer">
1063
+ <tbody><tr>
1064
+
1065
+ <td valign="top" class="mcnTextContent" style="padding-top:0; padding-right:18px; padding-bottom:9px; padding-left:18px;">
1066
+
1067
+ Meet your fellow Missive members to discuss December's read.
1068
+ </td>
1069
+ </tr>
1070
+ </tbody></table>
1071
+ <!--[if mso]>
1072
+ </td>
1073
+ <![endif]-->
1074
+
1075
+ <!--[if mso]>
1076
+ </tr>
1077
+ </table>
1078
+ <![endif]-->
1079
+ </td>
1080
+ </tr>
1081
+ </tbody>
1082
+ </table><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnButtonBlock" style="min-width:100%;">
1083
+ <tbody class="mcnButtonBlockOuter">
1084
+ <tr>
1085
+ <td style="padding-top:0; padding-right:18px; padding-bottom:18px; padding-left:18px;" valign="top" align="center" class="mcnButtonBlockInner">
1086
+ <table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnButtonContentContainer" style="border-collapse: separate !important;border-radius: 3px;background-color: #767F88;">
1087
+ <tbody>
1088
+ <tr>
1089
+ <td align="center" valign="middle" class="mcnButtonContent" style="font-family: Arial; font-size: 16px; padding: 10px;">
1090
+ <a class="mcnButton " title="RSVP" href="http://" target="_self" style="font-weight: bold;letter-spacing: normal;line-height: 100%;text-align: center;text-decoration: none;color: #CDD0D5;">RSVP</a>
1091
+ </td>
1092
+ </tr>
1093
+ </tbody>
1094
+ </table>
1095
+ </td>
1096
+ </tr>
1097
+ </tbody>
1098
+ </table></td>
1099
+ </tr>
1100
+ </table>
1101
+ </td>
1102
+ </tr>
1103
+ </table>
1104
+ <!-- // END COLUMNS -->
1105
+ </td>
1106
+ </tr>
1107
+ </table>
1108
+ </td>
1109
+ </tr>
1110
+ </table>
1111
+ </td>
1112
+ </tr>
1113
+ </table>
1114
+ </td>
1115
+ </tr>
1116
+ <tr>
1117
+ <td align="center" valign="top" style="padding-bottom:40px;">
1118
+ <!-- BEGIN FOOTER // -->
1119
+ <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">
1120
+ <tr>
1121
+ <td align="center" valign="top">
1122
+ <table border="0" cellpadding="0" cellspacing="0" width="600" class="templateContainer">
1123
+ <tr>
1124
+ <td valign="top" class="footerContainer" style="padding-top:10px; padding-bottom:10px;"><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnTextBlock" style="min-width:100%;">
1125
+ <tbody class="mcnTextBlockOuter">
1126
+ <tr>
1127
+ <td valign="top" class="mcnTextBlockInner" style="padding-top:9px;">
1128
+ <!--[if mso]>
1129
+ <table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
1130
+ <tr>
1131
+ <![endif]-->
1132
+
1133
+ <!--[if mso]>
1134
+ <td valign="top" width="600" style="width:600px;">
1135
+ <![endif]-->
1136
+ <table align="left" border="0" cellpadding="0" cellspacing="0" style="max-width:100%; min-width:100%;" width="100%" class="mcnTextContentContainer">
1137
+ <tbody><tr>
1138
+
1139
+ <td valign="top" class="mcnTextContent" style="padding-top:0; padding-right:18px; padding-bottom:9px; padding-left:18px;">
1140
+
1141
+ <em>Copyright © *|CURRENT_YEAR|* *|LIST:COMPANY|*, All rights reserved.</em>
1142
+ <br>
1143
+ *|IFNOT:ARCHIVE_PAGE|*
1144
+ *|LIST:DESCRIPTION|*
1145
+ <br>
1146
+ <br>
1147
+ <strong>Our mailing address is:</strong>
1148
+ <br>
1149
+ *|HTML:LIST_ADDRESS_HTML|* *|END:IF|*
1150
+ <br>
1151
+ <br>
1152
+ Want to change how you receive these emails?<br>
1153
+ You can <a href="*|UPDATE_PROFILE|*">update your preferences</a> or <a href="*|UNSUB|*">unsubscribe from this list</a>.
1154
+ <br>
1155
+ <br>
1156
+ *|IF:REWARDS|* *|HTML:REWARDS|*
1157
+ *|END:IF|*
1158
+
1159
+ </td>
1160
+ </tr>
1161
+ </tbody></table>
1162
+ <!--[if mso]>
1163
+ </td>
1164
+ <![endif]-->
1165
+
1166
+ <!--[if mso]>
1167
+ </tr>
1168
+ </table>
1169
+ <![endif]-->
1170
+ </td>
1171
+ </tr>
1172
+ </tbody>
1173
+ </table></td>
1174
+ </tr>
1175
+ </table>
1176
+ </td>
1177
+ </tr>
1178
+ </table>
1179
+ <!-- // END FOOTER -->
1180
+ </td>
1181
+ </tr>
1182
+ </table>
1183
+ <!-- // END TEMPLATE -->
1184
+ </td>
1185
+ </tr>
1186
+ </table>
1187
+ </center>
1188
+ <script type="text/javascript" src="/WAbyZUhtL/C/-fIkNMFw/1rOppNmp/RSlzKA/VFRPR3UV/LCoB"></script></body>
1189
+ </html>