44 lines
1.7 KiB
HTML
44 lines
1.7 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Reset Password</title>
|
|
</head>
|
|
<body style="font-family: Arial, sans-serif; line-height: 1.6; color: #333; margin: 0; padding: 0;">
|
|
<div style="max-width: 600px; margin: 0 auto; padding: 20px;">
|
|
<div style="text-align: center; margin-bottom: 20px;">
|
|
<table style="margin: 0 auto;">
|
|
<tr>
|
|
<td style="vertical-align: middle; padding-right: 15px;">
|
|
<img src="https://git.gbrown.org/gib/Tech_Tracker_Web/raw/branch/master/public/images/tech_tracker_logo.png" width="80" height="auto" alt="Tech Tracker Logo" style="max-width: 80px; height: auto;">
|
|
</td>
|
|
<td style="vertical-align: middle;">
|
|
<h1 style="margin: 0; font-size: 44px; color: #001084;">Tech Tracker</h1>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
|
|
<h1 style="color: #000033; text-align: center;">Reset Your Password</h1>
|
|
|
|
<p>Hello,</p>
|
|
|
|
<p>We received a request to reset your password for your Tech Tracker account. Follow this link to reset the password for your user:</p>
|
|
|
|
<div style="text-align: center; margin: 30px 0;">
|
|
<a href="{{ .ConfirmationURL }}"
|
|
style="background-color: #2232A6; color: white; padding: 12px 24px; text-decoration: none; border-radius: 4px; display: inline-block; font-weight: bold;">
|
|
Reset Password
|
|
</a>
|
|
</div>
|
|
|
|
<p>If you didn't request a password reset, you can safely ignore this email.</p>
|
|
|
|
<p>This link will expire in 1 hour.</p>
|
|
|
|
<div style="margin-top: 40px; padding-top: 20px; border-top: 1px solid #eaeaea; text-align: center; color: #666; font-size: 14px;">
|
|
<p>Tech Tracker - City of Gulfport</p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|