Skip to content

Commit

Permalink
add new email template #35
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuNls committed Aug 12, 2015
1 parent 320a163 commit b8b6653
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
19 changes: 19 additions & 0 deletions application/views/email/add-first-watch.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<div style="background-color: #F4F4F4; width: 100%; height: 100%; margin: 0px; display: table;">
<div style="max-width: 700px; background-color: white; border-radius: 5px; margin: 25px auto; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0,.15); padding: 15px">
<div style="text-align: center"><?php echo img('logo-blue.png', 'Toolwatch');?></div>
<div style="margin-top: 20px; font-family: 'Open Sans', arial,sans-serif;">
Hey there!<br>
You signed in on <a href="https://toolwatch.io">Toolwatch.io</a> and we're thrilled to have you onboard! <br>
<br>
You can now start the first measuring for the accuracy of your mechanical watches. Is your watch really accurate or should it be serviced? Let’s start by adding your first watch and find out <a href="https://toolwatch.io/measures">now</a>!
<br>
Take care of yourself and your watch!<br>
<br>
Happy toolwatching !<br>
<br>
The Toolwatch Team<br>
<br>
<small>P.S. The whole team is always around, almost 24/7, to reply to your emails. In fact, you can just hit reply to this email or any others you receive from us. Whether you need help, have ideas or just want to say "hello," we'll get back to you within a few hours.</small>
</div>
</div>
</div>
17 changes: 17 additions & 0 deletions application/views/email/remind-check-accuracy-1w.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<div style="background-color: #F4F4F4; width: 100%; height: 100%; margin: 0px; display: table;">
<div style="max-width: 700px; background-color: white; border-radius: 5px; margin: 25px auto; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0,.15); padding: 15px">
<div style="text-align: center"><?php echo img('logo-blue.png', 'Toolwatch');?></div>
<div style="margin-top: 20px; font-family: 'Open Sans', arial,sans-serif;">
Hey there,<br>
You’ve synchronized your <?php echo $watchBrand.' '.$watchName;?> with Toolwatch one week ago and now is the time to see the results of your watch’s accuracy !<br>
<br>
Just make sure your have your watch near you (it should already be on your wrist ;) ) and go to the <a href="http://www.toolwatch.io/measures/">measure page</a>.<br>
<br>
See you there !
<br>
The Toolwatch Team<br>
<br>
<small>P.S. The whole team is always around, almost 24/7, to reply to your emails. In fact, you can just hit reply to this email or any others you receive from us. Whether you need help, have ideas or just want to say "hello," we'll get back to you within a few hours.</small>
</div>
</div>
</div>

0 comments on commit b8b6653

Please sign in to comment.