Redesign invitation email: prominent CTA, E-Ticket by E-Cosplay showcase block
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
{% block content %}
|
||||
<h2>Vous etes invite !</h2>
|
||||
<p>Bonjour {{ invitation.firstName }},</p>
|
||||
<p>L'equipe E-Ticket vous invite a rejoindre la plateforme en tant qu'organisateur pour <strong>{{ invitation.companyName }}</strong>.</p>
|
||||
<p>L'equipe <strong>E-Ticket by E-Cosplay</strong> vous invite a rejoindre la plateforme en tant qu'organisateur pour <strong>{{ invitation.companyName }}</strong>.</p>
|
||||
|
||||
{% if invitation.message %}
|
||||
<div style="padding: 16px; background: #f9fafb; border-left: 4px solid #fabf04; margin: 20px 0;">
|
||||
@@ -13,21 +13,40 @@
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
<p>E-Ticket est une plateforme de billetterie en ligne qui vous permet de :</p>
|
||||
<ul style="margin: 16px 0; padding-left: 20px;">
|
||||
<li style="margin-bottom: 8px; font-weight: 700;">Creer et gerer vos evenements</li>
|
||||
<li style="margin-bottom: 8px; font-weight: 700;">Vendre des billets en ligne avec paiement securise</li>
|
||||
<li style="margin-bottom: 8px; font-weight: 700;">Suivre vos ventes et statistiques en temps reel</li>
|
||||
<li style="margin-bottom: 8px; font-weight: 700;">Generer des billets PDF avec QR code</li>
|
||||
</ul>
|
||||
|
||||
<p style="text-align: center; margin: 24px 0;">
|
||||
<a href="{{ acceptUrl }}" class="btn" style="margin-right: 8px;">Accepter l'invitation</a>
|
||||
<p style="text-align: center; margin: 28px 0;">
|
||||
<a href="{{ acceptUrl }}" class="btn">Voir l'invitation</a>
|
||||
</p>
|
||||
|
||||
<p style="text-align: center; font-size: 13px; color: #6b7280;">
|
||||
<a href="{{ refuseUrl }}" style="color: #6b7280; text-decoration: underline;">Non merci, refuser l'invitation</a>
|
||||
<div style="padding: 20px; background: #111827; color: #fff; margin: 24px 0;">
|
||||
<p style="margin: 0 0 12px; font-size: 16px; font-weight: 900; text-transform: uppercase; letter-spacing: 2px; color: #fabf04;">Decouvrir E-Ticket by E-Cosplay</p>
|
||||
<p style="margin: 0 0 8px; font-size: 14px; font-weight: 700; color: #e5e7eb;">La plateforme de billetterie en ligne qui vous permet de :</p>
|
||||
<table style="width: 100%; margin-top: 12px;">
|
||||
<tr>
|
||||
<td style="padding: 8px 0; font-size: 13px; font-weight: 700; color: #fabf04; vertical-align: top; width: 24px;">✓</td>
|
||||
<td style="padding: 8px 0; font-size: 13px; font-weight: 700; color: #fff;">Creer et gerer vos evenements</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 8px 0; font-size: 13px; font-weight: 700; color: #fabf04; vertical-align: top;">✓</td>
|
||||
<td style="padding: 8px 0; font-size: 13px; font-weight: 700; color: #fff;">Vendre des billets en ligne avec paiement securise via Stripe</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 8px 0; font-size: 13px; font-weight: 700; color: #fabf04; vertical-align: top;">✓</td>
|
||||
<td style="padding: 8px 0; font-size: 13px; font-weight: 700; color: #fff;">Suivre vos ventes et statistiques en temps reel</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 8px 0; font-size: 13px; font-weight: 700; color: #fabf04; vertical-align: top;">✓</td>
|
||||
<td style="padding: 8px 0; font-size: 13px; font-weight: 700; color: #fff;">Generer des billets PDF personnalises avec QR code</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 8px 0; font-size: 13px; font-weight: 700; color: #fabf04; vertical-align: top;">✓</td>
|
||||
<td style="padding: 8px 0; font-size: 13px; font-weight: 700; color: #fff;">Envoyer des invitations et gerer vos reservations</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<p style="text-align: center; font-size: 13px; color: #6b7280; margin-top: 16px;">
|
||||
Pas interesse ? <a href="{{ refuseUrl }}" style="color: #6b7280; text-decoration: underline;">Refuser l'invitation</a>
|
||||
</p>
|
||||
|
||||
<p style="font-size: 12px; color: #9ca3af; margin-top: 24px;">Cette invitation a ete envoyee a {{ invitation.email }} le {{ invitation.createdAt|date('d/m/Y') }}. Si vous n'etes pas concerne, ignorez cet email.</p>
|
||||
<p style="font-size: 11px; color: #9ca3af; margin-top: 24px;">Cette invitation a ete envoyee a {{ invitation.email }} le {{ invitation.createdAt|date('d/m/Y') }}.</p>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user