Skip to content

Commit

Permalink
Create verify.html
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterlong authored Jun 19, 2020
1 parent 4ce903d commit af84cab
Showing 1 changed file with 75 additions and 0 deletions.
75 changes: 75 additions & 0 deletions verify.html
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">
&copy; 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>&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;

<a class="footer-link" href="https://github.com/statping/statping">Github</a>&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;

<a class="footer-link" href="https://statping.com/privacy">Privacy</a>&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;

<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>

0 comments on commit af84cab

Please sign in to comment.