Skip to content

Instantly share code, notes, and snippets.

@git-bhanu
Created July 30, 2020 15:38
Show Gist options
  • Save git-bhanu/4c4338c37f57e2cc770b80871227ecac to your computer and use it in GitHub Desktop.
Save git-bhanu/4c4338c37f57e2cc770b80871227ecac to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:o="urn:schemas-microsoft-com:office:office"><head>
<meta charset="utf-8"> <!-- utf-8 works for most cases -->
<meta name="viewport" content="width=device-width"> <!-- Forcing initial-scale shouldn't be necessary -->
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- Use the latest (edge) version of IE rendering engine -->
<meta name="x-apple-disable-message-reformatting"> <!-- Disable auto-scale in iOS 10 Mail entirely -->
<meta name="format-detection" content="telephone=no,address=no,email=no,date=no,url=no">
<!-- Tell iOS not to automatically link certain text strings. -->
<meta name="color-scheme" content="light">
<meta name="supported-color-schemes" content="light">
<title></title> <!-- The title tag shows in email notifications, like Android 4.4. -->
<!-- What it does: Makes background images in 72ppi Outlook render at correct size. -->
<!--[if gte mso 9]>
<xml>
<o:OfficeDocumentSettings>
<o:AllowPNG/>
<o:PixelsPerInch>96</o:PixelsPerInch>
</o:OfficeDocumentSettings>
</xml>
<![endif]-->
<!-- Web Font / @font-face : BEGIN -->
<!-- NOTE: If web fonts are not required, lines 23 - 41 can be safely removed. -->
<!-- Desktop Outlook chokes on web font references and defaults to Times New Roman, so we force a safe fallback font. -->
<!--[if mso]>
<style>
* {
font-family: helvetica, sans-serif !important;
}
</style>
<![endif]-->
<!-- All other clients get the webfont reference; some will render the font and others will silently fail to the fallbacks. More on that here: http://stylecampaign.com/blog/2015/02/webfont-support-in-email/ -->
<!--[if !mso]><!-->
<!-- insert web font reference, eg: <link href='https://fonts.googleapis.com/css?family=Roboto:400,700' rel='stylesheet' type='text/css'> -->
<!--<![endif]-->
<!-- Web Font / @font-face : END -->
<!-- CSS Reset : BEGIN -->
<style>
/* What it does: Tells the email client that only light styles are provided but the client can transform them to dark. A duplicate of meta color-scheme meta tag above. */
:root {
color-scheme: light;
supported-color-schemes: light;
}
/* What it does: Remove spaces around the email design added by some email clients. */
/* Beware: It can remove the padding / margin and add a background color to the compose a reply window. */
html,
body {
margin: 0 auto !important;
padding: 0 !important;
height: 100% !important;
width: 100% !important;
}
/* What it does: Stops email clients resizing small text. */
* {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
/* What it does: Centers email on Android 4.4 */
div[style*="margin: 16px 0"] {
margin: 0 !important;
}
/* What it does: forces Samsung Android mail clients to use the entire viewport */
#MessageViewBody,
#MessageWebViewDiv {
width: 100% !important;
}
/* What it does: Stops Outlook from adding extra spacing to tables. */
table,
td {
mso-table-lspace: 0pt !important;
mso-table-rspace: 0pt !important;
}
/* What it does: Fixes webkit padding issue. */
table {
border-spacing: 0 !important;
border-collapse: collapse !important;
table-layout: fixed !important;
margin: 0 auto !important;
}
/* What it does: Uses a better rendering method when resizing images in IE. */
img {
-ms-interpolation-mode: bicubic;
}
/* What it does: Prevents Windows 10 Mail from underlining links despite inline CSS. Styles for underlined links should be inline. */
a {
text-decoration: none;
}
/* What it does: A work-around for email clients meddling in triggered links. */
a[x-apple-data-detectors],
/* iOS */
.unstyle-auto-detected-links a,
.aBn {
border-bottom: 0 !important;
cursor: default !important;
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
/* What it does: Prevents Gmail from displaying a download button on large, non-linked images. */
.a6S {
display: none !important;
opacity: 0.01 !important;
}
/* What it does: Prevents Gmail from changing the text color in conversation threads. */
.im {
color: inherit !important;
}
/* If the above doesn't work, add a .g-img class to any image in question. */
img.g-img+div {
display: none !important;
}
/* What it does: Removes right gutter in Gmail iOS app: https://github.com/TedGoas/Cerberus/issues/89 */
/* Create one of these media queries for each additional viewport size you'd like to fix */
/* iPhone 4, 4S, 5, 5S, 5C, and 5SE */
@media only screen and (min-device-width: 320px) and (max-device-width: 374px) {
u~div .email-container {
min-width: 320px !important;
}
}
/* iPhone 6, 6S, 7, 8, and X */
@media only screen and (min-device-width: 375px) and (max-device-width: 413px) {
u~div .email-container {
min-width: 375px !important;
}
}
/* iPhone 6+, 7+, and 8+ */
@media only screen and (min-device-width: 414px) {
u~div .email-container {
min-width: 414px !important;
}
}
</style>
<!-- CSS Reset : END -->
<!-- Progressive Enhancements : BEGIN -->
<style>
/* Media Queries */
@media screen and (max-width: 600px) {
/* What it does: Adjust typography on small screens to improve readability */
.email-container p {
font-size: 17px !important;
}
}
u+#body {
width: 100vw !important;
max-width: 100% !important;
}
</style>
<!-- Progressive Enhancements : END -->
</head>
<center role="article" aria-roledescription="email" lang="en" style="width: 100%; background-color: #fff6ec;max-width: 100%!important;"
>
<!--[if mso | IE]>
<table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="background-color: #fff6ec;">
<tr>
<td>
<![endif]-->
<!-- Visually Hidden Preheader Text : BEGIN -->
<div style="max-height:0; overflow:hidden; mso-hide:all;" aria-hidden="true">
<!-- Put Data here -->
</div>
<!-- Visually Hidden Preheader Text : END -->
<!-- Create white space after the desired preview text so email clients don’t pull other distracting text into the inbox preview. Extend as necessary. -->
<!-- Preview Text Spacing Hack : BEGIN -->
<div
style="display: none; font-size: 1px; line-height: 1px; max-height: 0px; max-width: 0px; opacity: 0; overflow: hidden; mso-hide: all; font-family: helvetica, sans-serif;">
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;
</div>
<!-- Preview Text Spacing Hack : END -->
<!--
Set the email width. Defined in two places:
1. max-width for all clients except Desktop Windows Outlook, allowing the email to squish on narrow but never go wider than 600px.
2. MSO tags for Desktop Windows Outlook enforce a 600px width.
-->
<div style="max-width: 600px; margin: 0 auto;" class="email-container">
<!--[if mso]>
<table align="center" role="presentation" cellspacing="0" cellpadding="0" border="0" width="600">
<tr>
<td>
<![endif]-->
<!-- Email Body : BEGIN -->
<table align="center" role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%!important
style=" margin: auto;width: 100%!important">
<!-- Email Header : BEGIN -->
<tr>
<td style="padding: 50px 20px 30px 20px; text-align: left;">
<img src="http://cdn.mcauto-images-production.sendgrid.net/c4454d81ce149658/f1e8e57e-0d6f-4d27-97d6-28cf5b4ea14a/300x165.png"
width="45" height="32.4" alt="alt_text" border="0"
style="height: auto; background: #fff6ec; font-family: helvetica, sans-serif; font-size: 15px; line-height: 15px; color: #fff6ec;">
</td>
</tr>
<!-- Email Header : END -->
<tr>
<td>
<table class="module" role="module" data-type="divider" border="0" cellpadding="0"
cellspacing="0" width="100%" style="table-layout: fixed;"
data-muid="839bb5ba-a38f-48ab-9230-8ee03badf4ae">
<tbody>
<tr>
<td style="padding:0px 18px 0px 18px;" role="module-content" height="100%"
valign="top" bgcolor="#fff6ec">
<table border="0" cellpadding="0" cellspacing="0" align="center" width="100%"
height="2px" style="line-height:2px; font-size:2px;">
<tbody>
<tr>
<td style="padding:0px 0px 2px 0px;" bgcolor="#ff6b4d"></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr></tr>
<!-- 1 Column Text + Button : BEGIN -->
<tr>
<td>
<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%">
<tr style="width: 100%">
<td
style=" font-family: helvetica, sans-serif; font-size: 15px; line-height: 20px; color: #555555;">
<h1
style="margin: 50px 20px 10px 20px; font-family: helvetica, sans-serif; font-size: 18px; line-height: 30px; color: #1A3C36; font-weight: bold;">
Hello $name,</h1>
<p
style="margin: 30px 20px 30px 20px; color: #1A3C36; font-size: 16px; line-height: 30px;">
$mail_body</p>
</td>
</tr>
<tr>
<td style="padding: 0 20px;">
<!-- Button : BEGIN -->
<table role="presentation" cellspacing="0" cellpadding="0" border="0"
style="margin: 0 0 60px 0 !important;">
<tr>
<td class="button-td button-td-primary"
style="border-radius: 400px; background: #FF7B4D;">
<a class="button-a button-a-primary"
href="$button_link"
style="background: #FF7B4D; border: 1px solid #FF7B4D; font-family: helvetica, sans-serif; font-size: 15px; line-height: 15px; text-decoration: none; padding: 13px 27px; color: #ffffff; display: block; border-radius: 400px; font-weight: bold;">$button_name</a>
</td>
</tr>
</table>
<!-- Button : END -->
</td>
</tr>
</table>
</td>
</tr>
<!-- 1 Column Text + Button : END -->
<tr>
<td>
<!-- Email Footer : BEGIN -->
<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%!important"
style="background-color: #1A3C36;width:100%!important">
<tr style="margin-top:50px !important;">
<td width="100%!important"
style="max-width:100%!important; min-width:100%!important; width:100%!important">
<!-- Social Footer : BEGIN -->
<table role="presentation" cellspacing="0" cellpadding="0" border="0"
style="margin-top :50px !important;">
<tr>
<td>
<a href="https://www.facebook.com/altpluscare" style="margin-right: 40px;">
<img height="30" width="30"
src="http://cdn.mcauto-images-production.sendgrid.net/c4454d81ce149658/f2917067-1a50-45d8-ac1f-c1d7294f962c/96x96.png">
</a>
<a href="https://twitter.com/altpluscare" style="margin-right: 40px;">
<img height="30" width="30"
src="http://cdn.mcauto-images-production.sendgrid.net/c4454d81ce149658/022c93d5-c5b7-4e6e-bf84-dc2b088b40ef/96x96.png"></a>
<a href="https://www.instagram.com/altpluscare/">
<img height="30" width="30"
src="http://cdn.mcauto-images-production.sendgrid.net/c4454d81ce149658/db6902ab-c82c-468a-befe-c2e56ee7089a/92x94.png">
</a>
</td>
</tr>
</table>
<!-- Social Footer : END -->
</td>
</tr>
<tr style="margin-top:20px !important;">
<td>
<!-- Logo Footer : BEGIN -->
<table role="presentation" cellspacing="0" cellpadding="0" border="0"
style="margin-top :50px !important;">
<tr>
<td>
<img src="http://cdn.mcauto-images-production.sendgrid.net/c4454d81ce149658/67ed851b-1561-4fc6-8898-a227d9245716/299x164.png"
width="40" height="32.4" alt="alt_text" border="0"
style="height: auto; font-family: helvetica, sans-serif; font-size: 15px; line-height: 15px; color: #fff6ec;">
</td>
</tr>
</table>
<!-- Logo Footer : END -->
</td>
</tr>
<tr>
<td
style="padding: 20px; font-family: helvetica, sans-serif; font-size: 11px; line-height: 22px; text-align: center; color: #fff6ec;">
<br>
Good Elements Ltd.<br><span class="unstyle-auto-detected-links">Kemp House, 160 City
Road, London, EC1V2NX<br>Copyright 2020 alt+ All rights reserved.</span>
<br><br>
</td>
</tr>
</table>
<!-- Email Footer : END -->
</td>
</tr>
</table>
<!-- Email Body : END -->
<!--[if mso]>
</td>
</tr>
</table><![endif]-->
</div>
<!--[if mso | IE]>
</td>
</tr>
</table>
<![endif]-->
</center>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment