Initial commit

This commit is contained in:
2025-08-15 01:03:38 -08:00
commit 959e52287a
35 changed files with 11807 additions and 0 deletions
+42
View File
@@ -0,0 +1,42 @@
<!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: #e74c3c; color: white; padding: 12px 24px; text-decoration: none; border-radius: 5px; font-weight: bold; }
.price { background: #f8f9fa; padding: 15px; border-left: 4px solid #e74c3c; margin: 15px 0; }
@media (max-width: 600px) { body { padding: 10px; } }
</style>
</head>
<body>
<h1>🚀 LinkedIn Employment Intelligence API for {{firmName}}</h1>
<p>Hello {{firmName}} team,</p>
<p>I've developed an <strong>automated LinkedIn parser</strong> that finds recently terminated employees in {{location}} and {{state}} - perfect for employment law leads.</p>
<h2>What You Get:</h2>
<ul>
<li>📡 <strong>Real-time API access</strong> to query layoffs, terminations, wrongful dismissals</li>
<li>🎯 <strong>Location filtering</strong> for {{location}} and areas where you practice</li>
<li>🤖 <strong>AI analysis</strong> of posts (sentiment, urgency, potential case value)</li>
<li>📊 <strong>Clean JSON data</strong> with contact info, company details, timeline</li>
<li>🔄 <strong>Daily updates</strong> - never miss a potential client</li>
</ul>
<div class="price">
<strong>Pricing:</strong> $299/month - Cancel anytime<br>
<em>First 50 queries free to test the quality</em>
</div>
<p>This runs 24/7 and finds cases your competitors miss. Ready to see it in action?</p>
<p><a href="mailto:{{contactEmail}}?subject=LinkedIn Parser Demo Request" class="cta">Request Free Demo</a></p>
<p>Best regards,<br>
[Your Name]<br>
LinkedIn Employment Intelligence</p>
</body>
</html>
+42
View File
@@ -0,0 +1,42 @@
<!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: #27ae60; color: white; padding: 12px 24px; text-decoration: none; border-radius: 5px; font-weight: bold; }
.price { background: #f8f9fa; padding: 15px; border-left: 4px solid #27ae60; margin: 15px 0; }
@media (max-width: 600px) { body { padding: 10px; } }
</style>
</head>
<body>
<h1>📊 Monthly Employment Intelligence Reports for {{firmName}}</h1>
<p>Hello {{firmName}},</p>
<p>What if you received a <strong>curated monthly report</strong> of employment law opportunities in {{location}} and {{state}} - delivered to your inbox?</p>
<h2>What You Receive:</h2>
<ul>
<li>📋 <strong>Monthly PDF report</strong> with 50-100 qualified leads</li>
<li>🎯 <strong>{{location}}-specific</strong> layoffs, terminations, workplace issues</li>
<li>🔍 <strong>Pre-screened contacts</strong> with AI-analyzed case potential</li>
<li>📈 <strong>Trend analysis</strong> - which companies are laying off most</li>
<li><strong>Urgent alerts</strong> for high-value cases (mass layoffs, discrimination)</li>
</ul>
<div class="price">
<strong>Investment:</strong> $499/month<br>
<em>Includes setup, monthly reports, and urgent alerts</em>
</div>
<p>I handle all the technical work - you focus on winning cases. No software to install, no training needed.</p>
<p><a href="mailto:{{contactEmail}}?subject=Sample Report Request" class="cta">Get Sample Report</a></p>
<p>Best regards,<br>
[Your Name]<br>
Employment Intelligence Services</p>
</body>
</html>
+42
View File
@@ -0,0 +1,42 @@
<!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>
+44
View File
@@ -0,0 +1,44 @@
<!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>
+85
View File
@@ -0,0 +1,85 @@
<!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>
+80
View File
@@ -0,0 +1,80 @@
<!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>
Exciting Partnership Opportunity: Advanced Data Bot for {{firmName}}
</h1>
<p>Dear {{firmName}} team in {{location}},</p>
<p>
I'm reaching out from my development team with an innovative tool that
could transform how your firm handles data: a
<strong>general-purpose bot</strong> designed for automated data parsing,
extraction, filtering, formatting, presentation, and reporting.
</p>
<h2>Key Features:</h2>
<ul>
<li>
<strong>Smart Parsing & Extraction</strong>: Automatically pulls and
structures data from various sources (e.g., websites, APIs, documents).
</li>
<li>
<strong>AI-Powered Filtering with Location Targeting</strong>: Uses AI
for contextual dimensions (e.g., sentiment, relevance) alongside
traditional filters (e.g., keywords, dates). Filter by location to
target the areas where you can practice, such as {{location}} or
{{state}}-specific data for licensed jurisdictions.
</li>
<li>
<strong>Formatting & Presentation</strong>: Converts raw data into
clean, visual formats (charts, tables) for easy insights.
</li>
<li>
<strong>Scheduling & Automation</strong>: Runs on custom schedules,
generates reports, and integrates with tools like email or databases.
</li>
<li>
<strong>Customization</strong>: Tailored for legal workflows, such as
case research or client data management.
</li>
</ul>
<p>
This bot could streamline your operations at {{firmName}}, saving time and
uncovering hidden insights. Let's discuss a potential partnership!
</p>
<p>
<a href="{{website}}" class="cta">Visit Our Site</a> or reply to this
email at {{contactEmail}}.
</p>
<p>Best regards,<br />Your Name<br />Your Company</p>
</body>
</html>
+107
View File
@@ -0,0 +1,107 @@
<!DOCTYPE html>
<html lang="en">
<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;
}
.header {
background-color: #f4f4f4;
padding: 20px;
text-align: center;
border-radius: 5px;
}
.content {
padding: 20px 0;
}
.footer {
text-align: center;
padding: 20px;
font-size: 12px;
color: #666;
}
.button {
display: inline-block;
padding: 10px 20px;
background-color: #007bff;
color: white;
text-decoration: none;
border-radius: 5px;
margin: 10px 0;
}
.firm-info {
background-color: #f9f9f9;
padding: 10px;
border-left: 3px solid #007bff;
margin: 10px 0;
}
</style>
</head>
<body>
<div class="header">
<h1>Legal Partnership Opportunity</h1>
</div>
<div class="content">
<p>Dear {{greeting}},</p>
<p>
I hope this email finds you well. I'm reaching out to
<strong>{{firmName}}</strong> {{#if location}}in {{location}}{{/if}}
regarding an exciting business opportunity.
</p>
{{#if website}}
<div class="firm-info">
<p>
We've reviewed your firm's profile and are impressed by your practice
areas and expertise showcased on your website at
<a href="{{website}}">{{website}}</a>.
</p>
</div>
{{/if}}
<p>
We have a unique proposition that could benefit your firm significantly:
</p>
<ul>
<li>Expand your client base with qualified leads</li>
<li>Access to cutting-edge legal technology solutions</li>
<li>Strategic partnership opportunities</li>
<li>Revenue growth potential of 20-30%</li>
</ul>
<p>
I would love to schedule a brief 15-minute call to discuss how we can
help {{firmName}} achieve its growth objectives.
</p>
<p style="text-align: center">
<a href="mailto:{{fromEmail}}?subject=Re: {{subject}}" class="button">
Schedule a Call
</a>
</p>
<p>
Best regards,<br />
{{senderName}}<br />
{{senderTitle}}<br />
{{senderCompany}}
</p>
</div>
<div class="footer">
<p>This email was sent to {{email}} for {{firmName}}</p>
<p>To unsubscribe, reply with "UNSUBSCRIBE" in the subject line</p>
</div>
</body>
</html>