50 lines
2.2 KiB
HTML
50 lines
2.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Welcome to Bettersight</title>
|
|
</head>
|
|
<body style="margin:0;padding:0;background:#EEF1F6;font-family:Arial,sans-serif;color:#0D1526;">
|
|
<table width="100%" cellpadding="0" cellspacing="0" style="max-width:600px;margin:0 auto;background:#FFFFFF;">
|
|
<tr>
|
|
<td style="padding:24px 28px;border-bottom:1px solid #E5E9F0;">
|
|
<span style="font-size:18px;font-weight:800;color:#0D1526;">Better<span style="color:#00D4FF;">sight</span></span>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td style="padding:28px;">
|
|
<h1 style="font-size:18px;margin:0 0 14px;">Welcome to Bettersight — you're all set</h1>
|
|
<p style="font-size:13.5px;color:#2D3A52;line-height:1.7;margin:0 0 18px;">
|
|
Hi {{ name }},<br><br>
|
|
You're set up and ready to go. Here's how to get started in 5 minutes:
|
|
</p>
|
|
<ol style="font-size:13.5px;color:#2D3A52;line-height:2;margin:0 0 20px;padding-left:20px;">
|
|
<li>Sign in at <a href="https://app.bettersight.io" style="color:#1B8EF8;">app.bettersight.io</a></li>
|
|
<li>Add your first competitor (Competitors → + Add Competitor)</li>
|
|
<li>Run your first analysis (Analyse → describe your trip)</li>
|
|
<li>Push the results to your Google Sheet</li>
|
|
</ol>
|
|
<p style="font-size:13px;color:#6B7A99;line-height:1.6;margin:0 0 20px;">
|
|
The guided tour will walk you through each step when you first log in.
|
|
</p>
|
|
{% if template_url %}
|
|
<a href="{{ template_url }}" style="display:inline-block;background:linear-gradient(135deg,#1B8EF8,#0B7AE8);color:#fff;text-decoration:none;font-size:13px;font-weight:600;padding:10px 20px;border-radius:9px;">
|
|
Download your Sheet template →
|
|
</a>
|
|
{% endif %}
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td style="padding:16px 28px;font-size:11px;color:#9BA8C0;border-top:1px solid #E5E9F0;">
|
|
Bettersight · Better sight, better moves.
|
|
<br>
|
|
Questions? Reply to this email or visit
|
|
<a href="https://support.bettersight.io" style="color:#9BA8C0;">support.bettersight.io</a>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|