Skip to content

Instantly share code, notes, and snippets.

@imrizzy
Last active February 13, 2017 19:45
Show Gist options
  • Save imrizzy/305ade7898ccf9f74ccddf1fd9897649 to your computer and use it in GitHub Desktop.
Save imrizzy/305ade7898ccf9f74ccddf1fd9897649 to your computer and use it in GitHub Desktop.
Warner Music Group Sign Up
<html>
<head>
<title>DUPE Warner Music Store</title>
<style type="text/css">
/*----- START Standardization CSS*/
html, body {
font-family: Verdana, Geneva, sans-serif;
}
table#main-wrapper {
border-collapse: collapse;
table-layout: fixed;
}
td.browserview {
font-family:Arial, Helvetica, sans-serif;
font-size: 10px;
color: #666666;
font-weight: bold;
text-decoration: none;
text-align: center;
padding: 5px 0 10px 0;
}
td.section-header img.hero-img {
width: 100%;
}
td.title {
text-align: center;
font-size: 18px;
line-height: 19px;
padding: 5px 0 0 0;
}
td.msg {
text-align: center;
font-size: 15px;
line-height: 19px;
padding: 10px 0;
}
td.shop-btn a#shop-link {
background-color: #ffffff;
color: #006699;
text-transform: uppercase;
font-weight: 700;
text-decoration: none;
font-size: 16px;
border: 1px solid #006699;
margin: 0 auto;
padding: 7px 12px;
}
table.section-ft {
font-size: 12px;
line-height: 18px;
color: #000000;
height: 71px;
}
table.section-ft td.ftnote {
font-style: italic;
}
table.section-ft td.legal {
font-family: Helvetica, Arial, sans-serif;
font-size: 10px;
color: #000000;
font-weight: bold;
text-align: center;
padding-top: 30px;
}
table.section-ft td.legal a.ft-link {
color: #000000;
text-decoration: none;
text-transform: uppercase;
}
/*----- END Standardization CSS*/
/*----- START Mobile Responsive Navigation - Do Not Edit*/
@media only screen and (max-width: 620px) {
.fullwidth,.section-body,.shop-table,.section-ft {
width: 100%;
height: auto;
}
td.shop-btn a#shop-link {
display: block;
}
}
/*----- END Standardization CSS*/
</style>
</head>
<body>
<table id="main-wrapper" width="100%" align="center">
<tr>
<td>
<table class="fullwidth" width="600px" align="center">
<tr>
<td class="browserview" cellpadding="20">
::&#32;<a href="http://view.e.wmg.com/?qs=e68193b72629dc9d14800c17f97ab5176b671ed55611a64b4fbb2c9ba1fa0c2e75ff7dc0d458bc3c1586ad8ff1e0d80e4c2191aebb01bb02fb8cd1eead3c9a0afb75bb614815f7faa7ff30d9ca2b05f3">View this email as a web page</a>&#32;::
</td>
</tr>
<tr>
<td class="section-header">
<img class="hero-img" src="http://image.e.wmg.com/lib/fe8e12717267067a72/m/1/101515_WMG_Email_640.jpg" alt="Warner Music Store Logo">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table class="section-body" width="600px" align="center">
<tr>
<td class="title">
<span class="thanks">Thanks for signing up!</span>
</td>
</tr>
<tr>
<td class="msg">
You will get first access to discounts, special events, exclusive insider offers, and sneak previews!
<br><br>
Use the code below to receive 10% off your next order in the
<a href="http://click.e.wmg.com/?qs=e117877f56b1061e0bb7b7e4a9937d99a4572f6b9ef4327794a86663317969c80effdda8be03abc40652b12fe0ff11333bd5752aa59ff7f4" title="Warner Music Store" style="text-decoration: none;">
<b style="background-color: #ffffff; color: #006699;">Warner Music Store</b></a>.
<br><br>
<b style="background-color: #ffffff; color: #006699;">XPBWN3Z64RK2</b>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table class="shop-table" width="600px" align="center" cellpadding="20">
<tr>
<td class="shop-btn" style="margin: 0 auto; text-align: center;">
<a id="shop-link" href="http://click.e.wmg.com/?qs=e117877f56b1061e0bb7b7e4a9937d99a4572f6b9ef4327794a86663317969c80effdda8be03abc40652b12fe0ff11333bd5752aa59ff7f4">shop now</a>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table class="section-ft" width="600px" align="center">
<tr>
<td class="ftnote">
*If you received this email and didn't sign up for or want to be removed, you can unsubscribe at anytime.
</td>
</tr>
<tr>
<td class="legal">
&#169; 2015 Warner Music Group 1633 Broadway New York, NY, 10019, USA
<br><br>
<a class="ft-link" href="http://click.e.wmg.com/?qs=e117877f56b1061e2a7c893b58c31a74b06ad931ab5630ec8f4f56007bfb893d5331532cbd3033079a979b52439909e08d02d4fe772e017d" target="_blank">privacy policy</a>
&#124;
<a class="ft-link" href="http://click.e.wmg.com/?qs=e117877f56b1061e3c14f9d05922179e7f4593e7469e410883bf91b9d8a86d884fb313c559ea61dbfa40acab71876be2fc515552bccf732b" target="_blank">terms of use</a>
&#124;
<a class="ft-link" href="http://click.e.wmg.com/unsub_center.aspx?qs=f16143fd5ebef8c36d837b0dae765e77da2f20428beb35cdd09035a2e41dd0c13b67ab4020eaf530df6503cf40aabf17450a5d39247702276424296b31bcff5b" target="_blank">unsubscribe</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment