Skip to content

Instantly share code, notes, and snippets.

@jaemar
Last active December 16, 2015 22:38
Show Gist options
  • Save jaemar/5507979 to your computer and use it in GitHub Desktop.
Save jaemar/5507979 to your computer and use it in GitHub Desktop.
Sample Email Template
<!--
These are the global variables you can use:
*|team|* - Account Name
*|link|* - Survey url
*|title|* - Survey title
-->
<head>
<style type="text/css">
a:hover {
color: #3f78c6 !important;
}
a:active .button td {
background-color: #bbb !important;
}
/* Not to be inlined */
@media only screen and (max-device-width: 480px) {
.page {
padding: 0px 10px 5px 10px !important;
}
body {
padding: 10px !important;
font-family: HelveticaNeue-Light, 'Helvetica Neue Light', sans-serif;
}
body, div {
font-family: HelveticaNeue-Light, 'Helvetica Neue Light', sans-serif;
}
#airmail-line {
margin: 0 -10px !important;
}
.header {
font-size: 16px !important;
}
.headline {
font-size: 20px !important;
}
#screenshot {
width: 275px;
height: 190px;
}
}
</style>
<meta name="robots" content="noindex,nofollow">
</meta>
<meta property="og:title" content="Welcome to Delph.io">
</meta>
</head>
<body style="margin: 0; background: #dfdfdf; padding: 20px;">
<h3 class="header" style="text-align: center;text-shadow: white 0 1px 0px; font-weight: normal; margin-top: 0px; color: #000; font: 24px HelveticaNeue-Light, 'Helvetica Neue Light', sans-serif;"><a href="https://www.delph.io" style="color: #000; text-decoration: none; -webkit-transition: color .2s ease;">*|team|* Online Survey</a></h3>
<!-- The Page -->
<div class="page" style="-webkit-border-radius: 10px; -webkit-box-shadow: rgba(0,0,0,.4) 0 3px 10px; clear: both; margin: 0px; background: white; border: 0px; font: 14px/19px Helvetica, sans-serif; padding: 0px 40px 25px; border-top: 8px solid #000;">
<div id="airmail-line" style="overflow: hidden; margin: 0 -40px; text-indent: -20px; white-space: nowrap; min-height: 15px; padding: 0; font: italic bold 260px/15px Helvetica, sans-serif; height: 15px; max-height: 15px; -webkit-border-top-right-radius: 10px; -moz-border-radius: 10px; -webkit-border-top-left-radius: 10px; letter-spacing: -44px;"> </div>
<p>Hi there!</p>
<p>
You have been invited to join *|team|*'s latest survey with the title: <b>*|title|*</b>
</p>
<p>
<a href="*|link|*">Please click here to start the survey</a>
</p>
</br>
</br>
<p>
Thank you for your participation.
</p>
<p>
The team @ <b>*|team|*</b>
</p>
</br>
</br>
<p>This survey was brought you by Delph.io powered by <a href="http://www.kickstart.ph" target="_none">Kickstart Ventures</a></p>
</div>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment