Last active
August 29, 2015 14:22
-
-
Save soulfly/b97bf9b5f27b2dc9c5ac to your computer and use it in GitHub Desktop.
Example of reset password page
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
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<title>#{app.title}: password reset</title> | |
</head> | |
<body style="margin: 0; padding: 0;"> | |
<style> | |
<!-- a:hover { | |
color: #007dfb; | |
text-decoration: none; | |
} | |
a:active { | |
color: #004b95; | |
} | |
--> | |
</style> | |
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="border-collapse:collapse;background: #f1f1f1;"> | |
<tr> | |
<td align="center" valign="top"> | |
<!-- HEADER STARTS --> | |
<table width="635" cellspacing="0" cellpadding="0" border="0" style="border-collapse:collapse;background: #ffffff;"> | |
<tr> | |
<td align="center" height="136"> | |
<img src="http://quickblox.com/wp-content/themes/quickblox2012/img/newsletter_template/header.jpg" width="635" height="136" /> | |
</td> | |
</tr> | |
<tr> | |
<td align="center" height="40" style="background: #ffffff;"> | |
<img src="http://quickblox.com/wp-content/themes/quickblox2012/img/newsletter_template/blank.gif" width="635" height="40" /> | |
</td> | |
</tr> | |
</table> | |
<!-- HEADER END --> | |
<!-- CONTENT STARTS --> | |
<table width="635" cellspacing="0" cellpadding="0" border="0" style="border-collapse:collapse;background: #ffffff;"> | |
<tr> | |
<td align="center" width="30"> | |
<img src="http://quickblox.com/wp-content/themes/quickblox2012/img/newsletter_template/blank.gif" width="15" /> | |
</td> | |
<td align="left" valign="top"> | |
<table width="100%" cellspacing="0" cellpadding="0" border="0" style="border-collapse:collapse;color:#4d4d4d;font-size:16px;line-height:23px; font-family:Helvetica, Arial, Tahoma, Verdana, sans-serif;"> | |
<tr> | |
<td align="left"> | |
<span style="font-size:25px;line-height:30px;">Dear #{user.show_name}!</span> | |
</td> | |
</tr> | |
<tr> | |
<td align="center" height="30"> | |
<img src="http://quickblox.com/wp-content/themes/quickblox2012/img/newsletter_template/blank.gif" height="30" /> | |
</td> | |
</tr> | |
<tr> | |
<td align="left"> | |
<strong> | |
Please, click the link below to reset your password: | |
<br> | |
<a href="#{user.password_reset_url}">#{user.password_reset_url}</a> | |
</strong> | |
</td> | |
</tr> | |
<tr> | |
<td align="center" height="15"> | |
<img src="http://quickblox.com/wp-content/themes/quickblox2012/img/newsletter_template/blank.gif" height="15" /> | |
</td> | |
</tr> | |
<tr> | |
<td align="left"> | |
Contact our integration support team with any questions. | |
<br /> | |
<span style="color:#0064c8;"><a style="color:#0064c8;" href="mailto:[email protected]" target="_blank">[email protected]</a></span> | |
</td> | |
</tr> | |
<tr> | |
<td align="center" height="100"> | |
<img src="http://quickblox.com/wp-content/themes/quickblox2012/img/newsletter_template/blank.gif" height="100" /> | |
</td> | |
</tr> | |
</table> | |
</td> | |
<td align="center" width="30"> | |
<img src="http://quickblox.com/wp-content/themes/quickblox2012/img/newsletter_template/blank.gif" width="15" /> | |
</td> | |
</tr> | |
</table> | |
<!-- CONTENT END --> | |
<!-- FOOTER STARTS --> | |
<table width="635" cellspacing="0" cellpadding="0" border="0" style="border-collapse:collapse;background: #ffffff;"> | |
<tr> | |
<td align="center" width="30"> | |
<img src="http://quickblox.com/wp-content/themes/quickblox2012/img/newsletter_template/blank.gif" width="15" /> | |
</td> | |
<td align="left" valign="top"> | |
<table width="277" cellspacing="0" cellpadding="0" border="0" style="border-collapse:collapse;color:#b3b3b3;font-size:10px;line-height:12px; font-family:Helvetica, Arial, Tahoma, Verdana, sans-serif;"> | |
<tr> | |
<td align="left"> | |
Copyright © 2015 QuickBlox. All rights reserved. | |
<br />You are receiving this email because | |
<br />you have registered for QuickBlox | |
<br />Our mailing address is: | |
<br /> | |
<div class="vcard"> | |
<div class="org">QuickBlox</div> | |
<div class="adr"> | |
<div class="street-address">8 WARNER YARD, CLERKENWELL</div> | |
<span class="locality">London</span>, <span class="region">London</span> <span class="postal-code">EC1R 5EY</span> | |
</div> | |
</div> | |
</td> | |
</tr> | |
</table> | |
</td> | |
<td align="center" width="15"> | |
<img src="http://quickblox.com/wp-content/themes/quickblox2012/img/newsletter_template/blank.gif" width="15" /> | |
</td> | |
<td align="left" valign="top"> | |
</td> | |
<td align="center" width="30"> | |
<img src="http://quickblox.com/wp-content/themes/quickblox2012/img/newsletter_template/blank.gif" width="15" /> | |
</td> | |
</tr> | |
<tr> | |
<td align="center" height="15" colspan="5"> | |
<img src="http://quickblox.com/wp-content/themes/quickblox2012/img/newsletter_template/blank.gif" height="15" /> | |
</td> | |
</tr> | |
<tr> | |
<td align="center" height="56" colspan="5"> | |
<img src="http://quickblox.com/wp-content/themes/quickblox2012/img/newsletter_template/footer.jpg" width="635" height="56" /> | |
</td> | |
</tr> | |
</table> | |
<!-- FOOTER END --> | |
</td> | |
</tr> | |
</table> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment