43 lines
1.8 KiB
HTML
43 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: #8e44ad; color: white; padding: 12px 24px; text-decoration: none; border-radius: 5px; font-weight: bold; }
|
|
.price { background: #f8f9fa; padding: 15px; border-left: 4px solid #8e44ad; margin: 15px 0; }
|
|
@media (max-width: 600px) { body { padding: 10px; } }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>🏆 Own Your LinkedIn Employment Parser - {{firmName}}</h1>
|
|
<p>Dear {{firmName}} team,</p>
|
|
<p>Instead of paying monthly fees, what if you could <strong>own</strong> a custom LinkedIn parser built specifically for {{location}} employment law?</p>
|
|
|
|
<h2>What You Get:</h2>
|
|
<ul>
|
|
<li>💻 <strong>Complete source code</strong> - you own it forever</li>
|
|
<li>🛠️ <strong>Custom installation</strong> on your servers/computer</li>
|
|
<li>🎯 <strong>Pre-configured</strong> for {{location}} and {{state}} searches</li>
|
|
<li>📚 <strong>Full documentation</strong> and training for your team</li>
|
|
<li>🔧 <strong>6 months support</strong> included for updates/fixes</li>
|
|
</ul>
|
|
|
|
<div class="price">
|
|
<strong>One-time Investment:</strong> $4,999<br>
|
|
<em>Optional: $299/month maintenance & updates</em>
|
|
</div>
|
|
|
|
<p>No ongoing fees, no data limits, complete control. Perfect for firms that want to keep everything in-house.</p>
|
|
|
|
<p><a href="mailto:{{contactEmail}}?subject=Custom Parser License Inquiry" class="cta">Schedule Demo</a></p>
|
|
|
|
<p>Best regards,<br>
|
|
[Your Name]<br>
|
|
Custom Legal Technology Solutions</p>
|
|
</body>
|
|
</html>
|