HTML preprocessors can make writing HTML more powerful or convenient. For instance, Markdown is designed to be easier to write and read for text documents and you could write a loop in Pug.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. So you don't have access to higher-up elements like the <html>
tag. If you want to add classes there that can affect the whole document, this is the place to do it.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. If you need things in the <head>
of the document, put that code here.
The resource you are linking to is using the 'http' protocol, which may not work when the browser is using https.
CSS preprocessors help make authoring CSS easier. All of them offer things like variables and mixins to provide convenient abstractions.
It's a common practice to apply CSS to a page that styles elements such that they are consistent across all browsers. We offer two of the most popular choices: normalize.css and a reset. Or, choose Neither and nothing will be applied.
To get the best cross-browser support, it is a common practice to apply vendor prefixes to CSS properties and values that require them to work. For instance -webkit-
or -moz-
.
We offer two popular choices: Autoprefixer (which processes your CSS server-side) and -prefix-free (which applies prefixes via a script, client-side).
Any URLs added here will be added as <link>
s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.
You can apply CSS to your Pen from any stylesheet on the web. Just put a URL to it here and we'll apply it, in the order you have them, before the CSS in the Pen itself.
You can also link to another Pen here (use the .css
URL Extension) and we'll pull the CSS from that Pen and include it. If it's using a matching preprocessor, use the appropriate URL Extension and we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
JavaScript preprocessors can help make authoring JavaScript easier and more convenient.
Babel includes JSX processing.
Any URL's added here will be added as <script>
s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.
You can apply a script from anywhere on the web to your Pen. Just put a URL to it here and we'll add it, in the order you have them, before the JavaScript in the Pen itself.
If the script you link to has the file extension of a preprocessor, we'll attempt to process it before applying.
You can also link to another Pen here, and we'll pull the JavaScript from that Pen and include it. If it's using a matching preprocessor, we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
Search for and use JavaScript packages from npm here. By selecting a package, an import
statement will be added to the top of the JavaScript editor for this package.
Using packages here is powered by esm.sh, which makes packages from npm not only available on a CDN, but prepares them for native JavaScript ESM usage.
All packages are different, so refer to their docs for how they work.
If you're using React / ReactDOM, make sure to turn on Babel for the JSX processing.
If active, Pens will autosave every 30 seconds after being saved once.
If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.
If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.
Visit your global Editor Settings.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- start coded_template: id:7328265264 path:Custom/email/2019/Emailmonks_Newsletter.html
-->
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:o="urn:schemas-microsoft-com:office:office">
<head>
<!--[if gte mso 9]>
<xml>
<o:OfficeDocumentSettings>
<o:AllowPNG/>
<o:PixelsPerInch>96</o:PixelsPerInch>
</o:OfficeDocumentSettings>
</xml>
<![endif]-->
<title>Keep Reading And Keep Creating Better Emails!</title>
<meta http-equiv="Content-Type"
content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0 ">
<meta name="format-detection" content="telephone=no">
<!--[if !mso]>
<!-->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800"
rel="stylesheet">
<!--<![endif]-->
<style type="text/css" id="hs-inline-css">
body { margin: 0; padding: 0; -webkit-text-size-adjust: 100% !important; -ms-text-size-adjust: 100% !important; -webkit-font-smoothing: antialiased !important; }
img { border: 0 !important; outline: none !important; }
p { Margin: 0px !important; Padding: 0px !important; }
table { border-collapse: collapse; mso-table-lspace: 0px; mso-table-rspace: 0px; }
td, a, span { border-collapse: collapse; mso-line-height-rule: exactly; }
.ExternalClass * { line-height: 100%; }
.em_defaultlink a { color: inherit !important; text-decoration: none !important; }
.em_g_img + div { display: none; }
.em_yellow a { text-decoration: underline; color: #e6b705; }
@media only screen and (min-width:481px) and (max-width:667px) {
.em_main_table { width: 100% !important; }
.em_wrapper { width: 100% !important; }
.em_hide { display: none !important; }
.em_full_img { width: 100% !important; height: auto !important; }
.em_full_img img { width: 100% !important; height: auto !important; }
.em_center { text-align: center !important; }
.em_left { text-align: left !important; }
.em_side10 { width: 10px !important; }
.em_aside10 { padding: 0px 10px !important; }
.em_side15 { width: 15px !important; }
.em_aside15 { padding: 0px 15px !important; }
.em_ptop { padding-top: 20px !important; }
.em_pbottom { padding-bottom: 20px !important; }
.em_p10 { padding: 10px !important; }
.em_p15 { padding: 15px !important; }
.em_plrb15 { padding: 0px 15px 15px 15px !important; } /* Padding Left Right Bottom */
.em_h20 { height: 20px !important; font-size: 1px!important; line-height: 1px!important; }
.em_h30 { height: 30px !important; }
.em_bg_none { background-image: none !important; }
.em_mob_block { display: block !important; }
.em_hauto { height: auto !important; }
.em_font_N { font-size: Npx } /* update the N number as per font-size */
.em_wN { width: Npx !important; } /* update the N number as per width */
.em_clear { clear: both !important; width: 100% !important; display: block !important; }
}
@media screen and (max-width: 480px) {
.em_main_table { width: 100% !important; }
.em_wrapper { width: 100% !important; }
.em_hide { display: none !important; }
.em_full_img { width: 100% !important; height: auto !important; }
.em_full_img img { width: 100% !important; height: auto !important; }
.em_center { text-align: center !important; }
.em_left { text-align: left !important; }
.em_side10 { width: 10px !important; }
.em_aside10 { padding: 0px 10px !important; }
.em_side15 { width: 15px !important; }
.em_aside15 { padding: 0px 15px !important; }
.em_ptop { padding-top: 20px !important; }
.em_pbottom { padding-bottom: 20px !important; }
.em_p10 { padding: 10px !important; }
.em_p15 { padding: 15px !important; }
.em_plrb15 { padding: 0px 15px 15px 15px !important; } /* Padding Left Right Bottom */
.em_h20 { height: 20px !important; font-size: 1px!important; line-height: 1px!important; }
.em_h30 { height: 30px !important; }
.em_bg_none { background-image: none !important; }
.em_mob_block { display: block !important; }
.em_hauto { height: auto !important; }
.em_font30 { font-size: 30px !important; line-height: 35px !important; } /* update the N number as per font-size */
.em_wN { width: Npx !important; } /* update the N number as per width */
.em_clear { clear: both !important; width: 100% !important; display: block !important; }
u + .em_body .em_full_wrap { width: 100% !important; width: 100vw !important; }
.em_font32 { font-size: 32px !important; line-height: 35px !important; }
.em_font21 { font-size: 21px !important; }
}
</style>
<meta name="generator" content="HubSpot">
<meta property="og:url" content="http://emailmonks-2700725.hs-sites.com/email-insights-february-3">
<meta name="x-apple-disable-message-reformatting">
<meta name="robots" content="noindex,follow">
</head>
<body class="em_body" style="-webkit-text-size-adjust:100% !important; -ms-text-size-adjust:100% !important; -webkit-font-smoothing:antialiased !important; margin:0px auto; padding:0px"
bgcolor="#ffffff">
<!--==H eader Section==- ->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="em_full_wrap" bgcolor="#ffffff" style="border-collapse:collapse; mso-table-lspace:0px; mso-table-rspace:0px">
<tbody><tr>
<td align="center" valign="top" style="border-collapse:collapse; mso-line-height-rule:exactly"><table align="center" width="800" border="0" cellspacing="0" cellpadding="0" class="em_main_table" style="border-collapse:collapse; mso-table-lspace:0px; mso-table-rspace:0px; width:800px; table-layout:fixed">
<tbody><tr>
<td align="center" valign="top" class="em_yellow" bgcolor="#000000" style="border-collapse:collapse; mso-line-height-rule:exactly; font-family:'Open Sans', Arial, sans-serif; font-size:12px; line-height:14px; color:#ffffff; padding:13px 15px">If you can’t see this email? <a href="https://ih.t.hubspotemail.net/e2t/c/*W5pFm7q13WHxhW5VK5dX7YpfZ50/*W2r5p_f340XJNW2xTgf62-d9gk0/5/f18dQhb0S1Xq7wj8b_V1vjl11mDxBCN4MHs8sN3-6tW3T4FZN41HZ8MW3XxnRp2Pn8L1W8XB6RX1kvCGdW7vlSPd5Jlv_tW5VrxdH8yPH1sW4yJwd87j8ZClMbdJ2bhcr9JW8QB03p32WNK4W96Wy8j1KbG0kW8y0x-x59ZpMPN4GjvsSnWkH9W74WHss8c0Cs0W2NFxPd3kr6wTN33VgFHbbWpNW1p2NtY7JR5gRW8vVtYt4Pf6cTW39LyHt81qk20W2gP8FM42k01lW7FxRmM1dJFY0W1G5Rxn82_sJMW6tvzgC1xgTdMN3sp0TBzXvktW7hvy1L3NwTXXW70xr8s6CqrKjW2fGDtk7c7QV3VD9RMV6h8LjnW8_ws0s224y0VW7mZwj43046wyW8q2HV779WJSxW8FXkGp6JZGzxW3THvLt7ZCxNbW2yzzMQ4FVnZHW8jty-f13Lt_fW30z0lb3LR2JyW5BjmGs5k9v7mW4RB7r_5Z9m-FVw3YYN5qqGDZW26PY_n3DNDqDVVxyy57GPjlvW2GHRp48Bt3JnW1Msd9k3-nTn-W3WrzzZ10vxY_W8tr7Nl2BZgvBW5sNDym81Kpj3VxhCYY4C8vY0N6SkWV-YTjCDW6gDFRJ7yXsXwW8y5Y-B5RchXFW8Ssjlg4dNwyNW92RwtJ3NGm67N2XlyBDrv1xwW5G3XsN4GN2tqf46qCMC03" target="_blank" style="border-collapse:collapse; mso-line-height-rule:exactly; text-decoration:underline; color:#e6b705" data-hs-link-id="0">View Online</a></td>
</tr>
<tr>
<td align="center" valign="top" class="em_hauto" height="199" background="https://cdn2.hubspot.net/hubfs/2700725/Newsletter/background_image.png" style="border-collapse:collapse; mso-line-height-rule:exactly; background:url(https://cdn2.hubspot.net/hubfs/2700725/Newsletter/background_image.png) center top no-repeat; background-size:cover; background-color:#f3d536; height:199px" bgcolor="#f3d536"><!--[if gte mso 9]>
<v:image xmlns:v="urn:schemas-microsoft-com:vml" fill="true" stroke="false" style=" border: 0;display: inline-block; width: 800px; height: 199px;" src="https://cdn2.hubspot.net/hubfs/2700725/Newsletter/background_image.png" />
<v:rect xmlns:v="urn:schemas-microsoft-com:vml" fill="true" stroke="false" style=" border: 0;display: inline-block;position: absolute; width: 800px; height: 199px;">
<v:fill opacity="0%" color="#f3d536" />
<v:textbox inset="0,0,0,0">
<![endif]-->
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center"
style="border-collapse:collapse; mso-table-lspace:0px; mso-table-rspace:0px">
<tbody>
<tr>
<td width="115" style="border-collapse:collapse; mso-line-height-rule:exactly; width:115px"
class="em_side15"> </td>
<td align="center" valign="top" style="border-collapse:collapse; mso-line-height-rule:exactly">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center"
style="border-collapse:collapse; mso-table-lspace:0px; mso-table-rspace:0px">
<tbody>
<tr>
<td height="25" style="border-collapse:collapse; mso-line-height-rule:exactly; height:25px"
class="em_h30"> </td>
</tr>
<tr>
<td align="center" valign="top" style="border-collapse:collapse; mso-line-height-rule:exactly">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center"
style="border-collapse:collapse; mso-table-lspace:0px; mso-table-rspace:0px">
<tbody>
<tr>
<td align="center" valign="top" width="104" style="border-collapse:collapse; mso-line-height-rule:exactly; width:104px"
class="em_hide">
<div id="hs_cos_wrapper_Header_Logo" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_linked_image"
style="color: inherit; font-size: inherit; line-height: inherit;" data-hs-cos-general-type="widget"
data-hs-cos-type="linked_image">
<a href="https://ih.t.hubspotemail.net/e2t/c/*W5pFm7q13WHxhW5VK5dX7YpfZ50/*W3trv0467CsqlW5w9tcF4XWmmS0/5/f18dQhb0Sjvl8XJ9hPN8Dvg7vHyjJqW8pTv4K1p1tMPN3hHhdcVMsQMVnQ9Qq8-2BS9W1VwXlQ8WS45BW5mZ50N8HbRxPN8k1dMQpSBF3W8Wj41d5p5V0hN54BzqNsMSyvW1GPqhx3W4sL-W3VKqsF5jj8JrW47YlYy4bfcHbN47Xqv7h7cF-W41TlcR3TwTrkW1lm5mg49WVtrW3VVg3w3xXRMbW6G2lbz7NMdQNV4cNXy75WRHJW84nC8Y7NS7pkW7HWX5y79Z_TRW8Q314j1k1y6FW1sRR1F6jRF0HW4K3SYs1jSBkMW2Nf84-83SlKTW8mQtgG6Kn0KwW9cJ1ll8gwrLKW6sMc678MZyMGW935_KB4_Zc5CW3vT9jV5fwpBSW85qhgj5gSHY5W6H5W2l37P0d4W15hnZl2_KPH2VXDmq16hZtzMVVy-sd3L39DWW2bK_v01ny5pjW6vGX7J8p2vT3W9d1ZZT22X2BxW4RrYcd43b2ylW6t37467n1fl-MZpcmq9ZLdTf1YbF7p11"
target="_blank" id="hs-link-Header_Logo" style="border-collapse:collapse; mso-line-height-rule:exactly; border-width:0px; border:0px"
data-hs-link-id="0">
<img src="https://cdn2.hubspot.net/hub/2700725/hubfs/Newsletter/monk_img.png?noresize&width=104&name=monk_img.png"
class="hs-image-widget " style="outline:none !important; max-width:104px; border-width:0px; border:0px; width:104px; max-width:104px; display:block; font-family:Arial, sans-serif; font-size:30px; line-height:35px; font-weight:bold; color:#00567c; font-style:italic; text-decoration:none"
width="104" alt="Emailmonks" title="Emailmonks">
</a>
</div>
</td>
<td width="20" style="border-collapse:collapse; mso-line-height-rule:exactly; width:20px"
class="em_hide"> </td>
<td align="center" valign="top" style="border-collapse:collapse; mso-line-height-rule:exactly">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center"
style="border-collapse:collapse; mso-table-lspace:0px; mso-table-rspace:0px">
<tbody>
<tr>
<td height="30" style="border-collapse:collapse; mso-line-height-rule:exactly; height:30px"
class="em_hide"> </td>
</tr>
<tr>
<td align="center" valign="top" class="em_defaultlink em_font30" style="border-collapse:collapse; mso-line-height-rule:exactly; font-family:'Open Sans', Arial, sans-serif; font-size:36px; line-height:40px; color:#000000; font-weight:bold">Monthly Email Wisdom</td>
</tr>
<tr>
<td height="12" style="border-collapse:collapse; mso-line-height-rule:exactly; line-height:0px; font-size:0px; height:12px">
<img src="https://cdn2.hubspot.net/hub/2700725/hubfs/Newsletter/spacer.gif?width=1&height=1&name=spacer.gif"
width="1" height="1" alt="" border="0" style="border:0 !important; outline:none !important; display:block"
srcset="https://cdn2.hubspot.net/hub/2700725/hubfs/Newsletter/spacer.gif?width=1&height=1&name=spacer.gif 1w, https://cdn2.hubspot.net/hub/2700725/hubfs/Newsletter/spacer.gif?width=2&height=2&name=spacer.gif 2w"
sizes="(max-width: 1px) 100vw, 1px">
</td>
</tr>
<tr>
<td align="center" valign="top" class="em_defaultlink" style="border-collapse:collapse; mso-line-height-rule:exactly; font-family:'Open Sans', Arial, sans-serif; font-size:17px; line-height:22px; color:#000000; text-transform:uppercase; font-weight:600">from the Monks</td>
</tr>
<tr>
<td height="8" style="border-collapse:collapse; mso-line-height-rule:exactly; line-height:0px; font-size:0px; height:8px">
<img src="https://cdn2.hubspot.net/hub/2700725/hubfs/Newsletter/spacer.gif?width=1&height=1&name=spacer.gif"
width="1" height="1" alt="" border="0" style="border:0 !important; outline:none !important; display:block"
srcset="https://cdn2.hubspot.net/hub/2700725/hubfs/Newsletter/spacer.gif?width=1&height=1&name=spacer.gif 1w, https://cdn2.hubspot.net/hub/2700725/hubfs/Newsletter/spacer.gif?width=2&height=2&name=spacer.gif 2w"
sizes="(max-width: 1px) 100vw, 1px">
</td>
</tr>
<tr>
<td align="center" valign="top" class="em_defaultlink" style="border-collapse:collapse; mso-line-height-rule:exactly; font-family:'Open Sans', Arial, sans-serif; font-size:14px; line-height:19px; font-weight:bold; color:#d14e11; text-transform:uppercase">February ’19</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td height="20" style="border-collapse:collapse; mso-line-height-rule:exactly; line-height:0px; font-size:0px; height:20px"
class="em_h30"> </td>
</tr>
</tbody>
</table>
</td>
<td width="115" style="border-collapse:collapse; mso-line-height-rule:exactly; width:115px"
class="em_side15"> </td>
</tr>
</tbody>
</table>
<!--[if gte mso 9]>
</v:textbox>
</v:fill>
</v:rect>
</v:image>
<![endif]-->
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<!--==/ /Header Section==- ->
<!-- == Body Section == -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="em_full_wrap"
bgcolor="#ffffff" style="border-collapse:collapse; mso-table-lspace:0px; mso-table-rspace:0px">
<tbody>
<tr>
<td align="center" valign="top" style="border-collapse:collapse; mso-line-height-rule:exactly">
<table align="center" width="800" border="0" cellspacing="0" cellpadding="0" class="em_main_table"
style="border-collapse:collapse; mso-table-lspace:0px; mso-table-rspace:0px; width:800px; table-layout:fixed">
<tbody>
<tr>
<td align="center" valign="top" style="border-collapse:collapse; mso-line-height-rule:exactly">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center"
style="border-collapse:collapse; mso-table-lspace:0px; mso-table-rspace:0px">
<tbody>
<tr>
<td width="75" style="border-collapse:collapse; mso-line-height-rule:exactly; width:75px"
class="em_side15"> </td>
<td align="center" valign="top" style="border-collapse:collapse; mso-line-height-rule:exactly">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center"
style="border-collapse:collapse; mso-table-lspace:0px; mso-table-rspace:0px">
<tbody>
<tr>
<td height="35" style="border-collapse:collapse; mso-line-height-rule:exactly; height:35px"
class="em_h30"> </td>
</tr>
<tr>
<td align="center" valign="top" class="em_defaultlink" style="border-collapse:collapse; mso-line-height-rule:exactly; font-family:'Open Sans', Arial, sans-serif; font-size:26px; line-height:30px; color:#000000; font-weight:bold; text-transform:capitalize"><span style="border-collapse:collapse; mso-line-height-rule:exactly">Hey HTML Email,</span>
</td>
</tr>
<tr>
<td align="left" valign="top" class="em_defaultlink" style="border-collapse:collapse; mso-line-height-rule:exactly; font-family:'Open Sans', Arial, sans-serif; font-size:14px; line-height:24px; color:#000000; padding:18px 0 0 0">
<div style="text-align: justify;"><span style="border-collapse:collapse; mso-line-height-rule:exactly">February was an exciting month in the email marketing industry, with Microsoft Outlook's latest update supporting animated GIFs. Additionally, we have even more awesome email marketing content to share with you. We have picked varied topics, such as AI in email (in collaboration with <g class="gr_ gr_5 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling ins-del multiReplace" id="5" data-gr-id="5">Phrasee</g>), email marketing ROI, email strategy and more, from this month's blog posts.</span>
</div>
</td>
</tr>
<tr>
<td align="left" valign="top" class="em_defaultlink" style="border-collapse:collapse; mso-line-height-rule:exactly; font-family:'Open Sans', Arial, sans-serif; font-size:14px; line-height:24px; color:#000000; padding:9px 0 0 0"></td>
</tr>
<tr>
<td align="center" valign="top" class="em_defaultlink em_ptop" style="border-collapse:collapse; mso-line-height-rule:exactly; font-family:'Open Sans', Arial, sans-serif; font-size:14px; line-height:19px; color:#000000; font-weight:bold; text-transform:uppercase; padding:14px 0 0 0"><span style="border-collapse:collapse; mso-line-height-rule:exactly">Keep reading and keep creating better emails!</span>
</td>
</tr>
<tr>
<td align="center" valign="top" style="border-collapse:collapse; mso-line-height-rule:exactly; padding:35px 0 0 0"
class="em_ptop">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center"
bgcolor="#3a3939" style="border-collapse:collapse; mso-table-lspace:0px; mso-table-rspace:0px">
<tbody>
<tr>
<td align="center" valign="top" class="em_aside10" style="border-collapse:collapse; mso-line-height-rule:exactly">
<table width="325" border="0" cellspacing="0" cellpadding="0" align="left" style="border-collapse:collapse; mso-table-lspace:0px; mso-table-rspace:0px; width:325px"
class="em_wrapper">
<tbody>
<tr>
<td align="center" valign="top" class="em_full_img em_ptop" style="border-collapse:collapse; mso-line-height-rule:exactly">
<div id="hs_cos_wrapper_Image_1" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_linked_image"
style="color: inherit; font-size: inherit; line-height: inherit;" data-hs-cos-general-type="widget"
data-hs-cos-type="linked_image">
<a href="https://ih.t.hubspotemail.net/e2t/c/*W5pFm7q13WHxhW5VK5dX7YpfZ50/*W74bqDF2YrrCjW5jx8S_8ks1b00/5/f18dQhb0Sq5D4y8yjLW8B-18T4T_wDdMfn0p8dV5_jVscVqk1VbPj2W53DQ4N32Gf2QW4cPHqB6xhw7HW8Wm1tD4bQlPSW2xkdDM1p84vQW5vLZd98B-GQ7W3HBW0z3Nxt8HW3N1JG68rzKSjN67h1yf4p0NwN3Klrdqt6fw8W6xLLrT2MznrNN5nbq6BGXpVfW3-Q6wD52TdjQW1yxyT-56kwfcW4L9C5n4rDgrjW2HCrMJ7-yGkRW523krd5Zpy9tW7RfNdk2zYYj9W5cgcR42H9ckFW7NrMZs3pcvWzW48-Yts2_-k7TN6yYCb2N__z9W8lRrMN4r1Qw0W8yY-K08gjY7BW1K6sGz4bQW_qW6c44ww1S0Bn9W6hMT338ZldzMW2LBlQy2Pyd-YVyYh8K2W-BPYW7s74x81CXy5sW1J5M6M7p8kD3W7xNLLC6pGNSXW1zMRH71V-mbqW6BL_Mh2PTC-KW1CKpyf7zlMn0N7vRKhmq62tbN7qXdqDpPC9ZW5tb4QN3dtCPXN8csGDVD2JBLW7zKMkc5mgCfxW8YvZW547sXVMN41mFWC84rVzW6LzXY692csJ6W8Xc2S159hjGSW1qJmt64HbMGwW74XwVM84Pn6pW3bGkNX73Q0vRV1-N3b4-PHQV102"
target="_blank" id="hs-link-Image_1" style="border-collapse:collapse; mso-line-height-rule:exactly; border-width:0px; border:0px"
data-hs-link-id="0">
<img src="https://cdn2.hubspot.net/hub/2700725/hubfs/01_Feb.jpg?width=325&name=01_Feb.jpg"
class="hs-image-widget " style="outline:none !important; max-height:299px; max-width:325px; border-width:0px; border:0px; width:325px; max-width:325px; display:block; text-decoration:none; font-family:Arial, sans-serif; font-size:20px; line-height:22px; font-weight:bold; color:#000000"
width="325" alt="AI in Email" title="AI in Email" srcset="https://cdn2.hubspot.net/hub/2700725/hubfs/01_Feb.jpg?width=325&name=01_Feb.jpg 325w, https://cdn2.hubspot.net/hub/2700725/hubfs/01_Feb.jpg?width=650&name=01_Feb.jpg 650w"
sizes="(max-width: 325px) 100vw, 325px">
</a>
</div>
</td>
</tr>
</tbody>
</table>
<!--[if gte mso 9]>
</td>
<td valign="top">
<![endif]-->
<table width="325" border="0" cellspacing="0" cellpadding="0" align="right" style="border-collapse:collapse; mso-table-lspace:0px; mso-table-rspace:0px; width:325px"
class="em_wrapper">
<tbody>
<tr>
<td width="30" style="border-collapse:collapse; mso-line-height-rule:exactly; width:30px"
class="em_hide"> </td>
<td align="center" valign="middle" class="em_hauto" height="299" style="border-collapse:collapse; mso-line-height-rule:exactly; height:299px">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center"
style="border-collapse:collapse; mso-table-lspace:0px; mso-table-rspace:0px">
<tbody>
<tr>
<td height="36" style="border-collapse:collapse; mso-line-height-rule:exactly; height:36px"
class="em_h20"> </td>
</tr>
<tr>
<td align="left" valign="top" class="em_defaultlink em_pbottom em_center" style="border-collapse:collapse; mso-line-height-rule:exactly; font-family:'Open Sans', Arial, sans-serif; font-size:20px; color:#ffffff; line-height:26px; padding:0 0 38px 0"><span style="border-collapse:collapse; mso-line-height-rule:exactly">How Artificial Intelligence is Innovating Email Marketing</span>
</td>
</tr>
<tr>
<td align="center" valign="top" style="border-collapse:collapse; mso-line-height-rule:exactly">
<table width="145" border="0" cellspacing="0" cellpadding="0" align="left" style="border-collapse:collapse; mso-table-lspace:0px; mso-table-rspace:0px; width:145px"
class="em_wrapper">
<tbody>
<tr>
<td align="center" valign="top" style="border-collapse:collapse; mso-line-height-rule:exactly">
<table width="145" border="0" cellspacing="0" cellpadding="0" align="center" style="border-collapse:collapse; mso-table-lspace:0px; mso-table-rspace:0px; width:145px; border-radius:3px"
bgcolor="#f3d536">
<tbody>
<tr>
<td align="center" valign="middle" height="39" class="em_defaultlink" style="border-collapse:collapse; mso-line-height-rule:exactly; font-family:'Open Sans', Arial, sans-serif; font-size:16px; color:#373737; font-weight:bold; text-transform:uppercase; height:39px"><span style="border-collapse:collapse; mso-line-height-rule:exactly; color:#000000"><a href="https://ih.t.hubspotemail.net/e2t/c/*W5pFm7q13WHxhW5VK5dX7YpfZ50/*W7qqXwK3Q3bMcW5Z0_0w3gpxyx0/5/f18dQhb0Sq5D4y8yjLW8B-18T4T_wDdMfn0p8dV5_jVscVqk1VbPj2W53DQ4N32Gf2QW4cPHqB6xhw7HW8Wm1tD4bQlPSW2xkdDM1p84vQW5vLZd98B-GQ7W3HBW0z3Nxt8HW3N1JG68rzKSjN67h1yf4p0NwN3Klrdqt6fw8W6xLLrT2MznrNN5nbq6BGXpVfW3-Q6wD52TdjQW1yxyT-56kwfcW4L9C5n4rDgrjW2HCrMJ7-yGkRW523krd5Zpy9tW7RfNdk2zYYj9W5cgcR42H9ckFW7NrMZs3pcvWzW48-Yts2_-k7TN6yYCb2N__z9W8lRrMN4r1Qw0W8yY-K08gjY7BW1K6sGz4bQW_qW6c44ww1S0Bn9W6hMT338ZldzMW2LBlQy2Pyd-YVyYh8K2W-BPYW7s74x81CXy5sW1J5M6M7p8kD3W7xNLLC6pGNSXW1zMRH71V-mbqW6BL_Mh2PTC-KW1CKpyf7zlMn0N7vRKhmq62tbN7qXdqDpPC9ZW5tb4QN3dtCPXN8csGDVD2JBLW7zKMkc5mgCfxW8YvZW547sXVMN41mFWC84rVzW6LzXY692csJ6W8Xc2S159hjGSW1qJmt64HbMGwW74XwVM84Pn6pW3bGkNX7GmMyPV1-F1w8tQWYy102" style="border-collapse:collapse; mso-line-height-rule:exactly; text-decoration:none !important; color:#000000" data-hs-link-id="1" target="_blank">Read More</a></span>
<span
style="border-collapse:collapse; mso-line-height-rule:exactly; vertical-align:1px">
<img src="https://cdn2.hubspot.net/hub/2700725/hubfs/Newsletter/arrow.png?width=13&height=10&name=arrow.png"
width="13" height="10" alt="" border="0" style="border:0 !important; outline:none !important; display:inline-block; max-width:13px"
srcset="https://cdn2.hubspot.net/hub/2700725/hubfs/Newsletter/arrow.png?width=13&height=10&name=arrow.png 13w, https://cdn2.hubspot.net/hub/2700725/hubfs/Newsletter/arrow.png?width=26&height=20&name=arrow.png 26w"
sizes="(max-width: 13px) 100vw, 13px">
</span>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td height="36" style="border-collapse:collapse; mso-line-height-rule:exactly; line-height:0px; font-size:0px; height:36px"
class="em_h20"> </td>
</tr>
</tbody>
</table>
</td>
<td width="30" style="border-collapse:collapse; mso-line-height-rule:exactly; width:30px"
class="em_hide"> </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align="center" valign="top" style="border-collapse:collapse; mso-line-height-rule:exactly">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center"
bgcolor="#f3d536" dir="rtl" style="border-collapse:collapse; mso-table-lspace:0px; mso-table-rspace:0px">
<tbody>
<tr>
<td align="center" valign="top" class="em_aside10" style="border-collapse:collapse; mso-line-height-rule:exactly">
<table width="325" border="0" cellspacing="0" cellpadding="0" align="right" style="border-collapse:collapse; mso-table-lspace:0px; mso-table-rspace:0px; width:325px"
class="em_wrapper" dir="ltr">
<tbody>
<tr>
<td align="center" valign="top" class="em_full_img em_ptop" style="border-collapse:collapse; mso-line-height-rule:exactly">
<div id="hs_cos_wrapper_Image_2" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_linked_image"
style="color: inherit; font-size: inherit; line-height: inherit;" data-hs-cos-general-type="widget"
data-hs-cos-type="linked_image">
<a href="https://ih.t.hubspotemail.net/e2t/c/*W5pFm7q13WHxhW5VK5dX7YpfZ50/*W3xZhzn46csBBW6C7bhT3fm3cG0/5/f18dQhb0S1Wd6_tmZQW12LvCk2R0l-mVH4NnR1dDGsSW1lzJrB3b9zyhM3BH7Czp_3jW4LQfkR44Z7k4W85wCsh5fNDR5W6Mj7tD1lBPLqW3zfQ8F7nnMbMN5-H55XxbKWLW8Y_1Mf9cs8CMW6M_Rt832lkFHW5vHBqc6MR92YW1gnbk36FvR_cVwJjBX5Xr6rhW3GVxtf5kWF6wM_Zwq_jZ74YV7syj47qFJ64W8hzbfC1jGPLFW1FFHG-40FBYcW5r_Fpk352KjxN5LzVVHRGXt-W6VcJvl8Gs_qFW86DK8l6JPBrjW4SPN723k9Yc7W99hm6P7TrZN5W99F7X92kvxQcW3Ym-HZ8b8XDcN891-GnDGD-MW1TYDcp47PvQhW3SHzHB2clf83W3jR9Vw9dpjmGW5BB2yM4B0445W2gWsm_7W0vWYW2hCPzK8GTZlJW3BR5_08QzhZ1W5n_DT72KYxfYW2FsMMR6chTR3W2KZjBk6fQd-2W9ghcjb4H3DlzW7xCFr_8zj9_4W4RtP_m4dwrgHW18792V4X3lyxW3WXcjY2DDjDfW5Zt2191BDCPlN3p0kWR2zKZ5W580K9W1KdRZKW8VjmBJ2QJwGpW8M3cGL4C5qdmW6XmQMy9hcCZ6W4sw96l8XHg1Wf4L565Z02"
target="_blank" id="hs-link-Image_2" style="border-collapse:collapse; mso-line-height-rule:exactly; border-width:0px; border:0px"
data-hs-link-id="0">
<img src="https://cdn2.hubspot.net/hub/2700725/hubfs/02_Feb.gif?width=325&name=02_Feb.gif"
class="hs-image-widget " style="outline:none !important; max-height:299px; max-width:325px; border-width:0px; border:0px; width:325px; max-width:325px; display:block; text-decoration:none; font-family:Arial, sans-serif; font-size:20px; line-height:22px; font-weight:bold; color:#000000"
width="325" alt="Prospect to Advocate" title="Prospect to Advocate" srcset="https://cdn2.hubspot.net/hub/2700725/hubfs/02_Feb.gif?width=325&name=02_Feb.gif 325w, https://cdn2.hubspot.net/hub/2700725/hubfs/02_Feb.gif?width=650&name=02_Feb.gif 650w"
sizes="(max-width: 325px) 100vw, 325px">
</a>
</div>
</td>
</tr>
</tbody>
</table>
<!--[if gte mso 9]>
</td>
<td valign="top">
<![endif]-->
<table width="325" border="0" cellspacing="0" cellpadding="0" align="left" style="border-collapse:collapse; mso-table-lspace:0px; mso-table-rspace:0px; width:325px"
class="em_wrapper" dir="ltr">
<tbody>
<tr>
<td align="center" valign="top" style="border-collapse:collapse; mso-line-height-rule:exactly">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center"
style="border-collapse:collapse; mso-table-lspace:0px; mso-table-rspace:0px">
<tbody>
<tr>
<td width="30" style="border-collapse:collapse; mso-line-height-rule:exactly; width:30px"
class="em_hide"> </td>
<td align="center" valign="middle" height="299" style="border-collapse:collapse; mso-line-height-rule:exactly; height:299px"
class="em_hauto">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center"
style="border-collapse:collapse; mso-table-lspace:0px; mso-table-rspace:0px">
<tbody>
<tr>
<td height="36" style="border-collapse:collapse; mso-line-height-rule:exactly; height:36px"
class="em_h20"> </td>
</tr>
<tr>
<td align="left" valign="top" class="em_defaultlink em_pbottom em_center" style="border-collapse:collapse; mso-line-height-rule:exactly; font-family:'Open Sans', Arial, sans-serif; font-size:20px; color:#333333; line-height:26px; padding:0 0 38px 0">How Brands should Offer Expertise Email at Every Stage of the Customer Journey</td>
</tr>
<tr>
<td align="center" valign="top" style="border-collapse:collapse; mso-line-height-rule:exactly">
<table width="145" border="0" cellspacing="0" cellpadding="0" align="left" style="border-collapse:collapse; mso-table-lspace:0px; mso-table-rspace:0px; width:145px"
class="em_wrapper">
<tbody>
<tr>
<td align="center" valign="top" style="border-collapse:collapse; mso-line-height-rule:exactly">
<table width="145" border="0" cellspacing="0" cellpadding="0" align="center" style="border-collapse:collapse; mso-table-lspace:0px; mso-table-rspace:0px; width:145px; border-radius:3px"
bgcolor="#333333">
<tbody>
<tr>
<td align="center" valign="middle" height="39" class="em_defaultlink" style="border-collapse:collapse; mso-line-height-rule:exactly; font-family:'Open Sans', Arial, sans-serif; font-size:16px; color:#ffffff; font-weight:bold; text-transform:uppercase; height:39px"><span style="border-collapse:collapse; mso-line-height-rule:exactly; color:#ffffff"><a href="https://ih.t.hubspotemail.net/e2t/c/*W5pFm7q13WHxhW5VK5dX7YpfZ50/*W1CMs6X99h5M-W68R9zz5L0HPv0/5/f18dQhb0S1Wd6_tmZQW12LvCk2R0l-mVH4NnR1dDGsSW1lzJrB3b9zyhM3BH7Czp_3jW4LQfkR44Z7k4W85wCsh5fNDR5W6Mj7tD1lBPLqW3zfQ8F7nnMbMN5-H55XxbKWLW8Y_1Mf9cs8CMW6M_Rt832lkFHW5vHBqc6MR92YW1gnbk36FvR_cVwJjBX5Xr6rhW3GVxtf5kWF6wM_Zwq_jZ74YV7syj47qFJ64W8hzbfC1jGPLFW1FFHG-40FBYcW5r_Fpk352KjxN5LzVVHRGXt-W6VcJvl8Gs_qFW86DK8l6JPBrjW4SPN723k9Yc7W99hm6P7TrZN5W99F7X92kvxQcW3Ym-HZ8b8XDcN891-GnDGD-MW1TYDcp47PvQhW3SHzHB2clf83W3jR9Vw9dpjmGW5BB2yM4B0445W2gWsm_7W0vWYW2hCPzK8GTZlJW3BR5_08QzhZ1W5n_DT72KYxfYW2FsMMR6chTR3W2KZjBk6fQd-2W9ghcjb4H3DlzW7xCFr_8zj9_4W4RtP_m4dwrgHW18792V4X3lyxW3WXcjY2DDjDfW5Zt2191BDCPlN3p0kWR2zKZ5W580K9W1KdRZKW8VjmBJ2QJwGpW8M3cGL4C5qdmW6XmQMy9hcCZ6W96nzsD7GmkD_f8dSsSQ02" style="border-collapse:collapse; mso-line-height-rule:exactly; text-decoration:none !important; color:#ffffff" data-hs-link-id="1" target="_blank">Read More</a></span>
<span
style="border-collapse:collapse; mso-line-height-rule:exactly; vertical-align:1px">
<img src="https://cdn2.hubspot.net/hub/2700725/hubfs/Newsletter/arrow_w.png?width=13&height=10&name=arrow_w.png"
width="13" height="10" alt="" border="0" style="border:0 !important; outline:none !important; display:inline-block; max-width:13px"
srcset="https://cdn2.hubspot.net/hub/2700725/hubfs/Newsletter/arrow_w.png?width=13&height=10&name=arrow_w.png 13w, https://cdn2.hubspot.net/hub/2700725/hubfs/Newsletter/arrow_w.png?width=26&height=20&name=arrow_w.png 26w"
sizes="(max-width: 13px) 100vw, 13px">
</span>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td height="36" style="border-collapse:collapse; mso-line-height-rule:exactly; line-height:0px; font-size:0px; height:36px"
class="em_h20"> </td>
</tr>
</tbody>
</table>
</td>
<td width="70" style="border-collapse:collapse; mso-line-height-rule:exactly; width:70px"
class="em_hide"> </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align="center" valign="top" style="border-collapse:collapse; mso-line-height-rule:exactly">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center"
bgcolor="#3a3939" style="border-collapse:collapse; mso-table-lspace:0px; mso-table-rspace:0px">
<tbody>
<tr>
<td align="center" valign="top" class="em_aside10" style="border-collapse:collapse; mso-line-height-rule:exactly">
<table width="325" border="0" cellspacing="0" cellpadding="0" align="left" style="border-collapse:collapse; mso-table-lspace:0px; mso-table-rspace:0px; width:325px"
class="em_wrapper">
<tbody>
<tr>
<td align="center" valign="top" class="em_full_img em_ptop" style="border-collapse:collapse; mso-line-height-rule:exactly">
<div id="hs_cos_wrapper_Image_3" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_linked_image"
style="color: inherit; font-size: inherit; line-height: inherit;" data-hs-cos-general-type="widget"
data-hs-cos-type="linked_image">
<a href="https://ih.t.hubspotemail.net/e2t/c/*W5pFm7q13WHxhW5VK5dX7YpfZ50/*W1pjCtp84qmlqW41DwyR5--QTM0/5/f18dQhb0S1Wd7wjzHDW11L_Z62lDhv2W2Pcw1K2wzb13W83GJBT1kYZpZVH5lD02-xWJWW75z0py4lwsKfW85-sHJ2cky2zW7VbsC-2kPHkyW226pGd2g80h5N4MHXmpSPWryW4t9RvQ67cVyxW4F4fyG6x5kVBW2jn75n6lQRh6W8WNsBs7MJzNtV9GKMW8T-h3HN2KYLFdvfQGtN8j6zNg3NlqGW3360-M8K2vtLVWmYdb4qj-ZvW8X1q4s5VDtcTW5wZYfL3hcNyvW60Ld8x7XbpMYW34Svb-5SFnKlN4G7pgv9cP8fW8cHT2T52XdPhVkGHG-2KVLt6W5JqzY_1z5TCSMkL8vfXYDK-W1XWxvF8KtL0_W3SHNX639FyTVW27QmmG75XM2NW5Ns9pH8j7zcQW1Qz5Mr118kHDW8Mcfh338RTM5W6vsfGm93M8PQW7m_kGb1bBQvMW5YRhkv6K-GykN2K2_f1_HzFVW8-CzZ347-v8JW5MLkNx6HPkW9W52mngq90FK-sW24mXqN50-_8qW7-vFxS2Qy_XHW1lZr_S3bv9lPN6P0HC6G-34QW2f3hTq4bQnPtW7gVS308nqjr_W4CC0p98wgjBBW7qbsb36q1wXtW8v1jcN1xRsYMdFdVJK11"
target="_blank" id="hs-link-Image_3" style="border-collapse:collapse; mso-line-height-rule:exactly; border-width:0px; border:0px"
data-hs-link-id="0">
<img src="https://cdn2.hubspot.net/hub/2700725/hubfs/03_Feb.jpg?width=325&name=03_Feb.jpg"
class="hs-image-widget " style="outline:none !important; max-height:299px; max-width:325px; border-width:0px; border:0px; width:325px; max-width:325px; display:block; text-decoration:none; font-family:Arial, sans-serif; font-size:20px; line-height:22px; font-weight:bold; color:#000000"
width="325" alt="Double ROI of Email" title="Double ROI of Email" srcset="https://cdn2.hubspot.net/hub/2700725/hubfs/03_Feb.jpg?width=325&name=03_Feb.jpg 325w, https://cdn2.hubspot.net/hub/2700725/hubfs/03_Feb.jpg?width=650&name=03_Feb.jpg 650w"
sizes="(max-width: 325px) 100vw, 325px">
</a>
</div>
</td>
</tr>
</tbody>
</table>
<!--[if gte mso 9]>
</td>
<td valign="top">
<![endif]-->
<table width="325" border="0" cellspacing="0" cellpadding="0" align="right" style="border-collapse:collapse; mso-table-lspace:0px; mso-table-rspace:0px; width:325px"
class="em_wrapper">
<tbody>
<tr>
<td width="30" style="border-collapse:collapse; mso-line-height-rule:exactly; width:30px"
class="em_hide"> </td>
<td align="center" valign="middle" class="em_hauto" height="299" style="border-collapse:collapse; mso-line-height-rule:exactly; height:299px">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center"
style="border-collapse:collapse; mso-table-lspace:0px; mso-table-rspace:0px">
<tbody>
<tr>
<td height="36" style="border-collapse:collapse; mso-line-height-rule:exactly; height:36px"
class="em_h20"> </td>
</tr>
<tr>
<td align="left" valign="top" class="em_defaultlink em_pbottom em_center" style="border-collapse:collapse; mso-line-height-rule:exactly; font-family:'Open Sans', Arial, sans-serif; font-size:20px; color:#ffffff; line-height:26px; padding:0 0 38px 0">How To Double Your Business ROI with Email Campaign Management</td>
</tr>
<tr>
<td align="center" valign="top" style="border-collapse:collapse; mso-line-height-rule:exactly">
<table width="145" border="0" cellspacing="0" cellpadding="0" align="left" style="border-collapse:collapse; mso-table-lspace:0px; mso-table-rspace:0px; width:145px"
class="em_wrapper">
<tbody>
<tr>
<td align="center" valign="top" style="border-collapse:collapse; mso-line-height-rule:exactly">
<table width="145" border="0" cellspacing="0" cellpadding="0" align="center" style="border-collapse:collapse; mso-table-lspace:0px; mso-table-rspace:0px; width:145px; border-radius:3px"
bgcolor="#f3d536">
<tbody>
<tr>
<td align="center" valign="middle" height="39" class="em_defaultlink" style="border-collapse:collapse; mso-line-height-rule:exactly; font-family:'Open Sans', Arial, sans-serif; font-size:16px; color:#373737; font-weight:bold; text-transform:uppercase; height:39px"><span style="border-collapse:collapse; mso-line-height-rule:exactly; color:#000000"><a href="https://ih.t.hubspotemail.net/e2t/c/*W5pFm7q13WHxhW5VK5dX7YpfZ50/*VnQBSF2HvyjcW1B8y1730xybl0/5/f18dQhb0S1Wd7wjzHDW11L_Z62lDhv2W2Pcw1K2wzb13W83GJBT1kYZpZVH5lD02-xWJWW75z0py4lwsKfW85-sHJ2cky2zW7VbsC-2kPHkyW226pGd2g80h5N4MHXmpSPWryW4t9RvQ67cVyxW4F4fyG6x5kVBW2jn75n6lQRh6W8WNsBs7MJzNtV9GKMW8T-h3HN2KYLFdvfQGtN8j6zNg3NlqGW3360-M8K2vtLVWmYdb4qj-ZvW8X1q4s5VDtcTW5wZYfL3hcNyvW60Ld8x7XbpMYW34Svb-5SFnKlN4G7pgv9cP8fW8cHT2T52XdPhVkGHG-2KVLt6W5JqzY_1z5TCSMkL8vfXYDK-W1XWxvF8KtL0_W3SHNX639FyTVW27QmmG75XM2NW5Ns9pH8j7zcQW1Qz5Mr118kHDW8Mcfh338RTM5W6vsfGm93M8PQW7m_kGb1bBQvMW5YRhkv6K-GykN2K2_f1_HzFVW8-CzZ347-v8JW5MLkNx6HPkW9W52mngq90FK-sW24mXqN50-_8qW7-vFxS2Qy_XHW1lZr_S3bv9lPN6P0HC6G-34QW2f3hTq4bQnPtW7gVS308nqjr_W4CC0p98wgjBBW7qbsb36q1wXtW8vwVt563lM-Rf22YW_l11" style="border-collapse:collapse; mso-line-height-rule:exactly; text-decoration:none !important; color:#000000" data-hs-link-id="1" target="_blank">Read More</a></span>
<span
style="border-collapse:collapse; mso-line-height-rule:exactly; vertical-align:1px">
<img src="https://cdn2.hubspot.net/hub/2700725/hubfs/Newsletter/arrow.png?width=13&height=10&name=arrow.png"
width="13" height="10" alt="" border="0" style="border:0 !important; outline:none !important; display:inline-block; max-width:13px"
srcset="https://cdn2.hubspot.net/hub/2700725/hubfs/Newsletter/arrow.png?width=13&height=10&name=arrow.png 13w, https://cdn2.hubspot.net/hub/2700725/hubfs/Newsletter/arrow.png?width=26&height=20&name=arrow.png 26w"
sizes="(max-width: 13px) 100vw, 13px">
</span>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td height="36" style="border-collapse:collapse; mso-line-height-rule:exactly; line-height:0px; font-size:0px; height:36px"
class="em_h20"> </td>
</tr>
</tbody>
</table>
</td>
<td width="30" style="border-collapse:collapse; mso-line-height-rule:exactly; width:30px"
class="em_hide"> </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align="center" valign="top" style="border-collapse:collapse; mso-line-height-rule:exactly">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center"
bgcolor="#f3d536" dir="rtl" style="border-collapse:collapse; mso-table-lspace:0px; mso-table-rspace:0px">
<tbody>
<tr>
<td align="center" valign="top" class="em_aside10" dir="ltr" style="border-collapse:collapse; mso-line-height-rule:exactly">
<table width="325" border="0" cellspacing="0" cellpadding="0" align="right" style="border-collapse:collapse; mso-table-lspace:0px; mso-table-rspace:0px; width:325px"
class="em_wrapper">
<tbody>
<tr>
<td align="center" valign="top" class="em_full_img em_ptop" style="border-collapse:collapse; mso-line-height-rule:exactly">
<div id="hs_cos_wrapper_Image_4" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_linked_image"
style="color: inherit; font-size: inherit; line-height: inherit;" data-hs-cos-general-type="widget"
data-hs-cos-type="linked_image">
<a href="https://ih.t.hubspotemail.net/e2t/c/*W5pFm7q13WHxhW5VK5dX7YpfZ50/*W2NRPL-6PzgsZW8nR3WT7_8n5-0/5/f18dQhb0SbTS4y8yjLW8B-18T4T_wDdMfn0p8dV5_jMscLVzXD6prW7cmS1s6bVy-5W25WypL7ZHMxkW96Ls7726p8nRW1fcZxy6b-B4_W4sHrtG7d091cW5CYK6t6RXr5sW6by0y67HG8qLW2MDCzB8Zg3YmW4bJ02h4b_rLZVnBbbK5p5V0hN54BzqNsMSyvW1GPqhx3W4sL-W3VKqsF5jQ39RW1FSjCP9dSlS6W34s6jb38wHm7W5cgcR42H9ckFW7NrMZs3pcvWzW48-Yts2_Ssm1W3BqbrZ2HHHGlW9dGZLl6Ykdk4W18dKPT1VDk5TW6GsfdK8XNh8_W7J_H141JkkNvW1R_1zH91XNyCW7szXsM2PmzbmW1BLT6w5cL8cDN7zxcf2v3NbKW1FdhFF2Qx7rMW1wtxX11NBv0PW8Y_jr16mGKDTW2P2xZb4jKm7_W8TmPYY8-vz1VW1FHxQN1Yt7QJN1PkF-ZpM1y3W5HFsHj3_S4dCW72zrXT712jqcW1nbrVx5Jl7_PW53j9Rp2nVp8FN1y9SRCWDM00W2vC-6344tD9kW8g_v7m56fC5CW86_hLk7H9vTTVGGP4J3tTxj7W4L1Mmr4JXQH_V17f7p60BhVl103"
target="_blank" id="hs-link-Image_4" style="border-collapse:collapse; mso-line-height-rule:exactly; border-width:0px; border:0px"
data-hs-link-id="0">
<img src="https://cdn2.hubspot.net/hub/2700725/hubfs/04_Feb.jpg?width=325&name=04_Feb.jpg"
class="hs-image-widget " style="outline:none !important; max-height:299px; max-width:325px; border-width:0px; border:0px; width:325px; max-width:325px; display:block; text-decoration:none; font-family:Arial, sans-serif; font-size:20px; line-height:22px; font-weight:bold; color:#000000"
width="325" alt="Design Audit" title="Design Audit" srcset="https://cdn2.hubspot.net/hub/2700725/hubfs/04_Feb.jpg?width=325&name=04_Feb.jpg 325w, https://cdn2.hubspot.net/hub/2700725/hubfs/04_Feb.jpg?width=650&name=04_Feb.jpg 650w"
sizes="(max-width: 325px) 100vw, 325px">
</a>
</div>
</td>
</tr>
</tbody>
</table>
<!--[if gte mso 9]>
</td>
<td valign="top" dir="ltr">
<![endif]-->
<table width="325" border="0" cellspacing="0" cellpadding="0" align="left" style="border-collapse:collapse; mso-table-lspace:0px; mso-table-rspace:0px; width:325px"
class="em_wrapper">
<tbody>
<tr>
<td width="30" style="border-collapse:collapse; mso-line-height-rule:exactly; width:30px"
class="em_hide"> </td>
<td align="center" valign="middle" height="299" style="border-collapse:collapse; mso-line-height-rule:exactly; height:299px"
class="em_hauto">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center"
style="border-collapse:collapse; mso-table-lspace:0px; mso-table-rspace:0px">
<tbody>
<tr>
<td height="36" style="border-collapse:collapse; mso-line-height-rule:exactly; height:36px"
class="em_h20"> </td>
</tr>
<tr>
<td align="left" valign="top" class="em_defaultlink em_pbottom em_center" style="border-collapse:collapse; mso-line-height-rule:exactly; font-family:'Open Sans', Arial, sans-serif; font-size:20px; color:#333333; line-height:26px; padding:0 0 38px 0">Essentials of Email Design Audit — What You Should Know</td>
</tr>
<tr>
<td align="center" valign="top" style="border-collapse:collapse; mso-line-height-rule:exactly">
<table width="145" border="0" cellspacing="0" cellpadding="0" align="left" style="border-collapse:collapse; mso-table-lspace:0px; mso-table-rspace:0px; width:145px"
class="em_wrapper">
<tbody>
<tr>
<td align="center" valign="top" style="border-collapse:collapse; mso-line-height-rule:exactly">
<table width="145" border="0" cellspacing="0" cellpadding="0" align="center" style="border-collapse:collapse; mso-table-lspace:0px; mso-table-rspace:0px; width:145px; border-radius:3px"
bgcolor="#333333">
<tbody>
<tr>
<td align="center" valign="middle" height="39" class="em_defaultlink" style="border-collapse:collapse; mso-line-height-rule:exactly; font-family:'Open Sans', Arial, sans-serif; font-size:16px; color:#ffffff; font-weight:bold; text-transform:uppercase; height:39px"><span style="border-collapse:collapse; mso-line-height-rule:exactly; color:#ffffff"><a href="https://ih.t.hubspotemail.net/e2t/c/*W5pFm7q13WHxhW5VK5dX7YpfZ50/*W5tydnG8NkrqVW2ZH_RB7S6ZSC0/5/f18dQhb0SbTS4y8yjLW8B-18T4T_wDdMfn0p8dV5_jMscLVzXD6prW7cmS1s6bVy-5W25WypL7ZHMxkW96Ls7726p8nRW1fcZxy6b-B4_W4sHrtG7d091cW5CYK6t6RXr5sW6by0y67HG8qLW2MDCzB8Zg3YmW4bJ02h4b_rLZVnBbbK5p5V0hN54BzqNsMSyvW1GPqhx3W4sL-W3VKqsF5jQ39RW1FSjCP9dSlS6W34s6jb38wHm7W5cgcR42H9ckFW7NrMZs3pcvWzW48-Yts2_Ssm1W3BqbrZ2HHHGlW9dGZLl6Ykdk4W18dKPT1VDk5TW6GsfdK8XNh8_W7J_H141JkkNvW1R_1zH91XNyCW7szXsM2PmzbmW1BLT6w5cL8cDN7zxcf2v3NbKW1FdhFF2Qx7rMW1wtxX11NBv0PW8Y_jr16mGKDTW2P2xZb4jKm7_W8TmPYY8-vz1VW1FHxQN1Yt7QJN1PkF-ZpM1y3W5HFsHj3_S4dCW72zrXT712jqcW1nbrVx5Jl7_PW53j9Rp2nVp8FN1y9SRCWDM00W2vC-6344tD9kW8g_v7m56fC5CW86_hLk7H9vTTVGGP4J3tTxj7W4L1MmL4JXQH_TgBZf5CVhlj103" style="border-collapse:collapse; mso-line-height-rule:exactly; text-decoration:none !important; color:#ffffff" data-hs-link-id="1" target="_blank">Read More</a></span>
<span
style="border-collapse:collapse; mso-line-height-rule:exactly; vertical-align:1px">
<img src="https://cdn2.hubspot.net/hub/2700725/hubfs/Newsletter/arrow_w.png?width=13&height=10&name=arrow_w.png"
width="13" height="10" alt="" border="0" style="border:0 !important; outline:none !important; display:inline-block; max-width:13px"
srcset="https://cdn2.hubspot.net/hub/2700725/hubfs/Newsletter/arrow_w.png?width=13&height=10&name=arrow_w.png 13w, https://cdn2.hubspot.net/hub/2700725/hubfs/Newsletter/arrow_w.png?width=26&height=20&name=arrow_w.png 26w"
sizes="(max-width: 13px) 100vw, 13px">
</span>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td height="36" style="border-collapse:collapse; mso-line-height-rule:exactly; line-height:0px; font-size:0px; height:36px"
class="em_h20"> </td>
</tr>
</tbody>
</table>
</td>
<td width="70" style="border-collapse:collapse; mso-line-height-rule:exactly; width:70px"
class="em_hide"> </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td height="55" style="border-collapse:collapse; mso-line-height-rule:exactly; height:55px"
class="em_h30"> </td>
</tr>
<tr>
<td align="center" valign="top" class="em_defaultlink em_font32" style="border-collapse:collapse; mso-line-height-rule:exactly; font-family:'Open Sans', Arial, sans-serif; font-size:40px; line-height:45px; color:#000000; font-weight:bold">Ebook: Email Marketing Strategy</td>
</tr>
<tr>
<td height="35" style="border-collapse:collapse; mso-line-height-rule:exactly; height:35px"
class="em_h20"> </td>
</tr>
<tr>
<td align="center" valign="top" class="em_full_img" style="border-collapse:collapse; mso-line-height-rule:exactly">
<div id="hs_cos_wrapper_Image_5" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_linked_image"
style="color: inherit; font-size: inherit; line-height: inherit;" data-hs-cos-general-type="widget"
data-hs-cos-type="linked_image">
<a href="https://ih.t.hubspotemail.net/e2t/c/*W5pFm7q13WHxhW5VK5dX7YpfZ50/*W5X4Rs_1gdxKpW54JkPT4P6jHn0/5/f18dQhb0S5fy6VrY0cW8B-18T4T_wDdMfn0p8dV5_jVsd4j81SddPTW53DQ4N32Gf2QW4cPHqB6xhw7HW8Wm1sy95PDj5W8q5wPJ66GS6KN63m_BDLMzT8W64chtX5y5jh-W1rfXlz1kRpb7N7ZCf1dPByFgN371dNwVyz4FV5fLP-8VdxTCW5mbVqF6D-pN2VJ2dtV2yJF1WW6jx0px57VTClW11s1lk5ll04XW69NG1w6Pq_Q6W8mYqml61WNkhW3MNL-j1y__1CW7nwG0k6bnMRgW4M_lQ26b-vF0N67h1zcQC5z2VPC2cV8zmHRrW606VlD5sxZd7W1m2NMY4RMqjTV_d36_27DrghN3J4k9fd6wh0V_KwKK3kMK46W8n7jCR1nPvZzW6LBhjK8mFMFQVRc1Vj4WrztnW4q35z96NkJ0zW2B7lWq94MXBdW4rNcrP8xNhB7W4PkBg56BkmMlW6t_Hvd8Ph58-W59BvMF7vP-WSW3z5WMy74qk4-N1tk99GLR44nW30Hpx612scN5W3t9Zph7d2BpRW4L932h2jfpNqN8YcXQQlS8qmW5J8yMd5V9WFRW3f5_rb7WLbqrf46-8mz04"
target="_blank" id="hs-link-Image_5" style="border-collapse:collapse; mso-line-height-rule:exactly; border-width:0px; border:0px"
data-hs-link-id="0">
<img src="https://cdn2.hubspot.net/hub/2700725/hubfs/05_Feb.gif?width=650&name=05_Feb.gif"
class="hs-image-widget " style="outline:none !important; max-height:250px; max-width:650px; border-width:0px; border:0px; width:650px; max-width:650px; display:block; text-decoration:none; font-family:Arial, sans-serif; font-size:20px; line-height:22px; font-weight:bold; color:#000000"
width="650" alt="Email Marketing Strategy" title="Email Marketing Strategy" srcset="https://cdn2.hubspot.net/hub/2700725/hubfs/05_Feb.gif?width=650&name=05_Feb.gif 650w, https://cdn2.hubspot.net/hub/2700725/hubfs/05_Feb.gif?width=1300&name=05_Feb.gif 1300w"
sizes="(max-width: 650px) 100vw, 650px">
</a>
</div>
</td>
</tr>
<tr>
<td align="center" valign="top" bgcolor="#f3d536" style="border-collapse:collapse; mso-line-height-rule:exactly">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center"
style="border-collapse:collapse; mso-table-lspace:0px; mso-table-rspace:0px">
<tbody>
<tr>
<td width="30" style="border-collapse:collapse; mso-line-height-rule:exactly; width:30px"
class="em_side15"> </td>
<td align="center" valign="top" style="border-collapse:collapse; mso-line-height-rule:exactly">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center"
style="border-collapse:collapse; mso-table-lspace:0px; mso-table-rspace:0px">
<tbody>
<tr>
<td height="27" style="border-collapse:collapse; mso-line-height-rule:exactly; height:27px"
class="em_h20"> </td>
</tr>
<tr>
<td align="left" valign="top" class="em_defaultlink em_font21 em_center" style="border-collapse:collapse; mso-line-height-rule:exactly; font-family:'Open Sans', Arial, sans-serif; font-size:22px; line-height:29px; color:#333333; font-weight:bold">The Ultimate Guide to Email Marketing Strategy</td>
</tr>
<tr>
<td align="left" valign="top" style="border-collapse:collapse; mso-line-height-rule:exactly; padding:23px 0 0 0"
class="em_ptop">
<table width="145" border="0" cellspacing="0" cellpadding="0" align="left" style="border-collapse:collapse; mso-table-lspace:0px; mso-table-rspace:0px; width:145px"
class="em_wrapper">
<tbody>
<tr>
<td align="center" valign="top" style="border-collapse:collapse; mso-line-height-rule:exactly">
<table width="145" border="0" cellspacing="0" cellpadding="0" align="center" style="border-collapse:collapse; mso-table-lspace:0px; mso-table-rspace:0px; width:145px; border-radius:3px"
bgcolor="#333333">
<tbody>
<tr>
<td align="center" valign="middle" height="39" class="em_defaultlink" style="border-collapse:collapse; mso-line-height-rule:exactly; font-family:'Open Sans', Arial, sans-serif; font-size:16px; color:#ffffff; font-weight:bold; text-transform:uppercase; height:39px"><span style="border-collapse:collapse; mso-line-height-rule:exactly; color:#ffffff"><a href="https://ih.t.hubspotemail.net/e2t/c/*W5pFm7q13WHxhW5VK5dX7YpfZ50/*TZrk-6wZ_T_W2FBQ423p66Bv0/5/f18dQhb0S5fy6VrY0cW8B-18T4T_wDdMfn0p8dV5_jVsd4j81SddPTW53DQ4N32Gf2QW4cPHqB6xhw7HW8Wm1sy95PDj5W8q5wPJ66GS6KN63m_BDLMzT8W64chtX5y5jh-W1rfXlz1kRpb7N7ZCf1dPByFgN371dNwVyz4FV5fLP-8VdxTCW5mbVqF6D-pN2VJ2dtV2yJF1WW6jx0px57VTClW11s1lk5ll04XW69NG1w6Pq_Q6W8mYqml61WNkhW3MNL-j1y__1CW7nwG0k6bnMRgW4M_lQ26b-vF0N67h1zcQC5z2VPC2cV8zmHRrW606VlD5sxZd7W1m2NMY4RMqjTV_d36_27DrghN3J4k9fd6wh0V_KwKK3kMK46W8n7jCR1nPvZzW6LBhjK8mFMFQVRc1Vj4WrztnW4q35z96NkJ0zW2B7lWq94MXBdW4rNcrP8xNhB7W4PkBg56BkmMlW6t_Hvd8Ph58-W59BvMF7vP-WSW3z5WMy74qk4-N1tk99GLR44nW30Hpx612scN5W3t9Zph7d2BpRW4L932h2jfpNqN8YcXQQlS8qmW5J8yMd5V9XlMW3f5_rb3R3cXdf46-8mz04" style="border-collapse:collapse; mso-line-height-rule:exactly; text-decoration:none !important; color:#ffffff" data-hs-link-id="1" target="_blank">Read More</a></span>
<span
style="border-collapse:collapse; mso-line-height-rule:exactly; vertical-align:1px">
<img src="https://cdn2.hubspot.net/hub/2700725/hubfs/Newsletter/arrow_w.png?width=13&height=10&name=arrow_w.png"
width="13" height="10" alt="" border="0" style="border:0 !important; outline:none !important; display:inline-block; max-width:13px"
srcset="https://cdn2.hubspot.net/hub/2700725/hubfs/Newsletter/arrow_w.png?width=13&height=10&name=arrow_w.png 13w, https://cdn2.hubspot.net/hub/2700725/hubfs/Newsletter/arrow_w.png?width=26&height=20&name=arrow_w.png 26w"
sizes="(max-width: 13px) 100vw, 13px">
</span>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td height="30" style="border-collapse:collapse; mso-line-height-rule:exactly; height:30px"> </td>
</tr>
</tbody>
</table>
</td>
<td width="30" style="border-collapse:collapse; mso-line-height-rule:exactly; width:30px"
class="em_side15"> </td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td height="39" style="border-collapse:collapse; mso-line-height-rule:exactly; height:39px"
class="em_h20"> </td>
</tr>
<tr>
<td align="center" valign="top" bgcolor="#f47920" style="border-collapse:collapse; mso-line-height-rule:exactly">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center"
style="border-collapse:collapse; mso-table-lspace:0px; mso-table-rspace:0px">
<tbody>
<tr>
<td width="30" style="border-collapse:collapse; mso-line-height-rule:exactly; width:30px"
class="em_side15"> </td>
<td align="center" valign="top" style="border-collapse:collapse; mso-line-height-rule:exactly">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center"
style="border-collapse:collapse; mso-table-lspace:0px; mso-table-rspace:0px">
<tbody>
<tr>
<td height="39" style="border-collapse:collapse; mso-line-height-rule:exactly; height:39px"
class="em_h30"> </td>
</tr>
<tr>
<td align="center" valign="top" style="border-collapse:collapse; mso-line-height-rule:exactly">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center"
style="border-collapse:collapse; mso-table-lspace:0px; mso-table-rspace:0px">
<tbody>
<tr>
<td align="center" valign="top" style="border-collapse:collapse; mso-line-height-rule:exactly">
<table width="405" border="0" cellspacing="0" cellpadding="0" align="left" style="border-collapse:collapse; mso-table-lspace:0px; mso-table-rspace:0px; width:405px"
class="em_wrapper">
<tbody>
<tr>
<td align="left" valign="top" class="em_defaultlink em_pbottom em_center" style="border-collapse:collapse; mso-line-height-rule:exactly; font-family:'Open Sans', Arial, sans-serif; font-size:18px; line-height:22px; color:#ffffff; font-weight:bold; text-transform:uppercase">Want to get blessed with your design and coding jobs?</td>
<td width="15"
style="border-collapse:collapse; mso-line-height-rule:exactly; width:15px" class="em_hide"> </td>
</tr>
</tbody>
</table>
<!--[if gte mso 9]>
</td>
<td valign="top">
<![endif]-->
<table width="180" border="0" cellspacing="0" cellpadding="0" align="right" style="border-collapse:collapse; mso-table-lspace:0px; mso-table-rspace:0px; width:180px"
class="em_wrapper">
<tbody>
<tr>
<td align="center" valign="top" style="border-collapse:collapse; mso-line-height-rule:exactly">
<table width="180" border="0" cellspacing="0" cellpadding="0" align="center" style="border-collapse:collapse; mso-table-lspace:0px; mso-table-rspace:0px; width:180px; border-radius:3px"
bgcolor="#ffffff">
<tbody>
<tr>
<td align="center" valign="middle" height="39" class="em_defaultlink" style="border-collapse:collapse; mso-line-height-rule:exactly; font-family:'Open Sans', Arial, sans-serif; font-size:16px; color:#000000; font-weight:bold; text-transform:uppercase; height:39px">
<a href="https://ih.t.hubspotemail.net/e2t/c/*W5pFm7q13WHxhW5VK5dX7YpfZ50/*VfB8cZ8X1SfqW71jcXY5TfR1G0/5/f18dQhb0Smj19ctySKN8Dvg7vHyjJqW8pTv4K1p1tMPW3hHhct5zh-NRVnQ9Qq8-2BS9W1VwXlQ8WS45BW5mZ50N5pXSJCVHG7sC2N3dfRW2KW3y22MznrNN5nbq6BGXpVfW3-yJLS2K8zvqN36Q7R0rNDLwW34tbfw47zndXW2HTdQ82GjDqTW5dT9wR2-YFB1W2w2n-12-J-RyW3XtpLH3DqxZTW2CF5Zq5_G55pW2PNPT_3_LwlTW6n1QH72MZtfDN6CVLRPTrY_qW5rC5Q63l8wjGW63qvKt6bp1cMVbq5fx4TKc2lW6QGkmL6bzRnTW62HXcM50R6TfW8f09mZ2C46mcW2VHH4t3gyp7ZV31S4f2BKbNrW5vwlc76PzRzkW7nwvdg41H1x2W96dLcL7cVz0tW3znZXd86S5J4N8L7_xbFPyqyW6ZLQcj15YQmsW6QM8dN3VFTbzW1Vtl9c5XRHL9W7dr9qW72YqDyW3KVplF8SYkzdN1zZy6KbpJN7W6bJ7g93xxDzQVJhvPC70MKMKW54DKmG1RLLG-W4qG0NX2yrhRVW2MzMC44HfTLZM9Xfws7s2GRTNBtd60ttdx103"
style="border-collapse:collapse; mso-line-height-rule:exactly; color:inherit !important; text-decoration:none !important"
data-hs-link-id="0" target="_blank">Contact Us</a> <span style="border-collapse:collapse; mso-line-height-rule:exactly; vertical-align:1px"><img src="https://cdn2.hubspot.net/hub/2700725/hubfs/Newsletter/arrow.png?width=13&height=10&name=arrow.png" width="13" height="10" alt="" border="0" style="border:0 !important; outline:none !important; display:inline-block; max-width:13px" srcset="https://cdn2.hubspot.net/hub/2700725/hubfs/Newsletter/arrow.png?width=13&height=10&name=arrow.png 13w, https://cdn2.hubspot.net/hub/2700725/hubfs/Newsletter/arrow.png?width=26&height=20&name=arrow.png 26w" sizes="(max-width: 13px) 100vw, 13px"></span>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td height="39" style="border-collapse:collapse; mso-line-height-rule:exactly; height:39px"
class="em_h30"> </td>
</tr>
</tbody>
</table>
</td>
<td width="30" style="border-collapse:collapse; mso-line-height-rule:exactly; width:30px"
class="em_side15"> </td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td height="40" style="border-collapse:collapse; mso-line-height-rule:exactly; height:40px"
class="em_h20"> </td>
</tr>
</tbody>
</table>
</td>
<td width="75" style="border-collapse:collapse; mso-line-height-rule:exactly; width:75px"
class="em_side15"> </td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="em_hide" style="border-collapse:collapse; mso-line-height-rule:exactly; line-height:1px; min-width:800px; background-color:#ffffff"
bgcolor="#ffffff">
<img alt="" src="https://cdn2.hubspot.net/hub/2700725/hubfs/Newsletter/spacer.gif?width=800&height=1&name=spacer.gif"
height="1" width="800" style="border:0 !important; outline:none !important; max-height:1px; min-height:1px; display:block; width:800px; min-width:800px"
border="0" srcset="https://cdn2.hubspot.net/hub/2700725/hubfs/Newsletter/spacer.gif?width=800&height=1&name=spacer.gif 800w, https://cdn2.hubspot.net/hub/2700725/hubfs/Newsletter/spacer.gif?width=1600&height=2&name=spacer.gif 1600w"
sizes="(max-width: 800px) 100vw, 800px">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<!--==/ /Body Section==- ->
<!-- == Footer Section == -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="em_full_wrap"
bgcolor="#ffffff" style="border-collapse:collapse; mso-table-lspace:0px; mso-table-rspace:0px">
<tbody>
<tr>
<td align="center" valign="top" style="border-collapse:collapse; mso-line-height-rule:exactly">
<table align="center" width="800" border="0" cellspacing="0" cellpadding="0" class="em_main_table"
style="border-collapse:collapse; mso-table-lspace:0px; mso-table-rspace:0px; width:800px; table-layout:fixed">
<tbody>
<tr>
<td align="center" valign="top" bgcolor="#000000" style="border-collapse:collapse; mso-line-height-rule:exactly">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center"
style="border-collapse:collapse; mso-table-lspace:0px; mso-table-rspace:0px">
<tbody>
<tr>
<td width="107" style="border-collapse:collapse; mso-line-height-rule:exactly; width:107px"
class="em_side15"> </td>
<td align="center" valign="top" style="border-collapse:collapse; mso-line-height-rule:exactly">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center"
style="border-collapse:collapse; mso-table-lspace:0px; mso-table-rspace:0px">
<tbody>
<tr>
<td height="31" style="border-collapse:collapse; mso-line-height-rule:exactly; height:31px"
class="em_h30"> </td>
</tr>
<tr>
<td align="center" valign="top" style="border-collapse:collapse; mso-line-height-rule:exactly">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center"
style="border-collapse:collapse; mso-table-lspace:0px; mso-table-rspace:0px">
<tbody>
<tr>
<td align="center" valign="top" style="border-collapse:collapse; mso-line-height-rule:exactly">
<table border="0" cellspacing="0" cellpadding="0" align="left" class="em_wrapper"
style="border-collapse:collapse; mso-table-lspace:0px; mso-table-rspace:0px">
<tbody>
<tr>
<td align="center" valign="middle" height="22" style="border-collapse:collapse; mso-line-height-rule:exactly; line-height:0px; font-size:0px; height:22px">
<a href="https://ih.t.hubspotemail.net/e2t/c/*W5pFm7q13WHxhW5VK5dX7YpfZ50/*W7THHQQ1Kj4KyW4Vc0R55y7RLK0/5/f18dQhb0Sjvl8XJ9hPN8Dvg7vHyjJqW8pTv4K1p1tMPN3hHhdcVMsQMVnQ9Qq8-2BS9W1VwXlQ8WS45BW5mZ50N8HbRxPN8k1dMQpSBF3W8Wj41d5p5V0hN54BzqNsMSyvW1GPqhx3W4sL-W3VKqsF5jj8JrW47YlYy4bfcHbN47Xqv7h7cF-W41TlcR3TwTrkW1lm5mg49WVtrW3VVg3w3xXRMbW6G2lbz7NMdQNV4cNXy75WRHJW84nC8Y7NS7pkW7HWX5y79Z_TRW8Q314j1k1y6FW1sRR1F6jRF0HW4K3SYs1jSBkMW2Nf84-83SlKTW8mQtgG6Kn0KwW9cJ1ll8gwrLKW6sMc678MZyMGW935_KB4_Zc5CW3vT9jV5fwpBSW85qhgj5gSHY5W6H5W2l37P0d4W15hnZl2_KPH2VXDmq16hZtzMVVy-sd3L39DWW2bK_v01ny5pjW6vGX7J8p2vT3W9d1ZZT22X2BxW4RrYcd43b2ylW6t37467n1fl-M-nv609ZLj6f14zKJX11"
target="_blank" style="border-collapse:collapse; mso-line-height-rule:exactly; text-decoration:none"
data-hs-link-id="1">
<img src="https://cdn2.hubspot.net/hub/2700725/hubfs/Newsletter/footer_logo.png?width=110&height=20&name=footer_logo.png"
width="110" height="20" alt="Emailmonks" border="0" style="border:0 !important; outline:none !important; display:block; font-family:'Open Sans', Arial, sans-serif; font-size:16px; line-height:20px; color:#ffffff; font-weight:bold; max-width:110px"
srcset="https://cdn2.hubspot.net/hub/2700725/hubfs/Newsletter/footer_logo.png?width=110&height=20&name=footer_logo.png 110w, https://cdn2.hubspot.net/hub/2700725/hubfs/Newsletter/footer_logo.png?width=220&height=40&name=footer_logo.png 220w"
sizes="(max-width: 110px) 100vw, 110px">
</a>
</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="0" align="right" class="em_wrapper"
style="border-collapse:collapse; mso-table-lspace:0px; mso-table-rspace:0px">
<tbody>
<tr>
<td align="center" valign="top" class="em_ptop" style="border-collapse:collapse; mso-line-height-rule:exactly">
<table border="0" cellspacing="0" cellpadding="0" align="center" style="border-collapse:collapse; mso-table-lspace:0px; mso-table-rspace:0px">
<tbody>
<tr>
<td align="center" valign="middle" style="border-collapse:collapse; mso-line-height-rule:exactly">
<a href="https://ih.t.hubspotemail.net/e2t/c/*W5pFm7q13WHxhW5VK5dX7YpfZ50/*W8fk2WX2SKQWcW101dVG7q6lH20/5/f18dQhb0SbTN8YHs76N8Dvg7vHyjJqW8pTv4K1p1tMPW3hHhb_2P7_nXVbxYmW8pCQ6vW25G10y69NG0JW4vgKM197NnmqW5zBxK35G2WvyW5pf4Bp3qkXsgN5lhgkKhZ1F4W7BQPt52RfDqfW1F6Ydp1S1nmqW6Bb7MS6cc-4tW69LPZ72xZTW_W7dDxTN7mWsnXW7dz4__7MvbYCW49Yff58rvwMTW7nSL7t5tg24_W7WgjqP2Z605kW2_1rp53ZQ23FW8vr5Ss62VtfwW3nFd-D3JYb49W8MKFbC5z2nwKW5zKJX539tKf0W12mW2G5QXwBvV-7xpq3dv1P4W5D2gVv32XbMVW3B75378vWbzcW3nczhB5C3DpzW8Bs8Vx8mF7plW8BVGG-3hm3KgW3RZM6b3zGj2FVQtFwN2280s0W7_GLWS4M1133W4H_8kW2MnVN2W21zr4_57fgRNW2nVp8F6dHJyCV215-p1Jp47wW9fW9Np6WTjc_W1jkgWt50LPVFW3vlnGk6sNZf3W92wXSR36sLG2w1NsfDK5sPf1s8Q2N02"
target="_blank" style="border-collapse:collapse; mso-line-height-rule:exactly; text-decoration:none"
data-hs-link-id="0">
<img src="https://cdn2.hubspot.net/hub/2700725/hubfs/Newsletter/in_img.png?width=23&height=23&name=in_img.png"
width="23" height="23" alt="in" border="0" style="border:0 !important; outline:none !important; display:block; font-family:'Open Sans', Arial, sans-serif; font-size:16px; line-height:20px; color:#ffffff; max-width:23px"
srcset="https://cdn2.hubspot.net/hub/2700725/hubfs/Newsletter/in_img.png?width=23&height=23&name=in_img.png 23w, https://cdn2.hubspot.net/hub/2700725/hubfs/Newsletter/in_img.png?width=46&height=46&name=in_img.png 46w"
sizes="(max-width: 23px) 100vw, 23px">
</a>
</td>
<td width="6" style="border-collapse:collapse; mso-line-height-rule:exactly; width:6px">
<img src="https://cdn2.hubspot.net/hub/2700725/hubfs/Newsletter/spacer.gif?width=1&height=1&name=spacer.gif"
width="1" height="1" alt="" border="0" style="border:0 !important; outline:none !important; display:block"
srcset="https://cdn2.hubspot.net/hub/2700725/hubfs/Newsletter/spacer.gif?width=1&height=1&name=spacer.gif 1w, https://cdn2.hubspot.net/hub/2700725/hubfs/Newsletter/spacer.gif?width=2&height=2&name=spacer.gif 2w"
sizes="(max-width: 1px) 100vw, 1px">
</td>
<td align="center" valign="middle" style="border-collapse:collapse; mso-line-height-rule:exactly">
<a href="https://ih.t.hubspotemail.net/e2t/c/*W5pFm7q13WHxhW5VK5dX7YpfZ50/*W3qPsyn8DDLKZW6JVR1L3jwFDC0/5/f18dQhb0SbTW8Y9YsWW7SWxn01m4DtzW7sD5ch2R14y7W6Blzm05zh-NRVnQ9Qq8--HBkW8_1hFG32WXVJW6B40j34dPYw9VJVPWY8XlblrW8HbRxP8k1dMQVpSBF38Wj41dW5p5V0h54BzqNVsMSyv1GPqhxW3W4sL-3VKqsFW5jj8Jr47YlYyW4bfcHb47r3kTW6rY-3s2KQ2YYW1Gj5QG2kGjZwW6qQx_q4JYQJNW5jPVDH47P0wCW403tVS3vbpkwW6n94XZ2p3PTDW2-Fd473bqsmWW2B2lRY5YN3z0W5WQlv62vS5lKW3LMxmL6snJyVW6PhVC23jr7yRW2-JW_B510TBVW2WSTv53K8v4JW3C2kBR559Dq1W5xVVt443y6kjW51GS3Y5jFXtdW5jZ7ZY1bJ0nRN2PGwnb_CGxGVcZLWR86l7zgW7GsJz412WDGkW11lx9p52HpkNW2nwjg419rc8kW7pYk_f8DrZPrN3wnZNFLWknJW8qRCpy2TMSYqW5BgHwx6xNclvVrVprC56gBW-W26y7CZ3rtNQ20"
target="_blank" style="border-collapse:collapse; mso-line-height-rule:exactly; text-decoration:none"
data-hs-link-id="0">
<img src="https://cdn2.hubspot.net/hub/2700725/hubfs/Newsletter/fb_img.png?width=23&height=23&name=fb_img.png"
width="23" height="23" alt="fb" border="0" style="border:0 !important; outline:none !important; display:block; font-family:'Open Sans', Arial, sans-serif; font-size:16px; line-height:20px; color:#ffffff; max-width:23px"
srcset="https://cdn2.hubspot.net/hub/2700725/hubfs/Newsletter/fb_img.png?width=23&height=23&name=fb_img.png 23w, https://cdn2.hubspot.net/hub/2700725/hubfs/Newsletter/fb_img.png?width=46&height=46&name=fb_img.png 46w"
sizes="(max-width: 23px) 100vw, 23px">
</a>
</td>
<td width="6" style="border-collapse:collapse; mso-line-height-rule:exactly; width:6px">
<img src="https://cdn2.hubspot.net/hub/2700725/hubfs/Newsletter/spacer.gif?width=1&height=1&name=spacer.gif"
width="1" height="1" alt="" border="0" style="border:0 !important; outline:none !important; display:block"
srcset="https://cdn2.hubspot.net/hub/2700725/hubfs/Newsletter/spacer.gif?width=1&height=1&name=spacer.gif 1w, https://cdn2.hubspot.net/hub/2700725/hubfs/Newsletter/spacer.gif?width=2&height=2&name=spacer.gif 2w"
sizes="(max-width: 1px) 100vw, 1px">
</td>
<td align="center" valign="middle" style="border-collapse:collapse; mso-line-height-rule:exactly">
<a href="https://ih.t.hubspotemail.net/e2t/c/*W5pFm7q13WHxhW5VK5dX7YpfZ50/*W6Hbj9d2N-tb5W6lxFQ18s_w8t0/5/f18dQhb0Sjvc8XJ9nxN8Dvg7vHyjJqW8pTv4K1p1tMPN3hHhbrXL0jYVnQ9Qq8Z_pJ9W2MyX6Q8YztwfW8-2BS91VwXlQW8WS45r2MznrNN5nbq6BGXpVfW3-Q6wD52TdjQW1yxyT-56kwfcW4L9C5n4rDgq6W2GkcZf5vwgJWW3SQgn23_CV3gN1z6V1D-zgqsW41TlcR3Tx3JbW5ThdHg3s1XjFW51G0C34YFc44W57-WqM3H_PtyW2DzCtR1yC0JRW8jWtGF1z76-jW4GYyfT79QMfTW79fs5N6rNJryW8lXsvM9dPP_zW7J4Mry75GzqhW7tWLxj5L31xsVmVH9v2rsFS6W8kst127s2NLYW33XTfq1fsyb4W3pfj927sG5FVN2lyNs4rZv6dW6rN1Gh6Pc2NRN7PH_qnwKJnCV3qXY63nNLqfW6Nt4jZ3JvTdSVqNxt531Yp2rVj8tbN480YZFW8Lk2q58tjdVpVZvDqK2SnKYdW9lp4Sp4TK6TWW6RthS06ml62FN4Pv86f5XXtWf1HfPwh02"
target="_blank" style="border-collapse:collapse; mso-line-height-rule:exactly; text-decoration:none"
data-hs-link-id="0">
<img src="https://cdn2.hubspot.net/hub/2700725/hubfs/Newsletter/tw_img.png?width=23&height=23&name=tw_img.png"
width="23" height="23" alt="tw" border="0" style="border:0 !important; outline:none !important; display:block; font-family:'Open Sans', Arial, sans-serif; font-size:16px; line-height:20px; color:#ffffff; max-width:23px"
srcset="https://cdn2.hubspot.net/hub/2700725/hubfs/Newsletter/tw_img.png?width=23&height=23&name=tw_img.png 23w, https://cdn2.hubspot.net/hub/2700725/hubfs/Newsletter/tw_img.png?width=46&height=46&name=tw_img.png 46w"
sizes="(max-width: 23px) 100vw, 23px">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td height="30" style="border-collapse:collapse; mso-line-height-rule:exactly; height:30px"
class="em_h30"> </td>
</tr>
</tbody>
</table>
</td>
<td width="107" style="border-collapse:collapse; mso-line-height-rule:exactly; width:107px"
class="em_side15"> </td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td bgcolor="#f3f3f3" align="center" valign="top" class="em_defaultlink" style="border-collapse:collapse; mso-line-height-rule:exactly; font-family:'Open Sans', Arial, sans-serif; font-size:12px; line-height:20px; color:#000000; padding:12px 15px">Want to change how you receive emails from us?
<br>
<a href="https://hs-2700725.s.hubspotemail.net/hs/manage-preferences/unsubscribe?d=VndxG38CYGdTVPdZ8k3ZVcX7W3T0qMN1VvGVmW3_SGVJ43T2QgW81sW-v15gBJzW6zhCZ96PFrPlW4KxXW65kNWM7N5ZchDNWtjLfN64GZh-Xk_7QVbw76356SPlRW2V5nWP6Kr072w89DzxmdbS2&v=3&utm_campaign=February%202019%20newsletter&utm_source=hs_email&utm_medium=email&utm_content=70334014&_hsenc=p2ANqtz--z3peYz2uYOJaRahWaaa2OVqB7cXjnoiPauS2Cqw92ifmclrcox4FZqLon3ysi9aVQeDKfrJGcmMXUitMFQ2HVh2-VVQ&_hsmi=70334014"
target="_blank" style="border-collapse:collapse; mso-line-height-rule:exactly; text-decoration:none; color:#000000"
data-hs-link-id="0">Manage your preference</a>or <strong><em><a href="https://hs-2700725.s.hubspotemail.net/hs/manage-preferences/unsubscribe?d=VndxG38CYGdTVPdZ8k3ZVcX7W3T0qMN1VvGVmW3_SGVJ43T2QgW81sW-v15gBJzW6zhCZ96PFrPlW4KxXW65kNWM7N5ZchDNWtjLfN64GZh-Xk_7QVbw76356SPlRW2V5nWP6Kr072w89DzxmdbS2&v=3&utm_campaign=February%202019%20newsletter&utm_source=hs_email&utm_medium=email&utm_content=70334014&_hsenc=p2ANqtz--z3peYz2uYOJaRahWaaa2OVqB7cXjnoiPauS2Cqw92ifmclrcox4FZqLon3ysi9aVQeDKfrJGcmMXUitMFQ2HVh2-VVQ&_hsmi=70334014" target="_blank" style="border-collapse:collapse; mso-line-height-rule:exactly; text-decoration:none; color:#000000" data-hs-link-id="1">Unsubscribe</a></em></strong>.</td>
</tr>
<tr>
<td class="em_footer" align="center" style="border-collapse:collapse; mso-line-height-rule:exactly; font-family:Arial, sans-serif; font-size:1px; line-height:1px; color:#e8f5fd; display:none; text-decoration:none">Email Monks Technologies Pvt. Ltd, 403-404, Naindhara, Near S.G Highway, Ahmedabad,
Gujarat, https://hs-2700725.s.hubspotemail.net/hs/manage-preferences/unsubscribe?d=VndxG38CYGdTVPdZ8k3ZVcX7W3T0qMN1VvGVmW3_SGVJ43T2QgW81sW-v15gBJzW6zhCZ96PFrPlW4KxXW65kNWM7N5ZchDNWtjLfN64GZh-Xk_7QVbw76356SPlRW2V5nWP6Kr072w89DzxmdbS2&v=3</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<!--==/ /Footer Section==- ->
<!-- end coded_template: id:7328265264 path:Custom/email/2019/Emailmonks_Newsletter.html -->
<img src="https://ih.t.hubspotemail.net/e2t/o/*W1VkdfW4h5JX_N1qY3wL9TD810/*W5yVsTC7-ZzYcW8V4fmc1c1yMX0/5/f18dQhb0J6z1cMYyW8tVKmt5_C39VW1f7_M-1V19s-W1Q4v202WvzRzW1RGqgd2lhw0SN2XZgmRmWn9gW3_WH213zbV9gW1Q49Mg3T0WtMN3Fbt5g2qWD-W15gBJz6zhCZ9W6PFrPl4KxXW6W5kNWM75ZchDNVWtjLf64GZjdV1trBP58ZRvR103"
alt="" width="1" height="1" border="0" style="display:none!important;min-height:1px!important;width:1px!important;border-width:0!important;margin-top:0!important;margin-bottom:0!important;margin-right:0!important;margin-left:0!important;padding-top:0!important;padding-bottom:0!important;padding-right:0!important;padding-left:0!important">
<style>
@media print{#_hs { background-image: url('https://ih.t.hubspotemail.net/e2t/o/*W1VkdfW4h5JX_N1qY3wL9TD810/*W2dW_Zy5Z3j6ZMG6yvxHG9TZ0/5/f18dQhb0J6z1cMYzW8tVKmt5_C39VW1f7_M-1V19s-W1Q4v212YtZD-F346K26vFvnTDk7H2gq3SgW4fKXF_3_R592W2lGr_z49M8RSN1JxwY5bkw6lW15gBJz6zhCZ9W6PFrPl4KxXW6W5kNWM75ZchDNVWtjLf64GZjdV1B9Gc8PhXl8103');}} div.OutlookMessageHeader {background-image:url('https://ih.t.hubspotemail.net/e2t/o/*W1VkdfW4h5JX_N1qY3wL9TD810/*W23SBHS56zZPkW6wmN1H68Lr-G0/5/f18dQhb0J6D1bwwKW8P06Nr8CYGd-W47cWMh1N5xTMN1N4K02gm4KqW3b8KV21RGqgdW2lhw0R2XZgmRVmWn9g3_WH21W3zbV9g1Q49MgW3T0WtM3Fbt53N2fnjGdmWcNkW5fyQv97H98kmV25xVB7ZWc06W7rXrRR5hnt0YW5np59g7sBN49f3Jh9SK04')} table.moz-email-headers-table {background-image:url('https://ih.t.hubspotemail.net/e2t/o/*W1VkdfW4h5JX_N1qY3wL9TD810/*W23SBHS56zZPkW6wmN1H68Lr-G0/5/f18dQhb0J6D1bwwKW8P06Nr8CYGd-W47cWMh1N5xTMN1N4K02gm4KqW3b8KV21RGqgdW2lhw0R2XZgmRVmWn9g3_WH21W3zbV9g1Q49MgW3T0WtM3Fbt53N2fnjGdmWcNkW5fyQv97H98kmV25xVB7ZWc06W7rXrRR5hnt0YW5np59g7sBN49f3Jh9SK04')} blockquote #_hs {background-image:url('https://ih.t.hubspotemail.net/e2t/o/*W1VkdfW4h5JX_N1qY3wL9TD810/*W23SBHS56zZPkW6wmN1H68Lr-G0/5/f18dQhb0J6D1bwwKW8P06Nr8CYGd-W47cWMh1N5xTMN1N4K02gm4KqW3b8KV21RGqgdW2lhw0R2XZgmRVmWn9g3_WH21W3zbV9g1Q49MgW3T0WtM3Fbt53N2fnjGdmWcNkW5fyQv97H98kmV25xVB7ZWc06W7rXrRR5hnt0YW5np59g7sBN49f3Jh9SK04')} #MailContainerBody #_hs {background-image:url('https://ih.t.hubspotemail.net/e2t/o/*W1VkdfW4h5JX_N1qY3wL9TD810/*W23SBHS56zZPkW6wmN1H68Lr-G0/5/f18dQhb0J6D1bwwKW8P06Nr8CYGd-W47cWMh1N5xTMN1N4K02gm4KqW3b8KV21RGqgdW2lhw0R2XZgmRVmWn9g3_WH21W3zbV9g1Q49MgW3T0WtM3Fbt53N2fnjGdmWcNkW5fyQv97H98kmV25xVB7ZWc06W7rXrRR5hnt0YW5np59g7sBN49f3Jh9SK04')}
</style>
<div id="_hs"></div>
</body>
</html>
Also see: Tab Triggers