Created
November 21, 2018 00:25
-
-
Save tamvm/0f5535940c337a41825e7231c25fa76c to your computer and use it in GitHub Desktop.
TrustPilot Invitation Template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | |
<html> | |
<head><meta content="text/html;charset=utf-8" http-equiv="Content-Type"> | |
<title>Your opinion matters</title> | |
<style media="all" type="text/css">@media only screen and (max-device-width: 480px) { | |
#backgroundTableTd { | |
padding: 5px !important; | |
} | |
#templateContainerTd { | |
padding: 15px !important; | |
} | |
h1 { | |
font-size: 28px !important; | |
} | |
h2 { | |
font-size: 24px !important; | |
} | |
h3 { | |
font-size: 20px !important; | |
} | |
h4 { | |
font-size: 16px !important; | |
} | |
tbody div { | |
font-size: 16px !important; | |
} | |
table[class="table"], | |
td[class="cell"] { | |
width: 300px !important; | |
} | |
} | |
</style> | |
<style media="all" type="text/css">@media only screen and (max-width: 480px) { | |
.unsubscribe-section { | |
font-size: 12px !important; | |
} | |
} | |
@media only screen and (min-width: 481px) { | |
#templateContainer { | |
max-width: 700px; | |
} | |
.trustpilot-logo img { | |
height: auto !important; | |
max-width: 120px !important; | |
} | |
.stars { | |
margin-bottom: 1rem; | |
} | |
.stars .tp-link { | |
font-size: inherit !important; | |
} | |
} | |
@media only screen and (max-width: 360px) { | |
.rating-word { | |
display: none; | |
} | |
} | |
</style> | |
<style media="all" type="text/css">/** | |
* Targets Gmail and iOS Mail when they add links around contact info | |
**/ | |
a[x-apple-data-detectors] { | |
color: inherit !important; | |
text-decoration: none !important; | |
font-size: inherit !important; | |
font-family: inherit !important; | |
font-weight: inherit !important; | |
line-height: inherit !important; } | |
u + #body a { | |
color: inherit; | |
font-size: inherit; | |
font-family: inherit; | |
font-weight: inherit; | |
line-height: inherit; } | |
.ii a[href] { | |
color: inherit; | |
text-decoration: underline; } | |
/** | |
* End of Gmail and iOS Mail targeting | |
*/ | |
</style> | |
</head> | |
<body id="body" style="width: 100% !important; -webkit-text-size-adjust: none; margin: 0; padding: 0; background-color: #fff;"> | |
<p style="text-align: center"><img alt="" src="https://remitano.com/logo.png" style="margin-top: 20px; margin-bottom: 20px; width: 200px; height: 47px;" /></p> | |
<table border="0" cellpadding="0" cellspacing="0" height="100% !important" id="backgroundTable" style="background-color: #fff; width: 100% !important; height: 100% !important; margin: 0;" width="100% !important"> | |
<tbody> | |
<tr> | |
<td style="border-collapse: collapse;"> | |
<p><strong>Dear [Name],</strong></p> | |
<div style="color: #505050; font-family: Times New Roman; font-size: 14px; line-height: 150%; text-align: left;"> | |
<p>We would like to thank you for recent successful trades in [DomainName]. To help us continue our high quality of service, we invite you to take a moment to leave your feedback on Trustpilot. Please choose a rating that best describes our work and your overall experience with our service.</p> | |
<h3 style="line-height: 100%; color: #202020; font-family: Arial; font-size: 26px; font-weight: bold; display: block; margin-top: 0; margin-right: 0; margin-bottom: 10px; margin-left: 0; text-align: left;"><a class="tp-link" href="[Link]" style="color: #0c59f2; font-weight: normal; line-height: 1em; text-decoration: underline; font-size: 18px;">Click here to review us on Trustpilot </a></h3> | |
<p>[Stars]</p> | |
<p>Your helpful comments are much appreciated, and we will do our best to continually improve the standard of our service and look forward to serving you next time.</p> | |
<p><em>Have a lovely day!</em></p> | |
<strong>Kind Regards<br /> | |
[DomainName]</strong></div> | |
</td> | |
</tr> | |
</tbody> | |
</table> | |
<p> </p> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment