FASHIONISTAR CI/CD
🔄 Celery Queues Deploy: 4aae6106b1530c3cc7d7d64f5e3c3e1d5015691d [GitHub Actions]
27c799c
Raw
History Blame
6.17 kB
{% extends "authentication/email/base_email.html" %}
{% block content %}
<!-- HERO -->
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td style="padding: 48px 0 32px 0; text-align:center;">
<div style="display:inline-block; width:72px; height:72px; background:linear-gradient(135deg, #F5A623, #FDB835); border-radius:50%; line-height:72px; text-align:center; font-size:30px; margin-bottom:24px;">
🎉
</div>
<h1 style="font-family:'Playfair Display','Georgia',serif; font-size:30px; font-weight:700; color:#1A4D3C; line-height:1.2; margin-bottom:16px;">
Welcome to Fashionistar!
</h1>
<p style="font-family:'Inter',Arial,sans-serif; font-size:16px; color:#555; line-height:1.6; max-width:420px; margin:0 auto;">
Your account has been created successfully. You're now part of Nigeria's
premier AI-powered fashion marketplace.
</p>
</td>
</tr>
<!-- VERIFY OTP CARD -->
<tr>
<td style="padding: 0 0 32px 0;">
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td style="background: linear-gradient(135deg, #1A4D3C 0%, #0D3327 100%); border-radius:16px; padding: 36px 40px; text-align:center;">
<p style="font-family:'Inter',Arial,sans-serif; font-size:13px; color:rgba(255,255,255,0.7); letter-spacing:2px; text-transform:uppercase; margin-bottom:16px;">
Step 1 — Verify Your Email
</p>
<p style="font-family:'Inter',Arial,sans-serif; font-size:14px; color:rgba(255,255,255,0.8); margin-bottom:24px; line-height:1.6;">
Enter this OTP in the Fashionistar verification screen to activate your account:
</p>
<div style="background:rgba(245,166,35,0.15); border:2px solid #F5A623; border-radius:12px; padding:20px 32px; display:inline-block;">
<span style="font-family:'Courier New',monospace; font-size:42px; font-weight:800; color:#F5A623; letter-spacing:16px; line-height:1;">
{{ otp }}
</span>
</div>
<p style="font-family:'Inter',Arial,sans-serif; font-size:12px; color:rgba(255,255,255,0.5); margin-top:20px;">
⏱ Expires in <strong style="color:#F5A623;">5 minutes</strong>
</p>
</td>
</tr>
</table>
</td>
</tr>
<!-- WHAT YOU CAN DO -->
<tr>
<td style="padding: 0 0 32px 0;">
<p style="font-family:'Playfair Display','Georgia',serif; font-size:18px; font-weight:700; color:#1A4D3C; margin-bottom:20px;">
After verification, you can:
</p>
<table width="100%" cellpadding="0" cellspacing="0">
<!-- Feature 1 -->
<tr>
<td style="padding:12px 0; border-bottom:1px solid #F0F0F0;">
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td style="width:48px; vertical-align:top;">
<div style="width:40px; height:40px; background:linear-gradient(135deg,#F5A623,#FDB835); border-radius:10px; line-height:40px; text-align:center; font-size:18px;">🛍️</div>
</td>
<td style="padding-left:16px; vertical-align:top;">
<p style="font-family:'Inter',Arial,sans-serif; font-size:14px; font-weight:600; color:#1A1A1A; margin-bottom:4px;">Shop from thousands of fashion vendors</p>
<p style="font-family:'Inter',Arial,sans-serif; font-size:13px; color:#888; line-height:1.5;">Discover curated styles, trending pieces, and AI-recommended outfits</p>
</td>
</tr>
</table>
</td>
</tr>
<!-- Feature 2 -->
<tr>
<td style="padding:12px 0; border-bottom:1px solid #F0F0F0;">
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td style="width:48px; vertical-align:top;">
<div style="width:40px; height:40px; background:linear-gradient(135deg,#1A4D3C,#0D3327); border-radius:10px; line-height:40px; text-align:center; font-size:18px;">📏</div>
</td>
<td style="padding-left:16px; vertical-align:top;">
<p style="font-family:'Inter',Arial,sans-serif; font-size:14px; font-weight:600; color:#1A1A1A; margin-bottom:4px;">Get AI-powered size recommendations</p>
<p style="font-family:'Inter',Arial,sans-serif; font-size:13px; color:#888; line-height:1.5;">Our AI analyses your measurements for the perfect fit every time</p>
</td>
</tr>
</table>
</td>
</tr>
<!-- Feature 3 -->
<tr>
<td style="padding:12px 0;">
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td style="width:48px; vertical-align:top;">
<div style="width:40px; height:40px; background:linear-gradient(135deg,#F5A623,#FDB835); border-radius:10px; line-height:40px; text-align:center; font-size:18px;">🏪</div>
</td>
<td style="padding-left:16px; vertical-align:top;">
<p style="font-family:'Inter',Arial,sans-serif; font-size:14px; font-weight:600; color:#1A1A1A; margin-bottom:4px;">Open your own fashion store</p>
<p style="font-family:'Inter',Arial,sans-serif; font-size:13px; color:#888; line-height:1.5;">Become a vendor and reach thousands of fashion-forward Nigerian buyers</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- CTA -->
<tr>
<td style="padding: 0 0 48px 0; text-align:center;">
<a href="{{ SITE_URL }}"
class="btn-cta"
style="display:inline-block; padding:16px 48px; background:linear-gradient(135deg, #F5A623, #FDB835); color:#1A1A1A; font-family:'Inter',Arial,sans-serif; font-size:15px; font-weight:700; border-radius:50px; text-decoration:none; letter-spacing:0.5px; box-shadow: 0 4px 20px rgba(245,166,35,0.4);">
Start Shopping →
</a>
</td>
</tr>
</table>
{% endblock %}