outreach/templates/employment-layer.html
2025-08-15 01:03:38 -08:00

86 lines
3.0 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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: 10px 20px;
text-decoration: none;
border-radius: 5px;
}
@media (max-width: 600px) {
body {
padding: 10px;
}
}
</style>
</head>
<body>
<h1>
Revolutionary LinkedIn Parser: Unlock Employment Insights for {{firmName}}
</h1>
<p>Dear {{firmName}} team in {{location}},</p>
<p>
Imagine a tool that intelligently queries LinkedIn for professionals who
may have been recently let go, fired, or terminated providing your firm
with targeted leads for employment law cases or recruitment. Our
<strong>Employment Layer Parser</strong> does exactly that, with powerful
features optimized for maximum value.
</p>
<h2>Key Features & Value:</h2>
<ul>
<li>
<strong>Automated Login & Search</strong>: Seamlessly logs into LinkedIn
and searches posts using keywords (e.g., 'laid off', 'terminated') from
CSVs or CLI saves hours of manual browsing.
</li>
<li>
<strong>Flexible & Customizable Queries with Location Targeting</strong
>: Adjust date ranges, sorting. Filter by location to target the areas
where you can practice, such as {{location}} or {{state}}-specific
employment transitions for licensed jurisdictions.
</li>
<li>
<strong>Duplicate Prevention & Clean Data</strong>: Detects duplicates,
removes noise (hashtags, emojis, URLs), and timestamps results in JSON
delivers clean, actionable data without redundancy.
</li>
<li>
<strong>Local AI Analysis</strong>: Integrates free local Ollama models
for private, fast post-processing (e.g., sentiment analysis on layoff
posts) adds deep insights without cloud costs or privacy risks.
</li>
<li>
<strong>Geographic & Runtime Flexibility</strong>: Validates locations
accurately and supports CLI overrides ideal for targeted campaigns or
ad-hoc runs.
</li>
</ul>
<p>
This parser maximizes value by combining automation, AI, and precision
helping {{firmName}} identify opportunities in employment transitions.
Let's partner to integrate it into your workflow!
</p>
<p>
<a href="{{website}}" class="cta">Learn More</a> or reply to
{{contactEmail}}.
</p>
<p>Best regards,<br />Your Name<br />Your Company</p>
</body>
</html>