45 lines
1.8 KiB
HTML
45 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>{{subject}}</title>
|
|
<style>
|
|
body { font-family: Arial, sans-serif; line-height: 1.6; color: #333; max-width: 600px; margin: 0 auto; padding: 20px; }
|
|
h1 { color: #2c3e50; }
|
|
.cta { background: #3498db; color: white; padding: 12px 24px; text-decoration: none; border-radius: 5px; font-weight: bold; }
|
|
.price { background: #f8f9fa; padding: 15px; border-left: 4px solid #3498db; margin: 15px 0; }
|
|
@media (max-width: 600px) { body { padding: 10px; } }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>⚡ LinkedIn Employment Dashboard for {{firmName}}</h1>
|
|
<p>Hello {{firmName}},</p>
|
|
<p>Introducing a <strong>web-based dashboard</strong> where you can search for employment law opportunities in {{location}} with just a few clicks.</p>
|
|
|
|
<h2>How It Works:</h2>
|
|
<ul>
|
|
<li>🌐 <strong>Login to secure portal</strong> - no software to install</li>
|
|
<li>🔍 <strong>Enter search terms</strong> ("laid off", "wrongful termination", etc.)</li>
|
|
<li>📍 <strong>Set location</strong> to {{location}}, {{state}}, or expand radius</li>
|
|
<li>⏰ <strong>Get results in minutes</strong> - contact info, company details, post analysis</li>
|
|
<li>📤 <strong>Export to CSV</strong> for your CRM or follow-up system</li>
|
|
</ul>
|
|
|
|
<div class="price">
|
|
<strong>Pricing:</strong><br>
|
|
• Basic: $199/month (100 searches)<br>
|
|
• Professional: $399/month (500 searches)<br>
|
|
• Enterprise: $699/month (unlimited)
|
|
</div>
|
|
|
|
<p>Easy to use, no technical skills required. Your team can start finding cases today.</p>
|
|
|
|
<p><a href="mailto:{{contactEmail}}?subject=Dashboard Demo Request" class="cta">Try Free Demo</a></p>
|
|
|
|
<p>Best regards,<br>
|
|
[Your Name]<br>
|
|
Employment Search Platform</p>
|
|
</body>
|
|
</html>
|