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.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional //EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--[if IE]><html xmlns="http://www.w3.org/1999/xhtml" class="ie"><![endif]-->
<!--[if !IE]><!-->
<html style="margin: 0;padding: 0;" xmlns="http://www.w3.org/1999/xhtml">
<!--<![endif]-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title></title>
<!--[if !mso]><!-->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!--<![endif]-->
<meta name="viewport" content="width=device-width">
<style type="text/css">
@media only screen and (min-width: 620px) {
.wrapper {
min-width: 600px !important
}
.wrapper h1 {}
.wrapper h1 {
font-size: 34px !important;
line-height: 43px !important
}
.wrapper h2 {}
.wrapper h2 {
font-size: 26px !important;
line-height: 34px !important
}
.wrapper h3 {}
.wrapper h3 {
font-size: 22px !important;
line-height: 31px !important
}
.column p,
.column ol,
.column ul {}
.wrapper .size-8 {
font-size: 8px !important;
line-height: 14px !important
}
.wrapper .size-9 {
font-size: 9px !important;
line-height: 16px !important
}
.wrapper .size-10 {
font-size: 10px !important;
line-height: 18px !important
}
.wrapper .size-11 {
font-size: 11px !important;
line-height: 19px !important
}
.wrapper .size-12 {
font-size: 12px !important;
line-height: 19px !important
}
.wrapper .size-13 {
font-size: 13px !important;
line-height: 21px !important
}
.wrapper .size-14 {
font-size: 14px !important;
line-height: 21px !important
}
.wrapper .size-15 {
font-size: 15px !important;
line-height: 23px !important
}
.wrapper .size-16 {
font-size: 16px !important;
line-height: 24px !important
}
.wrapper .size-17 {
font-size: 17px !important;
line-height: 26px !important
}
.wrapper .size-18 {
font-size: 18px !important;
line-height: 26px !important
}
.wrapper .size-20 {
font-size: 20px !important;
line-height: 28px !important
}
.wrapper .size-22 {
font-size: 22px !important;
line-height: 31px !important
}
.wrapper .size-24 {
font-size: 24px !important;
line-height: 32px !important
}
.wrapper .size-26 {
font-size: 26px !important;
line-height: 34px !important
}
.wrapper .size-28 {
font-size: 28px !important;
line-height: 36px !important
}
.wrapper .size-30 {
font-size: 30px !important;
line-height: 38px !important
}
.wrapper .size-32 {
font-size: 32px !important;
line-height: 40px !important
}
.wrapper .size-34 {
font-size: 34px !important;
line-height: 43px !important
}
.wrapper .size-36 {
font-size: 36px !important;
line-height: 43px !important
}
.wrapper .size-40 {
font-size: 40px !important;
line-height: 47px !important
}
.wrapper .size-44 {
font-size: 44px !important;
line-height: 50px !important
}
.wrapper .size-48 {
font-size: 48px !important;
line-height: 54px !important
}
.wrapper .size-56 {
font-size: 56px !important;
line-height: 60px !important
}
.wrapper .size-64 {
font-size: 64px !important;
line-height: 63px !important
}
}
</style>
<style type="text/css">
body {
margin: 0;
padding: 0;
}
table {
border-collapse: collapse;
table-layout: fixed;
}
* {
line-height: inherit;
}
[x-apple-data-detectors],
[href^="tel"],
[href^="sms"] {
color: inherit !important;
text-decoration: none !important;
}
.wrapper .footer__share-button a:hover,
.wrapper .footer__share-button a:focus {
color: #ffffff !important;
}
.btn a:hover,
.btn a:focus,
.footer__share-button a:hover,
.footer__share-button a:focus,
.email-footer__links a:hover,
.email-footer__links a:focus {
opacity: 0.8;
}
.preheader,
.header,
.layout,
.column {
transition: width 0.25s ease-in-out, max-width 0.25s ease-in-out;
}
.layout,
.header {
max-width: 400px !important;
-fallback-width: 95% !important;
width: calc(100% - 20px) !important;
}
div.preheader {
max-width: 360px !important;
-fallback-width: 90% !important;
width: calc(100% - 60px) !important;
}
.snippet,
.webversion {
Float: none !important;
}
.column {
max-width: 400px !important;
width: 100% !important;
}
.fixed-width.has-border {
max-width: 402px !important;
}
.fixed-width.has-border .layout__inner {
box-sizing: border-box;
}
.snippet,
.webversion {
width: 50% !important;
}
.ie .btn {
width: 100%;
}
.ie .column,
[owa] .column,
.ie .gutter,
[owa] .gutter {
display: table-cell;
float: none !important;
vertical-align: top;
}
.ie div.preheader,
[owa] div.preheader,
.ie .email-footer,
[owa] .email-footer {
max-width: 560px !important;
width: 560px !important;
}
.ie .snippet,
[owa] .snippet,
.ie .webversion,
[owa] .webversion {
width: 280px !important;
}
.ie .header,
[owa] .header,
.ie .layout,
[owa] .layout,
.ie .one-col .column,
[owa] .one-col .column {
max-width: 600px !important;
width: 600px !important;
}
.ie .fixed-width.has-border,
[owa] .fixed-width.has-border,
.ie .has-gutter.has-border,
[owa] .has-gutter.has-border {
max-width: 602px !important;
width: 602px !important;
}
.ie .two-col .column,
[owa] .two-col .column {
max-width: 300px !important;
width: 300px !important;
}
.ie .three-col .column,
[owa] .three-col .column,
.ie .narrow,
[owa] .narrow {
max-width: 200px !important;
width: 200px !important;
}
.ie .wide,
[owa] .wide {
width: 400px !important;
}
.ie .two-col.has-gutter .column,
[owa] .two-col.x_has-gutter .column {
max-width: 290px !important;
width: 290px !important;
}
.ie .three-col.has-gutter .column,
[owa] .three-col.x_has-gutter .column,
.ie .has-gutter .narrow,
[owa] .has-gutter .narrow {
max-width: 188px !important;
width: 188px !important;
}
.ie .has-gutter .wide,
[owa] .has-gutter .wide {
max-width: 394px !important;
width: 394px !important;
}
.ie .two-col.has-gutter.has-border .column,
[owa] .two-col.x_has-gutter.x_has-border .column {
max-width: 292px !important;
width: 292px !important;
}
.ie .three-col.has-gutter.has-border .column,
[owa] .three-col.x_has-gutter.x_has-border .column,
.ie .has-gutter.has-border .narrow,
[owa] .has-gutter.x_has-border .narrow {
max-width: 190px !important;
width: 190px !important;
}
.ie .has-gutter.has-border .wide,
[owa] .has-gutter.x_has-border .wide {
max-width: 396px !important;
width: 396px !important;
}
.ie .fixed-width .layout__inner {
border-left: 0 none white !important;
border-right: 0 none white !important;
}
.ie .layout__edges {
display: none;
}
.mso .layout__edges {
font-size: 0;
}
.layout-fixed-width,
.mso .layout-full-width {
background-color: #ffffff;
}
@media only screen and (min-width: 620px) {
.column,
.gutter {
display: table-cell;
Float: none !important;
vertical-align: top;
}
div.preheader,
.email-footer {
max-width: 560px !important;
width: 560px !important;
}
.snippet,
.webversion {
width: 280px !important;
}
.header,
.layout,
.one-col .column {
max-width: 600px !important;
width: 600px !important;
}
.fixed-width.has-border,
.fixed-width.ecxhas-border,
.has-gutter.has-border,
.has-gutter.ecxhas-border {
max-width: 602px !important;
width: 602px !important;
}
.two-col .column {
max-width: 300px !important;
width: 300px !important;
}
.three-col .column,
.column.narrow {
max-width: 200px !important;
width: 200px !important;
}
.column.wide {
width: 400px !important;
}
.two-col.has-gutter .column,
.two-col.ecxhas-gutter .column {
max-width: 290px !important;
width: 290px !important;
}
.three-col.has-gutter .column,
.three-col.ecxhas-gutter .column,
.has-gutter .narrow {
max-width: 188px !important;
width: 188px !important;
}
.has-gutter .wide {
max-width: 394px !important;
width: 394px !important;
}
.two-col.has-gutter.has-border .column,
.two-col.ecxhas-gutter.ecxhas-border .column {
max-width: 292px !important;
width: 292px !important;
}
.three-col.has-gutter.has-border .column,
.three-col.ecxhas-gutter.ecxhas-border .column,
.has-gutter.has-border .narrow,
.has-gutter.ecxhas-border .narrow {
max-width: 190px !important;
width: 190px !important;
}
.has-gutter.has-border .wide,
.has-gutter.ecxhas-border .wide {
max-width: 396px !important;
width: 396px !important;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
.fblike {
background-image: url(https://i3.createsend1.com/static/eb/master/13-the-blueprint-3/images/fblike@2x.png) !important;
}
.tweet {
background-image: url(https://i4.createsend1.com/static/eb/master/13-the-blueprint-3/images/tweet@2x.png) !important;
}
.linkedinshare {
background-image: url(https://i5.createsend1.com/static/eb/master/13-the-blueprint-3/images/lishare@2x.png) !important;
}
.forwardtoafriend {
background-image: url(https://i7.createsend1.com/static/eb/master/13-the-blueprint-3/images/forward@2x.png) !important;
}
}
@media (max-width: 321px) {
.fixed-width.has-border .layout__inner {
border-width: 1px 0 !important;
}
.layout,
.column {
min-width: 320px !important;
width: 320px !important;
}
.border {
display: none;
}
}
.mso div {
border: 0 none white !important;
}
.mso .w560 .divider {
Margin-left: 260px !important;
Margin-right: 260px !important;
}
.mso .w360 .divider {
Margin-left: 160px !important;
Margin-right: 160px !important;
}
.mso .w260 .divider {
Margin-left: 110px !important;
Margin-right: 110px !important;
}
.mso .w160 .divider {
Margin-left: 60px !important;
Margin-right: 60px !important;
}
.mso .w354 .divider {
Margin-left: 157px !important;
Margin-right: 157px !important;
}
.mso .w250 .divider {
Margin-left: 105px !important;
Margin-right: 105px !important;
}
.mso .w148 .divider {
Margin-left: 54px !important;
Margin-right: 54px !important;
}
.mso .font-avenir,
.mso .font-cabin,
.mso .font-open-sans,
.mso .font-ubuntu {
font-family: sans-serif !important;
}
.mso .font-bitter,
.mso .font-merriweather,
.mso .font-pt-serif {
font-family: Georgia, serif !important;
}
.mso .font-lato,
.mso .font-roboto {
font-family: Tahoma, sans-serif !important;
}
.mso .font-pt-sans {
font-family: "Trebuchet MS", sans-serif !important;
}
.mso .footer__share-button p {
margin: 0;
}
.mso .size-8,
.ie .size-8 {
font-size: 8px !important;
line-height: 14px !important;
}
.mso .size-9,
.ie .size-9 {
font-size: 9px !important;
line-height: 16px !important;
}
.mso .size-10,
.ie .size-10 {
font-size: 10px !important;
line-height: 18px !important;
}
.mso .size-11,
.ie .size-11 {
font-size: 11px !important;
line-height: 19px !important;
}
.mso .size-12,
.ie .size-12 {
font-size: 12px !important;
line-height: 19px !important;
}
.mso .size-13,
.ie .size-13 {
font-size: 13px !important;
line-height: 21px !important;
}
.mso .size-14,
.ie .size-14 {
font-size: 14px !important;
line-height: 21px !important;
}
.mso .size-15,
.ie .size-15 {
font-size: 15px !important;
line-height: 23px !important;
}
.mso .size-16,
.ie .size-16 {
font-size: 16px !important;
line-height: 24px !important;
}
.mso .size-17,
.ie .size-17 {
font-size: 17px !important;
line-height: 26px !important;
}
.mso .size-18,
.ie .size-18 {
font-size: 18px !important;
line-height: 26px !important;
}
.mso .size-20,
.ie .size-20 {
font-size: 20px !important;
line-height: 28px !important;
}
.mso .size-22,
.ie .size-22 {
font-size: 22px !important;
line-height: 31px !important;
}
.mso .size-24,
.ie .size-24 {
font-size: 24px !important;
line-height: 32px !important;
}
.mso .size-26,
.ie .size-26 {
font-size: 26px !important;
line-height: 34px !important;
}
.mso .size-28,
.ie .size-28 {
font-size: 28px !important;
line-height: 36px !important;
}
.mso .size-30,
.ie .size-30 {
font-size: 30px !important;
line-height: 38px !important;
}
.mso .size-32,
.ie .size-32 {
font-size: 32px !important;
line-height: 40px !important;
}
.mso .size-34,
.ie .size-34 {
font-size: 34px !important;
line-height: 43px !important;
}
.mso .size-36,
.ie .size-36 {
font-size: 36px !important;
line-height: 43px !important;
}
.mso .size-40,
.ie .size-40 {
font-size: 40px !important;
line-height: 47px !important;
}
.mso .size-44,
.ie .size-44 {
font-size: 44px !important;
line-height: 50px !important;
}
.mso .size-48,
.ie .size-48 {
font-size: 48px !important;
line-height: 54px !important;
}
.mso .size-56,
.ie .size-56 {
font-size: 56px !important;
line-height: 60px !important;
}
.mso .size-64,
.ie .size-64 {
font-size: 64px !important;
line-height: 63px !important;
}
.footer__share-button p {
margin: 0;
}
</style>
<!--[if !mso]><!-->
<style type="text/css">
@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,700,400italic,700italic);
</style>
<link href="https://fonts.googleapis.com/css?family=PT+Serif:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<!--<![endif]-->
<style type="text/css">
body {
background-color: #1c2b3e
}
.mso h1 {}
.mso h2 {}
.mso h3 {}
.mso h3 {
font-family: Georgia, serif !important
}
.mso .column,
.mso .column__background td {}
.mso .column,
.mso .column__background td {
font-family: sans-serif !important
}
.mso .btn a {}
.mso .btn a {
font-family: sans-serif !important
}
.mso .webversion,
.mso .snippet,
.mso .layout-email-footer td,
.mso .footer__share-button p {}
.mso .webversion,
.mso .snippet,
.mso .layout-email-footer td,
.mso .footer__share-button p {
font-family: sans-serif !important
}
.mso .logo {}
.mso .logo {
font-family: Tahoma, sans-serif !important
}
.logo a:hover,
.logo a:focus {
color: #fff !important
}
.mso .layout-has-border {
border-top: 1px solid #000;
border-bottom: 1px solid #000
}
.mso .layout-has-bottom-border {
border-bottom: 1px solid #000
}
.mso .border,
.ie .border {
background-color: #000
}
.mso h1,
.ie h1 {}
.mso h1,
.ie h1 {
font-size: 34px !important;
line-height: 43px !important
}
.mso h2,
.ie h2 {}
.mso h2,
.ie h2 {
font-size: 26px !important;
line-height: 34px !important
}
.mso h3,
.ie h3 {}
.mso h3,
.ie h3 {
font-size: 22px !important;
line-height: 31px !important
}
.mso .layout__inner p,
.ie .layout__inner p,
.mso .layout__inner ol,
.ie .layout__inner ol,
.mso .layout__inner ul,
.ie .layout__inner ul {}
</style>
<meta name="robots" content="noindex,nofollow"></meta>
<meta property="og:title" content="Get up close with Amy Grant in Alaska"></meta>
</head>
<!--[if mso]>
<body class="mso">
<![endif]-->
<!--[if !mso]><!-->
<body class="no-padding" style="margin: 0;padding: 0;-webkit-text-size-adjust: 100%;">
<!--<![endif]-->
<table class="wrapper" style="border-collapse: collapse;table-layout: fixed;min-width: 320px;width: 100%;background-color: #1c2b3e;" cellpadding="0" cellspacing="0" role="presentation">
<tbody>
<tr>
<td>
<div class="preheader" style="Margin: 0 auto;max-width: 560px;min-width: 280px; width: 280px;width: calc(28000% - 167440px);">
<div style="border-collapse: collapse;display: table;width: 100%;">
<!--[if (mso)|(IE)]><table align="center" class="preheader" cellpadding="0" cellspacing="0" role="presentation"><tr><td style="width: 280px" valign="top"><![endif]-->
<div class="snippet" style="display: table-cell;Float: left;font-size: 12px;line-height: 19px;max-width: 280px;min-width: 140px; width: 140px;width: calc(14000% - 78120px);padding: 10px 0 5px 0;color: #fff;font-family: Avenir,sans-serif;">
</div>
<!--[if (mso)|(IE)]></td><td style="width: 280px" valign="top"><![endif]-->
<div class="webversion" style="display: table-cell;Float: left;font-size: 12px;line-height: 19px;max-width: 280px;min-width: 139px; width: 139px;width: calc(14100% - 78680px);padding: 10px 0 5px 0;text-align: right;color: #fff;font-family: Avenir,sans-serif;">
</div>
<!--[if (mso)|(IE)]></td></tr></table><![endif]-->
</div>
</div>
<div class="header" style="Margin: 0 auto;max-width: 600px;min-width: 320px; width: 320px;width: calc(28000% - 167400px);" id="emb-email-header-container">
<!--[if (mso)|(IE)]><table align="center" class="header" cellpadding="0" cellspacing="0" role="presentation"><tr><td style="width: 600px"><![endif]-->
<div class="logo emb-logo-margin-box" style="font-size: 26px;line-height: 32px;Margin-top: 6px;Margin-bottom: 0px;color: #c3ced9;font-family: Roboto,Tahoma,sans-serif;" align="center">
<div class="logo-center" align="center" id="emb-email-header"><img style="display: block;height: auto;width: 100%;border: 0;max-width: 222px;" src="https://i1.createsend1.com/ei/r/1A/D5C/FA9/060612/csfinal/ICT_Logo_White.png" alt="" width="222"></div>
</div>
<!--[if (mso)|(IE)]></td></tr></table><![endif]-->
</div>
<div style="background-color: #1c2b3e;">
<div class="layout one-col" style="Margin: 0 auto;max-width: 600px;min-width: 320px; width: 320px;width: calc(28000% - 167400px);overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;">
<div class="layout__inner" style="border-collapse: collapse;display: table;width: 100%;">
<!--[if (mso)|(IE)]><table width="100%" cellpadding="0" cellspacing="0" role="presentation"><tr class="layout-full-width" style="background-color: #1c2b3e;"><td class="layout__edges"> </td><td style="width: 600px" class="w560"><![endif]-->
<div class="column" style="max-width: 600px;min-width: 320px; width: 320px;width: calc(28000% - 167400px);text-align: left;color: #6b6b6b;font-size: 16px;line-height: 24px;font-family: Avenir,sans-serif;">
<div style="font-size: 12px;font-style: normal;font-weight: normal;" align="center">
<img class="gnd-corner-image gnd-corner-image-center gnd-corner-image-top gnd-corner-image-bottom" style="border: 0;display: block;height: auto;width: 100%;max-width: 900px;" alt="Music Monthly - MAY" width="600" src="https://i1.createsend1.com/ei/r/1A/D5C/FA9/060612/csfinal/HeaderImage.jpg">
</div>
</div>
<!--[if (mso)|(IE)]></td><td class="layout__edges"> </td></tr></table><![endif]-->
</div>
</div>
</div>
<div class="layout one-col fixed-width" style="Margin: 0 auto;max-width: 600px;min-width: 320px; width: 320px;width: calc(28000% - 167400px);overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;">
<div class="layout__inner" style="border-collapse: collapse;display: table;width: 100%;background-color: #ffffff;">
<!--[if (mso)|(IE)]><table align="center" cellpadding="0" cellspacing="0" role="presentation"><tr class="layout-fixed-width" style="background-color: #ffffff;"><td style="width: 600px" class="w560"><![endif]-->
<div class="column" style="text-align: left;color: #6b6b6b;font-size: 16px;line-height: 24px;font-family: Avenir,sans-serif;max-width: 600px;min-width: 320px; width: 320px;width: calc(28000% - 167400px);">
<div style="Margin-left: 20px;Margin-right: 20px;">
<div style="line-height:1px;font-size:1px"> </div>
</div>
<div style="Margin-left: 20px;Margin-right: 20px;">
<h2 style="Margin-top: 0;Margin-bottom: 0;font-style: normal;font-weight: normal;color: #9e3723;font-size: 22px;line-height: 31px;font-family: Georgia,serif;text-align: center;"><strong>Make 2017 a year to remember by cruising Alaska with me!</strong></h2>
<p style="Margin-top: 16px;Margin-bottom: 20px;text-align: left;">I’ve adored all my fans, whom I consider friends, for years. Now, come sing with me on a 7-day concert cruise to America’s 49th state. The beauty of Alaska is breathtaking, but it’s being surrounded by all your favorite
music that will set this experience apart as one of the most amazing weeks of your life.</p>
</div>
<div style="font-size: 12px;font-style: normal;font-weight: normal;" align="center">
<img style="border: 0;display: block;height: auto;width: 100%;max-width: 900px;" alt="" width="600" src="https://i2.createsend1.com/ei/r/1A/D5C/FA9/060612/csfinal/Artboard2.jpg">
</div>
<div style="Margin-left: 20px;Margin-right: 20px;Margin-top: 20px;">
<div style="line-height:20px;font-size:1px"> </div>
</div>
<div style="Margin-left: 20px;Margin-right: 20px;">
<p style="Margin-top: 0;Margin-bottom: 20px;text-align: left;">Come with me as we glimpse glacial mountains and wildlife as you cruise Alaska’s Inside Passage July 8-15, 2017. You’ll also visit delightful, world-famous ports. The magnificent wilderness of Juneau; colorful Creek
Street in Ketchikan; gold rush history in Skagway—all await your discovery.<strong> Bring your friends and meet other fans on a fun-filled week with me featuring epic music and unforgettable sights.</strong></p>
</div>
<div style="Margin-left: 20px;Margin-right: 20px;">
<div style="line-height:20px;font-size:1px"> </div>
</div>
</div>
<!--[if (mso)|(IE)]></td></tr></table><![endif]-->
</div>
</div>
<div class="layout two-col fixed-width" style="Margin: 0 auto;max-width: 600px;min-width: 320px; width: 320px;width: calc(28000% - 167400px);overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;">
<div class="layout__inner" style="border-collapse: collapse;display: table;width: 100%;background-color: #ffffff;">
<!--[if (mso)|(IE)]><table align="center" cellpadding="0" cellspacing="0" role="presentation"><tr class="layout-fixed-width" style="background-color: #ffffff;"><td style="width: 300px" valign="top" class="w260"><![endif]-->
<div class="column" style="text-align: left;color: #6b6b6b;font-size: 16px;line-height: 24px;font-family: Avenir,sans-serif;Float: left;max-width: 320px;min-width: 300px; width: 320px;width: calc(12300px - 2000%);">
<div style="Margin-left: 20px;Margin-right: 20px;">
<div class="btn btn--flat fullwidth btn--large" style="text-align: center;">
<![if !mso]><a style="border-radius: 4px;display: block;font-size: 14px;font-weight: bold;line-height: 24px;padding: 12px 24px;text-align: center;text-decoration: none !important;transition: opacity 0.1s ease-in;color: #ffffff !important;background-color: #9e3723;font-family: Avenir, sans-serif;"
href="http://inspirationcruisestours.createsend1.com/t/r-l-ykyuyukt-l-r/">TAKE ME THERE</a>
<![endif]>
<!--[if mso]><p style="line-height:0;margin:0;"> </p><v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" href="http://inspirationcruisestours.createsend1.com/t/r-l-ykyuyukt-l-r/" style="width:260px" arcsize="9%" fillcolor="#9E3723" stroke="f"><v:textbox style="mso-fit-shape-to-text:t" inset="0px,11px,0px,11px"><center style="font-size:14px;line-height:24px;color:#FFFFFF;font-family:sans-serif;font-weight:bold;mso-line-height-rule:exactly;mso-text-raise:4px">TAKE ME THERE</center></v:textbox></v:roundrect><![endif]-->
</div>
</div>
</div>
<!--[if (mso)|(IE)]></td><td style="width: 300px" valign="top" class="w260"><![endif]-->
<div class="column" style="text-align: left;color: #6b6b6b;font-size: 16px;line-height: 24px;font-family: Avenir,sans-serif;Float: left;max-width: 320px;min-width: 300px; width: 320px;width: calc(12300px - 2000%);">
<div style="Margin-left: 20px;Margin-right: 20px;">
<div style="line-height:20px;font-size:1px"> </div>
</div>
<div style="Margin-left: 20px;Margin-right: 20px;">
<div style="line-height:10px;font-size:1px"> </div>
</div>
</div>
<!--[if (mso)|(IE)]></td></tr></table><![endif]-->
</div>
</div>
<div class="layout one-col fixed-width" style="Margin: 0 auto;max-width: 600px;min-width: 320px; width: 320px;width: calc(28000% - 167400px);overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;">
<div class="layout__inner" style="border-collapse: collapse;display: table;width: 100%;background-color: #ffffff;">
<!--[if (mso)|(IE)]><table align="center" cellpadding="0" cellspacing="0" role="presentation"><tr class="layout-fixed-width" style="background-color: #ffffff;"><td style="width: 600px" class="w560"><![endif]-->
<div class="column" style="text-align: left;color: #6b6b6b;font-size: 16px;line-height: 24px;font-family: Avenir,sans-serif;max-width: 600px;min-width: 320px; width: 320px;width: calc(28000% - 167400px);">
<div style="font-size: 12px;font-style: normal;font-weight: normal;" align="center">
<img class="gnd-corner-image gnd-corner-image-center gnd-corner-image-top" style="border: 0;display: block;height: auto;width: 100%;max-width: 900px;" alt="" width="600" src="https://i3.createsend1.com/ei/r/1A/D5C/FA9/060612/csfinal/Artboard1copy4.jpg">
</div>
<div style="Margin-left: 20px;Margin-right: 20px;Margin-top: 20px;">
<p style="Margin-top: 0;Margin-bottom: 0;">Grammy-nominated, Dove Award-winning <strong>Matt Maher</strong> is familiar to Christians the world over, who love worshipping along to his many chart-topping songs. Matt will lead cruisers in times of exuberant praise and soul-stirring
reflection.</p>
<p style="Margin-top: 20px;Margin-bottom: 0;">The soft folk renderings of Nashville native <strong>Ellie Holcomb</strong> will send you soaring. The cruise will be a fun reunion for Ellie and Amy, since the vocal artist sang backup for Amy Grant at the age of five.</p>
</div>
</div>
<!--[if (mso)|(IE)]></td></tr></table><![endif]-->
</div>
</div>
<div class="layout one-col fixed-width" style="Margin: 0 auto;max-width: 600px;min-width: 320px; width: 320px;width: calc(28000% - 167400px);overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;">
<div class="layout__inner" style="border-collapse: collapse;display: table;width: 100%;background-color: #ffffff;">
<!--[if (mso)|(IE)]><table align="center" cellpadding="0" cellspacing="0" role="presentation"><tr class="layout-fixed-width" style="background-color: #ffffff;"><td style="width: 600px" class="w560"><![endif]-->
<div class="column" style="text-align: left;color: #6b6b6b;font-size: 16px;line-height: 24px;font-family: Avenir,sans-serif;max-width: 600px;min-width: 320px; width: 320px;width: calc(28000% - 167400px);">
<div style="Margin-left: 20px;Margin-right: 20px;">
<div style="line-height:9px;font-size:1px"> </div>
</div>
<div style="font-size: 12px;font-style: normal;font-weight: normal;" align="center">
<img style="border: 0;display: block;height: auto;width: 100%;max-width: 900px;" alt="" width="600" src="https://i4.createsend1.com/ei/r/1A/D5C/FA9/060612/csfinal/Artboard2copy.jpg">
</div>
<div style="Margin-left: 20px;Margin-right: 20px;Margin-top: 20px;">
<p class="size-24" style="Margin-top: 0;Margin-bottom: 0;font-family: georgia,serif;font-size: 20px;line-height: 28px;text-align: left;" lang="x-size-24"><span class="font-georgia"><strong>"Alaska is in a league of its own, and everyone should experience it at least once in their lifetime. So come along!"</strong></span></p>
<p class="size-24" style="Margin-top: 20px;Margin-bottom: 20px;font-family: georgia,serif;font-size: 20px;line-height: 28px;text-align: left;"
lang="x-size-24"><span class="font-georgia">I hope to see you in Alaska,</span></p>
</div>
<div style="font-size: 12px;font-style: normal;font-weight: normal;" align="center">
<img class="gnd-corner-image gnd-corner-image-center gnd-corner-image-bottom" style="border: 0;display: block;height: auto;width: 100%;max-width: 900px;" alt="JUN ..." width="600" src="https://i5.createsend1.com/ei/r/1A/D5C/FA9/060612/csfinal/Artboard2copy21.jpg">
</div>
</div>
<!--[if (mso)|(IE)]></td></tr></table><![endif]-->
</div>
</div>
<div class="layout one-col fixed-width" style="Margin: 0 auto;max-width: 600px;min-width: 320px; width: 320px;width: calc(28000% - 167400px);overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;">
<div class="layout__inner" style="border-collapse: collapse;display: table;width: 100%;background-color: #1c2b3e;">
<!--[if (mso)|(IE)]><table align="center" cellpadding="0" cellspacing="0" role="presentation"><tr class="layout-fixed-width" style="background-color: #1c2b3e;"><td style="width: 600px" class="w560"><![endif]-->
<div class="column" style="text-align: left;color: #6b6b6b;font-size: 16px;line-height: 24px;font-family: Avenir,sans-serif;max-width: 600px;min-width: 320px; width: 320px;width: calc(28000% - 167400px);">
<div style="Margin-left: 20px;Margin-right: 20px;">
<div style="line-height:20px;font-size:1px"> </div>
</div>
<div style="Margin-left: 20px;Margin-right: 20px;">
<div class="btn btn--flat fullwidth btn--large" style="text-align: center;">
<![if !mso]><a style="border-radius: 4px;display: block;font-size: 14px;font-weight: bold;line-height: 24px;padding: 12px 24px;text-align: center;text-decoration: none !important;transition: opacity 0.1s ease-in;color: #ffffff !important;background-color: #9e3723;font-family: Avenir, sans-serif;"
href="http://inspirationcruisestours.createsend1.com/t/r-l-ykyuyukt-l-y/">I WANT TO CRUISE ALASKA WITH AMY!</a>
<![endif]>
<!--[if mso]><p style="line-height:0;margin:0;"> </p><v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" href="http://inspirationcruisestours.createsend1.com/t/r-l-ykyuyukt-l-y/" style="width:560px" arcsize="9%" fillcolor="#9E3723" stroke="f"><v:textbox style="mso-fit-shape-to-text:t" inset="0px,11px,0px,11px"><center style="font-size:14px;line-height:24px;color:#FFFFFF;font-family:sans-serif;font-weight:bold;mso-line-height-rule:exactly;mso-text-raise:4px">I WANT TO CRUISE ALASKA WITH AMY!</center></v:textbox></v:roundrect><![endif]-->
</div>
</div>
</div>
<!--[if (mso)|(IE)]></td></tr></table><![endif]-->
</div>
</div>
<div style="line-height:13px;font-size:13px;"> </div>
<div>
<div class="layout email-footer" style="Margin: 0 auto;max-width: 600px;min-width: 320px; width: 320px;width: calc(28000% - 167400px);overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;">
<div class="layout__inner" style="border-collapse: collapse;display: table;width: 100%;">
<!--[if (mso)|(IE)]><table align="center" cellpadding="0" cellspacing="0" role="presentation"><tr class="layout-email-footer"><td style="width: 400px;" valign="top" class="w360"><![endif]-->
<div class="column wide" style="text-align: left;font-size: 12px;line-height: 19px;color: #fff;font-family: Avenir,sans-serif;Float: left;max-width: 400px;min-width: 320px; width: 320px;width: calc(8000% - 47600px);">
<div style="Margin-left: 20px;Margin-right: 20px;Margin-top: 10px;Margin-bottom: 10px;">
<div>
<div>Inspiration Cruises & Tours<br> 4384 E. Ashlan Ave Ste 101 Fresno, CA 93726</div>
</div>
<div style="Margin-top: 18px;">
<div>Hello! Just a reminder that you’re receiving this 2017 great travel opportunities email because you subscribed for a past brochure via the Inspiration Cruises & Tours website</div>
</div>
</div>
</div>
<!--[if (mso)|(IE)]></td><td style="width: 200px;" valign="top" class="w160"><![endif]-->
<div class="column narrow" style="text-align: left;font-size: 12px;line-height: 19px;color: #fff;font-family: Avenir,sans-serif;Float: left;max-width: 320px;min-width: 200px; width: 320px;width: calc(72200px - 12000%);">
<div style="Margin-left: 20px;Margin-right: 20px;Margin-top: 10px;Margin-bottom: 10px;">
</div>
</div>
<!--[if (mso)|(IE)]></td></tr></table><![endif]-->
</div>
</div>
<div class="layout one-col email-footer" style="Margin: 0 auto;max-width: 600px;min-width: 320px; width: 320px;width: calc(28000% - 167400px);overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;">
<div class="layout__inner" style="border-collapse: collapse;display: table;width: 100%;">
<!--[if (mso)|(IE)]><table align="center" cellpadding="0" cellspacing="0" role="presentation"><tr class="layout-email-footer"><td style="width: 600px;" class="w560"><![endif]-->
<div class="column" style="text-align: left;font-size: 12px;line-height: 19px;color: #fff;font-family: Avenir,sans-serif;max-width: 600px;min-width: 320px; width: 320px;width: calc(28000% - 167400px);">
<div style="Margin-left: 20px;Margin-right: 20px;Margin-top: 10px;Margin-bottom: 10px;">
<div>
<a style="text-decoration: underline;transition: opacity 0.1s ease-in;color: #fff;" href="http://inspirationcruisestours.createsend1.com/t/r-l-ykyuyukt-l-y/">Unsubscribe</a>
</div>
</div>
</div>
<!--[if (mso)|(IE)]></td></tr></table><![endif]-->
</div>
</div>
</div>
<div style="line-height:40px;font-size:40px;"> </div>
</td>
</tr>
</tbody>
</table>
</body>
</html>
Also see: Tab Triggers