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. If you link to another Pen, it will include the CSS from that Pen. If the preprocessor matches, it will attempt to combine them before processing.
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.
If the stylesheet 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 CSS 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.
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>
<title>Introducing: Jetty Pet 🐶🐱</title>
</head>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html dir="auto">
<head>
<!--[if gte mso 9]>
<xml>
<o:OfficeDocumentSettings>
<o:AllowPNG/>
<o:PixelsPerInch>96</o:PixelsPerInch>
</o:OfficeDocumentSettings>
</xml>
<![endif]-->
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="format-detection" content="date=no">
<meta name="format-detection" content="address=no">
<meta name="format-detection" content="telephone=no">
<meta name="x-apple-disable-message-reformatting">
<!--[if !mso]>
<!-->
<link href="https://fonts.googleapis.com/css?family=Poppins:400,700" rel="stylesheet">
<!--<![endif]-->
<title>Introducing: Jetty Pet 🐶🐱</title>
<!--[if gte mso 9]>
<style type="text/css" media="all">
sup { font-size: 100% !important; }
table, tr, th, td, div, p, span, strong { font-family: Arial, sans-serif !important; }
</style>
<![endif]-->
<style type="text/css" media="screen">
@font-face {
font-family: 'GT Eesti Display';
src: url('https://d32dj4qqmd0v7v.cloudfront.net/fonts/Eesti/hinted-subset-GTEestiDisplay-Bold.ttf') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'MG Maison Neue';
src: url('https://d32dj4qqmd0v7v.cloudfront.net/fonts/MaisonNeue/hinted-subset-MaisonNeue-Light.ttf') format('woff');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'MG Maison Neue';
src: url('https://d32dj4qqmd0v7v.cloudfront.net/fonts/MaisonNeue/hinted-subset-MaisonNeue-Book.ttf') format('woff');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'MG Maison Neue';
src: url('https://d32dj4qqmd0v7v.cloudfront.net/fonts/MaisonNeue/hinted-subset-MaisonNeue-Medium.ttf') format('woff');
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'MG Maison Neue';
src: url('https://d32dj4qqmd0v7v.cloudfront.net/fonts/MaisonNeue/hinted-subset-MaisonNeue-Bold.ttf') format('woff');
font-weight: 700;
font-style: normal;
}
</style>
<style type="text/css" media="screen">
/* Linked Styles */
body {
padding: 0 !important;
margin: 0 !important;
display: block !important;
min-width: 100% !important;
width: 100% !important;
background: #E9F2F7;
-webkit-text-size-adjust: none
}
a {
color: #79818f;
text-decoration: none
}
p {
padding: 0 !important;
margin: 0 !important
}
img {
-ms-interpolation-mode: bicubic;
/* Allow smoother rendering of resized image in Internet Explorer */
}
.mcnPreviewText {
display: none !important;
}
.btn-1 a {
display: block;
border-radius: 50px;
color: #ffffff;
text-decoration: none;
}
.text-1,
.text-2 a {
color: #4845ed;
text-decoration: none
}
.footer-text-2 a {
color: #bdc7cf;
text-decoration: none
}
/* Mobile styles */
@media only screen and (max-device-width: 480px),
only screen and (max-width: 480px) {
.mobile-shell {
width: 100% !important;
min-width: 100% !important;
}
.m-center {
text-align: center !important;
}
.center {
margin: 0 auto !important;
}
.td {
width: 100% !important;
min-width: 100% !important;
}
.m-br-15 {
height: 15px !important;
}
.m-td,
.m-hide {
display: none !important;
width: 0 !important;
height: 0 !important;
font-size: 0 !important;
line-height: 0 !important;
min-height: 0 !important;
}
.m-block {
display: block !important;
}
.mw-50,
.mw-50 img {
width: 50px !important;
height: auto !important;
}
.mw-60,
.mw-60 img {
width: 60px !important;
height: auto !important;
}
.mw-75,
.mw-75 img {
width: 75px !important;
height: auto !important;
}
.fluid-img img {
width: 100% !important;
max-width: 100% !important;
height: auto !important;
}
.column {
float: left !important;
width: 100% !important;
display: block !important;
}
.content-spacing {
width: 15px !important;
}
/* Header */
.header-text {
font-size: 11px !important;
line-height: 15px !important;
}
/* Quote */
.quote-text {
font-size: 20px !important;
line-height: 24px !important;
}
/* Text */
.text-1 {
font-size: 14px !important;
line-height: 20px !important;
}
.text-2 {
font-size: 16px !important;
line-height: 23px !important;
}
.text-social {
font-size: 21px !important;
line-height: 23px !important;
}
/* Padding */
.pt-15 {
padding-top: 15px !important;
}
.pt-20 {
padding-top: 20px !important;
}
.pt-30 {
padding-top: 30px !important;
}
.pb-10 {
padding-bottom: 10px !important;
}
.pb-15 {
padding-bottom: 15px !important;
}
.pb-20 {
padding-bottom: 20px !important;
}
.pb-30 {
padding-bottom: 30px !important;
}
.p0-15 {
padding: 0 15px !important;
}
.p0-40 {
padding: 0 40px !important;
}
.p60-40-0 {
padding: 60px 40px 0 !important;
}
.p20-40-0 {
padding: 20px 40px 0 !important;
}
.p0-0-20 {
padding: 0 0 20px !important;
}
.p0-0-30 {
padding: 0 0 30px !important;
}
.p0-15-20 {
padding: 0 15px 20px !important;
}
.p0-15-30 {
padding: 0 15px 30px !important;
}
.p0-40-45 {
padding: 0 40px 45px !important;
}
.p50-15-15 {
padding: 50px 15px 15px !important;
}
.p15 {
padding: 15px !important;
}
.p0 {
padding: 0px !important;
}
}
</style>
</head>
<body class="body" style="padding:0 !important; margin:0 !important; display:block !important; min-width:100% !important; width:100% !important; background:#F5FAFC; -webkit-text-size-adjust:none;">
<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#f5fafc">
<!-- Wrapper -->
<tr>
<td align="center" valign="top">
<table width="660" border="0" cellspacing="0" cellpadding="0" class="mobile-shell">
<tr>
<td class="td" style="width:660px; min-width:660px; font-size:0pt; line-height:0pt; padding:0; margin:0; font-weight:normal;">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td style="padding: 0px 10px 0;" class="p0-15">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<!-- Content -->
<tr>
<td style="padding-bottom: 0px;">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#ffffff">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<!-- Full Width Image - 640px -->
<tr>
<td class="fluid-img" style="font-size:0pt; line-height:0pt; text-align:center;"><a href="https://live-jetty-content-hub.pantheonsite.io/jetty-pet-a-win-win-for-pet-owners-and-properties/?utm_source=marketing&utm_medium=email&utm_content=control&utm_campaign=MKT%20-%20Jetty%20Pet&utm_term=Newsletter&vero_conv=4unuCJMYXFa8q5YDieukMUMB17WEqkVk3QBRppiD3_FFFDe4isJTNw_vDJqrRnnqfClED5gZLMK-jLuKKJXlCkiQbnWIX7koVw%3D%3D" target="_blank"><img src="https://jetty-static-assets.s3.amazonaws.com/email-images-marketing/jetty-pet/jetty-pet-hero.jpg" width="640" height="903" border="0" alt=""></a></td>
</tr>
<!-- END Full Width Image - 640px -->
<!-- Text -->
<tr>
<td style="padding: 0px;">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="text-2 p60-40-0" style="padding: 100px 70px 0px; color:rgba(63, 73, 89, 0.8); font-family:'MG Maison Neue', Arial,sans-serif; font-size:21px; line-height:30px; text-align:center; font-weight:400;">
Jetty Pet is a flexible alternative to pet deposits that lets properties get the protection they need against pet–related damages, without increasing move–in costs for renters.
</td>
</tr>
</table>
</td>
</tr>
<!-- Text -->
<!-- Button -->
<tr>
<td align="center" style="padding-top: 35px;">
<table width="200" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="btn-1" bgcolor="#4340DE" style="border-radius:50px; color:#ffffff; font-family:'GT Eesti Display', Arial,sans-serif; font-size:21px; line-height:60px; text-align: center;"><a href="https://live-jetty-content-hub.pantheonsite.io/jetty-pet-a-win-win-for-pet-owners-and-properties/?utm_source=marketing&utm_medium=email&utm_content=control&utm_campaign=MKT%20-%20Jetty%20Pet&utm_term=Newsletter&vero_conv=4unuCJMYXFa8q5YDieukMUMB17WEqkVk3QBRppiD3_FFFDe4isJTNw_vDJqrRnnqfClED5gZLMK-jLuKKJXlCkiQbnWIX7koVw%3D%3D" target="_blank" class="link-white" style="display: block; border-radius: 50px; color:#ffffff; text-decoration:none;"><span class="link-white" style="color:#ffffff; text-decoration:none;">Learn More</span></a></td>
</tr>
</table>
</td>
</tr>
<!-- END Button -->
<!-- Text -->
<tr>
<td style="padding: 0px;">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="text-2 p60-40-0" style="padding: 100px 70px 0px; color:rgba(63, 73, 89, 0.8); font-family:'MG Maison Neue', Arial,sans-serif; font-size:21px; line-height:30px; text-align:center; font-weight:400;">
Jetty Pet helps<br>properties:
</td>
</tr>
</table>
</td>
</tr>
<!-- Text -->
<!-- Full Width Image - 500px -->
<tr>
<td class="fluid-img" style="font-size:0pt; line-height:0pt; text-align:center;"><a href="https://live-jetty-content-hub.pantheonsite.io/jetty-pet-a-win-win-for-pet-owners-and-properties/?utm_source=marketing&utm_medium=email&utm_content=control&utm_campaign=MKT%20-%20Jetty%20Pet&utm_term=Newsletter&vero_conv=4unuCJMYXFa8q5YDieukMUMB17WEqkVk3QBRppiD3_FFFDe4isJTNw_vDJqrRnnqfClED5gZLMK-jLuKKJXlCkiQbnWIX7koVw%3D%3D" target="_blank"><img src="https://jetty-static-assets.s3.amazonaws.com/email-images-marketing/jetty-pet/jetty-pet-benefits.jpg" width="500" height="502" border="0" alt=""></a></td>
</tr>
<!-- END Full Width Image - 500px -->
<!-- Full Width Image - 640px -->
<tr>
<td class="fluid-img" style="padding-top: 30px; font-size:0pt; line-height:0pt; text-align:center;"><a href="https://live-jetty-content-hub.pantheonsite.io/jetty-pet-a-win-win-for-pet-owners-and-properties/?utm_source=marketing&utm_medium=email&utm_content=control&utm_campaign=MKT%20-%20Jetty%20Pet&utm_term=Newsletter&vero_conv=4unuCJMYXFa8q5YDieukMUMB17WEqkVk3QBRppiD3_FFFDe4isJTNw_vDJqrRnnqfClED5gZLMK-jLuKKJXlCkiQbnWIX7koVw%3D%3D" target="_blank"><img src="https://jetty-static-assets.s3.amazonaws.com/email-images-marketing/jetty-pet/jetty-pet-paws.jpg" width="640" height="237" border="0" alt=""></a></td>
</tr>
<!-- END Full Width Image - 640px -->
<!-- Button -->
<tr>
<td align="center" style="padding-top: 60px;">
<table width="200" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="btn-1" bgcolor="#4340DE" style="border-radius:50px; color:#ffffff; font-family:'GT Eesti Display', Arial,sans-serif; font-size:21px; line-height:60px; text-align: center;"><a href="https://live-jetty-content-hub.pantheonsite.io/jetty-pet-a-win-win-for-pet-owners-and-properties/?utm_source=marketing&utm_medium=email&utm_content=control&utm_campaign=MKT%20-%20Jetty%20Pet&utm_term=Newsletter&vero_conv=4unuCJMYXFa8q5YDieukMUMB17WEqkVk3QBRppiD3_FFFDe4isJTNw_vDJqrRnnqfClED5gZLMK-jLuKKJXlCkiQbnWIX7koVw%3D%3D" target="_blank" class="link-white" style="display: block; border-radius: 50px; color:#ffffff; text-decoration:none;"><span class="link-white" style="color:#ffffff; text-decoration:none;">Learn More</span></a></td>
</tr>
</table>
</td>
</tr>
<!-- END Button -->
<!-- Text -->
<tr>
<td style="padding: 0px;">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="text-2 p20-40-0" style="padding: 35px 150px 0px; color:rgba(63, 73, 89, 0.8); font-family:'MG Maison Neue', Arial,sans-serif; font-size:21px; line-height:30px; text-align:center; font-weight:400;">
Reach out to <a href="/cdn-cgi/l/email-protection#f0809182849e958283b09a95848489de939f9d" target="_blank" class="link-u" style="color:rgba(63, 73, 89, 0.8); text-decoration:underline;"><span class="__cf_email__" data-cfemail="54243526203a312627143e3120202d7a373b39">[email protected]</span></a> to learn how to start offering Jetty Pet at your property.
</td>
</tr>
</table>
</td>
</tr>
<!-- Text -->
<!-- Full Width Image - 640px -->
<tr>
<td class="fluid-img" style="padding-top: 100px; font-size:0pt; line-height:0pt; text-align:center;"><a href="https://live-jetty-content-hub.pantheonsite.io/jetty-pet-a-win-win-for-pet-owners-and-properties/?utm_source=marketing&utm_medium=email&utm_content=control&utm_campaign=MKT%20-%20Jetty%20Pet&utm_term=Newsletter&vero_conv=4unuCJMYXFa8q5YDieukMUMB17WEqkVk3QBRppiD3_FFFDe4isJTNw_vDJqrRnnqfClED5gZLMK-jLuKKJXlCkiQbnWIX7koVw%3D%3D" target="_blank"><img src="https://jetty-static-assets.s3.amazonaws.com/email-images-marketing/jetty-pet/jetty-pet-bottom.jpg" width="640" height="30" border="0" alt=""></a></td>
</tr>
<!-- END Full Width Image - 640px -->
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- END Content -->
<!-- Socials -->
<tr>
<td class="p50-15-15 text-social" style="padding: 75px 20px 35px; color:#1D253C; font-family:'GT Eesti Display', Arial,sans-serif; font-size:26px; line-height:29px; font-weight: 700; text-align:center;">Follow Jetty</td>
</tr>
<tr>
<td style="padding-bottom: 65px;" align="center" class="pb-30">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="img mw-75" style="font-size:0pt; line-height:0pt; text-align:left;"><a href="https://www.linkedin.com/company/jetty./?utm_source=marketing&utm_medium=email&utm_content=control&utm_campaign=MKT%20-%20Jetty%20Pet&utm_term=Newsletter&vero_conv=4unuCJMYXFa8q5YDieukMUMB17WEqkVk3QBRppiD3_FFFDe4isJTNw_vDJqrRnnqfClED5gZLMK-jLuKKJXlCkiQbnWIX7koVw%3D%3D" target="_blank"><img src="https://jetty-static-assets.s3.amazonaws.com/email-images-marketing/jetty-pet/jetty-social-li.png" width="125" height="125" border="0" alt=""></a></td>
<td class="img mw-75" style="font-size:0pt; line-height:0pt; text-align:left;"><a href="https://www.facebook.com/jettyinsurance/?utm_source=marketing&utm_medium=email&utm_content=control&utm_campaign=MKT%20-%20Jetty%20Pet&utm_term=Newsletter&vero_conv=4unuCJMYXFa8q5YDieukMUMB17WEqkVk3QBRppiD3_FFFDe4isJTNw_vDJqrRnnqfClED5gZLMK-jLuKKJXlCkiQbnWIX7koVw%3D%3D" target="_blank"><img src="https://jetty-static-assets.s3.amazonaws.com/email-images-marketing/jetty-pet/jetty-social-fb.png" width="125" height="125" border="0" alt=""></a></td>
<td class="img mw-75" style="font-size:0pt; line-height:0pt; text-align:left;"><a href="https://twitter.com/jetty?utm_source=marketing&utm_medium=email&utm_content=control&utm_campaign=MKT%20-%20Jetty%20Pet&utm_term=Newsletter&vero_conv=4unuCJMYXFa8q5YDieukMUMB17WEqkVk3QBRppiD3_FFFDe4isJTNw_vDJqrRnnqfClED5gZLMK-jLuKKJXlCkiQbnWIX7koVw%3D%3D" target="_blank"><img src="https://jetty-static-assets.s3.amazonaws.com/email-images-marketing/jetty-pet/jetty-social-tw.png" width="125" height="125" border="0" alt=""></a></td>
<td class="img mw-75" style="font-size:0pt; line-height:0pt; text-align:left;"><a href="https://www.instagram.com/jetty/?utm_source=marketing&utm_medium=email&utm_content=control&utm_campaign=MKT%20-%20Jetty%20Pet&utm_term=Newsletter&vero_conv=4unuCJMYXFa8q5YDieukMUMB17WEqkVk3QBRppiD3_FFFDe4isJTNw_vDJqrRnnqfClED5gZLMK-jLuKKJXlCkiQbnWIX7koVw%3D%3D" target="_blank"><img src="https://jetty-static-assets.s3.amazonaws.com/email-images-marketing/jetty-pet/jetty-social-ig.png" width="125" height="125" border="0" alt=""></a></td>
</tr>
</table>
</td>
</tr>
<!-- END Socials -->
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- END Wrapper -->
<!-- Footer -->
<tr>
<td style="padding-top: 0px;" align="center" valign="top" class="pt-15">
<table width="660" border="0" cellspacing="0" cellpadding="0" class="mobile-shell">
<tr>
<td class="td" style="width:660px; min-width:660px; font-size:0pt; line-height:0pt; padding:0; margin:0; font-weight:normal;">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td style="padding: 0 10px;" class="p0-15">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="footer-text-1 pb-20" style="padding-bottom: 35px; color:#79818f; font-family:'MG Maison Neue', Arial,sans-serif; font-size:14px; line-height:20px; text-align:center;"><strong style="font-weight: 600;">With <img src="https://s3.amazonaws.com/jetty-static-assets/email-images-marketing/email-templates/ico_heart.jpg" style="vertical-align: middle;" width="13" height="14" border="0" alt=""> from Jetty</strong></td>
</tr>
<tr>
<td class="footer-text-2 p0-0-30" style="padding: 0 0 40px; color:#bdc7cf; font-family:'MG Maison Neue', Arial,sans-serif; font-size:11px; line-height:17px; text-align:left; font-weight:600;">
Issuance of coverage is subject to underwriting review and approval. Coverage may not be available in all states. Please see a copy of the policy for the full terms, conditions and exclusions. Policy obligations are the sole responsibility of State National Insurance Company, Inc. (NAIC No. 12831), Bedford, TX, in all states except Florida, and National Specialty Insurance Company (NAIC No. 22608), Bedford, TX, in Florida (collectively, “State National”). Coverage scenarios are hypothetical and shown for illustrative purposes only. Coverage is dependent on the actual facts and circumstances giving rise to a claim. Jetty Insurance Agency LLC (Jetty) is an insurance agency licensed to sell property-casualty insurance products. Jetty will receive compensation from State National for such sales. Refer to the Legal Notices section on <a href="https://www.jetty.com/legal/?utm_source=marketing&utm_medium=email&utm_content=control&utm_campaign=MKT%20-%20Jetty%20Pet&utm_term=Newsletter&vero_conv=4unuCJMYXFa8q5YDieukMUMB17WEqkVk3QBRppiD3_FFFDe4isJTNw_vDJqrRnnqfClED5gZLMK-jLuKKJXlCkiQbnWIX7koVw%3D%3D" target="_blank" class="link-1" style="color:#bdc7cf; text-decoration:none;"><span class="link-1" style="color:#bdc7cf; text-decoration:none;">www.jetty.com</span></a> for additional information regarding Jetty.<br><br>
If you no longer wish to receive emails from Jetty, <a href="http://app.getvero.com/unsubscribe/now?data=eJxj4ahmt-JPzs8tSMyrjM9MyWT6lW_FV5BaVJyfB-TmaLMvKkx2BADwEQ0vb9dabc02e9854060a201acf60997dfe0&variation_id=766424&utm_source=marketing&utm_medium=email&utm_content=control&utm_campaign=MKT%20-%20Jetty%20Pet&utm_term=Newsletter" target="_blank" class="link-1" style="color:#bdc7cf; text-decoration:none;"><span class="link-1" style="color:#bdc7cf; text-decoration:none;">click here to Unsubscribe</span></a>. If you are having trouble viewing this email, <a href="#" target="_blank" class="link-1" style="color:#bdc7cf; text-decoration:none;"><span class="link-1" style="color:#bdc7cf; text-decoration:none;">click to view in web browser</span></a>.
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- END Footer -->
</table>
<script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script></body>
</html>
Also see: Tab Triggers