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 URL's 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 it's URL and the proper URL extention.
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.
<head>
<!-- NAME: 1 COLUMN -->
<!--[if gte mso 15]>
<xml>
<o:OfficeDocumentSettings>
<o:AllowPNG/>
<o:PixelsPerInch>96</o:PixelsPerInch>
</o:OfficeDocumentSettings>
</xml>
<![endif]-->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Invent a damn cookie. Win $500,000.</title>
<style type="text/css">
p {
margin: 10px 0;
padding: 0;
}
table {
border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
display: block;
margin: 0;
padding: 0;
}
img,
a img {
border: 0;
height: auto;
outline: none;
text-decoration: none;
}
body,
#bodyTable,
#bodyCell {
height: 100%;
margin: 0;
padding: 0;
width: 100%;
}
#outlook a {
padding: 0;
}
img {
-ms-interpolation-mode: bicubic;
}
table {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
p,
a,
li,
td,
blockquote {
mso-line-height-rule: exactly;
}
a[href^=tel],
a[href^=sms] {
color: inherit;
cursor: default;
text-decoration: none;
}
p,
a,
li,
td,
body,
table,
blockquote {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
.ExternalClass,
.ExternalClass p,
.ExternalClass td,
.ExternalClass div,
.ExternalClass span,
.ExternalClass font {
line-height: 100%;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
#bodyCell {
padding: 10px;
}
.templateContainer {
max-width: 600px !important;
}
a.mcnButton {
display: block;
}
.mcnImage {
vertical-align: bottom;
}
.mcnTextContent {
word-break: break-word;
}
.mcnTextContent img {
height: auto !important;
}
.mcnDividerBlock {
table-layout: fixed !important;
}
body,
#bodyTable {
background-color: #ffffff;
}
#bodyCell {
border-top: 0;
}
.templateContainer {
border: 0;
}
h1 {
color: #202020;
font-family: Helvetica;
font-size: 26px;
font-style: normal;
font-weight: bold;
line-height: 125%;
letter-spacing: normal;
text-align: left;
}
h2 {
color: #202020;
font-family: Helvetica;
font-size: 22px;
font-style: normal;
font-weight: bold;
line-height: 125%;
letter-spacing: normal;
text-align: left;
}
h3 {
color: #202020;
font-family: Helvetica;
font-size: 20px;
font-style: normal;
font-weight: bold;
line-height: 125%;
letter-spacing: normal;
text-align: left;
}
h4 {
color: #202020;
font-family: Helvetica;
font-size: 18px;
font-style: normal;
font-weight: bold;
line-height: 125%;
letter-spacing: normal;
text-align: left;
}
#templatePreheader {
background-color: #ffffff;
background-image: none;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
border-top: 0;
border-bottom: 0;
padding-top: 9px;
padding-bottom: 9px;
}
#templatePreheader .mcnTextContent,
#templatePreheader .mcnTextContent p {
color: #656565;
font-family: Helvetica;
font-size: 12px;
line-height: 150%;
text-align: left;
}
#templatePreheader .mcnTextContent a,
#templatePreheader .mcnTextContent p a {
color: #656565;
font-weight: normal;
text-decoration: underline;
}
#templateHeader {
background-color: #ffffff;
background-image: none;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
border-top: 0;
border-bottom: 0;
padding-top: 9px;
padding-bottom: 0;
}
#templateHeader .mcnTextContent,
#templateHeader .mcnTextContent p {
color: #202020;
font-family: Helvetica;
font-size: 16px;
line-height: 150%;
text-align: left;
}
#templateHeader .mcnTextContent a,
#templateHeader .mcnTextContent p a {
color: #2BAADF;
font-weight: normal;
text-decoration: underline;
}
#templateBody {
background-color: #ffffff;
background-image: none;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
border-top: 0;
border-bottom: 2px solid #EAEAEA;
padding-top: 0;
padding-bottom: 9px;
}
#templateBody .mcnTextContent,
#templateBody .mcnTextContent p {
color: #222f3c;
font-family: Helvetica;
font-size: 13px;
line-height: 150%;
text-align: left;
}
#templateBody .mcnTextContent a,
#templateBody .mcnTextContent p a {
color: #222f3c;
font-weight: normal;
text-decoration: underline;
}
#templateFooter {
background-color: #ffffff;
background-image: none;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
border-top: 0;
border-bottom: 0;
padding-top: 9px;
padding-bottom: 9px;
}
#templateFooter .mcnTextContent,
#templateFooter .mcnTextContent p {
color: #656565;
font-family: Helvetica;
font-size: 12px;
line-height: 150%;
text-align: center;
}
#templateFooter .mcnTextContent a,
#templateFooter .mcnTextContent p a {
color: #656565;
font-weight: normal;
text-decoration: underline;
}
@media only screen and (min-width:768px) {
.templateContainer {
width: 600px !important;
}
}
@media only screen and (max-width: 480px) {
body,
table,
td,
p,
a,
li,
blockquote {
-webkit-text-size-adjust: none !important;
}
}
@media only screen and (max-width: 480px) {
body {
width: 100% !important;
min-width: 100% !important;
}
}
@media only screen and (max-width: 480px) {
#bodyCell {
padding-top: 10px !important;
}
}
@media only screen and (max-width: 480px) {
.mcnImage {
width: 100% !important;
}
}
@media only screen and (max-width: 480px) {
.mcnCartContainer,
.mcnCaptionTopContent,
.mcnRecContentContainer,
.mcnCaptionBottomContent,
.mcnTextContentContainer,
.mcnBoxedTextContentContainer,
.mcnImageGroupContentContainer,
.mcnCaptionLeftTextContentContainer,
.mcnCaptionRightTextContentContainer,
.mcnCaptionLeftImageContentContainer,
.mcnCaptionRightImageContentContainer,
.mcnImageCardLeftTextContentContainer,
.mcnImageCardRightTextContentContainer {
max-width: 100% !important;
width: 100% !important;
}
}
@media only screen and (max-width: 480px) {
.mcnBoxedTextContentContainer {
min-width: 100% !important;
}
}
@media only screen and (max-width: 480px) {
.mcnImageGroupContent {
padding: 9px !important;
}
}
@media only screen and (max-width: 480px) {
.mcnCaptionLeftContentOuter .mcnTextContent,
.mcnCaptionRightContentOuter .mcnTextContent {
padding-top: 9px !important;
}
}
@media only screen and (max-width: 480px) {
.mcnImageCardTopImageContent,
.mcnCaptionBlockInner .mcnCaptionTopContent:last-child .mcnTextContent {
padding-top: 18px !important;
}
}
@media only screen and (max-width: 480px) {
.mcnImageCardBottomImageContent {
padding-bottom: 9px !important;
}
}
@media only screen and (max-width: 480px) {
.mcnImageGroupBlockInner {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
}
@media only screen and (max-width: 480px) {
.mcnImageGroupBlockOuter {
padding-top: 9px !important;
padding-bottom: 9px !important;
}
}
@media only screen and (max-width: 480px) {
.mcnTextContent,
.mcnBoxedTextContentColumn {
padding-right: 18px !important;
padding-left: 18px !important;
}
}
@media only screen and (max-width: 480px) {
.mcnImageCardLeftImageContent,
.mcnImageCardRightImageContent {
padding-right: 18px !important;
padding-bottom: 0 !important;
padding-left: 18px !important;
}
}
@media only screen and (max-width: 480px) {
.mcpreview-image-uploader {
display: none !important;
width: 100% !important;
}
}
@media only screen and (max-width: 480px) {
h1 {
font-size: 22px !important;
line-height: 125% !important;
}
}
@media only screen and (max-width: 480px) {
h2 {
font-size: 24px !important;
line-height: 125% !important;
}
}
@media only screen and (max-width: 480px) {
h3 {
font-size: 22px !important;
line-height: 125% !important;
}
}
@media only screen and (max-width: 480px) {
h4 {
font-size: 20px !important;
line-height: 100% !important;
}
}
@media only screen and (max-width: 480px) {
.mcnBoxedTextContentContainer .mcnTextContent,
.mcnBoxedTextContentContainer .mcnTextContent p {
font-size: 22px !important;
line-height: 100% !important;
}
}
@media only screen and (max-width: 480px) {
#templatePreheader {
display: block !important;
}
}
@media only screen and (max-width: 480px) {
#templatePreheader .mcnTextContent,
#templatePreheader .mcnTextContent p {
font-size: 18px !important;
line-height: 100% !important;
}
}
@media only screen and (max-width: 480px) {
#templateHeader .mcnTextContent,
#templateHeader .mcnTextContent p {
font-size: 18px !important;
line-height: 100% !important;
}
}
@media only screen and (max-width: 480px) {
#templateBody .mcnTextContent,
#templateBody .mcnTextContent p {
font-size: 16px !important;
line-height: 150% !important;
}
}
@media only screen and (max-width: 480px) {
#templateFooter .mcnTextContent,
#templateFooter .mcnTextContent p {
font-size: 12px !important;
line-height: 100% !important;
}
}
</style>
</head>
<body style="height: 100%;margin: 0;padding: 0;width: 100%;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-color: #ffffff;">
<center>
<table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;height: 100%;margin: 0;padding: 0;width: 100%;background-color: #ffffff;">
<tbody>
<tr>
<td align="center" valign="top" id="bodyCell" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;height: 100%;margin: 0;padding: 10px;width: 100%;border-top: 0;">
<!-- BEGIN TEMPLATE // -->
<!--[if gte mso 9]>
<table align="center" border="0" cellspacing="0" cellpadding="0" width="600" style="width:600px;">
<tr>
<td align="center" valign="top" width="600" style="width:600px;">
<![endif]-->
<table border="0" cellpadding="0" cellspacing="0" width="100%" class="templateContainer" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;border: 0;max-width: 600px !important;">
<tbody>
<tr>
<td valign="top" id="templatePreheader" style="background:#ffffff none no-repeat center/cover;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-color: #ffffff;background-image: none;background-repeat: no-repeat;background-position: center;background-size: cover;border-top: 0;border-bottom: 0;padding-top: 9px;padding-bottom: 9px;">
<table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnImageCardBlock" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
<tbody class="mcnImageCardBlockOuter">
<tr>
<td class="mcnImageCardBlockInner" valign="top" style="padding-top: 9px;padding-right: 18px;padding-bottom: 9px;padding-left: 18px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
<table align="left" border="0" cellpadding="0" cellspacing="0" class="mcnImageCardBottomContent" width="100%" style="background-color: #FFFFFF;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
<tbody>
<tr>
<td class="mcnImageCardBottomImageContent" align="left" valign="top" style="padding-top: 0px;padding-right: 0px;padding-bottom: 0;padding-left: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
<a href="https://www.and.co/gig-list?mc_cid=e46349b8be&mc_eid=7653c42946" title="" class="" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
<img alt="" src="https://gallery.mailchimp.com/e9a542a982c3e347ef2dca69f/images/d49f0409-3868-4206-a8a9-89c270825b2d.png" width="564" style="max-width: 672px;border: 0;height: auto;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;vertical-align: bottom;"
class="mcnImage">
</a>
</td>
</tr>
<tr>
<td class="mcnTextContent" valign="top" style="padding: 9px 18px;color: #F2F2F2;font-family: Helvetica;font-size: 14px;font-weight: normal;text-align: center;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: break-word;line-height: 150%;"
width="546">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td valign="top" id="templateHeader" style="background:#ffffff none no-repeat center/cover;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-color: #ffffff;background-image: none;background-repeat: no-repeat;background-position: center;background-size: cover;border-top: 0;border-bottom: 0;padding-top: 9px;padding-bottom: 0;"></td>
</tr>
<tr>
<td valign="top" id="templateBody" style="background:#ffffff none no-repeat center/cover;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-color: #ffffff;background-image: none;background-repeat: no-repeat;background-position: center;background-size: cover;border-top: 0;border-bottom: 2px solid #EAEAEA;padding-top: 0;padding-bottom: 9px;">
<table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnTextBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
<tbody class="mcnTextBlockOuter">
<tr>
<td valign="top" class="mcnTextBlockInner" style="padding-top: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
<!--[if mso]>
<table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
<tr>
<![endif]-->
<!--[if mso]>
<td valign="top" width="600" style="width:600px;">
<![endif]-->
<table align="left" border="0" cellpadding="0" cellspacing="0" style="max-width: 100%;min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" width="100%" class="mcnTextContentContainer">
<tbody>
<tr>
<td valign="top" class="mcnTextContent" style="padding-top: 0;padding-right: 18px;padding-bottom: 9px;padding-left: 18px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: break-word;color: #222f3c;font-family: Helvetica;font-size: 13px;line-height: 150%;text-align: left;">
<h2 style="display: block;margin: 0;padding: 0;color: #202020;font-family: Helvetica;font-size: 22px;font-style: normal;font-weight: bold;line-height: 125%;letter-spacing: normal;text-align: left;"><font color="#fabc3d">C is for clogged arteries</font></h2>
<p style="margin: 10px 0;padding: 0;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #222f3c;font-family: Helvetica;font-size: 13px;line-height: 150%;text-align: left;">Oreo is entrenching itself further into the frankenfood trend by launching a contest to find its next big flavor. We’ve already seen Peeps, pumpkin spice and cookie dough-flavored varieties—and as of last week
the Mondelēz brand has introduced
<a href="http://www.cosmopolitan.com/food-cocktails/a9610863/oreo-fireworks/?mc_cid=e46349b8be&mc_eid=7653c42946" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #222f3c;font-weight: normal;text-decoration: underline;"><span style="color:#000080">Pop Rocks frosting</span></a>—so you better bring your A game. My money’s on the hero <a href="https://twitter.com/Jmpmanor/status/861635221673971713?mc_cid=e46349b8be&mc_eid=7653c42946"
target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #222f3c;font-weight: normal;text-decoration: underline;"><span style="color:#000080">who submitted</span></a> the cannoli idea, but there’s still time to
<a href="https://mondelez.promo.eprize.com/myoreocreation/?mc_cid=e46349b8be&mc_eid=7653c42946" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #222f3c;font-weight: normal;text-decoration: underline;"><span style="color:#000080">throw your hat in the ring</span></a>.<br>
<br> In the meantime, sink your teeth into this week's gigs.</p>
</td>
</tr>
</tbody>
</table>
<!--[if mso]>
</td>
<![endif]-->
<!--[if mso]>
</tr>
</table>
<![endif]-->
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnTextBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
<tbody class="mcnTextBlockOuter">
<tr>
<td valign="top" class="mcnTextBlockInner" style="padding-top: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
<!--[if mso]>
<table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
<tr>
<![endif]-->
<!--[if mso]>
<td valign="top" width="600" style="width:600px;">
<![endif]-->
<table align="left" border="0" cellpadding="0" cellspacing="0" style="max-width: 100%;min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" width="100%" class="mcnTextContentContainer">
<tbody>
<tr>
<td valign="top" class="mcnTextContent" style="padding: 0px 18px 9px;font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;font-size: 13px;line-height: 150%;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: break-word;color: #222f3c;text-align: left;">
<p style="font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;font-size: 13px;line-height: 150%;margin: 10px 0;padding: 0;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #222f3c;text-align: left;"><strong>Freelance Snapchat Designer, Harper’s BAZAAR (New York)</strong></p>
<p style="font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;font-size: 13px;line-height: 150%;margin: 10px 0;padding: 0;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #222f3c;text-align: left;"><span style="color:#808080">Harper’s BAZAAR, a lifestyle magazine for fancy people who enjoy fancy things, is making a deliberate play for the millennial cohort by hiring a designer to lead their Snapchat efforts. If you’re one of the </span>
<a
href="https://techcrunch.com/2017/02/02/slowchat/?mc_cid=e46349b8be&mc_eid=7653c42946" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #222f3c;font-weight: normal;text-decoration: underline;"><span style="color:#000080">last people at the Snapchat party</span></a><span style="color:#808080"> and are dying to face-swap Kendall Jenner with Emmanuel Macron, then this is the job for you.</span></p>
<br>
<a href="https://www.linkedin.com/jobs/view/303804761/?mc_cid=e46349b8be&mc_eid=7653c42946" id="https://www.and.co/gig-list/?link=http://www.google.com" name="https://www.and.co/gig-list/?link=http://www.google.com" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #222f3c;font-weight: normal;text-decoration: underline;"><span style="background-color:#00FFCD">GET THIS GIG</span></a><br>
<div dir="ltr">
<hr>
<p style="font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;font-size: 13px;line-height: 150%;margin: 10px 0;padding: 0;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #222f3c;text-align: left;"><br>
<strong>Freelance Web Developer, Lacoste (New York)</strong></p>
<p style="font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;font-size: 13px;line-height: 150%;margin: 10px 0;padding: 0;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #222f3c;text-align: left;"><span style="color:#808080">Lacoste, the official apparel sponsor of my dad from 1987-1995, is apparently still a viable brand despite being sold at Macy’s. The French-based clothing company is in search of a freelance web developer to join the North American eCommerce team. Help hawk some overpriced gator polos at the link below.</span><br>
</p>
<span style="background-color:#00FFCD"><a href="https://www.linkedin.com/jobs/view/304679267/?mc_cid=e46349b8be&mc_eid=7653c42946" id="https://www.and.co/gig-list/?link=http://www.google.com" name="https://www.and.co/gig-list/?link=http://www.google.com" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #222f3c;font-weight: normal;text-decoration: underline;">GET THIS GIG</a></span><br>
<div dir="ltr">
<hr>
<p style="font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;font-size: 13px;line-height: 150%;margin: 10px 0;padding: 0;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #222f3c;text-align: left;"><br>
<strong>Writer/Editor/Producer, AARP (Washington D.C.)</strong></p>
<p style="font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;font-size: 13px;line-height: 150%;margin: 10px 0;padding: 0;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #222f3c;text-align: left;"><span style="color:#808080">Last year, I saw </span>
<a href="https://twitter.com/twiabp/status/819407222824431616?mc_cid=e46349b8be&mc_eid=7653c42946" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #222f3c;font-weight: normal;text-decoration: underline;"><span style="color:#000080">Dave Matthews on the cover of AARP Magazine</span></a><span style="color:#808080"> and frankly I’m still recovering from it. I guess their idea of “redefining how the world sees aging” is to exacerbate my crippling phobia of the passing of time (btw, it’s called <em>chronophobia</em>, and it’s real fam). This way to Palm Beach, writer-editors and future retirees!</span><br>
</p>
<a href="https://www.indeed.com/viewjob?jk=b0bcd3b9e607c26e&mc_cid=e46349b8be&mc_eid=7653c42946" id="https://www.and.co/gig-list/?link=http://www.google.com" name="https://www.and.co/gig-list/?link=http://www.google.com" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #222f3c;font-weight: normal;text-decoration: underline;"><span style="background-color:#00FFCD">GET THIS GIG</span></a><br>
<div dir="ltr">
<hr>
<p style="font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;font-size: 13px;line-height: 150%;margin: 10px 0;padding: 0;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #222f3c;text-align: left;"><br>
<strong>Attain that freelance flow</strong></p>
<p style="font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;font-size: 13px;line-height: 150%;margin: 10px 0;padding: 0;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #222f3c;text-align: left;">
<font color="#808080">You know the feeling when you're clicking on all cylinders because your freelance <em>ish</em> is completely on point? Your expenses are reported, taxes paid, clients are happy, you're happy, and life is
Gucci. And THEN Spotify's algorithm serves you up with <a href="https://open.spotify.com/track/2334WaCjswLcRIRgTTPWaZ?mc_cid=e46349b8be&mc_eid=7653c42946" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #222f3c;font-weight: normal;text-decoration: underline;">t</a></font>
<a
href="https://open.spotify.com/track/2334WaCjswLcRIRgTTPWaZ?mc_cid=e46349b8be&mc_eid=7653c42946" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #222f3c;font-weight: normal;text-decoration: underline;"><span style="color:#000080">he perfect jam</span></a>
<font color="#808080"> and you're like, "Boom. Starred." If you don't know what I'm talking about, it's time to give </font>
<a href="https://www.and.co/?mc_cid=e46349b8be&mc_eid=7653c42946" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #222f3c;font-weight: normal;text-decoration: underline;"><span style="color:#000080">AND CO</span></a>
<font color="#808080"> a spin. We'll do everything but gift you Lil Wayne throwbacks. OH WAIT, WE JUST DID.</font><br>
</p>
<a href="https://www.and.co/?mc_cid=e46349b8be&mc_eid=7653c42946" id="https://www.and.co/gig-list/?link=http://www.google.com" name="https://www.and.co/gig-list/?link=http://www.google.com" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #222f3c;font-weight: normal;text-decoration: underline;"><span style="background-color:#00FFCD">TRY IT FOR FREE</span></a><br>
</div>
<div dir="ltr">
<hr>
<p style="font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;font-size: 13px;line-height: 150%;margin: 10px 0;padding: 0;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #222f3c;text-align: left;"><br>
<strong>Freelance Multimedia Designer, TODAY Show (New York)</strong></p>
<p style="font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;font-size: 13px;line-height: 150%;margin: 10px 0;padding: 0;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #222f3c;text-align: left;"><span style="color:#808080">NBCUniversal is looking to fill a year-long freelance design position for the TODAY Show. In this role you’ll be managing digital & social design work and most likely refilling </span>
<a
href="https://media1.giphy.com/media/sPZdjmGJxJWaA/giphy.gif?mc_cid=e46349b8be&mc_eid=7653c42946" style="color: #000080;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;font-weight: normal;text-decoration: underline;"
target="_blank">Kathie Lee and Hoda’s wine chalices</a>
<font color="#808080"> during commercial breaks.</font>
</p>
<br>
<a href="https://www.linkedin.com/jobs/view/303731144/?mc_cid=e46349b8be&mc_eid=7653c42946" id="https://www.and.co/gig-list/?link=http://www.google.com" name="https://www.and.co/gig-list/?link=http://www.google.com" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #222f3c;font-weight: normal;text-decoration: underline;"><span style="background-color:#00FFCD">GET THIS GIG</span></a><br>
<div dir="ltr">
<hr>
<p style="font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;font-size: 13px;line-height: 150%;margin: 10px 0;padding: 0;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #222f3c;text-align: left;"><br>
<strong>Part-Time Mentor, RookieUp (Remote)</strong></p>
<p style="font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;font-size: 13px;line-height: 150%;margin: 10px 0;padding: 0;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #222f3c;text-align: left;"><span style="color:#696969">Our pals at </span>
<a href="https://www.rookieup.com/?mc_cid=e46349b8be&mc_eid=7653c42946" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #222f3c;font-weight: normal;text-decoration: underline;"><span style="color:#000080">RookieUp</span></a><span style="color:#696969">, a new on-demand mentorship startup that makes it easy for anyone to expand their professional skillset, are hiring part-time mentors available to coach remotely across a number of topics like design, coding and copywriting. Mentors even set their own pricing and schedules. Learn more at the link below.</span><br>
<br>
<br>
<a href="https://www.rookieup.com/become-a-mentor/?mc_cid=e46349b8be&mc_eid=7653c42946" id="https://www.and.co/gig-list/?link=http://www.google.com" name="https://www.and.co/gig-list/?link=http://www.google.com" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #222f3c;font-weight: normal;text-decoration: underline;"><span style="background-color:#00FFCD">GET THIS GIG</span></a> </p>
<div dir="ltr">
<hr>
<p style="font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;font-size: 13px;line-height: 150%;margin: 10px 0;padding: 0;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #222f3c;text-align: left;"><br>
<strong>Part-Time Stylist, Modsy, (San Francisco, Remote)</strong></p>
<p style="font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;font-size: 13px;line-height: 150%;margin: 10px 0;padding: 0;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #222f3c;text-align: left;"><span style="color:#808080">SF-based </span>
<a href="https://www.modsy.com/?mc_cid=e46349b8be&mc_eid=7653c42946" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #222f3c;font-weight: normal;text-decoration: underline;"><span style="color:#000080">Modsy</span></a><span style="color:#808080"> is applying VR technology to interior design so you can avoid the feeling of dropping $1,000 at Pottery Barn only to have your living room look like something from “Hoarding: Buried Alive” on TLC. This gig is a part-time, WFH role: perfect for all you nomads kicking’ it abroad!</span></p>
<br>
<a href="https://betalist.com/jobs/90336-remote-part-time-modsy-stylist-at-modsy?mc_cid=e46349b8be&mc_eid=7653c42946" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #222f3c;font-weight: normal;text-decoration: underline;"><span style="background-color:#00FFCD">GET THIS GIG</span></a><br>
<div dir="ltr">
<hr>
<p style="font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;font-size: 13px;line-height: 150%;margin: 10px 0;padding: 0;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #222f3c;text-align: left;"><br>
<strong>Freelance Social Visuals Producer, ProPublica (New York)</strong></p>
<p style="font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;font-size: 13px;line-height: 150%;margin: 10px 0;padding: 0;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #222f3c;text-align: left;"><span style="color:#808080">This gig is actually #important, so I’ll spare you the sarcasm: </span>
<a href="https://www.propublica.org/?mc_cid=e46349b8be&mc_eid=7653c42946" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #222f3c;font-weight: normal;text-decoration: underline;"><span style="color:#000080">ProPublica</span></a><span style="color:#808080"> is an independent, non-profit newsroom focused on investigative journalism and they're looking for a creative mastermind to bring their stories to life via compelling visual content. Save the Fourth Estate at the link below.</span><br>
</p>
<a href="https://www.propublica.org/atpropublica/item/propublica-is-looking-for-a-freelance-social-visuals-producer-contract?mc_cid=e46349b8be&mc_eid=7653c42946" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #222f3c;font-weight: normal;text-decoration: underline;"><span style="background-color:#00FFCD">GET THIS GIG</span></a><br>
<div dir="ltr">
<hr>
<p style="font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;font-size: 13px;line-height: 150%;margin: 10px 0;padding: 0;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #222f3c;text-align: left;"><br>
<strong>Freelance Writer, Business Insider (New York)</strong></p>
<p style="font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;font-size: 13px;line-height: 150%;margin: 10px 0;padding: 0;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #222f3c;text-align: left;"><span style="color:#696969">And we’re baaaaack! Business Insider needs someone to write listicles with overly-dramatic <em>slash</em> borderline apocalyptic headlines to entice clicks that will be regretted within two minutes of reading the article (yet, nonetheless, used to drive ad sales).</span></p>
<br>
<a href="https://www.indeed.com/viewjob?jk=ef02f2180072fe42&mc_cid=e46349b8be&mc_eid=7653c42946" id="https://www.and.co/gig-list/?link=http://www.google.com" name="https://www.and.co/gig-list/?link=http://www.google.com" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #222f3c;font-weight: normal;text-decoration: underline;"><span style="background-color:#00FFCD">GET THIS GIG</span></a><br>
<div dir="ltr">
<hr>
<p style="font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;font-size: 13px;line-height: 150%;margin: 10px 0;padding: 0;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #222f3c;text-align: left;"><br>
<strong>Admissions Consultant, Remote Year (Chicago)</strong></p>
<p style="font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;font-size: 13px;line-height: 150%;margin: 10px 0;padding: 0;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #222f3c;text-align: left;"><span style="color:#808080">If you haven’t heard of </span>
<a href="https://www.remoteyear.com/?mc_cid=e46349b8be&mc_eid=7653c42946" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #222f3c;font-weight: normal;text-decoration: underline;"><span style="color:#000080">Remote Year</span></a><span style="color:#808080"> yet, the concept is quite simple. They offer a "Real World"-esque experience, except instead of casting degenerates they seek out talented and curious individuals from around the world who (most of time) do not have anger management issues. For this gig, you’ll be helping Remote Year find such individuals and recruit them to join the <strike>cult</strike> program.</span><br>
<br>
<br>
<a href="https://weworkremotely.com/jobs/4646-admissions-sales-consultant?mc_cid=e46349b8be&mc_eid=7653c42946" id="https://www.and.co/gig-list/?link=http://www.google.com" name="https://www.and.co/gig-list/?link=http://www.google.com" target="_blank"
style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #222f3c;font-weight: normal;text-decoration: underline;"><span style="background-color:#00FFCD">GET THIS GIG</span></a><br>
</p>
<div dir="ltr">
<hr>
<p style="font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;font-size: 13px;line-height: 150%;margin: 10px 0;padding: 0;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #222f3c;text-align: left;"><br>
<strong>Freelance Graphic Designer, The White House (probz Mar-a-Lago)</strong></p>
<p style="font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;font-size: 13px;line-height: 150%;margin: 10px 0;padding: 0;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #222f3c;text-align: left;">
<font color="#808080">TBH I don't even see an open req for this one, but it's </font><a href="http://www.cnn.com/2017/05/09/politics/donald-trump-twitter-header-russia/?mc_cid=e46349b8be&mc_eid=7653c42946" target="_blank"
style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #222f3c;font-weight: normal;text-decoration: underline;"><span style="color:#000080">only a matter of time</span></a>
<font
color="#808080">. Can someone, anyone, with basic graphic design competence, an understanding of mobile optimization, and a font repertoire that extends beyond Tahoma please help these people?</font><br>
</p>
<font color="#808080"><a href="https://apply.whitehouse.gov/?mc_cid=e46349b8be&mc_eid=7653c42946" id="https://www.and.co/gig-list/?link=http://www.google.com" name="https://www.and.co/gig-list/?link=http://www.google.com"
target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #222f3c;font-weight: normal;text-decoration: underline;"><span style="background-color:#00FFCD">GET THIS GIG</span></a><br>
</font>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</td>
</tr>
</tbody>
</table>
<!--[if mso]>
</td>
<![endif]-->
<!--[if mso]>
</tr>
</table>
<![endif]-->
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnDividerBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;table-layout: fixed !important;">
<tbody class="mcnDividerBlockOuter">
<tr>
<td class="mcnDividerBlockInner" style="min-width: 100%;padding: 18px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
<table class="mcnDividerContent" border="0" cellpadding="0" cellspacing="0" width="100%" style="min-width: 100%;border-top: 1px solid #EAEAEA;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
<tbody>
<tr>
<td style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
<span></span>
</td>
</tr>
</tbody>
</table>
<!--
<td class="mcnDividerBlockInner" style="padding: 18px;">
<hr class="mcnDividerContent" style="border-bottom-color:none; border-left-color:none; border-right-color:none; border-bottom-width:0; border-left-width:0; border-right-width:0; margin-top:0; margin-right:0; margin-bottom:0; margin-left:0;" />
-->
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnTextBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
<tbody class="mcnTextBlockOuter">
<tr>
<td valign="top" class="mcnTextBlockInner" style="padding-top: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
<!--[if mso]>
<table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
<tr>
<![endif]-->
<!--[if mso]>
<td valign="top" width="599" style="width:599px;">
<![endif]-->
<table align="left" border="0" cellpadding="0" cellspacing="0" style="max-width: 100%;min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" width="100%" class="mcnTextContentContainer">
<tbody>
<tr>
<td valign="top" class="mcnTextContent" style="padding: 0px 18px 9px;line-height: 125%;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: break-word;color: #222f3c;font-family: Helvetica;font-size: 13px;text-align: left;">
<span style="font-size:20px"><strong>Got a gig? Tell us.</strong></span><br>
<br>
<span style="font-size:13px"><a href="https://docs.google.com/a/andco.nyc/forms/d/e/1FAIpQLSevPWs6FRmR-qV0BKhLgP3_ZAYmedhHU7wP60HGMgOFeRYZ7w/viewform?c=0&w=1&mc_cid=e46349b8be&mc_eid=7653c42946" id="https://goo.gl/forms/VIauh2ZicF8DMagQ2" name="https://goo.gl/forms/VIauh2ZicF8DMagQ2" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #222f3c;font-weight: normal;text-decoration: underline;"><strong><span style="background-color:#00FFCD">SUBMIT A GIG!</span></strong></a>
</span><br>
<br>
<span style="color:#969FA7"><span style="font-size:12px">Tho, there is no guarantee submitted gigs will make it into the Gig List. As we're trying to keep the list super mega high quality, please don't be sad if you don't see your gig featured next week.</span></span>
</td>
</tr>
</tbody>
</table>
<!--[if mso]>
</td>
<![endif]-->
<!--[if mso]>
</tr>
</table>
<![endif]-->
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnDividerBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;table-layout: fixed !important;">
<tbody class="mcnDividerBlockOuter">
<tr>
<td class="mcnDividerBlockInner" style="min-width: 100%;padding: 18px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
<table class="mcnDividerContent" border="0" cellpadding="0" cellspacing="0" width="100%" style="min-width: 100%;border-top: 1px solid #EAEAEA;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
<tbody>
<tr>
<td style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
<span></span>
</td>
</tr>
</tbody>
</table>
<!--
<td class="mcnDividerBlockInner" style="padding: 18px;">
<hr class="mcnDividerContent" style="border-bottom-color:none; border-left-color:none; border-right-color:none; border-bottom-width:0; border-left-width:0; border-right-width:0; margin-top:0; margin-right:0; margin-bottom:0; margin-left:0;" />
-->
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnImageBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
<tbody class="mcnImageBlockOuter">
<tr>
<td valign="top" style="padding: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" class="mcnImageBlockInner">
<table align="left" width="100%" border="0" cellpadding="0" cellspacing="0" class="mcnImageContentContainer" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
<tbody>
<tr>
<td class="mcnImageContent" valign="top" style="padding-right: 9px;padding-left: 9px;padding-top: 0;padding-bottom: 0;text-align: center;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
<a href="https://www.and.co/?utm_source=GIGLIST&utm_campaign=FOOTERAD&utm_medium=EMAIL&mc_cid=e46349b8be&mc_eid=7653c42946" title="" class="" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
<img align="center" alt="" src="https://gallery.mailchimp.com/e9a542a982c3e347ef2dca69f/images/33dd5b32-3691-4dca-9c26-50bc153534af.png" width="563.9999847412109" style="max-width: 1200px;padding-bottom: 0;display: inline !important;vertical-align: bottom;border: 0;height: auto;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;"
class="mcnImage">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td valign="top" id="templateFooter" style="background:#ffffff none no-repeat center/cover;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-color: #ffffff;background-image: none;background-repeat: no-repeat;background-position: center;background-size: cover;border-top: 0;border-bottom: 0;padding-top: 9px;padding-bottom: 9px;">
<table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnFollowBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
<tbody class="mcnFollowBlockOuter">
<tr>
<td align="center" valign="top" style="padding: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" class="mcnFollowBlockInner">
<table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnFollowContentContainer" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
<tbody>
<tr>
<td align="center" style="padding-left: 9px;padding-right: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="min-width: 100%;background-color: #FFFFFF;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" class="mcnFollowContent">
<tbody>
<tr>
<td align="center" valign="top" style="padding-top: 9px;padding-right: 9px;padding-left: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
<table align="center" border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
<tbody>
<tr>
<td align="center" valign="top" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
<!--[if mso]>
<table align="center" border="0" cellspacing="0" cellpadding="0">
<tr>
<![endif]-->
<!--[if mso]>
<td align="center" valign="top">
<![endif]-->
<table align="left" border="0" cellpadding="0" cellspacing="0" style="display: inline;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
<tbody>
<tr>
<td valign="top" style="padding-right: 10px;padding-bottom: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" class="mcnFollowContentItemContainer">
<table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnFollowContentItem" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
<tbody>
<tr>
<td align="left" valign="middle" style="padding-top: 5px;padding-right: 10px;padding-bottom: 5px;padding-left: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
<table align="left" border="0" cellpadding="0" cellspacing="0" width="" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
<tbody>
<tr>
<td align="center" valign="middle" width="24" class="mcnFollowIconContent" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
<a href="https://twitter.com/andco?mc_cid=e46349b8be&mc_eid=7653c42946" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;"><img src="https://cdn-images.mailchimp.com/icons/social-block-v2/color-twitter-48.png" style="display: block;border: 0;height: auto;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;"
height="24" width="24" class=""></a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<!--[if mso]>
</td>
<![endif]-->
<!--[if mso]>
<td align="center" valign="top">
<![endif]-->
<table align="left" border="0" cellpadding="0" cellspacing="0" style="display: inline;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
<tbody>
<tr>
<td valign="top" style="padding-right: 10px;padding-bottom: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" class="mcnFollowContentItemContainer">
<table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnFollowContentItem" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
<tbody>
<tr>
<td align="left" valign="middle" style="padding-top: 5px;padding-right: 10px;padding-bottom: 5px;padding-left: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
<table align="left" border="0" cellpadding="0" cellspacing="0" width="" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
<tbody>
<tr>
<td align="center" valign="middle" width="24" class="mcnFollowIconContent" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
<a href="https://www.facebook.com/myandco/?mc_cid=e46349b8be&mc_eid=7653c42946" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;"><img src="https://cdn-images.mailchimp.com/icons/social-block-v2/color-facebook-48.png" style="display: block;border: 0;height: auto;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;"
height="24" width="24" class=""></a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<!--[if mso]>
</td>
<![endif]-->
<!--[if mso]>
<td align="center" valign="top">
<![endif]-->
<table align="left" border="0" cellpadding="0" cellspacing="0" style="display: inline;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
<tbody>
<tr>
<td valign="top" style="padding-right: 0;padding-bottom: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" class="mcnFollowContentItemContainer">
<table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnFollowContentItem" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
<tbody>
<tr>
<td align="left" valign="middle" style="padding-top: 5px;padding-right: 10px;padding-bottom: 5px;padding-left: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
<table align="left" border="0" cellpadding="0" cellspacing="0" width="" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
<tbody>
<tr>
<td align="center" valign="middle" width="24" class="mcnFollowIconContent" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
<a href="https://www.and.co/gig-list?mc_cid=e46349b8be&mc_eid=7653c42946" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;"><img src="https://cdn-images.mailchimp.com/icons/social-block-v2/color-link-48.png" style="display: block;border: 0;height: auto;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;"
height="24" width="24" class=""></a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<!--[if mso]>
</td>
<![endif]-->
<!--[if mso]>
</tr>
</table>
<![endif]-->
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnTextBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
<tbody class="mcnTextBlockOuter">
<tr>
<td valign="top" class="mcnTextBlockInner" style="padding-top: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
<!--[if mso]>
<table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
<tr>
<![endif]-->
<!--[if mso]>
<td valign="top" width="600" style="width:600px;">
<![endif]-->
<table align="left" border="0" cellpadding="0" cellspacing="0" style="max-width: 100%;min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" width="100%" class="mcnTextContentContainer">
<tbody>
<tr>
<td valign="top" class="mcnTextContent" style="padding-top: 0;padding-right: 18px;padding-bottom: 9px;padding-left: 18px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: break-word;color: #656565;font-family: Helvetica;font-size: 12px;line-height: 150%;text-align: center;">
<em>Copyright © 2017, AND CO, All rights reserved.</em><br>
<br>
<strong>Please send gifts to:</strong><br> 285 W. Broadway #430, New York, NY 10013<br>
<br> Want to change how you receive these emails?<br> You can <a href="#" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #656565;font-weight: normal;text-decoration: underline;"
target="_blank">update your preferences</a> or <a href="#" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #656565;font-weight: normal;text-decoration: underline;"
target="_blank">unsubscribe from this list</a>
</td>
</tr>
</tbody>
</table>
<!--[if mso]>
</td>
<![endif]-->
<!--[if mso]>
</tr>
</table>
<![endif]-->
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<!--[if gte mso 9]>
</td>
</tr>
</table>
<![endif]-->
<!-- // END TEMPLATE -->
</td>
</tr>
</tbody>
</table>
</center>
</body>
Also see: Tab Triggers