dojo-templater
Version:
Easy HTML emails with variables
150 lines (123 loc) • 4 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://c.classdojo.com/img/email/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>
<h2>Welcome, Elijah Baily</h2>
<p class="lead">You're one small step away from being able to use ClassDojo to build positive behavior and save hours of instructional time this year! </p>
<p class="lead"><a href="">Add your students</a> today and be ready for next week!</p>
<!-- A Real Hero (and a real human being) -->
<!-- /hero -->
<!-- Callout Panel -->
<!-- <p class="callout">
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt. <a href="#">Do it Now! »</a>
</p> --><!-- /Callout Panel -->
</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="/" class="call-to-action">Add your students</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>
<table class="body-wrap clear">
<tr>
<td>
<!-- <h3>Title Ipsum <small>This is a note.</small></h3> -->
<p>Want us to upload your students for you? Just reply to this email with your class list and we'll get you all set up :)</p>
<p><img src="http://c.classdojo.com/img/email/upload.png" width="100%" /></p>
<p>Again, welcome! And please let us know if there's ever anything we can do for you.</p>
<p></p>
Cheers,<br></br>
The ClassDojo team
</td>
</tr>
<tr>
<td align="center" style="color: #db1259;" colspan="3">
♥
</td>
</tr>
</table>
</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="#">About ClassDojo</a>
<span class="dot"> • </span>
<a href="#">Our Mission</a>
<span class="dot"> • </span>
<a href="#">Support</a>
<span class="dot"> • </span>
<a href="#">Unsubscribe</a>
</p>
</td>
</tr>
<tr>
<td align="center" class="signout">
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>