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.
<html>
<head>
<style>
* {
-webkit-text-size-adjust: none
}
@media only screen and (max-width:600px) {
.mod-container,
.newsletter-body {
width: 100% !important;
}
.newsletter-body {
min-width: 100% !important;
}
.content-wrap>.newsletter-paragraph,
.mod-container-margins {
padding-left: 0 !important;
padding-right: 0 !important;
width: 100% !important;
}
.newsletter-main .main-container {
width: 91vw !important;
}
}
@media only screen and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) {
.content-wrap>.newsletter-paragraph,
.mod-container-margins {
margin-left: auto !important;
margin-right: auto !important;
width: 90% !important;
}
.newsletter-main .main-container {
margin-left: auto !important;
margin-right: auto !important;
width: 100% !important;
}
}
@media only screen and (max-width:600px) {
.mod-container {
min-width: 100% !important;
width: 100% !important;
}
}
@media only screen and (max-width:600px) {
.newsletter-header-center .logo-container {
padding-bottom: 15px !important;
padding-top: 15px !important;
}
.newsletter-header-center .mod-header-center {
height: 91px !important;
}
.newsletter-header-center .mod-header-actions {
min-width: 10% !important;
width: auto !important;
}
.newsletter-header-center .mod-header-logo-center {
height: 46px;
width: 190px !important;
}
.newsletter-header-center .mod-action-left {
border-right: 1px solid #5a5a5a !important;
padding-right: 12px !important;
}
.newsletter-header-center .mod-action-right {
padding-left: 12px !important;
}
}
@media only screen and (max-width:600px) {
.newsletter-image .mod-image-margins {
width: 100% !important;
}
.newsletter-image.newsletter-centered-medium .mod-image-margins {
width: 250px !important;
}
.newsletter-image.newsletter-centered-medium .desktop-image-wrapper {
display: none !important;
mso-hide: all !important;
width: 0 !important;
}
.newsletter-image.newsletter-centered-medium .mobile-image-wrapper {
display: inline-block !important;
width: 100% !important;
}
.newsletter-image.newsletter-centered-medium .caption-credit {
padding-bottom: 14px !important;
}
.newsletter-header-center+.newsletter-image .desktop-image-wrapper .mobile-image-wrapper {
padding-top: 45px;
}
}
@media only screen and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) {
.newsletter-image .mod-caption-credit {
font-size: 12px !important;
line-height: 16px !important;
}
}
@media only screen and (max-width:600px) {
.newsletter-section-header .faux-margin-bottom {
height: 20px !important;
}
}
@media only screen and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) {
.newsletter-section-header .mod-section-header-title {
font-size: 25px !important;
letter-spacing: .4px !important;
line-height: 30px !important;
}
.newsletter-section-header .mod-section-header-teaser {
color: #5a5a5a !important;
font-size: 14px !important;
line-height: 22px !important;
}
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:2) {
.newsletter-section-header .mod-section-header-title {
font-size: 26px !important;
letter-spacing: .7px !important;
line-height: 30px !important;
}
.newsletter-main.shopping-pick .newsletter-section-header .headline {
font-size: 24px;
line-height: 32px;
}
}
@media only screen and (max-width:600px) {
.newsletter-section-header .faux-margin-bottom {
font-size: 0 !important;
height: 0 !important;
line-height: 0 !important;
}
}
@media screen and (max-width:600px) {
.newsletter-story .story-continue-link {
padding-bottom: 20px !important;
padding-top: 3px !important;
}
.newsletter-story .read-more-paragraph.img-paragraph {
padding-right: 10px !important;
}
.newsletter-story .story-img-desktop-wrapper {
display: none !important;
mso-hide: all !important;
}
.newsletter-story .story-img-mobile-wrapper {
display: table-cell !important;
padding-top: 15px !important;
}
.newsletter-story .story-img-mobile-wrapper .story-img.mobile {
height: 125px !important;
width: 125px !important;
}
}
@media only screen and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) {
.newsletter-paragraph-wrapper.margin-fix {
min-width: 90% !important;
}
}
@media only screen and (max-width:600px) {
.content-wrap .newsletter-paragraph-wrapper .editor-inline p:first-of-type,
.content-wrap .newsletter-paragraph-wrapper .newsletter-paragraph:first-of-type {
padding-top: 7px !important;
}
}
@media only screen and (max-width:600px) {
.newsletter-feed .story-feed {
margin-left: auto !important;
margin-right: auto !important;
width: auto !important;
}
.newsletter-feed .feed-text-cell {
padding: 4px 0 8px !important;
}
}
@media only screen and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) {
.newsletter-feed.mod-container {
min-width: 90% !important;
width: 90% !important;
}
}
@media only screen and (max-width:600px) {
.newsletter-feed .mobile-row {
display: initial !important;
mso-hide: all !important;
}
.newsletter-feed .desktop {
display: none !important;
}
.newsletter-feed .newsletter-feed-header {
font-size: 24px !important;
padding-bottom: 32px !important;
}
.newsletter-feed .feed-rubric {
padding: 8px 0 4px;
}
.newsletter-feed .feed-title-teaser {
padding-bottom: 12px !important;
}
.newsletter-feed .newsletter-button-container+.newsletter-divider .newsletter-divider-top {
padding-top: 8px !important;
}
}
@media only screen and (max-width:600px) {
.newsletter-button-container {
width: 100% !important;
}
.newsletter-button-container .newsletter-button {
padding-left: 5% !important;
padding-right: 5% !important;
width: 90% !important;
}
.newsletter-strat-daily-layout .newsletter-button-container .newsletter-button {
padding-bottom: 60px !important;
padding-left: 20px !important;
padding-right: 20px !important;
}
}
@media only screen and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) {
.newsletter-button-container .newsletter-button {
padding-left: 20px !important;
padding-right: 20px !important;
}
}
@media yahoo {
.newsletter-button-container {
width: 300px !important;
}
.newsletter-button-container .button-link {
height: 17px !important;
line-height: 30px !important;
width: 200px !important;
}
.newsletter-button-container .link-arrow {
display: none !important;
}
}
@media only screen and (max-width:600px) {
.newsletter-main.shopping-pick .newsletter-button {
width: 90% !important;
padding: 30px 20px 2px !important;
}
}
@media only screen and (max-width:600px) {
.newsletter-footer .mod-user-actions {
width: 100% !important;
}
.newsletter-footer .mod-action-unsubscribe {
text-align: right !important;
}
.newsletter-footer .mod-action-preferences {
text-align: left !important;
}
.newsletter-footer .mod-footer-logo {
height: auto;
}
.newsletter-footer .mod-footer-actions {
max-width: 80px !important;
}
.newsletter-footer .mod-footer-actions-center {
max-width: 50px !important;
}
}
</style>
</head>
<body class="newsletter-body" style="margin: 0; padding: 0;">
<div style="display: none; font-size: 1px; color: #FFFFFF; line-height: 1px; max-height: 0px; max-width: 0px; opacity: 0; overflow: hidden;">Beauty brands, bookstores, clothing and accessories, food and drink, fitness, home décor, and gift shops and beyond. </div>
<table class="newsletter-main strat-daily" border="0" cellpadding="0" cellspacing="0" data-uri="nymag.com/strategist/_components/newsletter-main/instances/ckazmfbe5000l10olbnt8q5gs@published" style="border-collapse: collapse; margin: 0; padding: 0; height: 100%; width: 100%;" width="100%" height="100%">
<tr>
<td align="center" width="100%" style="border-collapse: collapse; width: 100%;">
<table class="main-container container" align="center" cellpadding="0" cellspacing="0" width="600" style="border-collapse: collapse; width: 600px;">
<tr>
<td class="content-wrap" align="center" width="100%" style="border-collapse: collapse;">
<table class="newsletter-header-center newsletter-header-center mod-container" border="0" cellpadding="0" cellspacing="0" width="600" style="border-collapse: collapse; min-width: 100%; width: 600px; margin: 0 auto;">
<tr>
<td class="mod-header-center logo-container" align="center" bgcolor="#fff" height="118" style="border-collapse: collapse; background-color: #fff; color: #fff; font-family: Arial,sans-serif; height: 118px; padding-bottom: 25px; padding-left: 0; padding-top: 25px; width: 100%; border-bottom: 2px solid #111;" width="100%"> <a class="header-link" href="https://linkst.nymag.com/click/20516743.269719/aHR0cHM6Ly9ueW1hZy5jb20vc3RyYXRlZ2lzdA/5ea9b8327ace5a478c749097Bd847bf80" target="_blank" rel="noreferrer" style="font-family: Arial,sans-serif; font-size: 12px; font-weight: 400; line-height: 12px; mso-line-height-rule: exactly; padding-top: 0; text-decoration: none; color: #000;"> <img class="mod-header-logo-center logo" src="https://assets.nymag.com/media/components/newsletter-header-center/strat-logo-black-2.png" alt="The Strategist" border="0" width="299" style="text-decoration: none; height: auto; line-height: 100%; outline: 0; border: 0; border-style: none; max-width: 299px; width: 80%;"> </a> </td>
</tr>
</table>
<table class="newsletter-image mod-container-margins newsletter-flex" border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse;">
<tr>
<td class="desktop-image-wrapper" align="middle" width="600" style="border-collapse: collapse; padding-top: 55px;"> <a href="//nymag.com/strategist/article/how-to-attend-george-floyd-protests-safely.html" target="_blank" rel="noreferrer" style="text-decoration: none; color: #1782a9;"> <img class="image mod-image-margins" src="https://pyxis.nymag.com/v1/imgs/d9b/b9d/48789c622a86066bb2402a35268a94d676-blkmkt-lede.2x.w600.jpg" alt width="600" height="auto" style="text-decoration: none; height: auto; line-height: 100%; outline: 0; border: 0; display: block;"> </a> </td>
<td class="mobile-image-wrapper" align="middle" width="600" style="border-collapse: collapse; display: none; mso-hide: all; width: 0; padding-top: 55px;"> <a href="//nymag.com/strategist/article/how-to-attend-george-floyd-protests-safely.html" target="_blank" rel="noreferrer" style="text-decoration: none; color: #1782a9;"> <img class="image mod-image-margins" src alt width="250" height="auto" style="text-decoration: none; height: auto; line-height: 100%; outline: 0; border: 0; display: block;"> </a> </td>
</tr>
<tr>
<td class="caption-credit mod-caption-credit" style="border-collapse: collapse; font-family: Arial,sans-serif; font-size: 12px; padding-top: 5px;"> <span class="credit" style="color: #5a5a5a;">Photo: BLK MKT Vintage</span> </td>
</tr>
<tr>
<td class="faux-margin-bottom" height="21" style="border-collapse: collapse; height: 21px;"> </td>
</tr>
</table>
<table class="newsletter-section-header newsletter-section-header mod-container-margins" border="0" cellpadding="0" cellspacing="0" width="100%" style="border-collapse: collapse; width: 100%;">
<tr>
<td class="td-text-wrapper" style="border-collapse: collapse;">
<table class="content-container" border="0" cellpadding="0" cellspacing="0" width="100%" style="border-collapse: collapse; width: 100%;">
<tr>
<td class="headline mod-section-header-title helvetica left" align="left" style="border-collapse: collapse; color: #111; font-weight: 700; letter-spacing: .6px; line-height: 32px; font-size: 28px; font-family: Helvetica,Arial,sans-serif;"> <a class="section-link" href="https://linkst.nymag.com/click/20516743.269719/aHR0cHM6Ly9ueW1hZy5jb20vc3RyYXRlZ2lzdC9hcnRpY2xlL2hvdy10by1hdHRlbmQtZ2VvcmdlLWZsb3lkLXByb3Rlc3RzLXNhZmVseS5odG1s/5ea9b8327ace5a478c749097B4ebc2efa" target="_blank" rel="noopener noreferrer" style="text-decoration: none; color: #111; cursor: pointer;"> 77 Black-Owned Businesses to Support Right Now </a> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="faux-margin-bottom" height="30" style="border-collapse: collapse; font-size: 0; height: 0; line-height: 0;"> </td>
</tr>
</table>
<table class="newsletter-story mod-container-margins" border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse; width: 100%;" width="100%">
<tr>
<td class="read-more-paragraph " style="border-collapse: collapse;">
<table border="0" cellpadding="0" cellspacing="0" align="middle" class="newsletter-paragraph-wrapper newsletter-paragraph margin-fix" style="border-collapse: collapse; width: 100%; font-size: 18px; line-height: 24px;" width="100%">
<tr>
<td style="border-collapse: collapse;">
<p class="newsletter-paragraph helvetica left-align" style="padding: 0; margin: 0; mso-line-height-rule: exactly; padding-bottom: 10px; padding-top: 15px; text-align: left; color: #000; font-size: 16px; line-height: 24px; font-family: Helvetica,Arial,sans-serif;"> We don’t want to say too much here, because we’d rather you spend your time <a href="https://linkst.nymag.com/click/20516743.269719/aHR0cHM6Ly9ueW1hZy5jb20vc3RyYXRlZ2lzdC9hcnRpY2xlL2JsYWNrLW93bmVkLWJ1c2luZXNzZXMtc3VwcG9ydC1zaG9wLmh0bWw/5ea9b8327ace5a478c749097B783f2aee" style="text-decoration: none; color: #1782a9;">shopping at a black-owned business</a>, learning <a href="https://linkst.nymag.com/click/20516743.269719/aHR0cHM6Ly9ueW1hZy5jb20vc3RyYXRlZ2lzdC9hcnRpY2xlL2hvdy10by1hdHRlbmQtZ2VvcmdlLWZsb3lkLXByb3Rlc3RzLXNhZmVseS5odG1s/5ea9b8327ace5a478c749097C4ebc2efa" style="text-decoration: none; color: #1782a9;">how to safely protest amidst the coronavirus</a>, reading <a href="https://linkst.nymag.com/click/20516743.269719/aHR0cHM6Ly9ueW1hZy5jb20vc3RyYXRlZ2lzdC9hcnRpY2xlL2FudGktcmFjaXN0LXJlYWRpbmctbGlzdC5odG1s/5ea9b8327ace5a478c749097B77a06c24" style="text-decoration: none; color: #1782a9;">anti-racist books recommended by educators and activists</a>, or <a href="https://linkst.nymag.com/click/20516743.269719/aHR0cHM6Ly93d3cudGhlY3V0LmNvbS9hcnRpY2xlL2dlb3JnZS1mbG95ZC1wcm90ZXN0cy1ob3ctdG8taGVscC13aGVyZS10by1kb25hdGUuaHRtbA/5ea9b8327ace5a478c749097Bd9c45034" style="text-decoration: none; color: #1782a9;">donating to one of many worthy organizations</a> that support our black communities. Below, we’ve also included more links to helpful stories from our sister sites Vox.com, Vulture, Grub Street, Eater, and the Cut, for those who want to read more about how they can take action right now. </p>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="story-continue-link" style="border-collapse: collapse; padding-bottom: 25px;"> <a class="read-more" href="https://linkst.nymag.com/click/20516743.269719/aHR0cHM6Ly9ueW1hZy5jb20vc3RyYXRlZ2lzdC9hcnRpY2xlL2JsYWNrLW93bmVkLWJ1c2luZXNzZXMtc3VwcG9ydC1zaG9wLmh0bWw/5ea9b8327ace5a478c749097C783f2aee" target="_blank" rel="noreferrer" style="font-family: Arial,sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .5px; text-decoration: none; text-transform: uppercase; color: #f85d00; line-height: 25px; padding-top: 10px;">Read More »</a> </td>
</tr>
</table>
<table class="newsletter-divider" cellspacing="0" cellpadding="0" border="0" width="100%" style="border-collapse: collapse; width: 100%;">
<tr>
<td class="newsletter-divider-top" style="border-collapse: collapse; padding-top: 30px;"> </td>
</tr>
<tr>
<td class="newsletter-divider-center " align="left" valign="top" width="600px" height="1" style="background-color: #000; border-collapse: collapse; line-height: 1px; mso-line-height-rule: exactly; mso-table-lspace: 0; mso-table-rspace: 0;" bgcolor="#000">
<!--[if gte mso 15]> <![endif]-->
</td>
</tr>
<tr>
<td class="newsletter-divider-bottom" style="border-collapse: collapse; padding-bottom: 30px;"> </td>
</tr>
</table>
<table class="newsletter-section-header newsletter-section-header mod-container-margins" border="0" cellpadding="0" cellspacing="0" width="100%" style="border-collapse: collapse; width: 100%;">
<tr>
<td class="td-text-wrapper" style="border-collapse: collapse;">
<table class="content-container" border="0" cellpadding="0" cellspacing="0" width="100%" style="border-collapse: collapse; width: 100%;">
<tr>
<td class="headline mod-section-header-title helvetica left" align="left" style="border-collapse: collapse; color: #111; font-weight: 700; letter-spacing: .6px; line-height: 32px; font-size: 28px; font-family: Helvetica,Arial,sans-serif;"> <a class="section-link" href="https://linkst.nymag.com/click/20516743.269719/aHR0cHM6Ly9zZWN1cmUuYWN0Ymx1ZS5jb20vZG9uYXRlL2FiX21uPw/5ea9b8327ace5a478c749097B34a03f1d" target="_blank" rel="noopener noreferrer" style="text-decoration: none; color: #111; cursor: pointer;"> <em>Super Specific Gift of the Day (For Giving Back)</em> </a> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="faux-margin-bottom" height="30" style="border-collapse: collapse; font-size: 0; height: 0; line-height: 0;"> </td>
</tr>
</table>
<table class="newsletter-feed mod-container" border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse; width: 600px; margin: 0 auto;" width="600">
<tr>
<td class="newsletter-feed-header" style="border-collapse: collapse; color: #000; font-size: 28px; font-weight: 700; line-height: 32px; padding-bottom: 40px; font-family: Helvetica,Arial,sans-serif; text-align: left;" align="left"> </td>
</tr>
<tr>
<td class="main-container product-elem" style="border-collapse: collapse; padding-bottom: 20px; padding: 0;">
<table class="story-feed" border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse; width: 100%;" width="100%">
<tr class="mobile-row" style="border: none; display: none; height: auto; line-height: 100%; mso-hide: all; outline: 0;">
<td colspan="2" class="mobile-cell" style="border-collapse: collapse; padding: 0 0 6px;"> <a class="link" href="https://linkst.nymag.com/click/20516743.269719/aHR0cHM6Ly9zZWN1cmUuYWN0Ymx1ZS5jb20vZG9uYXRlL2FiX21uPw/5ea9b8327ace5a478c749097C34a03f1d" style="color: #111; text-decoration: none;"> <img class="feed-img product" src="https://pyxis.nymag.com/v1/imgs/926/9ea/a942142d27ac528a6d7eecff2fc68b1d32-06-01.2x.rhorizontal.w335.jpg" style="border: none; height: auto; line-height: 100%; outline: 0; text-decoration: none; width: 100%;"> </a> </td>
</tr>
<tr>
<td class="feed-text-cell" valign="top" style="border-collapse: collapse; width: 345px; padding: 0 0 25px;" width="345">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse;">
<tr>
<td rowspan="2" class="feed-index" width="35" valign="top" style="border-collapse: collapse; font-size: 0; width: 0;">1.</td>
<td class="feed-item-text" width="100%" valign="top" style="border-collapse: collapse; width: 100%;">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse;">
<tr>
<td class="feed-title-teaser" style="border-collapse: collapse; color: #111; font-size: 18px; font-weight: 400; line-height: 25px; vertical-align: top; word-break: break-word; font-family: Helvetica,Arial,sans-serif;" valign="top"> <a class="link" href="https://linkst.nymag.com/click/20516743.269719/aHR0cHM6Ly9zZWN1cmUuYWN0Ymx1ZS5jb20vZG9uYXRlL2FiX21uPw/5ea9b8327ace5a478c749097D34a03f1d" style="color: #111; text-decoration: none;"> <span class="feed-title" style="font-weight: 700; display: block;"> ActBlue </span> This nonprofit helps you easily (and safely) split a single donation among different organizations working to dismantle systemic racism, such as Reclaim the Block, Black Visions Collective, and NAACP Legal Defense and Educational Fund. </a> </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td class="desktop" valign="top" style="border-collapse: collapse; padding: 8px 0 20px 25px; text-align: right; vertical-align: top;" align="right"> <a class="link" href="https://linkst.nymag.com/click/20516743.269719/aHR0cHM6Ly9zZWN1cmUuYWN0Ymx1ZS5jb20vZG9uYXRlL2FiX21uPw/5ea9b8327ace5a478c749097E34a03f1d" style="color: #111; text-decoration: none;"> <img class="feed-img product" src="https://pyxis.nymag.com/v1/imgs/926/9ea/a942142d27ac528a6d7eecff2fc68b1d32-06-01.2x.rhorizontal.w335.jpg" style="border: none; height: auto; line-height: 100%; outline: 0; text-decoration: none; width: 335px;" width="335"> </a> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="main-container" style="border-collapse: collapse; padding-bottom: 20px; padding: 0;">
<table class="newsletter-ad" align="center" border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse; text-align: center; width: 100%;" width="100%"> </table>
</td>
</tr>
</table>
<table class="newsletter-divider" cellspacing="0" cellpadding="0" border="0" width="100%" style="border-collapse: collapse; width: 100%;">
<tr>
<td class="newsletter-divider-top" style="border-collapse: collapse; padding-top: 30px;"> </td>
</tr>
<tr>
<td class="newsletter-divider-center " align="left" valign="top" width="600px" height="1" style="background-color: #000; border-collapse: collapse; line-height: 1px; mso-line-height-rule: exactly; mso-table-lspace: 0; mso-table-rspace: 0;" bgcolor="#000">
<!--[if gte mso 15]> <![endif]-->
</td>
</tr>
<tr>
<td class="newsletter-divider-bottom" style="border-collapse: collapse; padding-bottom: 30px;"> </td>
</tr>
</table>
<table class="newsletter-feed mod-container" border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse; width: 600px; margin: 0 auto;" width="600">
<tr>
<td class="newsletter-feed-header" style="border-collapse: collapse; color: #000; font-size: 28px; font-weight: 700; line-height: 32px; padding-bottom: 40px; font-family: Helvetica,Arial,sans-serif; text-align: left;" align="left"> </td>
</tr>
<tr>
<td class="main-container" style="border-collapse: collapse; padding-bottom: 20px; padding: 0;">
<table class="story-feed bordered" border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse; width: 100%; border-bottom: 1px solid #ccc;" width="100%">
<tr class="mobile-row" style="border: none; display: none; height: auto; line-height: 100%; mso-hide: all; outline: 0;">
<td colspan="2" class="mobile-cell" style="border-collapse: collapse; padding: 0 0 6px;"> <a class="link" href="https://linkst.nymag.com/click/20516743.269719/aHR0cDovL255bWFnLmNvbS9zdHJhdGVnaXN0L2FydGljbGUvaG93LXRvLWF0dGVuZC1nZW9yZ2UtZmxveWQtcHJvdGVzdHMtc2FmZWx5Lmh0bWw/5ea9b8327ace5a478c749097Ba2c748d4" style="color: #111; text-decoration: none;"> <img class="feed-img article" src="https://pyxis.nymag.com/v1/imgs/550/7b8/436fe3dc6b95bf3ac49c6886e7a1550f7d-02-blm-lede.2x.rhorizontal.w335.jpg" style="border: none; height: auto; line-height: 100%; outline: 0; text-decoration: none; width: 100%;"> </a> </td>
</tr>
<tr>
<td class="feed-text-cell" valign="top" style="border-collapse: collapse; padding: 4px 0 25px; width: 345px;" width="345">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse;">
<tr>
<td class="feed-item-text" width="100%" valign="top" style="border-collapse: collapse; width: 100%;">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse;">
<tr>
<td class="feed-title-teaser" style="border-collapse: collapse; color: #111; font-size: 18px; font-weight: 400; line-height: 25px; vertical-align: top; word-break: break-word; font-family: Helvetica,Arial,sans-serif;" valign="top"> <a class="link" href="https://linkst.nymag.com/click/20516743.269719/aHR0cDovL255bWFnLmNvbS9zdHJhdGVnaXN0L2FydGljbGUvaG93LXRvLWF0dGVuZC1nZW9yZ2UtZmxveWQtcHJvdGVzdHMtc2FmZWx5Lmh0bWw/5ea9b8327ace5a478c749097Ca2c748d4" style="color: #111; text-decoration: none;"> <span class="feed-title" style="font-weight: 700; display: block;"> How to Protest Safely During a Pandemic </span> If you plan to join a protest for the murders of George Floyd, Ahmaud Arbery, and Breonna Taylor, here’s everything you need to know. </a> </td>
</tr>
<tr>
<td class="feed-author" style="border-collapse: collapse; color: #111; display: none; font-family: Arial,sans-serif; font-size: 12px; line-height: 25px;"> By Chloe Anello and Kayla Levy </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td class="desktop" valign="top" style="border-collapse: collapse; padding: 8px 0 20px 25px; text-align: right; vertical-align: top;" align="right"> <a class="link" href="https://linkst.nymag.com/click/20516743.269719/aHR0cDovL255bWFnLmNvbS9zdHJhdGVnaXN0L2FydGljbGUvaG93LXRvLWF0dGVuZC1nZW9yZ2UtZmxveWQtcHJvdGVzdHMtc2FmZWx5Lmh0bWw/5ea9b8327ace5a478c749097Da2c748d4" style="color: #111; text-decoration: none;"> <img class="feed-img article" src="https://pyxis.nymag.com/v1/imgs/550/7b8/436fe3dc6b95bf3ac49c6886e7a1550f7d-02-blm-lede.2x.rhorizontal.w335.jpg" style="border: none; height: auto; line-height: 100%; outline: 0; text-decoration: none; width: 335px;" width="335"> </a> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="main-container" style="border-collapse: collapse; padding-bottom: 20px; padding: 0;">
<table class="story-feed bordered" border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse; width: 100%; border-bottom: 1px solid #ccc;" width="100%">
<tr class="mobile-row" style="border: none; display: none; height: auto; line-height: 100%; mso-hide: all; outline: 0;">
<td colspan="2" class="mobile-cell" style="border-collapse: collapse; padding: 0 0 6px;"> <a class="link" href="https://linkst.nymag.com/click/20516743.269719/aHR0cHM6Ly93d3cudGhlY3V0LmNvbS8yMDIwLzA2L2dlb3JnZS1mbG95ZC1wcm90ZXN0cy1ob3ctdG8taGVscC13aGVyZS10by1kb25hdGUuaHRtbA/5ea9b8327ace5a478c749097B6224f88d" style="color: #111; text-decoration: none;"> <img class="feed-img " src="https://pyxis.nymag.com/v1/imgs/6c1/03e/6cea188831363b781344f656d60d645846-george-floyd-protests-minneapolis-minnes.2x.rhorizontal.w335.jpg" style="border: none; height: auto; line-height: 100%; outline: 0; text-decoration: none; width: 100%;"> </a> </td>
</tr>
<tr>
<td class="feed-text-cell" valign="top" style="border-collapse: collapse; padding: 4px 0 25px; width: 345px;" width="345">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse;">
<tr>
<td class="feed-item-text" width="100%" valign="top" style="border-collapse: collapse; width: 100%;">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse;">
<tr>
<td class="feed-title-teaser" style="border-collapse: collapse; color: #111; font-size: 18px; font-weight: 400; line-height: 25px; vertical-align: top; word-break: break-word; font-family: Helvetica,Arial,sans-serif;" valign="top"> <a class="link" href="https://linkst.nymag.com/click/20516743.269719/aHR0cHM6Ly93d3cudGhlY3V0LmNvbS8yMDIwLzA2L2dlb3JnZS1mbG95ZC1wcm90ZXN0cy1ob3ctdG8taGVscC13aGVyZS10by1kb25hdGUuaHRtbA/5ea9b8327ace5a478c749097C6224f88d" style="color: #111; text-decoration: none;"> <span class="feed-title" style="font-weight: 700; display: block;"> How to Support the Struggle Against Police Brutality </span> Organizations to donate to, and other actions to take to help demand justice for George Floyd, Breonna Taylor, and other victims of police violence. </a> </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td class="desktop" valign="top" style="border-collapse: collapse; padding: 8px 0 20px 25px; text-align: right; vertical-align: top;" align="right"> <a class="link" href="https://linkst.nymag.com/click/20516743.269719/aHR0cHM6Ly93d3cudGhlY3V0LmNvbS8yMDIwLzA2L2dlb3JnZS1mbG95ZC1wcm90ZXN0cy1ob3ctdG8taGVscC13aGVyZS10by1kb25hdGUuaHRtbA/5ea9b8327ace5a478c749097D6224f88d" style="color: #111; text-decoration: none;"> <img class="feed-img " src="https://pyxis.nymag.com/v1/imgs/6c1/03e/6cea188831363b781344f656d60d645846-george-floyd-protests-minneapolis-minnes.2x.rhorizontal.w335.jpg" style="border: none; height: auto; line-height: 100%; outline: 0; text-decoration: none; width: 335px;" width="335"> </a> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="main-container" style="border-collapse: collapse; padding-bottom: 20px; padding: 0;">
<table class="story-feed bordered" border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse; width: 100%; border-bottom: 1px solid #ccc;" width="100%">
<tr class="mobile-row" style="border: none; display: none; height: auto; line-height: 100%; mso-hide: all; outline: 0;">
<td colspan="2" class="mobile-cell" style="border-collapse: collapse; padding: 0 0 6px;"> <a class="link" href="https://linkst.nymag.com/click/20516743.269719/aHR0cHM6Ly9ueW1hZy5jb20vc3RyYXRlZ2lzdC9hcnRpY2xlL2FudGktcmFjaXN0LXJlYWRpbmctbGlzdC5odG1s/5ea9b8327ace5a478c749097C77a06c24" style="color: #111; text-decoration: none;"> <img class="feed-img article" src="https://pyxis.nymag.com/v1/imgs/f38/2cb/a617a1528d206d465c234adcd4b4d1645e-03-anti-racist-reading-list.2x.rhorizontal.w335.jpg" style="border: none; height: auto; line-height: 100%; outline: 0; text-decoration: none; width: 100%;"> </a> </td>
</tr>
<tr>
<td class="feed-text-cell" valign="top" style="border-collapse: collapse; padding: 4px 0 25px; width: 345px;" width="345">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse;">
<tr>
<td class="feed-item-text" width="100%" valign="top" style="border-collapse: collapse; width: 100%;">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse;">
<tr>
<td class="feed-title-teaser" style="border-collapse: collapse; color: #111; font-size: 18px; font-weight: 400; line-height: 25px; vertical-align: top; word-break: break-word; font-family: Helvetica,Arial,sans-serif;" valign="top"> <a class="link" href="https://linkst.nymag.com/click/20516743.269719/aHR0cHM6Ly9ueW1hZy5jb20vc3RyYXRlZ2lzdC9hcnRpY2xlL2FudGktcmFjaXN0LXJlYWRpbmctbGlzdC5odG1s/5ea9b8327ace5a478c749097D77a06c24" style="color: #111; text-decoration: none;"> <span class="feed-title" style="font-weight: 700; display: block;"> 12 Anti-Racist Books Recommended by Educators and Activists </span> Becoming anti-racist is a lifelong commitment, these books are a good place to start. </a> </td>
</tr>
<tr>
<td class="feed-author" style="border-collapse: collapse; color: #111; display: none; font-family: Arial,sans-serif; font-size: 12px; line-height: 25px;"> </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td class="desktop" valign="top" style="border-collapse: collapse; padding: 8px 0 20px 25px; text-align: right; vertical-align: top;" align="right"> <a class="link" href="https://linkst.nymag.com/click/20516743.269719/aHR0cHM6Ly9ueW1hZy5jb20vc3RyYXRlZ2lzdC9hcnRpY2xlL2FudGktcmFjaXN0LXJlYWRpbmctbGlzdC5odG1s/5ea9b8327ace5a478c749097E77a06c24" style="color: #111; text-decoration: none;"> <img class="feed-img article" src="https://pyxis.nymag.com/v1/imgs/f38/2cb/a617a1528d206d465c234adcd4b4d1645e-03-anti-racist-reading-list.2x.rhorizontal.w335.jpg" style="border: none; height: auto; line-height: 100%; outline: 0; text-decoration: none; width: 335px;" width="335"> </a> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="main-container" style="border-collapse: collapse; padding-bottom: 20px; padding: 0;">
<table class="story-feed bordered" border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse; width: 100%; border-bottom: 1px solid #ccc;" width="100%">
<tr class="mobile-row" style="border: none; display: none; height: auto; line-height: 100%; mso-hide: all; outline: 0;">
<td colspan="2" class="mobile-cell" style="border-collapse: collapse; padding: 0 0 6px;"> <a class="link" href="https://linkst.nymag.com/click/20516743.269719/aHR0cHM6Ly93d3cudGhlY3V0LmNvbS8yMDIwLzA1LzEzLWJvb2tzLXlvdS1zaG91bGQtcmVhZC1hYm91dC1ibGFjay1saXZlcy5odG1s/5ea9b8327ace5a478c749097Be401f9f2" style="color: #111; text-decoration: none;"> <img class="feed-img article" src="https://pyxis.nymag.com/v1/imgs/737/d48/0e233311960b5b7ba1acf1f9ff4c8038e0-books-race-2.2x.rhorizontal.w335.jpg" style="border: none; height: auto; line-height: 100%; outline: 0; text-decoration: none; width: 100%;"> </a> </td>
</tr>
<tr>
<td class="feed-text-cell" valign="top" style="border-collapse: collapse; padding: 4px 0 25px; width: 345px;" width="345">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse;">
<tr>
<td class="feed-item-text" width="100%" valign="top" style="border-collapse: collapse; width: 100%;">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse;">
<tr>
<td class="feed-title-teaser" style="border-collapse: collapse; color: #111; font-size: 18px; font-weight: 400; line-height: 25px; vertical-align: top; word-break: break-word; font-family: Helvetica,Arial,sans-serif;" valign="top"> <a class="link" href="https://linkst.nymag.com/click/20516743.269719/aHR0cHM6Ly93d3cudGhlY3V0LmNvbS8yMDIwLzA1LzEzLWJvb2tzLXlvdS1zaG91bGQtcmVhZC1hYm91dC1ibGFjay1saXZlcy5odG1s/5ea9b8327ace5a478c749097Ce401f9f2" style="color: #111; text-decoration: none;"> <span class="feed-title" style="font-weight: 700; display: block;"> 13 Books You Should Read About Black Lives </span> From established classics to newer works. </a> </td>
</tr>
<tr>
<td class="feed-author" style="border-collapse: collapse; color: #111; display: none; font-family: Arial,sans-serif; font-size: 12px; line-height: 25px;"> </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td class="desktop" valign="top" style="border-collapse: collapse; padding: 8px 0 20px 25px; text-align: right; vertical-align: top;" align="right"> <a class="link" href="https://linkst.nymag.com/click/20516743.269719/aHR0cHM6Ly93d3cudGhlY3V0LmNvbS8yMDIwLzA1LzEzLWJvb2tzLXlvdS1zaG91bGQtcmVhZC1hYm91dC1ibGFjay1saXZlcy5odG1s/5ea9b8327ace5a478c749097De401f9f2" style="color: #111; text-decoration: none;"> <img class="feed-img article" src="https://pyxis.nymag.com/v1/imgs/737/d48/0e233311960b5b7ba1acf1f9ff4c8038e0-books-race-2.2x.rhorizontal.w335.jpg" style="border: none; height: auto; line-height: 100%; outline: 0; text-decoration: none; width: 335px;" width="335"> </a> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="main-container" style="border-collapse: collapse; padding-bottom: 20px; padding: 0;">
<table class="story-feed bordered" border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse; width: 100%; border-bottom: 1px solid #ccc;" width="100%">
<tr class="mobile-row" style="border: none; display: none; height: auto; line-height: 100%; mso-hide: all; outline: 0;">
<td colspan="2" class="mobile-cell" style="border-collapse: collapse; padding: 0 0 6px;"> <a class="link" href="https://linkst.nymag.com/click/20516743.269719/aHR0cHM6Ly93d3cudm94LmNvbS8yMDIwLzYvMi8yMTI3ODEyMy9iZWluZy1hbi1hbGx5LXJhY2lzbS1nZW9yZ2UtZmxveWQtcHJvdGVzdHMtd2hpdGUtcGVvcGxl/5ea9b8327ace5a478c749097B7f644b63" style="color: #111; text-decoration: none;"> <img class="feed-img " src="https://pyxis.nymag.com/v1/imgs/048/43d/b6652c0bdcea520516539fe01e48153d2e-06-02.2x.rhorizontal.w335.jpg" style="border: none; height: auto; line-height: 100%; outline: 0; text-decoration: none; width: 100%;"> </a> </td>
</tr>
<tr>
<td class="feed-text-cell" valign="top" style="border-collapse: collapse; padding: 4px 0 25px; width: 345px;" width="345">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse;">
<tr>
<td class="feed-item-text" width="100%" valign="top" style="border-collapse: collapse; width: 100%;">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse;">
<tr>
<td class="feed-title-teaser" style="border-collapse: collapse; color: #111; font-size: 18px; font-weight: 400; line-height: 25px; vertical-align: top; word-break: break-word; font-family: Helvetica,Arial,sans-serif;" valign="top"> <a class="link" href="https://linkst.nymag.com/click/20516743.269719/aHR0cHM6Ly93d3cudm94LmNvbS8yMDIwLzYvMi8yMTI3ODEyMy9iZWluZy1hbi1hbGx5LXJhY2lzbS1nZW9yZ2UtZmxveWQtcHJvdGVzdHMtd2hpdGUtcGVvcGxl/5ea9b8327ace5a478c749097C7f644b63" style="color: #111; text-decoration: none;"> <span class="feed-title" style="font-weight: 700; display: block;"> How to Be a Good White Ally, According to Activists </span> Three experts on what it does and doesn’t mean to be an ally, now and always. </a> </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td class="desktop" valign="top" style="border-collapse: collapse; padding: 8px 0 20px 25px; text-align: right; vertical-align: top;" align="right"> <a class="link" href="https://linkst.nymag.com/click/20516743.269719/aHR0cHM6Ly93d3cudm94LmNvbS8yMDIwLzYvMi8yMTI3ODEyMy9iZWluZy1hbi1hbGx5LXJhY2lzbS1nZW9yZ2UtZmxveWQtcHJvdGVzdHMtd2hpdGUtcGVvcGxl/5ea9b8327ace5a478c749097D7f644b63" style="color: #111; text-decoration: none;"> <img class="feed-img " src="https://pyxis.nymag.com/v1/imgs/048/43d/b6652c0bdcea520516539fe01e48153d2e-06-02.2x.rhorizontal.w335.jpg" style="border: none; height: auto; line-height: 100%; outline: 0; text-decoration: none; width: 335px;" width="335"> </a> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="main-container" style="border-collapse: collapse; padding-bottom: 20px; padding: 0;">
<table class="story-feed bordered" border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse; width: 100%; border-bottom: 1px solid #ccc;" width="100%">
<tr class="mobile-row" style="border: none; display: none; height: auto; line-height: 100%; mso-hide: all; outline: 0;">
<td colspan="2" class="mobile-cell" style="border-collapse: collapse; padding: 0 0 6px;"> <a class="link" href="https://linkst.nymag.com/click/20516743.269719/aHR0cHM6Ly93d3cudGhlY3V0LmNvbS8yMDIwLzA2L2hvdy10by1kb25hdGUtZWZmZWN0aXZlbHktdG8tZmlnaHQtcG9saWNlLWJydXRhbGl0eS5odG1s/5ea9b8327ace5a478c749097B1c50ddb3" style="color: #111; text-decoration: none;"> <img class="feed-img article" src="https://pyxis.nymag.com/v1/imgs/9b0/ccd/ea842f7d90e59ef2b305bf2ade46cf9deb-protest-sign.2x.rhorizontal.w335.jpg" style="border: none; height: auto; line-height: 100%; outline: 0; text-decoration: none; width: 100%;"> </a> </td>
</tr>
<tr>
<td class="feed-text-cell" valign="top" style="border-collapse: collapse; padding: 4px 0 25px; width: 345px;" width="345">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse;">
<tr>
<td class="feed-item-text" width="100%" valign="top" style="border-collapse: collapse; width: 100%;">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse;">
<tr>
<td class="feed-title-teaser" style="border-collapse: collapse; color: #111; font-size: 18px; font-weight: 400; line-height: 25px; vertical-align: top; word-break: break-word; font-family: Helvetica,Arial,sans-serif;" valign="top"> <a class="link" href="https://linkst.nymag.com/click/20516743.269719/aHR0cHM6Ly93d3cudGhlY3V0LmNvbS8yMDIwLzA2L2hvdy10by1kb25hdGUtZWZmZWN0aXZlbHktdG8tZmlnaHQtcG9saWNlLWJydXRhbGl0eS5odG1s/5ea9b8327ace5a478c749097C1c50ddb3" style="color: #111; text-decoration: none;"> <span class="feed-title" style="font-weight: 700; display: block;"> How to Make Sure You’re Donating Effectively </span> Some bail funds have asked people to donate to smaller, less well-known orgs — and to be wary of scam accounts on Venmo. </a> </td>
</tr>
<tr>
<td class="feed-author" style="border-collapse: collapse; color: #111; display: none; font-family: Arial,sans-serif; font-size: 12px; line-height: 25px;"> </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td class="desktop" valign="top" style="border-collapse: collapse; padding: 8px 0 20px 25px; text-align: right; vertical-align: top;" align="right"> <a class="link" href="https://linkst.nymag.com/click/20516743.269719/aHR0cHM6Ly93d3cudGhlY3V0LmNvbS8yMDIwLzA2L2hvdy10by1kb25hdGUtZWZmZWN0aXZlbHktdG8tZmlnaHQtcG9saWNlLWJydXRhbGl0eS5odG1s/5ea9b8327ace5a478c749097D1c50ddb3" style="color: #111; text-decoration: none;"> <img class="feed-img article" src="https://pyxis.nymag.com/v1/imgs/9b0/ccd/ea842f7d90e59ef2b305bf2ade46cf9deb-protest-sign.2x.rhorizontal.w335.jpg" style="border: none; height: auto; line-height: 100%; outline: 0; text-decoration: none; width: 335px;" width="335"> </a> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="main-container" style="border-collapse: collapse; padding-bottom: 20px; padding: 0;">
<table class="story-feed bordered" border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse; width: 100%; border-bottom: 1px solid #ccc;" width="100%">
<tr class="mobile-row" style="border: none; display: none; height: auto; line-height: 100%; mso-hide: all; outline: 0;">
<td colspan="2" class="mobile-cell" style="border-collapse: collapse; padding: 0 0 6px;"> <a class="link" href="https://linkst.nymag.com/click/20516743.269719/aHR0cHM6Ly93d3cuZ3J1YnN0cmVldC5jb20vMjAyMC8wNi9ob3ctdGhlLWZvb2Qtd29ybGQtY2FuLWhlbHAuaHRtbA/5ea9b8327ace5a478c749097Bdb9fc06f" style="color: #111; text-decoration: none;"> <img class="feed-img article" src="https://pyxis.nymag.com/v1/imgs/7f6/e1f/090f2702c5aa57291851c8121b48688aa1-protests-times-square.2x.rhorizontal.w335.jpg" style="border: none; height: auto; line-height: 100%; outline: 0; text-decoration: none; width: 100%;"> </a> </td>
</tr>
<tr>
<td class="feed-text-cell" valign="top" style="border-collapse: collapse; padding: 4px 0 25px; width: 345px;" width="345">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse;">
<tr>
<td class="feed-item-text" width="100%" valign="top" style="border-collapse: collapse; width: 100%;">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse;">
<tr>
<td class="feed-title-teaser" style="border-collapse: collapse; color: #111; font-size: 18px; font-weight: 400; line-height: 25px; vertical-align: top; word-break: break-word; font-family: Helvetica,Arial,sans-serif;" valign="top"> <a class="link" href="https://linkst.nymag.com/click/20516743.269719/aHR0cHM6Ly93d3cuZ3J1YnN0cmVldC5jb20vMjAyMC8wNi9ob3ctdGhlLWZvb2Qtd29ybGQtY2FuLWhlbHAuaHRtbA/5ea9b8327ace5a478c749097Cdb9fc06f" style="color: #111; text-decoration: none;"> <span class="feed-title" style="font-weight: 700; display: block;"> How the Food World Can Help </span> A list of restaurants, food justice organizations, and other resources to donate to. </a> </td>
</tr>
<tr>
<td class="feed-author" style="border-collapse: collapse; color: #111; display: none; font-family: Arial,sans-serif; font-size: 12px; line-height: 25px;"> </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td class="desktop" valign="top" style="border-collapse: collapse; padding: 8px 0 20px 25px; text-align: right; vertical-align: top;" align="right"> <a class="link" href="https://linkst.nymag.com/click/20516743.269719/aHR0cHM6Ly93d3cuZ3J1YnN0cmVldC5jb20vMjAyMC8wNi9ob3ctdGhlLWZvb2Qtd29ybGQtY2FuLWhlbHAuaHRtbA/5ea9b8327ace5a478c749097Ddb9fc06f" style="color: #111; text-decoration: none;"> <img class="feed-img article" src="https://pyxis.nymag.com/v1/imgs/7f6/e1f/090f2702c5aa57291851c8121b48688aa1-protests-times-square.2x.rhorizontal.w335.jpg" style="border: none; height: auto; line-height: 100%; outline: 0; text-decoration: none; width: 335px;" width="335"> </a> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="main-container" style="border-collapse: collapse; padding-bottom: 20px; padding: 0;">
<table class="story-feed bordered" border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse; width: 100%; border-bottom: 1px solid #ccc;" width="100%">
<tr class="mobile-row" style="border: none; display: none; height: auto; line-height: 100%; mso-hide: all; outline: 0;">
<td colspan="2" class="mobile-cell" style="border-collapse: collapse; padding: 0 0 6px;"> <a class="link" href="https://linkst.nymag.com/click/20516743.269719/aHR0cHM6Ly93d3cuZWF0ZXIuY29tLzIwMjAvNi8zLzIxMjc5MTQ3L2JsYWNrLWZvb2QtanVzdGljZS1mb29kLXNvdmVyZWlnbnR5LWdyb3Vwcy13aGVyZS10by1kb25hdGU/5ea9b8327ace5a478c749097B2420172c" style="color: #111; text-decoration: none;"> <img class="feed-img " src="https://pyxis.nymag.com/v1/imgs/9e1/561/704d99a45558c0a5bd6da5200d3913972d-06-05.2x.rhorizontal.w335.jpg" style="border: none; height: auto; line-height: 100%; outline: 0; text-decoration: none; width: 100%;"> </a> </td>
</tr>
<tr>
<td class="feed-text-cell" valign="top" style="border-collapse: collapse; padding: 4px 0 25px; width: 345px;" width="345">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse;">
<tr>
<td class="feed-item-text" width="100%" valign="top" style="border-collapse: collapse; width: 100%;">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse;">
<tr>
<td class="feed-title-teaser" style="border-collapse: collapse; color: #111; font-size: 18px; font-weight: 400; line-height: 25px; vertical-align: top; word-break: break-word; font-family: Helvetica,Arial,sans-serif;" valign="top"> <a class="link" href="https://linkst.nymag.com/click/20516743.269719/aHR0cHM6Ly93d3cuZWF0ZXIuY29tLzIwMjAvNi8zLzIxMjc5MTQ3L2JsYWNrLWZvb2QtanVzdGljZS1mb29kLXNvdmVyZWlnbnR5LWdyb3Vwcy13aGVyZS10by1kb25hdGU/5ea9b8327ace5a478c749097C2420172c" style="color: #111; text-decoration: none;"> <span class="feed-title" style="font-weight: 700; display: block;"> Want to See Food and Land Justice for Black Americans? Support These Groups </span> As the nation rises up to protest police brutality and racial injustice, here are some organizations working to advance black food sovereignty. </a> </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td class="desktop" valign="top" style="border-collapse: collapse; padding: 8px 0 20px 25px; text-align: right; vertical-align: top;" align="right"> <a class="link" href="https://linkst.nymag.com/click/20516743.269719/aHR0cHM6Ly93d3cuZWF0ZXIuY29tLzIwMjAvNi8zLzIxMjc5MTQ3L2JsYWNrLWZvb2QtanVzdGljZS1mb29kLXNvdmVyZWlnbnR5LWdyb3Vwcy13aGVyZS10by1kb25hdGU/5ea9b8327ace5a478c749097D2420172c" style="color: #111; text-decoration: none;"> <img class="feed-img " src="https://pyxis.nymag.com/v1/imgs/9e1/561/704d99a45558c0a5bd6da5200d3913972d-06-05.2x.rhorizontal.w335.jpg" style="border: none; height: auto; line-height: 100%; outline: 0; text-decoration: none; width: 335px;" width="335"> </a> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="main-container" style="border-collapse: collapse; padding-bottom: 20px; padding: 0;">
<table class="story-feed bordered" border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse; width: 100%; border-bottom: 1px solid #ccc;" width="100%">
<tr class="mobile-row" style="border: none; display: none; height: auto; line-height: 100%; mso-hide: all; outline: 0;">
<td colspan="2" class="mobile-cell" style="border-collapse: collapse; padding: 0 0 6px;"> <a class="link" href="https://linkst.nymag.com/click/20516743.269719/aHR0cHM6Ly93d3cudnVsdHVyZS5jb20vMjAyMC8wNi8xMi1kb2N1bWVudGFyaWVzLWFib3V0LXBvbGljZS1icnV0YWxpdHktaW4tYW1lcmljYS5odG1s/5ea9b8327ace5a478c749097B294d418b" style="color: #111; text-decoration: none;"> <img class="feed-img article" src="https://pyxis.nymag.com/v1/imgs/ade/318/181886be0e0ae2327d3c340144518307b8-whose-streets-documentaries-police-bruta.2x.rhorizontal.w335.jpg" style="border: none; height: auto; line-height: 100%; outline: 0; text-decoration: none; width: 100%;"> </a> </td>
</tr>
<tr>
<td class="feed-text-cell" valign="top" style="border-collapse: collapse; padding: 4px 0 25px; width: 345px;" width="345">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse;">
<tr>
<td class="feed-item-text" width="100%" valign="top" style="border-collapse: collapse; width: 100%;">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse;">
<tr>
<td class="feed-title-teaser" style="border-collapse: collapse; color: #111; font-size: 18px; font-weight: 400; line-height: 25px; vertical-align: top; word-break: break-word; font-family: Helvetica,Arial,sans-serif;" valign="top"> <a class="link" href="https://linkst.nymag.com/click/20516743.269719/aHR0cHM6Ly93d3cudnVsdHVyZS5jb20vMjAyMC8wNi8xMi1kb2N1bWVudGFyaWVzLWFib3V0LXBvbGljZS1icnV0YWxpdHktaW4tYW1lcmljYS5odG1s/5ea9b8327ace5a478c749097C294d418b" style="color: #111; text-decoration: none;"> <span class="feed-title" style="font-weight: 700; display: block;"> 12 Documentaries You Should Watch About Racism and Police Brutality in America </span> They are worth watching today and always. </a> </td>
</tr>
<tr>
<td class="feed-author" style="border-collapse: collapse; color: #111; display: none; font-family: Arial,sans-serif; font-size: 12px; line-height: 25px;"> </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td class="desktop" valign="top" style="border-collapse: collapse; padding: 8px 0 20px 25px; text-align: right; vertical-align: top;" align="right"> <a class="link" href="https://linkst.nymag.com/click/20516743.269719/aHR0cHM6Ly93d3cudnVsdHVyZS5jb20vMjAyMC8wNi8xMi1kb2N1bWVudGFyaWVzLWFib3V0LXBvbGljZS1icnV0YWxpdHktaW4tYW1lcmljYS5odG1s/5ea9b8327ace5a478c749097D294d418b" style="color: #111; text-decoration: none;"> <img class="feed-img article" src="https://pyxis.nymag.com/v1/imgs/ade/318/181886be0e0ae2327d3c340144518307b8-whose-streets-documentaries-police-bruta.2x.rhorizontal.w335.jpg" style="border: none; height: auto; line-height: 100%; outline: 0; text-decoration: none; width: 335px;" width="335"> </a> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="main-container" style="border-collapse: collapse; padding-bottom: 20px; padding: 0;">
<table class="story-feed bordered" border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse; width: 100%; border-bottom: 1px solid #ccc;" width="100%">
<tr class="mobile-row" style="border: none; display: none; height: auto; line-height: 100%; mso-hide: all; outline: 0;">
<td colspan="2" class="mobile-cell" style="border-collapse: collapse; padding: 0 0 6px;"> <a class="link" href="https://linkst.nymag.com/click/20516743.269719/aHR0cHM6Ly93d3cudGhlY3V0LmNvbS9hcnRpY2xlL3doYXQtdG8tZG8taWYteW91cmUtZXhwb3NlZC10by10ZWFyLWdhcy5odG1s/5ea9b8327ace5a478c749097Baf1f8f0e" style="color: #111; text-decoration: none;"> <img class="feed-img article" src="https://pyxis.nymag.com/v1/imgs/67a/bfd/b5d093ed4521ce18a6d07ad820a1c26cab-GettyImages-92164448.2x.rhorizontal.w335.jpg" style="border: none; height: auto; line-height: 100%; outline: 0; text-decoration: none; width: 100%;"> </a> </td>
</tr>
<tr>
<td class="feed-text-cell" valign="top" style="border-collapse: collapse; padding: 4px 0 25px; width: 345px;" width="345">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse;">
<tr>
<td class="feed-item-text" width="100%" valign="top" style="border-collapse: collapse; width: 100%;">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse;">
<tr>
<td class="feed-title-teaser" style="border-collapse: collapse; color: #111; font-size: 18px; font-weight: 400; line-height: 25px; vertical-align: top; word-break: break-word; font-family: Helvetica,Arial,sans-serif;" valign="top"> <a class="link" href="https://linkst.nymag.com/click/20516743.269719/aHR0cHM6Ly93d3cudGhlY3V0LmNvbS9hcnRpY2xlL3doYXQtdG8tZG8taWYteW91cmUtZXhwb3NlZC10by10ZWFyLWdhcy5odG1s/5ea9b8327ace5a478c749097Caf1f8f0e" style="color: #111; text-decoration: none;"> <span class="feed-title" style="font-weight: 700; display: block;"> What to Do if You’re Exposed to Tear Gas </span> In response to protests against police brutality, police have routinely employed tear gas. Here, doctors tell you what to do if you’re exposed. </a> </td>
</tr>
<tr>
<td class="feed-author" style="border-collapse: collapse; color: #111; display: none; font-family: Arial,sans-serif; font-size: 12px; line-height: 25px;"> </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td class="desktop" valign="top" style="border-collapse: collapse; padding: 8px 0 20px 25px; text-align: right; vertical-align: top;" align="right"> <a class="link" href="https://linkst.nymag.com/click/20516743.269719/aHR0cHM6Ly93d3cudGhlY3V0LmNvbS9hcnRpY2xlL3doYXQtdG8tZG8taWYteW91cmUtZXhwb3NlZC10by10ZWFyLWdhcy5odG1s/5ea9b8327ace5a478c749097Daf1f8f0e" style="color: #111; text-decoration: none;"> <img class="feed-img article" src="https://pyxis.nymag.com/v1/imgs/67a/bfd/b5d093ed4521ce18a6d07ad820a1c26cab-GettyImages-92164448.2x.rhorizontal.w335.jpg" style="border: none; height: auto; line-height: 100%; outline: 0; text-decoration: none; width: 335px;" width="335"> </a> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="main-container" style="border-collapse: collapse; padding-bottom: 20px; padding: 0;">
<table class="story-feed" border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse; width: 100%;" width="100%">
<tr class="mobile-row" style="border: none; display: none; height: auto; line-height: 100%; mso-hide: all; outline: 0;">
<td colspan="2" class="mobile-cell" style="border-collapse: collapse; padding: 0 0 6px;"> <a class="link" href="https://linkst.nymag.com/click/20516743.269719/aHR0cHM6Ly93d3cudm94LmNvbS9jdWx0dXJlLzIwMjAvNi8xLzIxMjc2OTY1L3BvbGljaW5nLXByaXNvbnMtbW92aWVzLXNob3dzLXN0cmVhbWluZy1uZXRmbGl4/5ea9b8327ace5a478c749097B1e0348d0" style="color: #111; text-decoration: none;"> <img class="feed-img " src="https://pyxis.nymag.com/v1/imgs/9c1/e5a/c7e0c34f1bd84b7367fe0d365f6423005b-06-04.2x.rhorizontal.w335.jpg" style="border: none; height: auto; line-height: 100%; outline: 0; text-decoration: none; width: 100%;"> </a> </td>
</tr>
<tr>
<td class="feed-text-cell" valign="top" style="border-collapse: collapse; padding: 4px 0 25px; width: 345px;" width="345">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse;">
<tr>
<td class="feed-item-text" width="100%" valign="top" style="border-collapse: collapse; width: 100%;">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse;">
<tr>
<td class="feed-title-teaser" style="border-collapse: collapse; color: #111; font-size: 18px; font-weight: 400; line-height: 25px; vertical-align: top; word-break: break-word; font-family: Helvetica,Arial,sans-serif;" valign="top"> <a class="link" href="https://linkst.nymag.com/click/20516743.269719/aHR0cHM6Ly93d3cudm94LmNvbS9jdWx0dXJlLzIwMjAvNi8xLzIxMjc2OTY1L3BvbGljaW5nLXByaXNvbnMtbW92aWVzLXNob3dzLXN0cmVhbWluZy1uZXRmbGl4/5ea9b8327ace5a478c749097C1e0348d0" style="color: #111; text-decoration: none;"> <span class="feed-title" style="font-weight: 700; display: block;"> 9 Movies and Shows That Explain How America’s Justice System Got This Way </span> Policing, criminal justice, and incarceration in the U.S. didn’t just come from nowhere. And to change them, we have to understand them. </a> </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td class="desktop" valign="top" style="border-collapse: collapse; padding: 8px 0 20px 25px; text-align: right; vertical-align: top;" align="right"> <a class="link" href="https://linkst.nymag.com/click/20516743.269719/aHR0cHM6Ly93d3cudm94LmNvbS9jdWx0dXJlLzIwMjAvNi8xLzIxMjc2OTY1L3BvbGljaW5nLXByaXNvbnMtbW92aWVzLXNob3dzLXN0cmVhbWluZy1uZXRmbGl4/5ea9b8327ace5a478c749097D1e0348d0" style="color: #111; text-decoration: none;"> <img class="feed-img " src="https://pyxis.nymag.com/v1/imgs/9c1/e5a/c7e0c34f1bd84b7367fe0d365f6423005b-06-04.2x.rhorizontal.w335.jpg" style="border: none; height: auto; line-height: 100%; outline: 0; text-decoration: none; width: 335px;" width="335"> </a> </td>
</tr>
</table>
</td>
</tr>
</table>
<table class="newsletter-button-container newsletter-button" cellspacing="0" cellpadding="0" border="0" style="border-collapse: collapse; width: 600px; padding-top: 0;" width="600">
<tr>
<td align="middle" class="newsletter-button" style="border-collapse: collapse; padding-bottom: 20px;">
<!--[if mso]> <table><tr><td height="20"> </td></tr></table> <v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" href="http://nymag.com/strategist/" style="height:40px;text-transform:uppercase;v-text-anchor:middle;width:600px;" arcsize="10%" strokecolor="#222222" fillcolor="#222222"> <w:anchorlock/> <center style="color:#ffffff;font-family:Helvetica,sans-serif;font-size:16px;font-weight:bold;">Read More From the Strategist</center> </v:roundrect> <![endif]--> <a class="button-link" href="https://linkst.nymag.com/click/20516743.269719/aHR0cDovL255bWFnLmNvbS9zdHJhdGVnaXN0Lw/5ea9b8327ace5a478c749097Bb1208e8e" target="_blank" style="border-radius: 3px; display: block; font-weight: 700; height: 50px; letter-spacing: .5px; line-height: 50px; margin: 0; min-width: 100%; mso-hide: all; text-align: center; text-decoration: none; width: 300px; background-color: #fff; border: 1px solid #000; color: #000; font-family: Helvetica; font-size: 16px; text-transform: none;"> Read More From the Strategist </a> </td>
</tr>
</table>
<table class="newsletter-divider" cellspacing="0" cellpadding="0" border="0" width="100%" style="border-collapse: collapse; width: 100%;">
<tr>
<td class="newsletter-divider-top" style="border-collapse: collapse; padding-top: 30px;"> </td>
</tr>
<tr>
<td class="newsletter-divider-center " align="left" valign="top" width="600px" height="1" style="background-color: #000; border-collapse: collapse; line-height: 1px; mso-line-height-rule: exactly; mso-table-lspace: 0; mso-table-rspace: 0;" bgcolor="#000">
<!--[if gte mso 15]> <![endif]-->
</td>
</tr>
<tr>
<td class="newsletter-divider-bottom" style="border-collapse: collapse; padding-bottom: 30px;"> </td>
</tr>
</table>
<table class="newsletter-footer" align="center" cellspacing="0" cellpadding="0" border="0" width="100%" style="border-collapse: collapse; text-align: center; width: 100%; color: #000; font-family: Arial,sans-serif; font-size: 16px; font-weight: 400; line-height: 16px; mso-line-height-rule: exactly; padding-right: 0; text-decoration: none;">
<tr>
<td class="logo-container" style="border-collapse: collapse; line-height: 1; padding-bottom: 20px; padding-top: 20px;"> <a href="https://linkst.nymag.com/click/20516743.269719/aHR0cHM6Ly9ueW1hZy5jb20vc3RyYXRlZ2lzdA/5ea9b8327ace5a478c749097Cd847bf80" target="_blank" rel="noreferrer" style="text-decoration: none; color: #1782a9;"> <img class="mod-footer-logo" src="https://assets.nymag.com/media/components/newsletter-footer/strat-logo-2.png" alt="logo" height="45" width="187" style="text-decoration: none; line-height: 100%; outline: 0; border: 0; height: auto;"> </a> </td>
</tr>
<tr>
<td class="social-icons" style="border-collapse: collapse; padding-bottom: 20px;">
<table class="social-icons-container" align="center" cellspacing="0" cellpadding="0" border="0" style="border-collapse: collapse; text-align: center;">
<tr>
<td class="social-icon-container" style="border-collapse: collapse; padding-left: 10px; padding-right: 10px;"> <a class="social-link" href="https://linkst.nymag.com/click/20516743.269719/aHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL255bWFnc3RyYXRlZ2lzdC8/5ea9b8327ace5a478c749097B085a281b" target="_blank" rel="noreferrer" style="text-decoration: none; color: #1782a9;"> <img class="social-icon" src="https://assets.nymag.com/media/components/newsletter-footer/facebook.png" height="38" width="38" alt="facebook logo" style="text-decoration: none; line-height: 100%; outline: 0; border: 0; height: 38px; width: 38px;"> </a> </td>
<td class="social-icon-container" style="border-collapse: collapse; padding-left: 10px; padding-right: 10px;"> <a class="social-link" href="https://linkst.nymag.com/click/20516743.269719/aHR0cHM6Ly93d3cuaW5zdGFncmFtLmNvbS90aGVzdHJhdGVnaXN0Lw/5ea9b8327ace5a478c749097Bd06acc8a" target="_blank" rel="noreferrer" style="text-decoration: none; color: #1782a9;"> <img class="social-icon" src="https://assets.nymag.com/media/components/newsletter-footer/instagram.png" height="38" width="38" alt="instagram logo" style="text-decoration: none; line-height: 100%; outline: 0; border: 0; height: 38px; width: 38px;"> </a> </td>
<td class="social-icon-container" style="border-collapse: collapse; padding-left: 10px; padding-right: 10px;"> <a class="social-link" href="https://linkst.nymag.com/click/20516743.269719/aHR0cHM6Ly90d2l0dGVyLmNvbS9zdHJhdGVnaXN0P2xhbmc9ZW4/5ea9b8327ace5a478c749097Bd9e8c4f1" target="_blank" rel="noreferrer" style="text-decoration: none; color: #1782a9;"> <img class="social-icon" src="https://assets.nymag.com/media/components/newsletter-footer/twitter.png" height="38" width="38" alt="twitter logo" style="text-decoration: none; line-height: 100%; outline: 0; border: 0; height: 38px; width: 38px;"> </a> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="policy" style="border-collapse: collapse; padding-bottom: 25px;">
<table class="mod-user-actions" align="center" cellspacing="0" cellpadding="0" border="0" style="border-collapse: collapse; text-align: center;">
<tr>
<td class="mod-footer-actions mod-action-unsubscribe" align="center" style="border-collapse: collapse; line-height: 12px; text-align: center;"> <a class="newsletter-link" href="#" target="_blank" rel="noreferrer" style="color: #000; font-family: Arial,sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .3px; line-height: 12px; mso-line-height-rule: exactly; text-decoration: none;">unsubscribe</a> </td>
<td class="first-footer-separator" align="center" style="border-collapse: collapse; color: #000; font-family: Arial,sans-serif; font-size: 16px; font-weight: 400; line-height: 16px; mso-line-height-rule: exactly; padding-right: 0; text-decoration: none;">  |  </td>
<td class="mod-footer-actions-center" align="center" style="border-collapse: collapse; line-height: 12px; text-align: center;"> <a class="newsletter-link" href="https://linkst.nymag.com/click/20516743.269719/aHR0cDovL255bWFnLmNvbS9uZXd5b3JrL3ByaXZhY3kv/5ea9b8327ace5a478c749097B249f64b3" target="_blank" rel="noreferrer" style="color: #000; font-family: Arial,sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .3px; line-height: 12px; mso-line-height-rule: exactly; text-decoration: none;">privacy notice</a> </td>
<td class="second-footer-separator" align="center" style="border-collapse: collapse; color: #000; font-family: Arial,sans-serif; font-size: 16px; font-weight: 400; line-height: 16px; mso-line-height-rule: exactly; padding-right: 0; text-decoration: none;">  |  </td>
<td class="mod-footer-actions mod-action-preferences" align="center" style="border-collapse: collapse; line-height: 12px; text-align: center;"> <a class="newsletter-link" href="#" target="_blank" rel="noreferrer" style="color: #000; font-family: Arial,sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .3px; line-height: 12px; mso-line-height-rule: exactly; text-decoration: none;">update preferences</a> </td>
</tr>
</table>
</td>
</tr>
<tr class="ad-info">
<td class="footer-bottom" style="border-collapse: collapse; color: #000; font-family: Arial,sans-serif; font-size: 12px; font-weight: 400; letter-spacing: .3px; line-height: 20px; mso-line-height-rule: exactly; padding-bottom: 15px; padding-left: 5px; padding-right: 5px;"> <em>Every product is independently selected by editors. If you buy something through our links,</em> New York <em>may earn an affiliate commission.</em> </td>
</tr>
<tr>
<td class="default-footer-bottom" style="border-collapse: collapse; color: #000; font-family: Arial,sans-serif; font-size: 12px; font-weight: 400; letter-spacing: .3px; line-height: 20px; mso-line-height-rule: exactly; padding-bottom: 15px; padding-left: 5px; padding-right: 5px;"> This email was sent to <a class="newsletter-link" href="mailto:hello@SmilesDavis.yeah" style="color: #000; font-family: Arial,sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .3px; line-height: 12px; mso-line-height-rule: exactly; text-decoration: none;">hello@SmilesDavis.yeah</a>. Was this email forwarded to you? <a class="newsletter-link" href="https://linkst.nymag.com/click/20516743.269719/aHR0cDovL255bWFnLmNvbS9uZXdzbGV0dGVycy8/5ea9b8327ace5a478c749097Baecc96de" target="_blank" rel="noreferrer" style="color: #000; font-family: Arial,sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .3px; line-height: 12px; mso-line-height-rule: exactly; text-decoration: none;">Sign up now</a> to get this newsletter in your inbox. <a class="newsletter-link" href="#" target="_blank" style="color: #000; font-family: Arial,sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .3px; line-height: 12px; mso-line-height-rule: exactly; text-decoration: none;">View this email in your browser.</a> </td>
<td class="subscription-receipt-footer-bottom" style="border-collapse: collapse; color: #000; font-family: Arial,sans-serif; font-size: 12px; font-weight: 400; letter-spacing: .3px; line-height: 20px; mso-line-height-rule: exactly; padding-bottom: 15px; padding-left: 5px; padding-right: 5px; display: none;"> You received this email because you have a subscription to <i>New York</i>. </td>
</tr>
<tr class="ad-info">
<td class="footer-bottom advertising" style="border-collapse: collapse; color: #000; font-family: Arial,sans-serif; font-size: 12px; font-weight: 400; letter-spacing: .3px; line-height: 20px; mso-line-height-rule: exactly; padding-left: 5px; padding-right: 5px; padding-bottom: 25px;"> <strong>Reach the right online audience with us</strong><br>For advertising information on e-mail newsletters please contact <a class="newsletter-link" href="mailto:AdOps@nymag.com" style="color: #000; font-family: Arial,sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .3px; line-height: 12px; mso-line-height-rule: exactly; text-decoration: none;">AdOps@nymag.com</a> </td>
</tr>
<tr>
<td class="footer-bottom copyright-address" style="border-collapse: collapse; font-family: Arial,sans-serif; font-size: 12px; font-weight: 400; letter-spacing: .3px; line-height: 20px; mso-line-height-rule: exactly; padding-bottom: 15px; padding-left: 5px; padding-right: 5px; color: #4a4a4a;">Vox Media, LLC<br>1201 Connecticut Ave. NW, 11th Floor Washington, DC 20036<br>Copyright © 2020, All rights reserved </td>
</tr>
</table>
</td>
<td align="center" width="100%" style="border-collapse: collapse;">
<table class="sailthru-beacon-pixel" style="border-collapse: collapse; color: #fff; display: none; font-size: 1px; line-height: 1px; max-height: 0; max-width: 0; opacity: 0; overflow: hidden;">
<tr>
<td style="border-collapse: collapse;"> <a href=""><img src="https://linkst.nymag.com/img/5ea9b8327ace5a478c749097c7qtj.5s47/cc644d5f.gif" alt="" border="0" /></a> </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
Also see: Tab Triggers