dojo-templater
Version:
Easy HTML emails with variables
162 lines (136 loc) • 5.04 kB
HTML
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- If you delete this tag, the sky will fall on your head -->
<meta name="viewport" content="width=device-width" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>ClassDojo Email Template</title>
<link rel="stylesheet" type="text/css" href="./stylesheets/email.css" />
<!-- we'll process and inline styles before sending -->
<style>
</style>
</head>
<body bgcolor="#faf9f9">
<!-- HEADER -->
<table class="head-wrap">
<tr>
<td class="header container">
<div class="content">
<table>
<tr>
<td align="center"><img src="http://pstatic.classdojo.com/img/emails/trigger-email-logo.png" width="300" alt="ClassDojo"></img></td>
</tr>
</table>
</div>
</td>
</tr>
</table><!-- /HEADER -->
<!-- BODY -->
<table class="body-wrap">
<tr>
<td></td>
<td class="container" bgcolor="#FFFFFF">
<div class="content paper">
<table class="body-wrap clear">
<tr>
<td>
<h1>Introducing ClassDojo Notifier</h1>
<p><a href="http://www.classdojo.com/notifier" target="_blank"><img src="http://hiphopgrewup.com/wp-content/uploads/2012/04/2-chainz-vibe-interview.jpg" alt="Please allow images for this email"></img></a></p>
</td>
</tr>
</table>
<!-- Left buffer, ensures button centering in nice clients -->
<div class="buffer"> </div>
<div class="buffer-container">
<table class="body-wrap" border="0">
<tr>
<!-- Left button cap -->
<td class="btn-left"></td>
<!-- Fluid, stretching center button section -->
<td class="btn-center" width="260px" bgcolor="#FEA302">
<a href="http://www.classdojo.com/notifier" target="_blank" class="call-to-action">Get it now →</a>
</td>
<!-- Right button cap -->
<td class="btn-right"></td>
</tr>
</table>
</div>
<!-- Right buffer, ensures button centering in nice clients -->
<div class="buffer"> </div>
<table>
<tr>
<td>
<p class="lead">Do you want to use ClassDojo on your smartboard, laptop or projector - but you have to keep switching between the ClassDojo window and your lesson? Prepare to be amazed:</p>
<br />
<p class="lead">ClassDojo Notifier enables ClassDojo popups to appear over any program on your computer - so no more switching back and forth! <a href="http://www.classdojo.com/notifier" target="_blank">Get ClassDojo Notifier now :)</a></p>
<br />
<p class="lead">With ClassDojo Notifier, you can now use your tablet or mobile device to make ClassDojo popups appear over:</p>
<ul>
<li>PowerPoint presentations</li>
<li>Fullscreen videos</li>
<li>Anything else you have displayed on your computer (yes, really!)</li>
</ul>
<p class="lead">Get it for your PC here: <a href="http://www.classdojo.com/notifier" target="_blank">classdojo.com/notifier</a>. Mac users - watch this space: we’ve got something for you coming soon :)</p>
<p>Cheers,<br />
The ClassDojo team</p>
</td>
</tr>
</table>
<!-- Left buffer, ensures button centering in nice clients -->
<div class="buffer"> </div>
<div class="buffer-container">
<table class="body-wrap" border="0">
<tr>
<!-- Left button cap -->
<td class="btn-left"></td>
<!-- Fluid, stretching center button section -->
<td class="btn-center" width="260px" bgcolor="#FEA302">
<a href="http://www.classdojo.com/notifier" target="_blank" class="call-to-action">Get it now! →</a>
</td>
<!-- Right button cap -->
<td class="btn-right"></td>
</tr>
</table>
</div>
<!-- Right buffer, ensures button centering in nice clients -->
<div class="buffer"> </div>
<br class="clear"></br>
</div>
</td>
<td></td>
</tr>
</table><!-- /BODY -->
<!-- FOOTER -->
<table class="footer-wrap">
<tr>
<td class="container" colspan="3">
<!-- content -->
<div class="content">
<table>
<tr>
<td align="center">
<p class="footer">
<a href="http://www.classdojo.com/about" target="_blank">About ClassDojo</a>
<span class="dot"> • </span>
<a href="http://www.classdojo.com/mission" target="_blank">Our Mission</a>
<span class="dot"> • </span>
<a href="http://teachersupport.classdojo.com" target="_blank">Support</a>
<span class="dot"> • </span>
<a href="%unsubscribe_url%">Unsubscribe</a>
</p>
</td>
</tr>
<tr>
<td align="center" class="signout">
<br></br>
Sent with love from ClassDojo HQ at:<br></br>
322 Sixth Street • Suite 6 • San Francisco, CA 94103
</td>
</tr>
</table>
</div><!-- /content -->
</td>
</tr>
</table><!-- /FOOTER -->
</body>
</html>