Skip to content

Instantly share code, notes, and snippets.

@DreamerKlim
Created January 29, 2017 20:19
Show Gist options
  • Save DreamerKlim/735746dd1a946336c613b448cf8a1233 to your computer and use it in GitHub Desktop.
Save DreamerKlim/735746dd1a946336c613b448cf8a1233 to your computer and use it in GitHub Desktop.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Demystifying Email Design</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
</head>
<body style="margin: 0; padding: 0;">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td style="padding: 10px 0 30px 0;">
<table align="center" border="0" cellpadding="0" cellspacing="0" width="600" style="border: 1px solid #cccccc; border-collapse: collapse;">
<tr>
<td align="center" bgcolor="#70bbd9" style="padding: 40px 0 30px 0; color: #153643; font-size: 28px; font-weight: bold; font-family: Arial, sans-serif;">
<a href="{link}"><img src="https://pupi-boy.ru/h2.png" alt="лого" width="300" height="124" style="display: block;" /></a>
</td>
</tr>
<tr>
<td bgcolor="#ffffff" style="padding: 30px 30px 40px 30px;">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td style="color: #153643; font-family: Arial, sans-serif; font-size: 24px; line-height: 1.3;">
<b>Привет! {name},</b>
{author} написал новый комментарий к <a style="color: #153643; font-style: italic;" href="{link}">"{title}"</a>.
<p style="
display: block;
-webkit-margin-before: 8px;
-webkit-margin-after: 0em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}">Вот отрывок:</p>
</td>
</tr>
<tr>
<td style="padding: 20px 0 30px 0; color: #153643; font-family: Arial, sans-serif; font-size: 16px; line-height: 20px;">
{content}
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="#607d8b" style="padding: 15px 15px 15px 15px;">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td style="color: #ffffff; font-family: Arial, sans-serif; font-size: 14px;" width="85%">
DreamerKlim © 2015-2017 <a style="color: #ffffff;" href="https://pupi-boy.ru/" target="_blank">Pupi-Boy</a><br/>
<a href="{unsubscribe}" style="color: #ffffff;"><font color="#ffffff">Отписаться</font></a> от этих уведомлений? :с
</td>
<td align="right" width="25%">
</td>
</tr>
</table>
</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