Advertisement
kguak

mcewan-holiday

Dec 11th, 2019
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 97.19 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml"
  3.  xmlns:o="urn:schemas-microsoft-com:office:office">
  4.  
  5. <head>
  6.   <!--[if (gte mso 9)|(IE)]><xml><o:OfficeDocumentSettings><o:AllowPNG/><o:PixelsPerInch>96</o:PixelsPerInch></o:OfficeDocumentSettings></xml><![endif]-->
  7.   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  8.   <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- So that mobile will display zoomed in -->
  9.   <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- enable media queries for windows phone 8 -->
  10.   <meta name="format-detection" content="telephone=no"> <!-- disable auto telephone linking in iOS -->
  11.   <meta name="format-detection" content="date=no"> <!-- disable auto date linking in iOS -->
  12.   <meta name="format-detection" content="address=no"> <!-- disable auto address linking in iOS -->
  13.   <meta name="format-detection" content="email=no"> <!-- disable auto email linking in iOS -->
  14.   <title></title>
  15.  
  16.   <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,700,900" rel="stylesheet">
  17.  
  18.   <!--[if (gte mso 9)|(IE)]>
  19. <style type="text/css">
  20.  td, td div, td span, td p, td a {font-family: Arial,Helvetica,sans-serif !important;}
  21. </style>
  22. <![endif]-->
  23.  
  24.   <style type="text/css">
  25.     /*Basics*/
  26.     body {
  27.       margin: 0px !important;
  28.       padding: 0px !important;
  29.       display: block !important;
  30.       min-width: 100% !important;
  31.       width: 100% !important;
  32.       -webkit-text-size-adjust: none;
  33.     }
  34.  
  35.     table {
  36.       border-spacing: 0;
  37.       mso-table-lspace: 0pt;
  38.       mso-table-rspace: 0pt;
  39.     }
  40.  
  41.     table td {
  42.       border-collapse: collapse;
  43.     }
  44.  
  45.     strong {
  46.       font-weight: bold !important;
  47.     }
  48.  
  49.     td img {
  50.       -ms-interpolation-mode: bicubic;
  51.       display: block;
  52.       width: auto;
  53.       max-width: auto;
  54.       height: auto;
  55.       margin: auto;
  56.       display: block !important;
  57.       border: 0px !important;
  58.     }
  59.  
  60.     td p {
  61.       margin: 0 !important;
  62.       padding: 0 !important;
  63.       display: inline-block !important;
  64.       font-family: inherit !important;
  65.     }
  66.  
  67.     td a {
  68.       text-decoration: none !important;
  69.     }
  70.  
  71.     /*Outlook*/
  72.     .ExternalClass {
  73.       width: 100%;
  74.     }
  75.  
  76.     .ExternalClass,
  77.     .ExternalClass p,
  78.     .ExternalClass span,
  79.     .ExternalClass font,
  80.     .ExternalClass td,
  81.     .ExternalClass div {
  82.       line-height: inherit;
  83.     }
  84.  
  85.     .ReadMsgBody {
  86.       width: 100%;
  87.       background-color: #ffffff;
  88.     }
  89.  
  90.     /* iOS BLUE LINKS */
  91.     a[x-apple-data-detectors] {
  92.       color: inherit !important;
  93.       text-decoration: none !important;
  94.       font-size: inherit !important;
  95.       font-family: inherit !important;
  96.       font-weight: inherit !important;
  97.       line-height: inherit !important;
  98.     }
  99.  
  100.     /*Gmail blue links*/
  101.     u+#body a {
  102.       color: inherit;
  103.       text-decoration: none;
  104.       font-size: inherit;
  105.       font-family: inherit;
  106.       font-weight: inherit;
  107.       line-height: inherit;
  108.     }
  109.  
  110.     /*Buttons fix*/
  111.     .undoreset a,
  112.     .undoreset a:hover {
  113.       text-decoration: none !important;
  114.     }
  115.  
  116.     .yshortcuts a {
  117.       border-bottom: none !important;
  118.     }
  119.  
  120.     .ios-footer a {
  121.       color: #aaaaaa !important;
  122.       text-decoration: none;
  123.     }
  124.  
  125.     /*Responsive*/
  126.     @media screen and (max-width: 768px) {
  127.       td.img-responsive img {
  128.         width: 100% !important;
  129.         max-width: 100% !important;
  130.         height: auto !important;
  131.         margin: auto;
  132.       }
  133.  
  134.       td.img-responsive-border img {
  135.         width: 88% !important;
  136.         max-width: 88% !important;
  137.         height: auto !important;
  138.         margin: auto;
  139.       }
  140.  
  141.       table.row {
  142.         width: 100% !important;
  143.         max-width: 100% !important;
  144.       }
  145.  
  146.       table.center-float,
  147.       td.center-float {
  148.         float: none !important;
  149.       }
  150.  
  151.       td.center-text {
  152.         text-align: center !important;
  153.       }
  154.  
  155.       td.container-padding {
  156.         width: 100% !important;
  157.         padding-left: 15px !important;
  158.         padding-right: 15px !important;
  159.       }
  160.  
  161.       table.hide-mobile,
  162.       tr.hide-mobile,
  163.       td.hide-mobile,
  164.       br.hide-mobile {
  165.         display: none !important;
  166.       }
  167.  
  168.       td.menu-container {
  169.         text-align: center !important;
  170.       }
  171.  
  172.       td.autoheight {
  173.         height: auto !important;
  174.       }
  175.  
  176.       td.border-rounded {
  177.         border-radius: 6px !important;
  178.       }
  179.  
  180.       td.border-none {
  181.         border: none !important;
  182.       }
  183.  
  184.       table.mobile-padding {
  185.         margin: 15px 0 !important;
  186.       }
  187.  
  188.       td.fade-white {
  189.         background-color: rgba(255, 255, 255, 0.8) !important;
  190.       }
  191.  
  192.       td.fade-dark {
  193.         background-color: rgba(0, 0, 0, 0.25) !important;
  194.       }
  195.     }
  196.   </style>
  197. </head>
  198.  
  199. <body id="body"
  200.  style="margin-top: 0; margin-bottom: 0; padding-top: 0; padding-bottom: 0; width: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;"
  201.  bgcolor="#F4F4F4">
  202.  
  203.   <!-- preheader-2 -->
  204.  
  205.   <table border="0" width="100%" align="center" cellpadding="0" cellspacing="0" style="width:100%;max-width:100%;">
  206.     <tr>
  207.       <td class="preheader-2" align="center" valign="top">
  208.  
  209.         <!-- body-bg-color -->
  210.         <table border="0" width="100%" align="center" cellpadding="0" cellspacing="0" class="row"
  211.          style="width:100%;max-width:100%;">
  212.           <tr>
  213.             <td class="body-bg-color" align="center" valign="top" bgcolor="#F4F4F4">
  214.  
  215.               <!-- bg-color -->
  216.               <table border="0" width="800" align="center" cellpadding="0" cellspacing="0" class="row"
  217.                style="width:800px;max-width:800px;">
  218.                 <tr>
  219.                   <td class="bg-color" align="center" valign="top" bgcolor="#333333">
  220.  
  221.                     <!-- container -->
  222.                     <table width="600" border="0" cellpadding="0" cellspacing="0" align="center" class="row"
  223.                      style="width:600px;max-width:600px;">
  224.                       <tr>
  225.                         <td align="center" valign="top" class="container-padding">
  226.  
  227.                           <!-- space -->
  228.                           <table border="0" width="100%" align="center" cellpadding="0" cellspacing="0"
  229.                            style="width:100%;max-width:100%;">
  230.                             <tr>
  231.                               <td valign="middle" align="center" height="20" style="font-size:20px;line-height:20px;">
  232.                                 &nbsp;</td>
  233.                             </tr>
  234.                           </table>
  235.                           <!-- space -->
  236.  
  237.                           <!-- container-2-columns -->
  238.                           <table width="600" border="0" cellpadding="0" cellspacing="0" align="center" class="row"
  239.                            style="width:600px;max-width:600px;">
  240.                             <tr>
  241.                               <td align="center" valign="top">
  242.  
  243.                                 <!--[if (gte mso 9)|(IE)]><table border="0" cellpadding="0" cellspacing="0"><tr><td valign="middle"><![endif]-->
  244.  
  245.                                 <!-- column -->
  246.                                 <table width="330" border="0" cellpadding="0" cellspacing="0" align="left" class="row"
  247.                                  style="width:330px;max-width:330px;">
  248.                                   <tr>
  249.                                     <td align="center" valign="middle">
  250.                                       <!-- tel+email -->
  251.                                       <table border="0" width="100%" cellpadding="0" cellspacing="0" align="center"
  252.                                        class="row" style="width:100%; max-width:100%;">
  253.                                         <tr>
  254.                                           <td valign="middle" align="center">
  255.                                             <table border="0" cellpadding="0" cellspacing="0" align="left"
  256.                                              class="center-float">
  257.                                               <tr>
  258.                                                 <td valign="middle" align="left" height="26"
  259.                                                  style="font-family:'Roboto',sans-serif,Arial,Helvetica;font-size:12px;line-height:26px;font-weight:normal;font-style:normal;color:#FFFFFF;text-decoration:none;letter-spacing:0px;">
  260.  
  261.                                                   <a class="phone-number" href="tel:+416.444.6262"
  262.                                                    style="color:#FFFFFF;">416.444.6262 ext.288</a> / <a
  263.                                                    href="mailto:orders@mcewancatering.com" target="_blank"
  264.                                                    style="color:#FFFFFF;">orders@mcewancatering.com</a>
  265.  
  266.                                                 </td>
  267.                                               </tr>
  268.                                             </table>
  269.                                           </td>
  270.                                         </tr>
  271.                                       </table>
  272.                                       <!-- tel+email -->
  273.                                     </td>
  274.                                   </tr>
  275.                                 </table>
  276.                                 <!-- column -->
  277.  
  278.                                 <!--[if (gte mso 9)|(IE)]></td><td valign="middle"><![endif]-->
  279.  
  280.                                 <!-- gap -->
  281.                                 <table width="10" border="0" cellpadding="0" cellspacing="0" align="left" class="row"
  282.                                  style="width:10px;max-width:10px;">
  283.                                   <tr>
  284.                                     <td valign="middle" align="center" height="20"
  285.                                      style="font-size:20px;line-height:20px;"></td>
  286.                                   </tr>
  287.                                 </table>
  288.                                 <!-- gap -->
  289.  
  290.                                 <!--[if (gte mso 9)|(IE)]></td><td valign="middle"><![endif]-->
  291.  
  292.                                 <!-- column -->
  293.                                 <table width="260" border="0" cellpadding="0" cellspacing="0" align="left" class="row"
  294.                                  style="width:260px;max-width:260px;">
  295.                                   <tr>
  296.                                     <td align="center" valign="middle">
  297.                                       <!-- Socials -->
  298.                                       <table border="0" width="100%" cellpadding="0" cellspacing="0" align="center"
  299.                                        style="width:100%; max-width:100%;">
  300.                                         <tr>
  301.                                           <td valign="middle" align="center">
  302.  
  303.                                             <table border="0" cellpadding="0" cellspacing="0" align="right"
  304.                                              class="center-float">
  305.                                               <tr>
  306.                                                 <td valign="middle" align="center" height="26">
  307.                                                   <!--[if (gte mso 9)|(IE)]><table border="0" cellpadding="0" cellspacing="0"><tr><td valign="middle"><![endif]-->
  308.                                                   <table border="0" cellpadding="0" cellspacing="0"
  309.                                                    style="display:inline-block;vertical-align:middle;">
  310.                                                     <tr>
  311.                                                       <td align="center" valign="middle" width="28" class="img16"><a
  312.                                                          href="https://www.facebook.com/McEwanGroup/"><img
  313.                                                            style="display:block;width:100%;max-width:16px;border:0px;"
  314.                                                            src="https://www.psd2newsletters.com/templates/oxygen/img/facebook-wh.png"
  315.                                                            width="16" border="0" alt="facebook"></a></td>
  316.                                                     </tr>
  317.                                                   </table>
  318.                                                   <!--[if (gte mso 9)|(IE)]></td><td valign="middle"><![endif]-->
  319.                                                   <table border="0" cellpadding="0" cellspacing="0"
  320.                                                    style="display:inline-block;vertical-align:middle;">
  321.                                                     <tr>
  322.                                                       <td align="center" valign="middle" width="28" class="img16"><a
  323.                                                          href="https://twitter.com/Chef_MarkMcEwan/"><img
  324.                                                            style="display:block;width:100%;max-width:16px;border:0px;"
  325.                                                            src="https://www.psd2newsletters.com/templates/oxygen/img/twitter-wh.png"
  326.                                                            width="16" border="0" alt="twitter"></a></td>
  327.                                                     </tr>
  328.                                                   </table>
  329.                                                   <!--[if (gte mso 9)|(IE)]></td><td valign="middle"><![endif]-->
  330.                                                   <table border="0" cellpadding="0" cellspacing="0"
  331.                                                    style="display:inline-block;vertical-align:middle;">
  332.                                                     <tr>
  333.  
  334.                                                       <td align="center" valign="middle" width="28" class="img16"><a
  335.                                                          href="https://www.instagram.com/chefmarkmcewan/"><img
  336.                                                            style="display:block;width:100%;max-width:16px;border:0px;"
  337.                                                            src="https://www.psd2newsletters.com/templates/oxygen/img/instagram-wh.png"
  338.                                                            width="16" border="0" alt="instagram"></a></td>
  339.  
  340.                                                     </tr>
  341.                                                   </table>
  342.                                                   <!--[if (gte mso 9)|(IE)]></td></tr></table><![endif]-->
  343.                                                 </td>
  344.                                               </tr>
  345.                                             </table>
  346.  
  347.                                           </td>
  348.                                         </tr>
  349.                                       </table>
  350.                                       <!-- Socials -->
  351.                                     </td>
  352.                                   </tr>
  353.                                 </table>
  354.                                 <!-- column -->
  355.  
  356.                                 <!--[if (gte mso 9)|(IE)]></td></tr></table><![endif]-->
  357.  
  358.                               </td>
  359.                             </tr>
  360.                           </table>
  361.                           <!-- container-2-columns -->
  362.  
  363.                           <!-- space -->
  364.                           <table border="0" width="100%" align="center" cellpadding="0" cellspacing="0"
  365.                            style="width:100%;max-width:100%;">
  366.                             <tr>
  367.                               <td valign="middle" align="center" height="20" style="font-size:20px;line-height:20px;">
  368.                                 &nbsp;</td>
  369.                             </tr>
  370.                           </table>
  371.                           <!-- space -->
  372.  
  373.                         </td>
  374.                       </tr>
  375.                     </table>
  376.                     <!-- container -->
  377.  
  378.                   </td>
  379.                 </tr>
  380.               </table>
  381.               <!-- bg-color -->
  382.  
  383.             </td>
  384.           </tr>
  385.         </table>
  386.         <!-- body-bg-color -->
  387.  
  388.       </td>
  389.     </tr>
  390.   </table>
  391.  
  392.   <!-- preheader-2 -->
  393.  
  394.   <!-- header-4 -->
  395.  
  396.   <table border="0" width="100%" align="center" cellpadding="0" cellspacing="0" style="width:100%;max-width:100%;">
  397.     <tr>
  398.       <td class="header-4" align="center" valign="top">
  399.  
  400.         <!-- body-bg-color -->
  401.         <table border="0" width="100%" align="center" cellpadding="0" cellspacing="0" class="row"
  402.          style="width:100%;max-width:100%;">
  403.           <tr>
  404.             <td class="body-bg-color" align="center" valign="top" bgcolor="#F4F4F4">
  405.  
  406.               <!-- bg-color -->
  407.               <table border="0" width="800" align="center" cellpadding="0" cellspacing="0" class="row"
  408.                style="width:800px;max-width:800px;">
  409.                 <tr>
  410.                   <td class="bg-color" align="center" valign="top" bgcolor="#222222">
  411.  
  412.                     <!-- header-4-outlook-windows -->
  413.                     <!--[if (gte mso 9)|(IE)]>
  414. <v:rect xmlns:v="urn:schemas-microsoft-com:vml" fill="true" stroke="false" style="width:800px;height:510px;">
  415. <v:fill type="frame" src="https://www.psd2newsletters.com/templates/oxygen/img/header-4-back.jpg" color="#000000"/>
  416. <v:textbox style="v-text-anchor:middle;" inset="0,0,0,0">
  417. <![endif]-->
  418.  
  419.                     <!-- header-4-bg-image -->
  420.                     <table border="0" width="100%" align="center" cellpadding="0" cellspacing="0" class="row"
  421.                      style="width:100%;max-width:100%;">
  422.                       <tr>
  423.                         <td class="bg-image" align="center" valign="top"
  424.                          background="https://i.ibb.co/nBqPtrN/holida-bg.jpg"
  425.                          style="background-size:cover;background-position:center top;">
  426.  
  427.                           <!-- container -->
  428.                           <table width="600" border="0" cellpadding="0" cellspacing="0" align="center" class="row"
  429.                            style="width:600px;max-width:600px;">
  430.                             <tr>
  431.                               <td align="center" valign="top" class="container-padding">
  432.  
  433.                                 <!-- space -->
  434.                                 <table border="0" width="100%" align="center" cellpadding="0" cellspacing="0"
  435.                                  style="width:100%;max-width:100%;">
  436.                                   <tr>
  437.                                     <td height="30">&nbsp;</td>
  438.                                   </tr>
  439.                                 </table>
  440.                                 <!-- space -->
  441.  
  442.                                 <!-- menu + content -->
  443.                                 <table border="0" width="100%" align="center" cellpadding="0" cellspacing="0"
  444.                                  style="width:100%;max-width:100%;">
  445.                                   <tr>
  446.                                     <td class="menu-content" align="center" valign="middle" height="50">
  447.  
  448.                                       <!--[if (gte mso 9)|(IE)]><table border="0" cellpadding="0" cellspacing="0"><tr><td valign="middle"><![endif]-->
  449.  
  450.                                       <!-- Menu -->
  451.                                       <table border="0" width="90" align="left" cellpadding="0" cellspacing="0"
  452.                                        class="row" style="width:90px;max-width:90px;">
  453.                                         <tr>
  454.                                           <td class="menu-container" height="50" align="left" valign="middle"
  455.                                            style="font-family:'Roboto',sans-serif,Arial,Helvetica;font-size:11px;line-height:24px;font-weight:bolder;font-style:normal;color:#FFFFFF;text-decoration:none;letter-spacing: 0px;">
  456.                                           </td>
  457.                                         </tr>
  458.                                       </table>
  459.  
  460.  
  461.                                       <!-- logo -->
  462.                                       <table width="450" border="0" cellpadding="0" cellspacing="0" align="left"
  463.                                        class="row" style="width:450px;max-width:450px;">
  464.                                         <tr>
  465.                                           <td align="center" valign="middle" height="100">
  466.                                             <table border="0" cellpadding="0" cellspacing="0" align="center"
  467.                                              class="center-float">
  468.                                               <tr>
  469.                                                 <td valign="middle" align="center" class="img150"><img
  470.                                                    style="display:block;width:100%;width:450px;border:0px;"
  471.                                                    src="https://mcewancatering.com/wp-content/themes/mcewan-catering/assets/images/McEwanCateringLogo_white.svg"
  472.                                                    width="450" border="0" alt="logo"></td>
  473.                                               </tr>
  474.                                             </table>
  475.                                           </td>
  476.                                         </tr>
  477.                                       </table>
  478.                                       <!-- logo -->
  479.  
  480.                                       <!--[if (gte mso 9)|(IE)]></td><td valign="middle"><![endif]-->
  481.  
  482.                                       <!-- gap -->
  483.                                       <table width="15" border="0" cellpadding="0" cellspacing="0" align="left"
  484.                                        class="row" style="width:15px;max-width:15px;">
  485.                                         <tr>
  486.                                           <td valign="middle" align="center" height="20"
  487.                                            style="font-size:20px;line-height:20px;"></td>
  488.                                         </tr>
  489.                                       </table>
  490.                                       <!-- gap -->
  491.  
  492.                                     </td>
  493.                                   </tr>
  494.                                 </table>
  495.                                 <!-- menu + content -->
  496.  
  497.                                 <!-- space-control-1 -->
  498.                                 <table border="0" width="100%" align="center" cellpadding="0" cellspacing="0"
  499.                                  style="width:100%;max-width:100%;">
  500.                                   <tr>
  501.                                     <td class="space-control-1" valign="middle" align="center" height="100"></td>
  502.                                   </tr>
  503.                                 </table>
  504.                                 <!-- space-control-1 -->
  505.  
  506.                                 <!-- title -->
  507.                                 <table border="0" width="100%" cellpadding="0" cellspacing="0" align="center"
  508.                                  style="width:100%; max-width:100%;">
  509.                                   <tr>
  510.                                     <td class="title center-text" valign="middle" align="center"
  511.                                      style="font-family:'Roboto',Arial,Helvetica,sans-serif; font-size:42px; line-height:52px; font-weight:lighter;font-style:normal; color:#FFFFFF;text-decoration:none;letter-spacing: 0px;">
  512.  
  513.                                       Prix Fixe Holiday Meals
  514.  
  515.                                     </td>
  516.                                   </tr>
  517.                                 </table>
  518.                                 <!-- title -->
  519.  
  520.                                 <!-- space -->
  521.                                 <table border="0" width="100%" align="center" cellpadding="0" cellspacing="0"
  522.                                  style="width:100%;max-width:100%;">
  523.                                   <tr>
  524.                                     <td height="15" style="font-size:15px;line-height:15px;">&nbsp;</td>
  525.                                   </tr>
  526.                                 </table>
  527.                                 <!-- space -->
  528.  
  529.                                 <!-- text -->
  530.                                 <table border="0" width="480" cellpadding="0" cellspacing="0" align="center" class="row"
  531.                                  style="width:480px; max-width:480px;">
  532.                                   <tr>
  533.                                     <td class="text center-text" valign="middle" align="center"
  534.                                      style="font-family:'Roboto',Arial,Helvetica,sans-serif; font-size:16px; line-height:26px; font-weight:normal;font-style:normal; color:#FFFFFF;text-decoration:none;letter-spacing: 0px;">
  535.                                     </td>
  536.                                   </tr>
  537.                                 </table>
  538.                                 <!-- text -->
  539.  
  540.                                 <!-- space -->
  541.                                 <table border="0" width="100%" align="center" cellpadding="0" cellspacing="0"
  542.                                  style="width:100%;max-width:100%;">
  543.                                   <tr>
  544.                                     <td valign="middle" align="center" height="30">&nbsp;</td>
  545.                                   </tr>
  546.                                 </table>
  547.                                 <!-- space -->
  548.  
  549.                                 <!-- Buttons-Container -->
  550.                                 <table border="0" width="100%" cellpadding="0" cellspacing="0" align="center"
  551.                                  style="width:100%; max-width:100%;">
  552.                                   <tr>
  553.                                     <td align="center" valign="middle">
  554.                                       <!-- Button-Border -->
  555.                                       <table border="0" cellpadding="0" cellspacing="0" align="center"
  556.                                        class="center-float" style="display:inline-block;vertical-align:middle;">
  557.                                         <tr>
  558.                                           <td colspan="2" height="5" style="font-size:5px;line-height:5px;">&nbsp;</td>
  559.                                         </tr>
  560.                                         <tr>
  561.                                           <td align="center" valign="top">
  562.                                             <!-- Container -->
  563.                                             <table border="0" cellpadding="0" cellspacing="0" align="left"
  564.                                              class="center-float" style="display:inline-block;vertical-align:middle;">
  565.                                               <tr>
  566.                                                 <td class="button-border" valign="middle" align="center"
  567.                                                  style="border: 2px solid #4E054C; border-radius: 0px; background-color: #BE8345">
  568.                                                   <!-- Btn -->
  569.                                                   <table border="0" cellpadding="0" cellspacing="0" align="center"
  570.                                                    class="center-float">
  571.                                                     <tr>
  572.                                                       <td colspan="2" height="13"
  573.                                                        style="font-size:13px;line-height:13px;">&nbsp;</td>
  574.                                                     </tr>
  575.                                                     <tr>
  576.                                                       <td width="20"></td>
  577.                                                       <td valign="middle" align="center"
  578.                                                        style="font-family:'Roboto',Arial,Helvetica,sans-serif;font-size:14px;line-height:14px;font-weight:bolder;font-style:normal;color:#FFFFFF;text-decoration:none;letter-spacing:0px;">
  579.  
  580.                                                         <a href="https://mcewancatering.com/product-category/holiday-menu/"
  581.                                                          target="_blank" style="color: #FFFFFF;">ORDER NOW</a>
  582.  
  583.                                                       </td>
  584.                                                       <td width="20"></td>
  585.                                                     </tr>
  586.                                                     <tr>
  587.                                                       <td colspan="2" height="13"
  588.                                                        style="font-size:13px;line-height:13px;">&nbsp;</td>
  589.                                                     </tr>
  590.                                                   </table>
  591.                                                   <!-- Btn -->
  592.                                                 </td>
  593.                                               </tr>
  594.                                             </table>
  595.                                             <!-- Container -->
  596.                                           </td>
  597.                                         </tr>
  598.                                       </table>
  599.                                       <!-- Button-Border -->
  600.                                     </td>
  601.                                   </tr>
  602.                                 </table>
  603.                                 <!-- Buttons-Container -->
  604.  
  605.                                 <!-- space-control-2 -->
  606.                                 <table border="0" width="100%" align="center" cellpadding="0" cellspacing="0"
  607.                                  style="width:100%;max-width:100%;">
  608.                                   <tr>
  609.                                     <td class="space-control-2" valign="middle" align="center" height="80"></td>
  610.                                   </tr>
  611.                                 </table>
  612.                                 <!-- space-control-2 -->
  613.  
  614.                               </td>
  615.                             </tr>
  616.                           </table>
  617.                           <!-- container -->
  618.  
  619.                           <!-- shape-devider -->
  620.                           <table border="0" width="100%" align="center" cellpadding="0" cellspacing="0"
  621.                            style="width:100%;max-width:100%;">
  622.                             <tr>
  623.                               <td align="center" valign="middle">
  624.                                 <table border="0" cellpadding="0" cellspacing="0" align="left" class="center-float">
  625.                                   <tr>
  626.                                     <td valign="middle" align="center" class="img800"><img
  627.                                        style="display:block;width:100%;max-width:800px;border:0px;"
  628.                                        src="https://www.psd2newsletters.com/templates/oxygen/img/shape-devider-4.png"
  629.                                        width="800" border="0" alt="shape-devider"></td>
  630.                                   </tr>
  631.                                 </table>
  632.                               </td>
  633.                             </tr>
  634.                           </table>
  635.                           <!-- shape-devider -->
  636.  
  637.                         </td>
  638.                       </tr>
  639.                     </table>
  640.                     <!-- header-4-bg-image -->
  641.  
  642.                     <!--[if (gte mso 9)|(IE)]></v:textbox></v:rect><![endif]-->
  643.  
  644.                   </td>
  645.                 </tr>
  646.               </table>
  647.               <!-- bg-color -->
  648.  
  649.             </td>
  650.           </tr>
  651.         </table>
  652.         <!-- body-bg-color -->
  653.  
  654.       </td>
  655.     </tr>
  656.   </table>
  657.  
  658.   <!-- header-4 -->
  659.  
  660.  
  661.  
  662.   <!-- shop-1 -->
  663.  
  664.   <table border="0" width="100%" align="center" cellpadding="0" cellspacing="0" style="width:100%;max-width:100%;">
  665.     <tr>
  666.       <td class="shop-1" align="center" valign="top">
  667.  
  668.         <!-- body-bg-color -->
  669.         <table border="0" width="100%" align="center" cellpadding="0" cellspacing="0" class="row"
  670.          style="width:100%;max-width:100%;">
  671.           <tr>
  672.             <td class="body-bg-color" align="center" valign="top" bgcolor="#F4F4F4">
  673.  
  674.               <!-- bg-color -->
  675.               <table border="0" width="800" align="center" cellpadding="0" cellspacing="0" class="row"
  676.                style="width:800px;max-width:800px;">
  677.                 <tr>
  678.                   <td class="bg-color" align="center" valign="top" bgcolor="#FFFFFF">
  679.  
  680.                     <!-- container -->
  681.                     <table width="600" border="0" cellpadding="0" cellspacing="0" align="center" class="row"
  682.                      style="width:600px;max-width:600px;">
  683.                       <tr>
  684.                         <td align="center" valign="top" class="container-padding">
  685.  
  686.                           <!-- space -->
  687.                           <table border="0" width="100%" align="center" cellpadding="0" cellspacing="0"
  688.                            style="width:100%;max-width:100%;">
  689.                             <tr>
  690.                               <td class="space-control-1" valign="middle" align="center" height="20">&nbsp;</td>
  691.                             </tr>
  692.                           </table>
  693.                           <!-- space -->
  694.  
  695.                           <!-- title -->
  696.                           <table border="0" width="100%" cellpadding="0" cellspacing="0" align="center"
  697.                            style="width:100%; max-width:100%;">
  698.                             <tr>
  699.                               <td class="title center-text" valign="middle" align="center"
  700.                                style="font-family:'Roboto',sans-serif,Arial,Helvetica; font-size:32px; line-height:36px; font-weight:normal;font-style:normal; color:#666666;text-decoration:none;letter-spacing: 0px;">
  701.  
  702.                                 Holiday Menu
  703.  
  704.  
  705.                               </td>
  706.                             </tr>
  707.                           </table>
  708.                           <!-- title -->
  709.  
  710.                           <!-- space -->
  711.                           <table border="0" width="100%" align="center" cellpadding="0" cellspacing="0"
  712.                            style="width:100%;max-width:100%;">
  713.                             <tr>
  714.                               <td valign="middle" align="center" height="40">&nbsp;</td>
  715.                             </tr>
  716.                           </table>
  717.                           <!-- space -->
  718.  
  719.                           <!-- container-3-columns -->
  720.                           <table width="680" border="0" cellpadding="0" cellspacing="0" align="center" class="row"
  721.                            style="width:680px;max-width:680px;">
  722.                             <tr>
  723.                               <td align="center" valign="top">
  724.  
  725.                                 <!--[if (gte mso 9)|(IE)]><table border="0" cellpadding="0" cellspacing="0"><tr><td valign="top"><![endif]-->
  726.  
  727.                                 <!-- column -->
  728.                                 <table width="340" border="0" cellpadding="10" cellspacing="0" align="left" class="row"
  729.                                  style="width:340px;max-width:340px;">
  730.                                   <tr>
  731.                                     <td align="center" valign="top">
  732.                                       <!-- image-responsive -->
  733.                                       <table width="100%" border="0" cellpadding="0" cellspacing="0" align="center"
  734.                                        style="width:100%;max-width:100%;">
  735.                                         <tr>
  736.                                           <td align="center" valign="top" class="img-responsive img180">
  737.                                             <img
  738.                                              style="display:block;width:100%;max-width:340px;display:block;border:0px;"
  739.                                              width="180"
  740.                                              src="https://mcewancatering.com/wp-content/uploads/2019/08/Beef_Tenderloin_with_Fixings.jpg"
  741.                                              border="0" alt="picture">
  742.                                           </td>
  743.                                         </tr>
  744.                                       </table>
  745.                                       <!-- image-responsive -->
  746.                                       <!-- space -->
  747.                                       <table border="0" width="100%" align="center" cellpadding="0" cellspacing="0"
  748.                                        style="width:100%;max-width:100%;">
  749.                                         <tr>
  750.                                           <td valign="middle" align="center" height="20">&nbsp;</td>
  751.                                         </tr>
  752.                                       </table>
  753.                                       <!-- space -->
  754.                                       <!-- title -->
  755.                                       <table border="0" width="100%" cellpadding="0" cellspacing="0" align="center"
  756.                                        style="width:100%; max-width:100%;">
  757.                                         <tr>
  758.                                           <td class="title center-text" valign="middle" align="center"
  759.                                            style="font-family:'Roboto',Arial,Helvetica,sans-serif; font-size:21px; line-height:24px; font-weight:normal;font-style:normal; color:#333333;text-decoration:none;letter-spacing: 0px;">
  760.  
  761.                                             Beef Tenderloin with Fixings
  762.  
  763.                                           </td>
  764.                                         </tr>
  765.                                       </table>
  766.                                       <!-- title -->
  767.                                       <!-- sm-title -->
  768.                                       <table border="0" width="100%" cellpadding="0" cellspacing="0" align="center"
  769.                                        style="width:100%; max-width:100%;">
  770.                                         <tr>
  771.                                           <td class="sm-title center-text" valign="middle" align="center"
  772.                                            style="font-family:'Roboto',Arial,Helvetica,sans-serif; font-size:12px; line-height:20px; font-weight:normal;font-style:normal; color:#666666;text-decoration:none;letter-spacing: 0px;">
  773.  
  774.                                             $42.50 pp (8 person min)
  775.  
  776.  
  777.                                           </td>
  778.                                         </tr>
  779.                                       </table>
  780.                                       <!-- sm-title -->
  781.                                       <!-- space -->
  782.                                       <table border="0" width="100%" align="center" cellpadding="0" cellspacing="0"
  783.                                        style="width:100%;max-width:100%;">
  784.                                         <tr>
  785.                                           <td valign="middle" align="center" height="12"
  786.                                            style="font-size:12px;line-height:12px;">&nbsp;</td>
  787.                                         </tr>
  788.                                       </table>
  789.                                       <!-- space -->
  790.                                       <!-- text -->
  791.                                       <table border="0" width="100%" cellpadding="0" cellspacing="0" align="center"
  792.                                        style="width:100%; max-width:100%;">
  793.                                         <tr>
  794.                                           <td class="text center-text" valign="middle" align="center"
  795.                                            style="font-family:'Roboto',Arial,Helvetica,sans-serif; font-size:13px; line-height:23px; font-weight:normal;font-style:normal; color:#000000;text-decoration:none;letter-spacing: 0px;">
  796.  
  797.                                             Grilled beef tenderloin with peppercorn sauce, roasted fingerling potatoes
  798.                                             with caramelized onions, roasted heirloom
  799.                                             carrots, seasonal mushrooms, classic Caesar salad & freshly-baked bread.
  800.                                            Cooked rare; re-heat to medium rare and serve.
  801.  
  802.  
  803.                                           </td>
  804.                                         </tr>
  805.                                       </table>
  806.                                       <!-- text -->
  807.                                       <!-- space -->
  808.                                       <table border="0" width="100%" align="center" cellpadding="0" cellspacing="0"
  809.                                        style="width:100%;max-width:100%;">
  810.                                         <tr>
  811.                                           <td valign="middle" align="center" height="18"
  812.                                            style="font-size:18px;line-height:18px;">&nbsp;</td>
  813.                                         </tr>
  814.                                       </table>
  815.                                       <!-- space -->
  816.                                       <!-- Buttons-Container -->
  817.                                       <table border="0" width="100%" align="center" cellpadding="0" cellspacing="0"
  818.                                        class="row" style="width:100%;max-width:100%;">
  819.                                         <tr>
  820.                                           <td align="center" valign="middle">
  821.                                             <!-- Button-Border -->
  822.                                             <table border="0" cellpadding="0" cellspacing="0" align="center"
  823.                                              class="center-float">
  824.                                               <tr>
  825.                                                 <td align="center" valign="middle">
  826.                                                   <!-- Container -->
  827.                                                   <table border="0" cellpadding="0" cellspacing="0" align="center"
  828.                                                    class="center-float">
  829.                                                     <tr>
  830.                                                       <td class="button-border" valign="middle" align="center"
  831.                                                        style="border: 2px solid #4E054C; border-radius: 0px;">
  832.                                                         <!-- Btn -->
  833.                                                         <table border="0" cellpadding="0" cellspacing="0" align="center"
  834.                                                          class="center-float">
  835.                                                           <tr>
  836.                                                             <td colspan="2" height="13"
  837.                                                              style="font-size:13px;line-height:13px;">&nbsp;</td>
  838.                                                           </tr>
  839.                                                           <tr>
  840.                                                             <td width="20"></td>
  841.                                                             <td valign="middle" align="center"
  842.                                                              style="font-family:'Roboto',Arial,Helvetica,sans-serif;font-size:13px;line-height:13px;font-weight:normal;font-style:normal;color:#000000;text-decoration:none;letter-spacing:0px;">
  843.  
  844.                                                               <a href="https://mcewancatering.com/product/beef-tenderloin-with-fixings/"
  845.                                                                target="_blank" style="color: #000000;">More Details</a>
  846.  
  847.                                                             </td>
  848.                                                             <td width="10"></td>
  849.                                                             <td valign="middle" align="center" class="img8"><img
  850.                                                                style="display:block;width:100%;max-width:8px;border:0px;"
  851.                                                                src="https://www.psd2newsletters.com/templates/oxygen/img/right-arrow.png"
  852.                                                                width="8" border="0" alt="arrow-icon"></td>
  853.                                                             <td width="20"></td>
  854.                                                           </tr>
  855.                                                           <tr>
  856.                                                             <td colspan="2" height="13"
  857.                                                              style="font-size:13px;line-height:13px;">&nbsp;</td>
  858.                                                           </tr>
  859.                                                         </table>
  860.                                                         <!-- Btn -->
  861.                                                       </td>
  862.                                                     </tr>
  863.                                                   </table>
  864.                                                   <!-- Container -->
  865.                                                 </td>
  866.                                               </tr>
  867.                                             </table>
  868.                                             <!-- Button-Border -->
  869.                                           </td>
  870.                                         </tr>
  871.                                       </table>
  872.                                       <!-- Buttons-Container -->
  873.                                     </td>
  874.                                   </tr>
  875.                                 </table>
  876.                                 <!-- column -->
  877.  
  878.  
  879.                                 <!-- column -->
  880.                                 <table width="340" border="0" cellpadding="10" cellspacing="0" align="left" class="row"
  881.                                  style="width:340px;max-width:340px;">
  882.                                   <tr>
  883.                                     <td align="center" valign="top">
  884.                                       <!-- image-responsive -->
  885.                                       <table width="100%" border="0" cellpadding="0" cellspacing="0" align="center"
  886.                                        style="width:100%;max-width:100%;">
  887.                                         <tr>
  888.                                           <td align="center" valign="top" class="img-responsive img180">
  889.                                             <img
  890.                                              style="display:block;width:100%;max-width:340px;display:block;border:0px;"
  891.                                              width="180"
  892.                                              src="https://mcewancatering.com/wp-content/uploads/2019/08/Roasted_Leg_of_Lamb_Dinner.jpg"
  893.                                              border="0" alt="picture">
  894.                                           </td>
  895.                                         </tr>
  896.                                       </table>
  897.                                       <!-- image-responsive -->
  898.                                       <!-- space -->
  899.                                       <table border="0" width="100%" align="center" cellpadding="0" cellspacing="0"
  900.                                        style="width:100%;max-width:100%;">
  901.                                         <tr>
  902.                                           <td valign="middle" align="center" height="20">&nbsp;</td>
  903.                                         </tr>
  904.                                       </table>
  905.                                       <!-- space -->
  906.                                       <!-- title -->
  907.                                       <table border="0" width="100%" cellpadding="0" cellspacing="0" align="center"
  908.                                        style="width:100%; max-width:100%;">
  909.                                         <tr>
  910.                                           <td class="title center-text" valign="middle" align="center"
  911.                                            style="font-family:'Roboto',Arial,Helvetica,sans-serif; font-size:21px; line-height:24px; font-weight:normal;font-style:normal; color:#333333;text-decoration:none;letter-spacing: 0px;">
  912.  
  913.                                             Roasted Leg of Lamb Dinner
  914.  
  915.                                           </td>
  916.                                         </tr>
  917.                                       </table>
  918.                                       <!-- title -->
  919.                                       <!-- sm-title -->
  920.                                       <table border="0" width="100%" cellpadding="0" cellspacing="0" align="center"
  921.                                        style="width:100%; max-width:100%;">
  922.                                         <tr>
  923.                                           <td class="sm-title center-text" valign="middle" align="center"
  924.                                            style="font-family:'Roboto',Arial,Helvetica,sans-serif; font-size:12px; line-height:20px; font-weight:normal;font-style:normal; color:#666666;text-decoration:none;letter-spacing: 0px;">
  925.  
  926.                                             $265 per dinner (serves 8-10 guests)
  927.  
  928.  
  929.  
  930.                                           </td>
  931.                                         </tr>
  932.                                       </table>
  933.                                       <!-- sm-title -->
  934.                                       <!-- space -->
  935.                                       <table border="0" width="100%" align="center" cellpadding="0" cellspacing="0"
  936.                                        style="width:100%;max-width:100%;">
  937.                                         <tr>
  938.                                           <td valign="middle" align="center" height="12"
  939.                                            style="font-size:12px;line-height:12px;">&nbsp;</td>
  940.                                         </tr>
  941.                                       </table>
  942.                                       <!-- space -->
  943.                                       <!-- text -->
  944.                                       <table border="0" width="100%" cellpadding="0" cellspacing="0" align="center"
  945.                                        style="width:100%; max-width:100%;">
  946.                                         <tr>
  947.                                           <td class="text center-text" valign="middle" align="center"
  948.                                            style="font-family:'Roboto',Arial,Helvetica,sans-serif; font-size:13px; line-height:23px; font-weight:normal;font-style:normal; color:#000000;text-decoration:none;letter-spacing: 0px;">
  949.  
  950.                                             Roasted Ontario leg of lamb with honey mustard glaze, herb tapenade, roasted
  951.                                             butternut squash, Parmesan potato gratin,
  952.                                             chili garlic rapini, natural reduction, baby arugula salad with toasted
  953.                                             hazlenuts, caramelized pear, Manchego cheese & a
  954.                                            lemon garlic vinaigrette with freshly-baked bread.
  955.  
  956.  
  957.  
  958.                                          </td>
  959.                                        </tr>
  960.                                      </table>
  961.                                      <!-- text -->
  962.                                      <!-- space -->
  963.                                      <table border="0" width="100%" align="center" cellpadding="0" cellspacing="0"
  964.                                        style="width:100%;max-width:100%;">
  965.                                         <tr>
  966.                                           <td valign="middle" align="center" height="18"
  967.                                            style="font-size:18px;line-height:18px;">&nbsp;</td>
  968.                                         </tr>
  969.                                       </table>
  970.                                       <!-- space -->
  971.                                       <!-- Buttons-Container -->
  972.                                       <table border="0" width="100%" align="center" cellpadding="0" cellspacing="0"
  973.                                        class="row" style="width:100%;max-width:100%;">
  974.                                         <tr>
  975.                                           <td align="center" valign="middle">
  976.                                             <!-- Button-Border -->
  977.                                             <table border="0" cellpadding="0" cellspacing="0" align="center"
  978.                                              class="center-float">
  979.                                               <tr>
  980.                                                 <td align="center" valign="middle">
  981.                                                   <!-- Container -->
  982.                                                   <table border="0" cellpadding="0" cellspacing="0" align="center"
  983.                                                    class="center-float">
  984.                                                     <tr>
  985.                                                       <td class="button-border" valign="middle" align="center"
  986.                                                        style="border: 2px solid #4E054C; border-radius: 0px;">
  987.                                                         <!-- Btn -->
  988.                                                         <table border="0" cellpadding="0" cellspacing="0" align="center"
  989.                                                          class="center-float">
  990.                                                           <tr>
  991.                                                             <td colspan="2" height="13"
  992.                                                              style="font-size:13px;line-height:13px;">&nbsp;</td>
  993.                                                           </tr>
  994.                                                           <tr>
  995.                                                             <td width="20"></td>
  996.                                                             <td valign="middle" align="center"
  997.                                                              style="font-family:'Roboto',Arial,Helvetica,sans-serif;font-size:13px;line-height:13px;font-weight:normal;font-style:normal;color:#000000;text-decoration:none;letter-spacing:0px;">
  998.  
  999.                                                               <a href="https://mcewancatering.com/product/beef-tenderloin-with-fixings/"
  1000.                                                                target="_blank" style="color: #000000;">More Details</a>
  1001.  
  1002.                                                             </td>
  1003.                                                             <td width="10"></td>
  1004.                                                             <td valign="middle" align="center" class="img8"><img
  1005.                                                                style="display:block;width:100%;max-width:8px;border:0px;"
  1006.                                                                src="https://www.psd2newsletters.com/templates/oxygen/img/right-arrow.png"
  1007.                                                                width="8" border="0" alt="arrow-icon"></td>
  1008.                                                             <td width="20"></td>
  1009.                                                           </tr>
  1010.                                                           <tr>
  1011.                                                             <td colspan="2" height="13"
  1012.                                                              style="font-size:13px;line-height:13px;">&nbsp;</td>
  1013.                                                           </tr>
  1014.                                                         </table>
  1015.                                                         <!-- Btn -->
  1016.                                                       </td>
  1017.                                                     </tr>
  1018.                                                   </table>
  1019.                                                   <!-- Container -->
  1020.                                                 </td>
  1021.                                               </tr>
  1022.                                             </table>
  1023.                                             <!-- Button-Border -->
  1024.                                           </td>
  1025.                                         </tr>
  1026.                                       </table>
  1027.                                       <!-- Buttons-Container -->
  1028.                                     </td>
  1029.                                   </tr>
  1030.                                 </table>
  1031.                                 <!-- column -->
  1032.  
  1033.  
  1034.                               </td>
  1035.                             </tr>
  1036.                           </table>
  1037.                           <!-- container-3-columns -->
  1038.  
  1039.                           <!-- space -->
  1040.                           <table border="0" width="100%" align="center" cellpadding="0" cellspacing="0"
  1041.                            style="width:100%;max-width:100%;">
  1042.                             <tr>
  1043.                               <td class="space-control-2" valign="middle" align="center" height="40">&nbsp;</td>
  1044.                             </tr>
  1045.                           </table>
  1046.                           <!-- space -->
  1047.  
  1048.                         </td>
  1049.                       </tr>
  1050.                     </table>
  1051.                     <!-- container -->
  1052.  
  1053.                   </td>
  1054.                 </tr>
  1055.               </table>
  1056.               <!-- bg-color -->
  1057.  
  1058.             </td>
  1059.           </tr>
  1060.         </table>
  1061.         <!-- body-bg-color -->
  1062.  
  1063.       </td>
  1064.     </tr>
  1065.   </table>
  1066.   <!-- miscellaneous-4 -->
  1067.  
  1068.   <table border="0" width="100%" align="center" cellpadding="0" cellspacing="0" style="width:100%;max-width:100%;">
  1069.     <tr>
  1070.       <td class="miscellaneous-4" align="center" valign="top">
  1071.  
  1072.         <!-- body-bg-color -->
  1073.         <table border="0" width="100%" align="center" cellpadding="0" cellspacing="0" class="row"
  1074.          style="width:100%;max-width:100%;">
  1075.           <tr>
  1076.             <td class="body-bg-color" align="center" valign="top" bgcolor="#F4F4F4">
  1077.  
  1078.               <!-- bg-color -->
  1079.               <table border="0" width="800" align="center" cellpadding="0" cellspacing="0" class="row"
  1080.                style="width:800px;max-width:800px;">
  1081.                 <tr>
  1082.                   <td class="bg-color" align="center" valign="top" bgcolor="#222222">
  1083.  
  1084.                     <!-- miscellaneous-4-outlook-windows -->
  1085.                     <!--[if (gte mso 9)|(IE)]>
  1086. <v:rect xmlns:v="urn:schemas-microsoft-com:vml" fill="true" stroke="false" style="width:800px;height:510px;">
  1087. <v:fill type="frame" src="https://www.psd2newsletters.com/templates/oxygen/img/miscellaneous-4-back.jpg" color="#000000"/>
  1088. <v:textbox style="v-text-anchor:middle;" inset="0,0,0,0">
  1089. <![endif]-->
  1090.  
  1091.                     <!-- miscellaneous-4-bg-image -->
  1092.                     <table border="0" width="100%" align="center" cellpadding="0" cellspacing="0" class="row"
  1093.                      style="width:100%;max-width:100%;">
  1094.                       <tr>
  1095.                         <td class="bg-image" align="center" valign="top"
  1096.                          background="https://www.psd2newsletters.com/templates/oxygen/img/miscellaneous-4-back.jpg"
  1097.                          style="background-size:cover;background-position:center top;">
  1098.  
  1099.  
  1100.                           <!-- container -->
  1101.  
  1102.                         </td>
  1103.                       </tr>
  1104.                     </table>
  1105.                     <!-- miscellaneous-4-bg-image -->
  1106.  
  1107.                     <!--[if (gte mso 9)|(IE)]></v:textbox></v:rect><![endif]-->
  1108.  
  1109.                   </td>
  1110.                 </tr>
  1111.               </table>
  1112.               <!-- bg-color -->
  1113.  
  1114.             </td>
  1115.           </tr>
  1116.         </table>
  1117.         <!-- body-bg-color -->
  1118.  
  1119.       </td>
  1120.     </tr>
  1121.   </table>
  1122.  
  1123.   <!-- miscellaneous-4 -->
  1124.  
  1125.   <!-- blog-2 -->
  1126.  
  1127.   <table border="0" width="100%" align="center" cellpadding="0" cellspacing="0" style="width:100%;max-width:100%;">
  1128.     <tr>
  1129.       <td class="blog-2" align="center" valign="top">
  1130.  
  1131.         <!-- body-bg-color -->
  1132.         <table border="0" width="100%" align="center" cellpadding="0" cellspacing="0" class="row"
  1133.          style="width:100%;max-width:100%;">
  1134.           <tr>
  1135.             <td class="body-bg-color" align="center" valign="top" bgcolor="#F4F4F4">
  1136.  
  1137.               <!-- bg-color -->
  1138.               <table border="0" width="800" align="center" cellpadding="0" cellspacing="0" class="row"
  1139.                style="width:800px;max-width:800px;">
  1140.                 <tr>
  1141.                   <td class="bg-color" align="center" valign="top" bgcolor="#FFFFFF">
  1142.  
  1143.                     <!-- container -->
  1144.                     <table width="600" border="0" cellpadding="0" cellspacing="0" align="center" class="row"
  1145.                      style="width:600px;max-width:600px;">
  1146.                       <tr>
  1147.                         <td align="center" valign="top" class="container-padding">
  1148.  
  1149.                         </td>
  1150.                       </tr>
  1151.                     </table>
  1152.                     <!-- bg-color -->
  1153.  
  1154.                   </td>
  1155.                 </tr>
  1156.               </table>
  1157.               <!-- body-bg-color -->
  1158.  
  1159.             </td>
  1160.           </tr>
  1161.         </table>
  1162.  
  1163.         <!-- Featured -->
  1164.         <table border="0" width="100%" align="center" cellpadding="0" cellspacing="0"
  1165.          style="width:100%;max-width:100%;">
  1166.           <tbody>
  1167.             <tr>
  1168.               <td class="miscellaneous-5" align="center" valign="top">
  1169.  
  1170.                 <!-- body-bg-color -->
  1171.                 <table border="0" width="100%" align="center" cellpadding="0" cellspacing="0" class="row"
  1172.                  style="width:100%;max-width:100%;">
  1173.                   <tbody>
  1174.                     <tr>
  1175.                       <td class="body-bg-color" align="center" valign="top" bgcolor="#F4F4F4">
  1176.  
  1177.                         <!-- bg-color -->
  1178.                         <table border="0" width="800" align="center" cellpadding="0" cellspacing="0" class="row"
  1179.                          style="width:800px;max-width:800px;">
  1180.                           <tbody>
  1181.                             <tr>
  1182.                               <td class="bg-color" align="center" valign="top" bgcolor="#333333">
  1183.  
  1184.                                 <!-- miscellaneous-5-outlook-windows -->
  1185.                                 <!--[if (gte mso 9)|(IE)]>
  1186. <v:rect xmlns:v="urn:schemas-microsoft-com:vml" fill="true" stroke="false" style="width:800px;height:392px;">
  1187. <v:fill type="frame" src="https://www.psd2newsletters.com/templates/oxygen/img/miscellaneous-5-back.jpg" color="#333333"/>
  1188. <v:textbox style="v-text-anchor:middle;" inset="0,0,0,0">
  1189. <![endif]-->
  1190.  
  1191.                                 <!-- miscellaneous-5-bg-image -->
  1192.                                 <table border="0" width="100%" align="center" cellpadding="0" cellspacing="0"
  1193.                                  class="row" style="width:100%;max-width:100%;">
  1194.                                   <tbody>
  1195.                                     <tr>
  1196.                                       <td class="bg-image" align="center" valign="top"
  1197.                                        background="https://i.ibb.co/zbLw184/feature.jpg"
  1198.                                        style="background-size:cover;background-position:center top;">
  1199.  
  1200.                                         <!-- container -->
  1201.                                         <table width="600" border="0" cellpadding="0" cellspacing="0" align="center"
  1202.                                          class="row" style="width:600px;max-width:600px;">
  1203.                                           <tbody>
  1204.                                             <tr>
  1205.                                               <td align="center" valign="top" class="container-padding">
  1206.  
  1207.                                                 <!-- space-control -->
  1208.                                                 <table border="0" width="100%" align="center" cellpadding="0"
  1209.                                                  cellspacing="0" style="width:100%;max-width:100%;">
  1210.                                                   <tbody>
  1211.                                                     <tr>
  1212.                                                       <td class="space-control" valign="middle" align="center"
  1213.                                                        height="60"></td>
  1214.                                                     </tr>
  1215.                                                   </tbody>
  1216.                                                 </table>
  1217.                                                 <!-- space-control -->
  1218.  
  1219.                                                 <!-- row -->
  1220.                                                 <table border="0" width="100%" cellpadding="0" cellspacing="0"
  1221.                                                  align="center" style="width:100%; max-width:100%;">
  1222.                                                   <tbody>
  1223.                                                     <tr>
  1224.                                                       <td valign="middle" align="center">
  1225.                                                         <!-- discount -->
  1226.                                                         <table border="0" width="300" cellpadding="0" cellspacing="0"
  1227.                                                          align="left" class="row"
  1228.                                                          style="width:300px; max-width:300px;">
  1229.                                                           <tbody>
  1230.                                                             <tr>
  1231.                                                               <td class="discount center-text" valign="middle"
  1232.                                                                align="left"
  1233.                                                                style="font-family:'Roboto',Arial,Helvetica,sans-serif; font-size:42px; line-height:52px; font-weight:lighter;font-style:normal; color:#FFFFFF;text-decoration:none;letter-spacing: 0px;">
  1234.  
  1235.                                                                 <strong>Turkey Dinner with Fixings</strong>
  1236.  
  1237.  
  1238.                                                               </td>
  1239.                                                             </tr>
  1240.                                                           </tbody>
  1241.                                                         </table>
  1242.                                                         <!-- discount -->
  1243.                                                       </td>
  1244.                                                     </tr>
  1245.                                                   </tbody>
  1246.                                                 </table>
  1247.                                                 <!-- row -->
  1248.  
  1249.                                                 <!-- space -->
  1250.                                                 <table border="0" width="100%" align="center" cellpadding="0"
  1251.                                                  cellspacing="0" style="width:100%;max-width:100%;">
  1252.                                                   <tbody>
  1253.                                                     <tr>
  1254.                                                       <td height="15" style="font-size:15px;line-height:15px;">&nbsp;
  1255.                                                       </td>
  1256.                                                     </tr>
  1257.                                                   </tbody>
  1258.                                                 </table>
  1259.                                                 <!-- space -->
  1260.  
  1261.                                                 <!-- row -->
  1262.                                                 <table border="0" width="100%" cellpadding="0" cellspacing="0"
  1263.                                                  align="center" style="width:100%; max-width:100%;">
  1264.                                                   <tbody>
  1265.                                                     <tr>
  1266.                                                       <td valign="middle" align="center">
  1267.                                                         <!-- text -->
  1268.                                                         <table border="0" width="300" cellpadding="0" cellspacing="0"
  1269.                                                          align="left" class="row"
  1270.                                                          style="width:300px; max-width:300px;">
  1271.                                                           <tbody>
  1272.                                                             <tr>
  1273.                                                               <td class="text center-text" valign="middle" align="left"
  1274.                                                                style="font-family:'Roboto',Arial,Helvetica,sans-serif; font-size:13px; line-height:23px; font-weight:normal;font-style:normal; color:#FFFFFF;text-decoration:none;letter-spacing: 0px;">
  1275.  
  1276.                                                                 McEwan’s home made stuffing, cranberry sauce, brussels
  1277.                                                                 sprouts with caramelized onion and bacon (bacon served
  1278.                                                                 on the
  1279.                                                                 side), roasted root vegetables, spun potatoes, mixed
  1280.                                                                 greens salad with champagne vinaigrette and
  1281.                                                                 freshly-baked bread.
  1282.                                                                 Heat and serve.
  1283.  
  1284.  
  1285.                                                               </td>
  1286.                                                             </tr>
  1287.                                                           </tbody>
  1288.                                                         </table>
  1289.                                                         <!-- text -->
  1290.                                                       </td>
  1291.                                                     </tr>
  1292.                                                   </tbody>
  1293.                                                 </table>
  1294.                                                 <!-- row -->
  1295.  
  1296.                                                 <!-- space -->
  1297.                                                 <table border="0" width="100%" align="center" cellpadding="0"
  1298.                                                  cellspacing="0" style="width:100%;max-width:100%;">
  1299.                                                   <tbody>
  1300.                                                     <tr>
  1301.                                                       <td valign="middle" align="center" height="30">&nbsp;</td>
  1302.                                                     </tr>
  1303.                                                   </tbody>
  1304.                                                 </table>
  1305.                                                 <!-- space -->
  1306.  
  1307.                                                 <!-- Buttons-Container -->
  1308.                                                 <table border="0" width="100%" cellpadding="0" cellspacing="0"
  1309.                                                  align="center" style="width:100%; max-width:100%;">
  1310.                                                   <tbody>
  1311.                                                     <tr>
  1312.                                                       <td align="center" valign="middle">
  1313.  
  1314.                                                         <!-- Button-Bg -->
  1315.                                                         <table border="0" cellpadding="0" cellspacing="0" align="left"
  1316.                                                          class="center-float">
  1317.                                                           <tbody>
  1318.                                                             <tr>
  1319.                                                               <td align="center" valign="top">
  1320.                                                                 <!-- Container -->
  1321.                                                                 <table border="0" cellpadding="0" cellspacing="0"
  1322.                                                                  align="center" class="center-float">
  1323.                                                                   <tbody>
  1324.                                                                     <tr>
  1325.                                                                       <td class="button-bg" valign="middle"
  1326.                                                                        align="center" bgcolor="#caad2a"
  1327.                                                                        style="border-radius: 0px;">
  1328.                                                                         <!-- Btn -->
  1329.                                                                         <table border="0" cellpadding="0"
  1330.                                                                          cellspacing="0" align="center"
  1331.                                                                          class="center-float">
  1332.                                                                           <tbody>
  1333.                                                                             <tr>
  1334.                                                                               <td colspan="5" height="15"
  1335.                                                                                style="font-size:15px;line-height:15px;">
  1336.                                                                                 &nbsp;
  1337.                                                                               </td>
  1338.                                                                             </tr>
  1339.                                                                             <tr>
  1340.                                                                               <td width="20"></td>
  1341.                                                                               <td valign="middle" align="center"
  1342.                                                                                style="font-family:'Roboto',Arial,Helvetica,sans-serif;font-size:16px;line-height:24px;font-weight:bolder;font-style:normal;color:#000000;text-decoration:none;letter-spacing:0px;">
  1343.  
  1344.                                                                                 <a href="https://mcewancatering.com/product/small-mcewans-turkey-dinner/"
  1345.                                                                                  target="_blank"
  1346.                                                                                  style="color:#000000;">Get Your
  1347.                                                                                   Fixing
  1348.                                                                                   Now</a>
  1349.  
  1350.                                                                               </td>
  1351.                                                                               <td width="10"></td>
  1352.                                                                               <td valign="middle" align="center"
  1353.                                                                                class="img8">
  1354.                                                                                 <img
  1355.                                                                                  style="display:block;width:100%;max-width:8px;border:0px;"
  1356.                                                                                  src="https://www.psd2newsletters.com/templates/oxygen/img/right-arrow.png"
  1357.                                                                                  width="8" border="0" alt="arrow-icon">
  1358.                                                                               </td>
  1359.                                                                               <td width="20"></td>
  1360.                                                                             </tr>
  1361.                                                                             <tr>
  1362.                                                                               <td colspan="5" height="15"
  1363.                                                                                style="font-size:15px;line-height:15px;">
  1364.                                                                                 &nbsp;
  1365.                                                                               </td>
  1366.                                                                             </tr>
  1367.                                                                           </tbody>
  1368.                                                                         </table>
  1369.                                                                         <!-- Btn -->
  1370.                                                                       </td>
  1371.                                                                     </tr>
  1372.                                                                   </tbody>
  1373.                                                                 </table>
  1374.                                                                 <!-- Container -->
  1375.                                                               </td>
  1376.                                                             </tr>
  1377.                                                           </tbody>
  1378.                                                         </table>
  1379.                                                         <!-- Button-Bg -->
  1380.  
  1381.                                                       </td>
  1382.                                                     </tr>
  1383.                                                   </tbody>
  1384.                                                 </table>
  1385.                                                 <!-- Buttons-Container -->
  1386.  
  1387.                                                 <!-- space-control -->
  1388.                                                 <table border="0" width="100%" align="center" cellpadding="0"
  1389.                                                  cellspacing="0" style="width:100%;max-width:100%;">
  1390.                                                   <tbody>
  1391.                                                     <tr>
  1392.                                                       <td class="space-control" valign="middle" align="center"
  1393.                                                        height="60"></td>
  1394.                                                     </tr>
  1395.                                                   </tbody>
  1396.                                                 </table>
  1397.                                                 <!-- space-control -->
  1398.  
  1399.                                               </td>
  1400.                                             </tr>
  1401.                                           </tbody>
  1402.                                         </table>
  1403.                                         <!-- container -->
  1404.  
  1405.                                       </td>
  1406.                                     </tr>
  1407.                                   </tbody>
  1408.                                 </table>
  1409.                                 <!-- miscellaneous-5-bg-image -->
  1410.  
  1411.                                 <!--[if (gte mso 9)|(IE)]></v:textbox></v:rect><![endif]-->
  1412.  
  1413.                               </td>
  1414.                             </tr>
  1415.                           </tbody>
  1416.                         </table>
  1417.                         <!-- bg-color -->
  1418.  
  1419.                       </td>
  1420.                     </tr>
  1421.                   </tbody>
  1422.                 </table>
  1423.                 <!-- body-bg-color -->
  1424.  
  1425.               </td>
  1426.             </tr>
  1427.           </tbody>
  1428.         </table>
  1429.         <!-- Featured -->
  1430.  
  1431.         <!-- footer-3 -->
  1432.  
  1433.         <table border="0" width="100%" align="center" cellpadding="0" cellspacing="0"
  1434.          style="width:100%;max-width:100%;">
  1435.           <tr>
  1436.             <td class="footer-3" align="center" valign="top">
  1437.  
  1438.               <!-- body-bg-color -->
  1439.               <table border="0" width="100%" align="center" cellpadding="0" cellspacing="0" class="row"
  1440.                style="width:100%;max-width:100%;">
  1441.                 <tr>
  1442.                   <td class="body-bg-color" align="center" valign="top" bgcolor="#F4F4F4">
  1443.  
  1444.                     <!-- bg-color -->
  1445.                     <table border="0" width="800" align="center" cellpadding="0" cellspacing="0" class="row"
  1446.                      style="width:800px;max-width:800px;">
  1447.                       <tr>
  1448.                         <td class="bg-color" align="center" valign="top" bgcolor="#333333">
  1449.  
  1450.                           <!-- container -->
  1451.                           <table width="600" border="0" cellpadding="0" cellspacing="0" align="center" class="row"
  1452.                            style="width:600px;max-width:600px;">
  1453.                             <tr>
  1454.                               <td align="center" valign="top" class="container-padding">
  1455.  
  1456.                                 <!-- space-control -->
  1457.                                 <table border="0" width="100%" align="center" cellpadding="0" cellspacing="0"
  1458.                                  style="width:100%;max-width:100%;">
  1459.                                   <tr>
  1460.                                     <td class="space-control" valign="middle" align="center" height="30"></td>
  1461.                                   </tr>
  1462.                                 </table>
  1463.                                 <!-- space-control -->
  1464.  
  1465.                                 <!-- container-4-columns -->
  1466.                                 <table width="600" border="0" cellpadding="0" cellspacing="0" align="center" class="row"
  1467.                                  style="width:600px;max-width:600px;">
  1468.                                   <tr>
  1469.                                     <td align="center" valign="top" class="container-padding">
  1470.  
  1471.                                       <!--[if (gte mso 9)|(IE)]><table border="0" cellpadding="0" cellspacing="0"><tr><td valign="top"><![endif]-->
  1472.  
  1473.                                       <!-- logo -->
  1474.                                       <table width="220" border="0" cellpadding="0" cellspacing="0" align="left"
  1475.                                        class="row" style="width:220px;max-width:220px;">
  1476.                                         <tr>
  1477.                                           <td align="center" valign="middle" height="36">
  1478.                                             <table border="0" cellpadding="0" cellspacing="0" align="left"
  1479.                                              class="center-float">
  1480.                                               <tr>
  1481.                                                 <td valign="middle" align="center" class="img135"><img
  1482.                                                    style="display:block;width:100%;max-width:135px;display:block;border:0px;"
  1483.                                                    src="https://mcewancatering.com/wp-content/themes/mcewan-catering/assets/images/McEwan_gold_Logo.svg"
  1484.                                                    width="135" border="0" alt="logo"></td>
  1485.                                               </tr>
  1486.                                             </table>
  1487.                                           </td>
  1488.                                         </tr>
  1489.                                         <tr>
  1490.                                           <td valign="middle" align="center" height="15"
  1491.                                            style="font-size:15px;line-height:15px;">&nbsp;</td>
  1492.                                         </tr>
  1493.                                         <tr>
  1494.                                           <td class="text center-text" valign="middle" align="left"
  1495.                                            style="font-family:'Roboto',sans-serif,Arial,Helvetica; font-size:12px; line-height:22px; font-weight:normal;font-style:normal; color:#FFFFFF;text-decoration:none;letter-spacing: 0px;">
  1496.  
  1497.  
  1498.  
  1499.                                           </td>
  1500.                                         </tr>
  1501.                                       </table>
  1502.                                       <!-- logo -->
  1503.  
  1504.                                       <!--[if (gte mso 9)|(IE)]></td><td valign="top"><![endif]-->
  1505.  
  1506.                                       <!-- gap -->
  1507.                                       <table width="20" border="0" cellpadding="0" cellspacing="0" align="left"
  1508.                                        class="row" style="width:20px;max-width:20px;">
  1509.                                         <tr>
  1510.                                           <td valign="middle" align="center" height="20"
  1511.                                            style="font-size:20px;line-height:20px;"></td>
  1512.                                         </tr>
  1513.                                       </table>
  1514.                                       <!-- gap -->
  1515.  
  1516.                                       <!--[if (gte mso 9)|(IE)]></td><td valign="top"><![endif]-->
  1517.  
  1518.                                       <!-- column -->
  1519.                                       <table width="135" border="0" cellpadding="0" cellspacing="0" align="right"
  1520.                                        class="row" style="width:135px;max-width:135px;">
  1521.                                         <tr>
  1522.                                           <td align="center" valign="top">
  1523.                                             <!-- title -->
  1524.                                             <table border="0" width="100%" cellpadding="0" cellspacing="0"
  1525.                                              align="center" style="width:100%; max-width:100%;">
  1526.                                               <tr>
  1527.                                                 <td class="title center-text" valign="bottom" align="left" height="36"
  1528.                                                  style="font-family:'Roboto',Arial,Helvetica,sans-serif; font-size:14px; line-height:24px; font-weight:normal;font-style:normal; color:#ffffff;text-decoration:none;letter-spacing: 0px;">
  1529.  
  1530.                                                   <strong>Get in touch</strong>
  1531.  
  1532.                                                 </td>
  1533.                                               </tr>
  1534.                                             </table>
  1535.                                             <!-- title -->
  1536.                                             <!-- space -->
  1537.                                             <table border="0" width="100%" align="center" cellpadding="0"
  1538.                                              cellspacing="0" style="width:100%;max-width:100%;">
  1539.                                               <tr>
  1540.                                                 <td valign="middle" align="center" height="15"
  1541.                                                  style="font-size:15px;line-height:15px;">&nbsp;</td>
  1542.                                               </tr>
  1543.                                             </table>
  1544.                                             <!-- space -->
  1545.                                             <!-- text -->
  1546.                                             <table border="0" width="100%" cellpadding="0" cellspacing="0"
  1547.                                              align="center" style="width:100%; max-width:100%;">
  1548.                                               <tr>
  1549.                                                 <td class="text center-text" valign="middle" align="left"
  1550.                                                  style="font-family:'Roboto',Arial,Helvetica,sans-serif; font-size:12px; line-height:22px; font-weight:normal;font-style:normal; color:#FFFFFF;text-decoration:none;letter-spacing: 0px;">
  1551.  
  1552.                                                   McEwan Catering
  1553.                                                   38 Karl Fraser Road
  1554.                                                   Toronto, ON
  1555.                                                   M3C 0H7
  1556.                                                   <br>
  1557.                                                   <a class="phone-number" href="tel:(416) 444-6262"
  1558.                                                    style="color:#FFFFFF;">(416) 444-6262 ext.288</a>
  1559.                                                   <br>
  1560.                                                   <a class="phone-number" href="tel:(416) 444-6212"
  1561.                                                    style="color:#FFFFFF;">(416) 444-6212</a>
  1562.  
  1563.                                                 </td>
  1564.                                               </tr>
  1565.                                             </table>
  1566.                                             <!-- text -->
  1567.                                           </td>
  1568.                                         </tr>
  1569.                                       </table>
  1570.  
  1571.                                     </td>
  1572.                                   </tr>
  1573.                                 </table>
  1574.                                 <!-- container-4-columns -->
  1575.  
  1576.                                 <!-- splitter with gaps -->
  1577.                                 <table border="0" width="100%" align="center" cellpadding="0" cellspacing="0"
  1578.                                  style="width:100%;max-width:100%;">
  1579.                                   <tr>
  1580.                                     <td align="center" valign="middle" height="20"
  1581.                                      style="font-size:20px;line-height:20px;">
  1582.                                       &nbsp;</td>
  1583.                                   </tr>
  1584.                                   <tr>
  1585.                                     <td valign="middle" align="center" height="1"
  1586.                                      style="font-size:1px;line-height:1px;">
  1587.                                       <!-- line -->
  1588.                                       <table width="100%" border="0" cellpadding="0" cellspacing="0" align="center"
  1589.                                        style="width:100%;max-width:4100%;">
  1590.                                         <tr>
  1591.                                           <td class="splitter" align="center" valign="middle" height="1"
  1592.                                            bgcolor="#4E054C" style="font-size:1px;line-height:1px;">&nbsp;</td>
  1593.                                         </tr>
  1594.                                       </table>
  1595.                                       <!-- line -->
  1596.                                     </td>
  1597.                                   </tr>
  1598.                                   <tr>
  1599.                                     <td align="center" valign="middle" height="20"
  1600.                                      style="font-size:20px;line-height:20px;">
  1601.                                       &nbsp;</td>
  1602.                                   </tr>
  1603.                                 </table>
  1604.                                 <!-- splitter with gaps -->
  1605.  
  1606.                                 <!-- container-2-columns -->
  1607.                                 <table width="600" border="0" cellpadding="0" cellspacing="0" align="center" class="row"
  1608.                                  style="width:600px;max-width:600px;">
  1609.                                   <tr>
  1610.                                     <td align="center" valign="top" class="container-padding">
  1611.  
  1612.                                       <!--[if (gte mso 9)|(IE)]><table border="0" cellpadding="0" cellspacing="0"><tr><td valign="top"><![endif]-->
  1613.  
  1614.                                       <!-- column -->
  1615.                                       <table width="220" border="0" cellpadding="0" cellspacing="0" align="left"
  1616.                                        class="row" style="width:220px;max-width:220px;">
  1617.                                         <tr>
  1618.                                           <td align="center" valign="top">
  1619.                                             <!-- copyrights -->
  1620.                                             <table border="0" cellpadding="0" cellspacing="0" class="row" align="left">
  1621.                                               <tr>
  1622.                                                 <td class="copyrights center-text" valign="middle" align="left"
  1623.                                                  style="font-family:'Roboto',Arial,Helvetica,sans-serif; font-size:12px; line-height:16px; font-weight:normal;font-style:normal; color:#FFFFFF;text-decoration:none;letter-spacing: 0px;">
  1624.  
  1625.                                                   Copyright © 2019. All rights reserved.
  1626.  
  1627.                                                 </td>
  1628.                                               </tr>
  1629.                                             </table>
  1630.                                             <!-- copyrights -->
  1631.                                           </td>
  1632.                                         </tr>
  1633.                                       </table>
  1634.                                       <!-- column -->
  1635.  
  1636.                                       <!--[if (gte mso 9)|(IE)]></td><td valign="top"><![endif]-->
  1637.  
  1638.                                       <!-- gap -->
  1639.                                       <table width="20" border="0" cellpadding="0" cellspacing="0" align="left"
  1640.                                        class="row" style="width:20px;max-width:20px;">
  1641.                                         <tr>
  1642.                                           <td valign="middle" align="center" height="20"
  1643.                                            style="font-size:20px;line-height:20px;"></td>
  1644.                                         </tr>
  1645.                                       </table>
  1646.                                       <!-- gap -->
  1647.  
  1648.                                       <!--[if (gte mso 9)|(IE)]></td><td valign="top"><![endif]-->
  1649.  
  1650.                                       <!-- column -->
  1651.                                       <table width="360" border="0" cellpadding="0" cellspacing="0" align="left"
  1652.                                        class="row" style="width:360px;max-width:360px;">
  1653.                                         <tr>
  1654.                                           <td align="center" valign="top">
  1655.  
  1656.                                             <table border="0" cellpadding="0" cellspacing="0" align="left"
  1657.                                              class="center-float">
  1658.                                               <tr>
  1659.                                                 <td class="center-text" valign="middle" align="left">
  1660.                                                   <!-- HTML -->
  1661.                                                   <table border="0" cellpadding="0" cellspacing="0" align="center"
  1662.                                                    class="center-float">
  1663.                                                     <tr>
  1664.                                                       <td class="unsubscribe" valign="middle" align="center"
  1665.                                                        style="font-family:'Roboto',Arial,Helvetica,sans-serif;font-size:12px;font-weight:normal;line-height:16px;color:#FFFFFF;">
  1666.                                                         <a href="#"
  1667.                                                          style="color:#FFFFFF;text-decoration:none; font-family:inherit;">Unsubscribe</a>
  1668.                                                         - <a href="#"
  1669.                                                          style="color:#FFFFFF;text-decoration:none; font-family:inherit;">Webversion</a>
  1670.                                                         - <a href="#"
  1671.                                                          style="color:#FFFFFF;text-decoration:none; font-family:inherit;">Send
  1672.                                                           to a friend</a>
  1673.                                                       </td>
  1674.                                                     </tr>
  1675.                                                   </table>
  1676.                                                   <!-- HTML -->
  1677.                                                 </td>
  1678.                                               </tr>
  1679.                                             </table>
  1680.  
  1681.                                           </td>
  1682.                                         </tr>
  1683.                                       </table>
  1684.                                       <!-- column -->
  1685.  
  1686.                                       <!--[if (gte mso 9)|(IE)]></td></tr></table><![endif]-->
  1687.  
  1688.                                     </td>
  1689.                                   </tr>
  1690.                                 </table>
  1691.                                 <!-- container-2-columns -->
  1692.  
  1693.                                 <!-- space-control -->
  1694.                                 <table border="0" width="100%" align="center" cellpadding="0" cellspacing="0"
  1695.                                  style="width:100%;max-width:100%;">
  1696.                                   <tr>
  1697.                                     <td class="space-control" valign="middle" align="center" height="30"></td>
  1698.                                   </tr>
  1699.                                 </table>
  1700.                                 <!-- space-control -->
  1701.  
  1702.                               </td>
  1703.                             </tr>
  1704.                           </table>
  1705.                           <!-- container -->
  1706.  
  1707.                         </td>
  1708.                       </tr>
  1709.                     </table>
  1710.                     <!-- bg-color -->
  1711.  
  1712.                   </td>
  1713.                 </tr>
  1714.               </table>
  1715.               <!-- body-bg-color -->
  1716.  
  1717.             </td>
  1718.           </tr>
  1719.         </table>
  1720.  
  1721.         <!-- footer-3 -->
  1722.  
  1723.         <!-- Footer -->
  1724.  
  1725.  
  1726. </body>
  1727.  
  1728. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement