forked from statping/emails
-
Notifications
You must be signed in to change notification settings - Fork 2
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
4ce903d
commit af84cab
Showing
1 changed file
with
75 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,75 @@ | ||
<mjml> | ||
<mj-head> | ||
<mj-title>Statping Service Notification</mj-title> | ||
</mj-head> | ||
<mj-body background-color="#E7E7E7"> | ||
<mj-raw> | ||
<!-- Top Bar --> | ||
</mj-raw> | ||
<mj-section background-color="#FF3FB4" background-url="https://assets.statping.com/greenbackground.png" padding="0px"> | ||
<mj-column> | ||
<mj-image width="45px" href="https://statping.com" src="https://assets.statping.com/iconlight.png" align="center" alt="Sphero"></mj-image> | ||
</mj-column> | ||
</mj-section> | ||
|
||
<mj-section background-color="#ffffff"> | ||
<mj-column width="100%"> | ||
<mj-text font-family="Ubuntu, Helvetica, Arial, sans-serif" font-size="22px" padding="15px" line-height="30px"> | ||
Verify your Email Address | ||
</mj-text> | ||
|
||
<mj-text font-family="Ubuntu, Helvetica, Arial, sans-serif" font-size="15px" padding="15px" line-height="30px"> | ||
For you to start accepting emails updates for your services, please verify your email address by clicking on the button below. | ||
</mj-text> | ||
|
||
|
||
<mj-section padding-left="0px" padding-right="0px" padding-top="5px" padding-bottom="10px"> | ||
<mj-column> | ||
|
||
<mj-button border-radius="4px" background-color="#4caf50" href="https://news.statping.com/verify/{{.Code}}">Verify Email</mj-button> | ||
|
||
</mj-column> | ||
</mj-section> | ||
|
||
<mj-text align="center"><a href="https://news.statping.com/verify/{{.Code}}">https://news.statping.com/verify/{{.Code}}</a></mj-text> | ||
|
||
|
||
<mj-spacer height="30px" /> | ||
|
||
<mj-section padding="0" background-url="https://assets.statping.com/greenbackground.png" background-color="#F15822"> | ||
<mj-column> | ||
<mj-image width="250px" href="https://statping.com" src="https://assets.statping.com/statpingcom.png" align="center"></mj-image> | ||
</mj-column> | ||
</mj-section> | ||
|
||
<mj-section padding-bottom="0" padding-top="10px"> | ||
<mj-column> | ||
<mj-text color="#445566" font-size="11px" align="center" line-height="16px"> | ||
You are receiving this email because one of your services has changed on your Statping instance. You can modify this email on the Email Notifier page in Settings. | ||
</mj-text> | ||
<mj-text color="#445566" font-size="11px" align="center" line-height="16px"> | ||
© Statping | ||
</mj-text> | ||
</mj-column> | ||
</mj-section> | ||
|
||
|
||
<mj-section padding-top="0" padding-bottom="0"> | ||
<mj-group> | ||
<mj-column width="100%" padding-right="0"> | ||
<mj-text color="#445566" font-size="11px" align="center" line-height="16px" font-weight="bold"> | ||
<a class="footer-link" href="https://statping.com">Statping.com</a>         | ||
|
||
<a class="footer-link" href="https://github.com/statping/statping">Github</a>         | ||
|
||
<a class="footer-link" href="https://statping.com/privacy">Privacy</a>         | ||
|
||
<a class="footer-link" href="https://news.statping.com/delete?email={{.Email}}">Unsubscribe</a> | ||
</mj-text> | ||
</mj-column> | ||
</mj-group> | ||
|
||
</mj-section> | ||
|
||
</mj-body> | ||
</mjml> |