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 Skypack, which makes packages from npm not only available on a CDN, but prepares them for native JavaScript ES6 import
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">
<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]-->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width" />
<!--[if !mso]>
<!-->
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!--<![endif]-->
<title></title>
<!--[if !mso]>
<!-->
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet" type="text/css" />
<!--<![endif]-->
<style type="text/css">
body {
margin: 0;
padding: 0;
}
table,
td,
tr {
vertical-align: top;
border-collapse: collapse;
}
* {
line-height: inherit;
}
a[x-apple-data-detectors=true] {
color: inherit !important;
text-decoration: none !important;
}
</style>
<style type="text/css" id="media-query">
@media (max-width: 570px) {
.block-grid,
.col {
min-width: 320px !important;
max-width: 100% !important;
display: block !important;
}
.block-grid {
width: 100% !important;
}
.col {
width: 100% !important;
}
.col_cont {
margin: 0 auto;
}
img.fullwidth,
img.fullwidthOnMobile {
max-width: 100% !important;
}
.no-stack .col {
min-width: 0 !important;
display: table-cell !important;
}
.no-stack.two-up .col {
width: 50% !important;
}
.no-stack .col.num2 {
width: 16.6% !important;
}
.no-stack .col.num3 {
width: 25% !important;
}
.no-stack .col.num4 {
width: 33% !important;
}
.no-stack .col.num5 {
width: 41.6% !important;
}
.no-stack .col.num6 {
width: 50% !important;
}
.no-stack .col.num7 {
width: 58.3% !important;
}
.no-stack .col.num8 {
width: 66.6% !important;
}
.no-stack .col.num9 {
width: 75% !important;
}
.no-stack .col.num10 {
width: 83.3% !important;
}
.video-block {
max-width: none !important;
}
.mobile_hide {
min-height: 0px;
max-height: 0px;
max-width: 0px;
display: none;
overflow: hidden;
font-size: 0px;
}
.desktop_hide {
display: block !important;
max-height: none !important;
}
}
</style>
</head>
<body class="clean-body" style="margin: 0; padding: 0; -webkit-text-size-adjust: 100%; background-color: #f5f5f5;">
<div style="display: none; max-height: 0px; overflow: hidden; mso-hide:all;">All the latest product news and updates from your friends at Buffer</div>
<div style="display: none; max-height: 0px; overflow: hidden; mso-hide:all;"> </div>
<table class="nl-container" style="table-layout: fixed; vertical-align: top; min-width: 320px; border-spacing: 0; border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; background-color: #f5f5f5; width: 100%;" cellpadding="0" cellspacing="0" role="presentation" width="100%" bgcolor="#f5f5f5" valign="top">
<tbody>
<tr style="vertical-align: top;" valign="top">
<td style="word-break: break-word; vertical-align: top;" valign="top">
<!--[if (mso)|(IE)]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td align="center" style="background-color:#f5f5f5"><![endif]-->
<div style="background-color:#2c4bff;">
<div class="block-grid " style="min-width: 320px; max-width: 550px; overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; Margin: 0 auto; background-color: #2c4bff;">
<div style="border-collapse: collapse;display: table;width: 100%;background-color:#2c4bff;">
<!--[if (mso)|(IE)]><table width="100%" cellpadding="0" cellspacing="0" border="0" style="background-color:#2c4bff;"><tr><td align="center"><table cellpadding="0" cellspacing="0" border="0" style="width:550px"><tr class="layout-full-width" style="background-color:#2c4bff"><![endif]-->
<!--[if (mso)|(IE)]><td align="center" width="550" style="background-color:#2c4bff;width:550px; border-top: 0px solid transparent; border-left: 0px solid transparent; border-bottom: 0px solid transparent; border-right: 0px solid transparent;" valign="top"><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding-right: 0px; padding-left: 0px; padding-top:5px; padding-bottom:5px;"><![endif]-->
<div class="col num12" style="min-width: 320px; max-width: 550px; display: table-cell; vertical-align: top; width: 550px;">
<div class="col_cont" style="width:100% !important;">
<!--[if (!mso)&(!IE)]>
<!-->
<div style="border-top:0px solid transparent; border-left:0px solid transparent; border-bottom:0px solid transparent; border-right:0px solid transparent; padding-top:5px; padding-bottom:5px; padding-right: 0px; padding-left: 0px;">
<!--<![endif]-->
<!--[if mso]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding-right: 10px; padding-left: 10px; padding-top: 10px; padding-bottom: 10px; font-family: Tahoma, Verdana, sans-serif"><![endif]-->
<div style="color:#555555;font-family:Roboto, Tahoma, Verdana, Segoe, sans-serif;line-height:1.2;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;">
<div style="font-family: Roboto, Tahoma, Verdana, Segoe, sans-serif; font-size: 12px; line-height: 1.2; color: #555555; mso-line-height-alt: 14px;">
<p style="font-size: 12px; line-height: 1.2; word-break: break-word; font-family: Roboto, Tahoma, Verdana, Segoe, sans-serif; mso-line-height-alt: 14px; margin: 0;"><br /></p>
</div>
</div>
<!--[if mso]></td></tr></table><![endif]-->
<!--[if (!mso)&(!IE)]>
<!-->
</div>
<!--<![endif]-->
</div>
</div>
<!--[if (mso)|(IE)]></td></tr></table><![endif]-->
<!--[if (mso)|(IE)]></td></tr></table></td></tr></table><![endif]-->
</div>
</div>
</div>
<div style="background-color:#2c4bff;">
<div class="block-grid mixed-two-up" style="min-width: 320px; max-width: 550px; overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; Margin: 0 auto; background-color: #FFFFFF;">
<div style="border-collapse: collapse;display: table;width: 100%;background-color:#FFFFFF;">
<!--[if (mso)|(IE)]><table width="100%" cellpadding="0" cellspacing="0" border="0" style="background-color:#2c4bff;"><tr><td align="center"><table cellpadding="0" cellspacing="0" border="0" style="width:550px"><tr class="layout-full-width" style="background-color:#FFFFFF"><![endif]-->
<!--[if (mso)|(IE)]><td align="center" width="183" style="background-color:#FFFFFF;width:183px; border-top: 0px solid transparent; border-left: 0px solid transparent; border-bottom: 0px solid transparent; border-right: 0px solid transparent;" valign="top"><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding-right: 0px; padding-left: 0px; padding-top:0px; padding-bottom:0px;"><![endif]-->
<div class="col num4" style="display: table-cell; vertical-align: top; max-width: 320px; min-width: 180px; width: 183px;">
<div class="col_cont" style="width:100% !important;">
<!--[if (!mso)&(!IE)]>
<!-->
<div style="border-top:0px solid transparent; border-left:0px solid transparent; border-bottom:0px solid transparent; border-right:0px solid transparent; padding-top:0px; padding-bottom:0px; padding-right: 0px; padding-left: 0px;">
<!--<![endif]-->
<div class="img-container left fixedwidth" align="left" style="padding-right: 0px;padding-left: 50px;">
<!--[if mso]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr style="line-height:0px"><td style="padding-right: 0px;padding-left: 50px;" align="left"><![endif]-->
<div style="font-size:1px;line-height:45px"> </div><a href="http://e.customeriomail.com/e/c/eyJlbWFpbF9pZCI6ImRnT29xUVdvcVFVREFBRjJpdUE0UFBRUFhIUUViaGlJNG1rPSIsImhyZWYiOiJodHRwczovL3B1Ymxpc2guYnVmZmVyLmNvbT91dG1fc291cmNlPW5ld3NsZXR0ZXJcdTAwMjZ1dG1fbWVkaXVtPWVtYWlsIiwibGlua19pZCI6NDM3NiwicG9zaXRpb24iOjB9/46cd7e73a9f2b65072d15db1b3bd1f6da79c9dc68cd5078560af718dad3adf71" target="_blank" style="outline:none" tabindex="-1"> <img class="left fixedwidth" border="0" src="https://userimg-bee.customeriomail.com/images/client-env-87208/[email protected]" alt="Buffer" title="Buffer" style="text-decoration: none; -ms-interpolation-mode: bicubic; height: auto; border: 0; width: 100%; max-width: 119px; display: block;" width="119" /></a>
<div style="font-size:1px;line-height:60px"> </div>
<!--[if mso]></td></tr></table><![endif]-->
</div>
<!--[if (!mso)&(!IE)]>
<!-->
</div>
<!--<![endif]-->
</div>
</div>
<!--[if (mso)|(IE)]></td></tr></table><![endif]-->
<!--[if (mso)|(IE)]></td><td align="center" width="366" style="background-color:#FFFFFF;width:366px; border-top: 0px solid transparent; border-left: 0px solid transparent; border-bottom: 0px solid transparent; border-right: 0px solid transparent;" valign="top"><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding-right: 0px; padding-left: 0px; padding-top:5px; padding-bottom:5px;"><![endif]-->
<div class="col num8" style="display: table-cell; vertical-align: top; max-width: 320px; min-width: 360px; width: 366px;">
<div class="col_cont" style="width:100% !important;">
<!--[if (!mso)&(!IE)]>
<!-->
<div style="border-top:0px solid transparent; border-left:0px solid transparent; border-bottom:0px solid transparent; border-right:0px solid transparent; padding-top:5px; padding-bottom:5px; padding-right: 0px; padding-left: 0px;">
<!--<![endif]-->
<div></div>
<!--[if (!mso)&(!IE)]>
<!-->
</div>
<!--<![endif]-->
</div>
</div>
<!--[if (mso)|(IE)]></td></tr></table><![endif]-->
<!--[if (mso)|(IE)]></td></tr></table></td></tr></table><![endif]-->
</div>
</div>
</div>
<div style="background-color:#2c4bff;">
<div class="block-grid " style="min-width: 320px; max-width: 550px; overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; Margin: 0 auto; background-color: #FFFFFF;">
<div style="border-collapse: collapse;display: table;width: 100%;background-color:#FFFFFF;">
<!--[if (mso)|(IE)]><table width="100%" cellpadding="0" cellspacing="0" border="0" style="background-color:#2c4bff;"><tr><td align="center"><table cellpadding="0" cellspacing="0" border="0" style="width:550px"><tr class="layout-full-width" style="background-color:#FFFFFF"><![endif]-->
<!--[if (mso)|(IE)]><td align="center" width="550" style="background-color:#FFFFFF;width:550px; border-top: 0px solid transparent; border-left: 0px solid transparent; border-bottom: 0px solid transparent; border-right: 0px solid transparent;" valign="top"><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding-right: 0px; padding-left: 0px; padding-top:0px; padding-bottom:0px;"><![endif]-->
<div class="col num12" style="min-width: 320px; max-width: 550px; display: table-cell; vertical-align: top; width: 550px;">
<div class="col_cont" style="width:100% !important;">
<!--[if (!mso)&(!IE)]>
<!-->
<div style="border-top:0px solid transparent; border-left:0px solid transparent; border-bottom:0px solid transparent; border-right:0px solid transparent; padding-top:0px; padding-bottom:0px; padding-right: 0px; padding-left: 0px;">
<!--<![endif]-->
<!--[if mso]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding-right: 50px; padding-left: 50px; padding-top: 5px; padding-bottom: 5px; font-family: Tahoma, Verdana, sans-serif"><![endif]-->
<div style="color:#231f20;font-family:'Roboto', Tahoma, Verdana, Segoe, sans-serif;line-height:1.8;padding-top:5px;padding-right:50px;padding-bottom:5px;padding-left:50px;">
<div style="font-size: 12px; line-height: 1.8; font-family: 'Roboto', Tahoma, Verdana, Segoe, sans-serif; color: #231f20; mso-line-height-alt: 22px;">
<p style="line-height: 1.8; word-break: break-word; font-family: Roboto, Tahoma, Verdana, Segoe, sans-serif; font-size: 15px; mso-line-height-alt: 27px; margin: 0;"><span style="font-size: 15px;">Hello there!</span></p>
<p style="line-height: 1.8; word-break: break-word; font-family: Roboto, Tahoma, Verdana, Segoe, sans-serif; mso-line-height-alt: 22px; margin: 0;"> </p>
<p style="line-height: 1.8; word-break: break-word; font-family: Roboto, Tahoma, Verdana, Segoe, sans-serif; font-size: 15px; mso-line-height-alt: 27px; margin: 0;"><span style="font-size: 15px;">As the year draws to a close, we're filled with gratitude.</span></p>
<p style="line-height: 1.8; word-break: break-word; font-family: Roboto, Tahoma, Verdana, Segoe, sans-serif; mso-line-height-alt: 22px; margin: 0;"> </p>
<p style="line-height: 1.8; word-break: break-word; font-family: Roboto, Tahoma, Verdana, Segoe, sans-serif; font-size: 15px; mso-line-height-alt: 27px; margin: 0;"><span style="font-size: 15px;">Thank you for using Buffer this year to share your message and build your business. Your resilience — especially in 2020 — inspires us on a daily basis. And thank you for reading our emails each month!</span></p>
<p style="line-height: 1.8; word-break: break-word; font-family: Roboto, Tahoma, Verdana, Segoe, sans-serif; mso-line-height-alt: 22px; margin: 0;"> </p>
<p style="line-height: 1.8; word-break: break-word; font-family: Roboto, Tahoma, Verdana, Segoe, sans-serif; font-size: 15px; mso-line-height-alt: 27px; margin: 0;"><span style="font-size: 15px;">As is becoming tradition, we've put together a collection of interesting numbers that tell the story of the past year at Buffer. Our customers (you!) are at the core of that story. </span></p>
<p style="line-height: 1.8; word-break: break-word; font-family: Roboto, Tahoma, Verdana, Segoe, sans-serif; mso-line-height-alt: 22px; margin: 0;"> </p>
<p style="line-height: 1.8; word-break: break-word; font-family: Roboto, Tahoma, Verdana, Segoe, sans-serif; mso-line-height-alt: 22px; margin: 0;"><strong><span style="font-size: 15px;"><a style="text-decoration: underline; color: #2C4BFF;" href="http://e.customeriomail.com/e/c/eyJlbWFpbF9pZCI6ImRnT29xUVdvcVFVREFBRjJpdUE0UFBRUFhIUUViaGlJNG1rPSIsImhyZWYiOiJodHRwczovL2J1ZmZlci5jb20vMjAyMD91dG1fc291cmNlPW5ld3NsZXR0ZXJcdTAwMjZ1dG1fbWVkaXVtPWVtYWlsXHUwMDI2dXRtX2NhbXBhaWduPURlY2VtYmVyMjAyMCIsImxpbmtfaWQiOjQzNzcsInBvc2l0aW9uIjoxfQ/d4c86bdc452d92bfe671a23f9901be96bbf16480cc684944ef032b9dcc8e71c8" target="_blank" rel="noopener">See our 2020 in numbers →</a></span></strong></p>
<p style="line-height: 1.8; word-break: break-word; font-family: Roboto, Tahoma, Verdana, Segoe, sans-serif; mso-line-height-alt: 22px; margin: 0;"> </p>
</div>
</div>
<!--[if mso]></td></tr></table><![endif]-->
<!--[if mso]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding-right: 50px; padding-left: 50px; padding-top: 5px; padding-bottom: 5px; font-family: Tahoma, Verdana, sans-serif"><![endif]-->
<div style="color:#231f20;font-family:'Roboto', Tahoma, Verdana, Segoe, sans-serif;line-height:1.8;padding-top:5px;padding-right:50px;padding-bottom:5px;padding-left:50px;">
<div style="font-family: 'Roboto', Tahoma, Verdana, Segoe, sans-serif; font-size: 12px; line-height: 1.8; color: #231f20; mso-line-height-alt: 22px;">
<p style="line-height: 1.8; word-break: break-word; font-family: Roboto, Tahoma, Verdana, Segoe, sans-serif; font-size: 15px; mso-line-height-alt: 27px; margin: 0;"><span style="font-size: 15px;">It has also been a busy year of product releases and updates. Thank you for your encouragement, feedback, and guidance. Here are some of the major features you empowered us to build.</span></p>
<p style="line-height: 1.8; word-break: break-word; font-family: Roboto, Tahoma, Verdana, Segoe, sans-serif; mso-line-height-alt: 22px; margin: 0;"> </p>
<p style="line-height: 1.8; word-break: break-word; font-family: Roboto, Tahoma, Verdana, Segoe, sans-serif; mso-line-height-alt: 22px; margin: 0;"><strong><span style="font-size: 15px;">🎯 Multichannel social media campaigns</span></strong></p>
<p style="line-height: 1.8; word-break: break-word; font-family: Roboto, Tahoma, Verdana, Segoe, sans-serif; font-size: 15px; mso-line-height-alt: 27px; margin: 0;"><span style="font-size: 15px;">You all added more than one million posts through Buffer's new campaigns feature in 2020. That shows a lot of thoughtful social media planning, and that planning is key for building an engaged audience.</span></p>
<p style="line-height: 1.8; word-break: break-word; font-family: Roboto, Tahoma, Verdana, Segoe, sans-serif; mso-line-height-alt: 22px; margin: 0;"> </p>
<p style="line-height: 1.8; word-break: break-word; font-family: Roboto, Tahoma, Verdana, Segoe, sans-serif; mso-line-height-alt: 22px; margin: 0;"><strong><span style="font-size: 15px;">🛍️ Shopify reporting</span></strong></p>
<p style="line-height: 1.8; word-break: break-word; font-family: Roboto, Tahoma, Verdana, Segoe, sans-serif; font-size: 15px; mso-line-height-alt: 27px; margin: 0;"><span style="font-size: 15px;">Shopify became the platform of choice for many businesses moving online this year. You can now cross-reference your Shopify and social data in Buffer to get a higher-level view of your business.</span></p>
<p style="line-height: 1.8; word-break: break-word; font-family: Roboto, Tahoma, Verdana, Segoe, sans-serif; mso-line-height-alt: 22px; margin: 0;"> </p>
<p style="line-height: 1.8; word-break: break-word; font-family: Roboto, Tahoma, Verdana, Segoe, sans-serif; mso-line-height-alt: 22px; margin: 0;"><strong><span style="font-size: 15px;">📊 LinkedIn analytics</span></strong></p>
<p style="line-height: 1.8; word-break: break-word; font-family: Roboto, Tahoma, Verdana, Segoe, sans-serif; font-size: 15px; mso-line-height-alt: 27px; margin: 0;"><span style="font-size: 15px;">This was one of your most requested features, which complements advanced analytics and reporting for Instagram, Facebook and Twitter.</span></p>
<p style="line-height: 1.8; word-break: break-word; font-family: Roboto, Tahoma, Verdana, Segoe, sans-serif; mso-line-height-alt: 22px; margin: 0;"> </p>
<p style="line-height: 1.8; word-break: break-word; font-family: Roboto, Tahoma, Verdana, Segoe, sans-serif; mso-line-height-alt: 22px; margin: 0;"><strong><span style="font-size: 15px;">💵 Boosted Post insights</span></strong></p>
<p style="line-height: 1.8; word-break: break-word; font-family: Roboto, Tahoma, Verdana, Segoe, sans-serif; font-size: 15px; mso-line-height-alt: 27px; margin: 0;"><span style="font-size: 15px;">It was a tough year for budgets but boosting posts continues to be a key tactic for brand building and selling on social media. This is why we added new insights for boosted posts on Instagram and Facebook.</span></p>
<p style="line-height: 1.8; word-break: break-word; font-family: Roboto, Tahoma, Verdana, Segoe, sans-serif; mso-line-height-alt: 22px; margin: 0;"> </p>
</div>
</div>
<!--[if mso]></td></tr></table><![endif]-->
<div class="button-container" align="center" style="padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;">
<!--[if mso]><table width="100%" cellpadding="0" cellspacing="0" border="0" style="border-spacing: 0; border-collapse: collapse; mso-table-lspace:0pt; mso-table-rspace:0pt;"><tr><td style="padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px" align="center"><v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" href="http://e.customeriomail.com/e/c/eyJlbWFpbF9pZCI6ImRnT29xUVdvcVFVREFBRjJpdUE0UFBRUFhIUUViaGlJNG1rPSIsImhyZWYiOiJodHRwczovL3B1Ymxpc2guYnVmZmVyLmNvbT91dG1fc291cmNlPW5ld3NsZXR0ZXJcdTAwMjZ1dG1fbWVkaXVtPWVtYWlsXHUwMDI2dXRtX2NhbXBhaWduPURlY2VtYmVyMjAyMCIsImxpbmtfaWQiOjQzNzgsInBvc2l0aW9uIjoyfQ/5c48fd81c681dd954280fb635de2ce4f7b9f0ffc17926e36e86f7b669d409f17" style="height:31.5pt; width:235.5pt; v-text-anchor:middle;" arcsize="10%" stroke="false" fillcolor="#2c4bff"><w:anchorlock/><v:textbox inset="0,0,0,0"><center style="color:#ffffff; font-family:Tahoma, Verdana, sans-serif; font-size:16px"><![endif]--><a href="http://e.customeriomail.com/e/c/eyJlbWFpbF9pZCI6ImRnT29xUVdvcVFVREFBRjJpdUE0UFBRUFhIUUViaGlJNG1rPSIsImhyZWYiOiJodHRwczovL3B1Ymxpc2guYnVmZmVyLmNvbT91dG1fc291cmNlPW5ld3NsZXR0ZXJcdTAwMjZ1dG1fbWVkaXVtPWVtYWlsXHUwMDI2dXRtX2NhbXBhaWduPURlY2VtYmVyMjAyMCIsImxpbmtfaWQiOjQzNzgsInBvc2l0aW9uIjozfQ/848d071fdd26508ffc8f2a999ebf438811f90b3f020ea4c4e38a871adc78a0ec" target="_blank" style="-webkit-text-size-adjust: none; text-decoration: none; display: inline-block; color: #ffffff; background-color: #2c4bff; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; width: auto; width: auto; border-top: 1px solid #2c4bff; border-right: 1px solid #2c4bff; border-bottom: 1px solid #2c4bff; border-left: 1px solid #2c4bff; padding-top: 5px; padding-bottom: 5px; font-family: Roboto, Tahoma, Verdana, Segoe, sans-serif; text-align: center; mso-border-alt: none; word-break: keep-all;"><span style="padding-left:20px;padding-right:20px;font-size:16px;display:inline-block;"><span style="line-height: 32px; word-break: break-word;"><span style="font-size: 16px; line-height: 32px;" data-mce-style="font-size: 16px; line-height: 32px;">Plan your social content in
Buffer</span></span></span></a>
<!--[if mso]></center></v:textbox></v:roundrect></td></tr></table><![endif]-->
</div>
<!--[if mso]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding-right: 50px; padding-left: 50px; padding-top: 5px; padding-bottom: 5px; font-family: Tahoma, Verdana, sans-serif"><![endif]-->
<div style="color:#231f20;font-family:'Roboto', Tahoma, Verdana, Segoe, sans-serif;line-height:1.8;padding-top:5px;padding-right:50px;padding-bottom:5px;padding-left:50px;">
<div style="font-family: 'Roboto', Tahoma, Verdana, Segoe, sans-serif; font-size: 12px; line-height: 1.8; color: #231f20; mso-line-height-alt: 22px;">
<p style="line-height: 1.8; word-break: break-word; font-family: Roboto, Tahoma, Verdana, Segoe, sans-serif; mso-line-height-alt: 22px; margin: 0;"> </p>
<p style="line-height: 1.8; word-break: break-word; font-family: Roboto, Tahoma, Verdana, Segoe, sans-serif; font-size: 15px; mso-line-height-alt: 27px; margin: 0;"><span style="font-size: 15px;">In 2020, we also aspired to support you with more useful resources and guides. </span></p>
<ul>
<li style="line-height: 1.8; font-size: 15px; mso-line-height-alt: 27px;"><span style="font-size: 15px;">We launched a new <a style="text-decoration: underline; color: #2C4BFF;" href="http://e.customeriomail.com/e/c/eyJlbWFpbF9pZCI6ImRnT29xUVdvcVFVREFBRjJpdUE0UFBRUFhIUUViaGlJNG1rPSIsImhyZWYiOiJodHRwczovL2J1ZmZlci5jb20vYnVpbHQtdG8tbGFzdD91dG1fc291cmNlPW5ld3NsZXR0ZXJcdTAwMjZ1dG1fbWVkaXVtPWVtYWlsXHUwMDI2dXRtX2NhbXBhaWduPURlY2VtYmVyMjAyMCIsImxpbmtfaWQiOjQzNzksInBvc2l0aW9uIjo0fQ/889e4df795585918efec44152277454f83792544c27fe6e6cb4fd83537f801e2" target="_blank" rel="noopener">audio conference about building sustainable businesses</a>. </span></li>
<li style="line-height: 1.8; font-size: 15px; mso-line-height-alt: 27px;"><span style="font-size: 15px;">We built out a new <a href="http://e.customeriomail.com/e/c/eyJlbWFpbF9pZCI6ImRnT29xUVdvcVFVREFBRjJpdUE0UFBRUFhIUUViaGlJNG1rPSIsImhyZWYiOiJodHRwczovL2Zhc3Qud2lzdGlhLm5ldC9lbWJlZC9jaGFubmVsL25hc2V0cGV1Zjc_dXRtX3NvdXJjZT1uZXdzbGV0dGVyXHUwMDI2dXRtX21lZGl1bT1lbWFpbFx1MDAyNnV0bV9jYW1wYWlnbj1EZWNlbWJlcjIwMjAiLCJsaW5rX2lkIjo0MzgwLCJwb3NpdGlvbiI6NX0/cde162d985073a2fa2014efd3205ac85a12cf388dc045c52a5e00ee2dc626db8" style="color: #2C4BFF;">library of Buffer tutorial videos</a>. </span></li>
<li style="line-height: 1.8; font-size: 15px; mso-line-height-alt: 27px;"><span style="font-size: 15px;">And we committed to sharing more interactive advice on social media marketing. You can watch a replay of the latest session <a href="http://e.customeriomail.com/e/c/eyJlbWFpbF9pZCI6ImRnT29xUVdvcVFVREFBRjJpdUE0UFBRUFhIUUViaGlJNG1rPSIsImhyZWYiOiJodHRwczovL2J1ZmYubHkvMkxSd004YiIsImxpbmtfaWQiOjQzODEsInBvc2l0aW9uIjo2fQ/9ab9920cc1f980142978d6fdfd645d1131de6c6de750946fbc703cdb7769c792" style="color: #2C4BFF;">here</a>. </span></li>
</ul>
<p style="line-height: 1.8; word-break: break-word; font-family: Roboto, Tahoma, Verdana, Segoe, sans-serif; font-size: 15px; mso-line-height-alt: 27px; margin: 0;"><span style="font-size: 15px;">It would be remiss not to mention that this year was also one of hardship and stress for many small business owners facing an economic downturn; for people of color fighting for justice and equality; for everyone who is navigating the effects of a global pandemic. </span><span style="font-size: 15px;">From the bottom of our hearts, thank you again for putting your trust in us and providing us with a constant source of energy and inspiration. </span><span style="font-size: 15px;">We feel more fortunate than ever and are excited about what's ahead in 2021.</span></p>
<p style="line-height: 1.8; word-break: break-word; font-family: Roboto, Tahoma, Verdana, Segoe, sans-serif; mso-line-height-alt: 22px; margin: 0;"> </p>
</div>
</div>
<!--[if mso]></td></tr></table><![endif]-->
<!--[if mso]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding-right: 50px; padding-left: 50px; padding-top: 5px; padding-bottom: 5px; font-family: Tahoma, Verdana, sans-serif"><![endif]-->
<div style="color:#231f20;font-family:'Roboto', Tahoma, Verdana, Segoe, sans-serif;line-height:1.8;padding-top:5px;padding-right:50px;padding-bottom:5px;padding-left:50px;">
<div style="font-family: 'Roboto', Tahoma, Verdana, Segoe, sans-serif; font-size: 12px; line-height: 1.8; color: #231f20; mso-line-height-alt: 22px;">
<p style="font-size: 15px; line-height: 1.8; word-break: break-word; font-family: Roboto, Tahoma, Verdana, Segoe, sans-serif; mso-line-height-alt: 27px; margin: 0;"><span style="font-size: 15px;">Cheers,</span></p>
<p style="font-size: 15px; line-height: 1.8; word-break: break-word; font-family: Roboto, Tahoma, Verdana, Segoe, sans-serif; mso-line-height-alt: 27px; margin: 0;"><span style="font-size: 15px;">Mike from Buffer</span></p>
</div>
</div>
<!--[if mso]></td></tr></table><![endif]-->
<!--[if (!mso)&(!IE)]>
<!-->
</div>
<!--<![endif]-->
</div>
</div>
<!--[if (mso)|(IE)]></td></tr></table><![endif]-->
<!--[if (mso)|(IE)]></td></tr></table></td></tr></table><![endif]-->
</div>
</div>
</div>
<div style="background-color:#2c4bff;">
<div class="block-grid mixed-two-up" style="min-width: 320px; max-width: 550px; overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; Margin: 0 auto; background-color: #FFFFFF;">
<div style="border-collapse: collapse;display: table;width: 100%;background-color:#FFFFFF;">
<!--[if (mso)|(IE)]><table width="100%" cellpadding="0" cellspacing="0" border="0" style="background-color:#2c4bff;"><tr><td align="center"><table cellpadding="0" cellspacing="0" border="0" style="width:550px"><tr class="layout-full-width" style="background-color:#FFFFFF"><![endif]-->
<!--[if (mso)|(IE)]><td align="center" width="137" style="background-color:#FFFFFF;width:137px; border-top: 0px solid transparent; border-left: 0px solid transparent; border-bottom: 0px solid transparent; border-right: 0px solid transparent;" valign="top"><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding-right: 0px; padding-left: 0px; padding-top:5px; padding-bottom:5px;"><![endif]-->
<div class="col num3" style="display: table-cell; vertical-align: top; max-width: 320px; min-width: 135px; width: 137px;">
<div class="col_cont" style="width:100% !important;">
<!--[if (!mso)&(!IE)]>
<!-->
<div style="border-top:0px solid transparent; border-left:0px solid transparent; border-bottom:0px solid transparent; border-right:0px solid transparent; padding-top:5px; padding-bottom:5px; padding-right: 0px; padding-left: 0px;">
<!--<![endif]-->
<div class="img-container left fixedwidth" align="left" style="padding-right: 5px;padding-left: 60px;">
<!--[if mso]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr style="line-height:0px"><td style="padding-right: 5px;padding-left: 60px;" align="left"><![endif]-->
<div style="font-size:1px;line-height:5px"> </div><img class="left fixedwidth" border="0" src="https://userimg-bee.customeriomail.com/images/client-env-87208/Mike_E-2.jpg" alt="Photo of Mike." title="Photo of Mike." style="text-decoration: none; -ms-interpolation-mode: bicubic; height: auto; border: 0; width: 100%; max-width: 72px; display: block;" width="72" />
<div style="font-size:1px;line-height:5px"> </div>
<!--[if mso]></td></tr></table><![endif]-->
</div>
<!--[if (!mso)&(!IE)]>
<!-->
</div>
<!--<![endif]-->
</div>
</div>
<!--[if (mso)|(IE)]></td></tr></table><![endif]-->
<!--[if (mso)|(IE)]></td><td align="center" width="412" style="background-color:#FFFFFF;width:412px; border-top: 0px solid transparent; border-left: 0px solid transparent; border-bottom: 0px solid transparent; border-right: 0px solid transparent;" valign="top"><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding-right: 0px; padding-left: 0px; padding-top:5px; padding-bottom:5px;"><![endif]-->
<div class="col num9" style="display: table-cell; vertical-align: top; max-width: 320px; min-width: 405px; width: 412px;">
<div class="col_cont" style="width:100% !important;">
<!--[if (!mso)&(!IE)]>
<!-->
<div style="border-top:0px solid transparent; border-left:0px solid transparent; border-bottom:0px solid transparent; border-right:0px solid transparent; padding-top:5px; padding-bottom:5px; padding-right: 0px; padding-left: 0px;">
<!--<![endif]-->
<div class="mobile_hide">
<div class="img-container left fixedwidth" align="left" style="padding-right: 20px;padding-left: 20px;">
<!--[if mso]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr style="line-height:0px"><td style="padding-right: 20px;padding-left: 20px;" align="left"><![endif]-->
<div style="font-size:1px;line-height:20px"> </div><img class="left fixedwidth" border="0" src="https://userimg-bee.customeriomail.com/images/client-env-87208/Mike%20signature.png" alt="Katie's signature" title="Katie's signature" style="text-decoration: none; -ms-interpolation-mode: bicubic; height: auto; border: 0; width: 100%; max-width: 103px; display: block;" width="103" />
<div style="font-size:1px;line-height:20px"> </div>
<!--[if mso]></td></tr></table><![endif]-->
</div>
</div>
<!--[if (!mso)&(!IE)]>
<!-->
</div>
<!--<![endif]-->
</div>
</div>
<!--[if (mso)|(IE)]></td></tr></table><![endif]-->
<!--[if (mso)|(IE)]></td></tr></table></td></tr></table><![endif]-->
</div>
</div>
</div>
<div style="background-color:#2c4bff;">
<div class="block-grid " style="min-width: 320px; max-width: 550px; overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; Margin: 0 auto; background-color: #FFFFFF;">
<div style="border-collapse: collapse;display: table;width: 100%;background-color:#FFFFFF;">
<!--[if (mso)|(IE)]><table width="100%" cellpadding="0" cellspacing="0" border="0" style="background-color:#2c4bff;"><tr><td align="center"><table cellpadding="0" cellspacing="0" border="0" style="width:550px"><tr class="layout-full-width" style="background-color:#FFFFFF"><![endif]-->
<!--[if (mso)|(IE)]><td align="center" width="550" style="background-color:#FFFFFF;width:550px; border-top: 0px solid transparent; border-left: 0px solid transparent; border-bottom: 0px solid transparent; border-right: 0px solid transparent;" valign="top"><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding-right: 0px; padding-left: 0px; padding-top:5px; padding-bottom:0px;"><![endif]-->
<div class="col num12" style="min-width: 320px; max-width: 550px; display: table-cell; vertical-align: top; width: 550px;">
<div class="col_cont" style="width:100% !important;">
<!--[if (!mso)&(!IE)]>
<!-->
<div style="border-top:0px solid transparent; border-left:0px solid transparent; border-bottom:0px solid transparent; border-right:0px solid transparent; padding-top:5px; padding-bottom:0px; padding-right: 0px; padding-left: 0px;">
<!--<![endif]-->
<!--[if mso]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding-right: 50px; padding-left: 50px; padding-top: 5px; padding-bottom: 5px; font-family: Tahoma, Verdana, sans-serif"><![endif]-->
<div style="color:#231f20;font-family:'Roboto', Tahoma, Verdana, Segoe, sans-serif;line-height:1.8;padding-top:5px;padding-right:50px;padding-bottom:5px;padding-left:50px;">
<div style="font-size: 12px; line-height: 1.8; font-family: 'Roboto', Tahoma, Verdana, Segoe, sans-serif; color: #231f20; mso-line-height-alt: 22px;">
<p style="font-size: 15px; line-height: 1.8; word-break: break-word; font-family: Roboto, Tahoma, Verdana, Segoe, sans-serif; mso-line-height-alt: 27px; margin: 0;"><span style="font-size: 15px;">P.S. The Buffer team is observing a company shut down between December 24rd - January 4th. This will cause longer response times, and we’re so sorry for the expected delay. In the meantime, feel free to peruse our <a id="fe3eafa2-bc0d-493f-88c0-00040cc5b373" href="http://e.customeriomail.com/e/c/eyJlbWFpbF9pZCI6ImRnT29xUVdvcVFVREFBRjJpdUE0UFBRUFhIUUViaGlJNG1rPSIsImhyZWYiOiJodHRwczovL3N1cHBvcnQuYnVmZmVyLmNvbS9oYy9lbi11cyIsImxpbmtfaWQiOjk0MiwicG9zaXRpb24iOjd9/b50992e35b0bdf7fe3396e9ac98562e55f59701a195f017655455ceb1bba1d1e" target="_blank" rel="noopener" style="color: #2C4BFF;">Help Center</a>. Happy holidays, everyone!</span></p>
</div>
</div>
<!--[if mso]></td></tr></table><![endif]-->
<table class="divider" border="0" cellpadding="0" cellspacing="0" width="100%" style="table-layout: fixed; vertical-align: top; border-spacing: 0; border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; min-width: 100%; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;" role="presentation" valign="top">
<tbody>
<tr style="vertical-align: top;" valign="top">
<td class="divider_inner" style="word-break: break-word; vertical-align: top; min-width: 100%; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; padding-top: 60px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;" valign="top">
<table class="divider_content" border="0" cellpadding="0" cellspacing="0" width="100%" style="table-layout: fixed; vertical-align: top; border-spacing: 0; border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-top: 20px solid #F3AFB9; width: 100%;" align="center" role="presentation" valign="top">
<tbody>
<tr style="vertical-align: top;" valign="top">
<td style="word-break: break-word; vertical-align: top; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;" valign="top"><span></span></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<!--[if (!mso)&(!IE)]>
<!-->
</div>
<!--<![endif]-->
</div>
</div>
<!--[if (mso)|(IE)]></td></tr></table><![endif]-->
<!--[if (mso)|(IE)]></td></tr></table></td></tr></table><![endif]-->
</div>
</div>
</div>
<div style="background-color:#2c4bff;">
<div class="block-grid " style="min-width: 320px; max-width: 550px; overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; Margin: 0 auto; background-color: #2c4bff;">
<div style="border-collapse: collapse;display: table;width: 100%;background-color:#2c4bff;">
<!--[if (mso)|(IE)]><table width="100%" cellpadding="0" cellspacing="0" border="0" style="background-color:#2c4bff;"><tr><td align="center"><table cellpadding="0" cellspacing="0" border="0" style="width:550px"><tr class="layout-full-width" style="background-color:#2c4bff"><![endif]-->
<!--[if (mso)|(IE)]><td align="center" width="550" style="background-color:#2c4bff;width:550px; border-top: 0px solid transparent; border-left: 0px solid transparent; border-bottom: 0px solid transparent; border-right: 0px solid transparent;" valign="top"><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding-right: 0px; padding-left: 0px; padding-top:5px; padding-bottom:15px;"><![endif]-->
<div class="col num12" style="min-width: 320px; max-width: 550px; display: table-cell; vertical-align: top; width: 550px;">
<div class="col_cont" style="width:100% !important;">
<!--[if (!mso)&(!IE)]>
<!-->
<div style="border-top:0px solid transparent; border-left:0px solid transparent; border-bottom:0px solid transparent; border-right:0px solid transparent; padding-top:5px; padding-bottom:15px; padding-right: 0px; padding-left: 0px;">
<!--<![endif]-->
<table class="social_icons" cellpadding="0" cellspacing="0" width="100%" role="presentation" style="table-layout: fixed; vertical-align: top; border-spacing: 0; border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt;" valign="top">
<tbody>
<tr style="vertical-align: top;" valign="top">
<td style="word-break: break-word; vertical-align: top; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px;" valign="top">
<table class="social_table" align="center" cellpadding="0" cellspacing="0" role="presentation" style="table-layout: fixed; vertical-align: top; border-spacing: 0; border-collapse: collapse; mso-table-tspace: 0; mso-table-rspace: 0; mso-table-bspace: 0; mso-table-lspace: 0;" valign="top">
<tbody>
<tr style="vertical-align: top; display: inline-block; text-align: center;" align="center" valign="top">
<td style="word-break: break-word; vertical-align: top; padding-bottom: 0; padding-right: 10px; padding-left: 10px;" valign="top"><a href="http://e.customeriomail.com/e/c/eyJlbWFpbF9pZCI6ImRnT29xUVdvcVFVREFBRjJpdUE0UFBRUFhIUUViaGlJNG1rPSIsImhyZWYiOiJodHRwczovL3d3dy5pbnN0YWdyYW0uY29tL2J1ZmZlci8iLCJsaW5rX2lkIjoxMywicG9zaXRpb24iOjh9/1b4501cb76087a7d9850df20dddab65488d6c892f50b95fac4df21d3dfd46ee2" target="_blank"><img width="32" height="32" src="https://d2fi4ri5dhpqd1.cloudfront.net/public/resources/social-networks-icon-sets/t-only-logo-white/[email protected]" alt="Instagram" title="Instagram" style="text-decoration: none; -ms-interpolation-mode: bicubic; height: auto; border: 0; display: block;" /></a></td>
<td style="word-break: break-word; vertical-align: top; padding-bottom: 0; padding-right: 10px; padding-left: 10px;" valign="top"><a href="http://e.customeriomail.com/e/c/eyJlbWFpbF9pZCI6ImRnT29xUVdvcVFVREFBRjJpdUE0UFBRUFhIUUViaGlJNG1rPSIsImhyZWYiOiJodHRwczovL3d3dy5mYWNlYm9vay5jb20vYnVmZmVyYXBwIiwibGlua19pZCI6MTEsInBvc2l0aW9uIjo5fQ/140bc4580ef0d448a073b937330c2674f58bb4b9299e07882c95ae1f03b06c56" target="_blank"><img width="32" height="32" src="https://d2fi4ri5dhpqd1.cloudfront.net/public/resources/social-networks-icon-sets/t-only-logo-white/[email protected]" alt="Facebook" title="Facebook" style="text-decoration: none; -ms-interpolation-mode: bicubic; height: auto; border: 0; display: block;" /></a></td>
<td style="word-break: break-word; vertical-align: top; padding-bottom: 0; padding-right: 10px; padding-left: 10px;" valign="top"><a href="http://e.customeriomail.com/e/c/eyJlbWFpbF9pZCI6ImRnT29xUVdvcVFVREFBRjJpdUE0UFBRUFhIUUViaGlJNG1rPSIsImhyZWYiOiJodHRwczovL3R3aXR0ZXIuY29tL2J1ZmZlciIsImxpbmtfaWQiOjEyLCJwb3NpdGlvbiI6MTB9/2804e3359a580469a9432e58fe19a73efc5b0de06a580f07f863676806208d54" target="_blank"><img width="32" height="32" src="https://d2fi4ri5dhpqd1.cloudfront.net/public/resources/social-networks-icon-sets/t-only-logo-white/[email protected]" alt="Twitter" title="Twitter" style="text-decoration: none; -ms-interpolation-mode: bicubic; height: auto; border: 0; display: block;" /></a></td>
<td style="word-break: break-word; vertical-align: top; padding-bottom: 0; padding-right: 10px; padding-left: 10px;" valign="top"><a href="http://e.customeriomail.com/e/c/eyJlbWFpbF9pZCI6ImRnT29xUVdvcVFVREFBRjJpdUE0UFBRUFhIUUViaGlJNG1rPSIsImhyZWYiOiJodHRwczovL3d3dy5waW50ZXJlc3QuY29tL2J1ZmZlcmFwcCIsImxpbmtfaWQiOjIxNzUsInBvc2l0aW9uIjoxMX0/53358551138e23118aaf8d52ca5a6f66b669b16e53f73a4cc3ebc40613c26b37" target="_blank"><img width="32" height="32" src="https://d2fi4ri5dhpqd1.cloudfront.net/public/resources/social-networks-icon-sets/t-only-logo-white/[email protected]" alt="Pinterest" title="Pinterest" style="text-decoration: none; -ms-interpolation-mode: bicubic; height: auto; border: 0; display: block;" /></a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<!--[if mso]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding-right: 10px; padding-left: 10px; padding-top: 10px; padding-bottom: 10px; font-family: Tahoma, Verdana, sans-serif"><![endif]-->
<div style="color:#ffffff;font-family:Roboto, Tahoma, Verdana, Segoe, sans-serif;line-height:1.2;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;">
<div style="line-height: 1.2; font-size: 12px; color: #ffffff; font-family: Roboto, Tahoma, Verdana, Segoe, sans-serif; mso-line-height-alt: 14px;">
<p style="font-size: 14px; line-height: 1.2; word-break: break-word; text-align: center; mso-line-height-alt: 17px; margin: 0;"><a style="text-decoration: underline; color: #ffffff;" href="http://e.customeriomail.com/e/c/eyJlbWFpbF9pZCI6ImRnT29xUVdvcVFVREFBRjJpdUE0UFBRUFhIUUViaGlJNG1rPSIsImhyZWYiOiJodHRwczovL3N1cHBvcnQuYnVmZmVyLmNvbS9oYy9lbi11cyIsImxpbmtfaWQiOjk0MiwicG9zaXRpb24iOjEyfQ/82f5477c02c5a345c9ba40735b7080fd258765adcc62d64303bc3eff1572249d" target="_blank" rel="noopener">Help Center</a> | <a style="text-decoration: underline; color: #ffffff;" href="http://e.customeriomail.com/e/c/eyJlbWFpbF9pZCI6ImRnT29xUVdvcVFVREFBRjJpdUE0UFBRUFhIUUViaGlJNG1rPSIsImhyZWYiOiJodHRwczovL2J1ZmZlci5jb20vcmVzb3VyY2VzLz91dG1fc291cmNlPW5ld3NsZXR0ZXJcdTAwMjZ1dG1fbWVkaXVtPWVtYWlsIiwibGlua19pZCI6NDM4MiwicG9zaXRpb24iOjEzfQ/73151390e3a9bd02a68698114b874205a1eb7112cb51f4da81f6224eb2409227" target="_blank" rel="noopener">Blog</a> | <a style="text-decoration: underline; color: #ffffff;" href="http://e.customeriomail.com/e/c/eyJlbWFpbF9pZCI6ImRnT29xUVdvcVFVREFBRjJpdUE0UFBRUFhIUUViaGlJNG1rPSIsImhyZWYiOiJodHRwczovL2J1ZmZlci5jb20vY29tbXVuaXR5IiwibGlua19pZCI6MjE3NiwicG9zaXRpb24iOjE0fQ/ceb5c5f04b382ff83b488c54d814d5d66cb3ab1368d06e72651df438e46cfbc1" target="_blank" rel="noopener">Community</a> | <a style="text-decoration: underline; color: #ffffff;" href="http://e.customeriomail.com/e/c/eyJlbWFpbF9pZCI6ImRnT29xUVdvcVFVREFBRjJpdUE0UFBRUFhIUUViaGlJNG1rPSIsImhyZWYiOiJodHRwczovL3B1Ymxpc2guYnVmZmVyLmNvbS8iLCJsaW5rX2lkIjo0NzUsInBvc2l0aW9uIjoxNX0/ca9a50e91ce55308b611107cfb0945466996c4530000731286cd707847428e6c" target="_blank" rel="noopener">Log in</a><br /> <br /> <br /> <br /><span style="font-size: 12px;">Sent by the team at Buffer</span><br /><span style="font-size: 12px;">2443 Fillmore St #380-7163 San Francisco, CA 94115 USA</span><br /> <br /> <br /> <br /><span style="font-size: 12px;"><a style="text-decoration: underline; color: #ffffff;" href="#" target="_blank" rel="noopener">Unsubscribe from all Buffer emails</a> | <a style="text-decoration: underline; color: #ffffff;" href="#" target="_blank" rel="noopener">Email settings</a></span></p>
</div>
</div>
<!--[if mso]></td></tr></table><![endif]-->
<!--[if (!mso)&(!IE)]>
<!-->
</div>
<!--<![endif]-->
</div>
</div>
<!--[if (mso)|(IE)]></td></tr></table><![endif]-->
<!--[if (mso)|(IE)]></td></tr></table></td></tr></table><![endif]-->
</div>
</div>
</div>
<!--[if (mso)|(IE)]></td></tr></table><![endif]-->
</td>
</tr>
</tbody>
</table>
<!--[if (IE)]></div><![endif]-->
</body>
</html>
<!--[if IE]><div class="ie-browser"><![endif]-->
Also see: Tab Triggers