emailservice/mailer/templates/emails/sellercentral/common/verification.html

88 lines
6.5 KiB
HTML
Raw Normal View History

2026-08-23 03:58:40 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
2026-08-23 03:58:40 +00:00
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2026-08-23 03:58:40 +00:00
<title>Verify Your Email Address - Tradhox</title>
<link href="https://fonts.googleapis.com/css2?family=Libre+Caslon+Text:ital,wght@0,400;0,700;1,400&family=Work+Sans:wght@400;600&display=swap" rel="stylesheet">
2026-08-23 03:58:40 +00:00
</head>
<body style="margin: 0; padding: 0; background-color: #fbf9f8; font-family: 'Work Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; -webkit-font-smoothing: antialiased; color: #4a4a4a;">
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="background-color: #fbf9f8; padding: 64px 24px;">
<tr>
<td align="center">
<table width="600" border="0" cellspacing="0" cellpadding="0" style="background-color: #ffffff; border-radius: 8px; border: 1px solid #d9c5b2; overflow: hidden;">
<!-- Header -->
<tr>
<td align="center" style="padding: 24px; background-color: #fbf9f8; border-bottom: 1px solid #d9c5b2;">
<img src="{{ logo_url }}" alt="Tradhox" width="160" style="display: block; border: 0; outline: none; text-decoration: none;" />
</td>
</tr>
<!-- Content -->
<tr>
<td style="padding: 64px 32px 32px 32px; text-align: center;">
<h2 style="margin: 0 0 24px 0; font-family: 'Libre Caslon Text', serif; font-size: 24px; color: #6b1a2c; font-weight: 600;">Verify Your Email Address</h2>
<p style="margin: 0 0 32px 0; font-size: 16px; line-height: 24px; color: #4a4a4a;">
Welcome to Tradhox Artisanal Marketplace. To ensure the security of your account and protect the integrity of our community, please verify your email address.
</p>
</td>
</tr>
<!-- Verification Action -->
<tr>
<td align="center" style="padding: 0 32px 32px 32px;">
<div style="background-color: #fbf9f8; border: 1px solid #d9c5b2; border-radius: 4px; padding: 24px; margin-bottom: 32px;">
<p style="margin: 0 0 16px 0; font-size: 12px; text-transform: uppercase; letter-spacing: 0.1em; color: #636260; font-weight: 600;">Your Verification Code</p>
<div style="font-family: 'Libre Caslon Text', serif; font-size: 40px; letter-spacing: 8px; font-weight: 700; color: #6b1a2c; margin-bottom: 24px;">
7 4 9 2 0 1
</div>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="40%" style="border-top: 1px solid #d9c5b2;"></td>
<td width="20%" align="center" style="font-size: 12px; color: #636260; text-transform: uppercase; letter-spacing: 0.1em;">OR</td>
<td width="40%" style="border-top: 1px solid #d9c5b2;"></td>
</tr>
</table>
</div>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" style="border-radius: 4px;" bgcolor="#6b1a2c">
<a href="{{ verification_link }}" target="_blank" style="font-size: 14px; font-weight: 600; font-family: 'Work Sans', sans-serif; color: #ffffff; text-decoration: none; padding: 12px 24px; border-radius: 4px; display: inline-block;">
Verify Email Address &rarr;
</a>
</td>
</tr>
</table>
</td>
</tr>
<!-- Security Notice -->
<tr>
<td style="padding: 32px; border-top: 1px solid #d9c5b2;">
<h3 style="margin: 0 0 8px 0; font-size: 12px; text-transform: uppercase; letter-spacing: 0.1em; color: #636260; font-weight: 600;">Why is this required?</h3>
<p style="margin: 0 0 16px 0; font-size: 14px; line-height: 24px; color: #5f5e5b;">
Verifying your email helps us maintain a trusted environment for our artisans and buyers. It ensures you receive important updates about your orders and protects your account from unauthorized access.
</p>
<p style="margin: 0; font-size: 14px; line-height: 24px; color: #5f5e5b;">
If you did not create an account with Tradhox, you can safely ignore this email.
</p>
</td>
</tr>
<!-- Footer -->
<tr>
<td align="center" style="padding: 32px; background-color: #fbf9f8; border-top: 1px solid #d9c5b2;">
<h4 style="margin: 0 0 16px 0; font-family: 'Libre Caslon Text', serif; font-size: 18px; color: #2c2114; font-weight: 600;">Tradhox</h4>
<p style="margin: 0 0 16px 0; font-size: 12px; color: #636260; text-transform: uppercase; letter-spacing: 0.1em;">
<a href="#" style="color: #6b1a2c; text-decoration: none; margin: 0 8px;">Privacy Policy</a>
<a href="#" style="color: #6b1a2c; text-decoration: none; margin: 0 8px;">Terms of Service</a>
<a href="#" style="color: #6b1a2c; text-decoration: none; margin: 0 8px;">Unsubscribe</a>
<a href="#" style="color: #6b1a2c; text-decoration: none; margin: 0 8px;">Contact Us</a>
</p>
<p style="margin: 0; font-size: 12px; color: #636260;">
&copy; {% now "Y" %} Tradhox Artisanal Marketplace. All rights reserved.
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>