-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
320a163
commit b8b6653
Showing
2 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
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> |
This file contains 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
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> |