email tweaks (#157)

This commit is contained in:
Michael Quigley 2023-01-20 14:01:02 -05:00
parent 5057cc4bb1
commit 44f61d3bb7
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62
2 changed files with 3 additions and 3 deletions

View File

@ -132,12 +132,12 @@
<div class="container">
<div class="banner" style="margin: auto;">
<img src="https://zrok.io/wp-content/uploads/2023/01/welcome.jpg" width="363px" height="500px" style="padding-bottom: 10px;"/>
<img src="https://zrok.io/wp-content/uploads/2023/01/reset.jpg" width="363px" height="500px" style="padding-bottom: 10px;"/>
</div>
<div class="cta" style="text-align: center;">
<p style="text-align: center;">Someone requested a password reset on your behalf, {{ .EmailAddress }}.</p>
<a class="btn btn-primary" href="{{ .Url }}" style="color: #ffffff;">Reset Password</a>
<a class="btn btn-secondary" href="#" style="color: #ffffff">Documentation</a>
<a class="btn btn-secondary" href="https://docs.zrok.io/" style="color: #ffffff">Documentation</a>
</div>
<table border="0" cellpadding="0" cellspacing="0" align="center" class="about">

View File

@ -137,7 +137,7 @@
<div class="cta" style="text-align: center;">
<p style="text-align: center;">Please click the button below to create your zrok account for {{ .EmailAddress }}.</p>
<a class="btn btn-primary" href="{{ .VerifyUrl }}" style="color: #ffffff;">Create Account</a>
<a class="btn btn-secondary" href="#" style="color: #ffffff">Documentation</a>
<a class="btn btn-secondary" href="https://docs.zrok.io/" style="color: #ffffff">Documentation</a>
</div>
<table border="0" cellpadding="0" cellspacing="0" align="center" class="about">