Foundation for Emails editable vendor lib
This commit is contained in:
committed by
Mark Moser
parent
d5d15b3537
commit
c628fa58a0
48
vendor/assets/foundation-emails/templates/password.html
vendored
Normal file
48
vendor/assets/foundation-emails/templates/password.html
vendored
Normal file
@ -0,0 +1,48 @@
|
||||
<style type="text/css">
|
||||
body,
|
||||
html,
|
||||
.body {
|
||||
background: #f3f3f3 !important;
|
||||
}
|
||||
|
||||
.header {
|
||||
background: #f3f3f3;
|
||||
}
|
||||
</style>
|
||||
|
||||
<container>
|
||||
|
||||
<row class="header">
|
||||
<columns>
|
||||
|
||||
<spacer size="16"></spacer>
|
||||
|
||||
<h4 class="text-center">Pirate Retirement Services</h4>
|
||||
</columns>
|
||||
</row>
|
||||
<row>
|
||||
<columns>
|
||||
|
||||
<spacer size="32"></spacer>
|
||||
|
||||
<center>
|
||||
<img src="http://placehold.it/250x250">
|
||||
</center>
|
||||
|
||||
<spacer size="16"></spacer>
|
||||
|
||||
<h1 class="text-center">Forgot Your Password?</h1>
|
||||
|
||||
<spacer size="16"></spacer>
|
||||
|
||||
<p class="text-center">It happens. Click the link below to reset your password.</p>
|
||||
<button class="large expand" href="#">Reset Password</button>
|
||||
|
||||
<hr/>
|
||||
|
||||
<p><small>You're getting this email because you've signed up for email updates. If you want to opt-out of future emails, <a href="#">unsubscribe here</a>.</small></p>
|
||||
</columns>
|
||||
</row>
|
||||
|
||||
<spacer size="16"></spacer>
|
||||
</container>
|
Reference in New Issue
Block a user