nxtgauge-backend-rust/crates/email/templates/profile-verified.html

35 lines
1.1 KiB
HTML
Raw Normal View History

<!-- Profile Verified -->
<h1 class="email-title">🎉 Your Profile is Verified!</h1>
<div style="text-align: center; margin: 20px 0">
<span class="status-badge status-approved">✓ Approved</span>
</div>
<p>Hi {{first_name}},</p>
<p>
Great news! Your {{role_name}} profile has been verified by our team. You now
have full access to all Nxtgauge features.
</p>
<div class="detail-card">
<div class="detail-row">
<span class="detail-label">Verification Date</span>
<span class="detail-value">{{verified_at}}</span>
</div>
<div class="detail-row">
<span class="detail-label">Account Type</span>
<span class="detail-value">{{role_name}}</span>
</div>
<div class="detail-row">
<span class="detail-label">Status</span>
<span class="detail-value" style="color: #059669">Active</span>
</div>
</div>
<div style="text-align: center">
<a href="{{dashboard_url}}" class="cta-button">Go to Dashboard</a>
</div>
<p style="margin-top: 30px">Welcome to the Nxtgauge community!</p>
<p>Best regards,<br /><strong>The Nxtgauge Team</strong></p>