Skip to content

Instantly share code, notes, and snippets.

@TheGP
Created October 24, 2016 19:04
Show Gist options
  • Select an option

  • Save TheGP/7d8793f2c3aaadaafb26f534b1921e16 to your computer and use it in GitHub Desktop.

Select an option

Save TheGP/7d8793f2c3aaadaafb26f534b1921e16 to your computer and use it in GitHub Desktop.
mdp template test (remove)
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&subset=cyrillic" rel="stylesheet">
<!--[if gte mso 9]>
<style type="text/css">
body, a, p, h1, h2, h3, h4, span, div {
font-family: Helvetica, Arial, sans-serif !important;
}
</style>
<![endif]-->
<style type="text/css">
* {
font-size: 16px;
line-height: 150%;
}
body, a, p, h1, h2, h3, h4, span, div {
font-family: 'Open Sans', 'OpenSans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
body {
padding: 0;
margin: 0;
}
.main_div {
width: 100%; max-width: 500px; padding: 0 18px;
}
p, div {
box-sizing: border-box;
}
p {
padding-bottom: 1em; /* fuck you yahoo */
}
a {
color: #5acc6a;
}
a.button {
font-weight: bold;
color: #ffffff;
text-decoration: none;
text-transform: uppercase;
background-color: #5acc6a;
border-top: 8px solid #5acc6a;
border-bottom: 8px solid #5acc6a;
border-left: 14px solid #5acc6a;
border-right: 14px solid #5acc6a;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
display: inline-block;
}
div.unsubscribe {
margin-top: 50px;
font-size: 12px;
color: grey;
}
div.unsubscribe a {
font-size: 12px;
color: grey;
}
.header a, .social a {
text-decoration: none;
}
.social img {
margin-top: 11px;
}
.forgot_me {
font-size: 12px;
border-radius: 5px;
color: #929292;
background: #f2fff2;
border-top: 5px solid #f2fff2;
border-bottom: 5px solid #f2fff2;
border-left: 9px solid #f2fff2;
border-right: 9px solid #f2fff2;
padding-bottom: 0;
}
.forgot_me a {
font-size: 12px;
color: #929292;
}
</style>
</head>
<body>
<!--[if (gte mso 9)|(IE)]>
<table width="500" cellpadding="0" cellspacing="0" border="0">
<tr>
<td>
<![endif]-->
<div class="main_div">
<p class="header">
<a href="http://makedreamprofits.ru/landings/bonus-ideas/?utm_source=email&utm_medium=link&utm_content=logo-link&utm_campaign=email" target="_blank">
<img alt="MakeDreamProfits" src="http://makedreamprofits.ru/wp-includes/images/emails/mdp-logo.png" width="200" />
</a>
</p>
<p class="forgot_me">
Забыли меня? Я создатель <a href="">ComeBacker</a>, <a href="">JumpOut</a> и других всяких интересных продуктов
</p>
<p>
Тестовый текстовый параграф, который может обозначать хоть что и не понятно что за дела.
</p>
<p>
<a class="button" target="_blank" href="http://makedreamprofits.ru/" target="_blank">Читать MORE</a>
</p>
<p>
Тестовый текстовый параграф, который может обозначать хоть что и не понятно что за дела.
</p>
<div style="color: #e6e6e6;">____________</div>
<p class="ending">
Eugene Bos<br />
<a href="http://makedreamprofits.ru">MakeDreamProfits</a>
<br />
<span class="social">
<a href="http://vk.com/makedreamprofits" target="_blank">
<img alt="Vkontakte" src="http://makedreamprofits.ru/wp-includes/images/emails/vk.png" width="32" />
</a> &nbsp;
<a href="https://twitter.com/MakeDreamProfit" target="_blank">
<img alt="Twitter" src="http://makedreamprofits.ru/wp-includes/images/emails/tw.png" width="32" />
</a> &nbsp;
<a href="http://www.facebook.com/MakeDreamProfits" target="_blank">
<img alt="Facebook" src="http://makedreamprofits.ru/wp-includes/images/emails/fb.png" width="32" />
</a> &nbsp;
<a href="http://www.youtube.com/user/MakeDreamProfits" target="_blank">
<img alt="YouTube" src="http://makedreamprofits.ru/wp-includes/images/emails/yt.png" width="32" />
</a>
</span>
</p>
<div class="unsubscribe">
Если вы хотите отписаться только от нашей новостной рассылки, <a href="{unsubscribe}">нажмите сюда</a>.
Если же вы хотите полностью перестать получать все письма от нас, то <a href="{unsubscribe}">вам сюда</a>.
</div>
<!--[if (gte mso 9)|(IE)]>
</td>
</tr>
</table>
<![endif]-->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment