|
From: Glory W. +8. <Gl...@wi...> - 2025-12-09 03:07:58
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Fortune 500 Cable Solutions</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f5f5f5;
}
.container {
max-width: 800px;
margin: 0 auto;
background-color: white;
border-radius: 0 0 10px 10px;
overflow: hidden;
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.header {
background: linear-gradient(135deg, #2c3e50, #1a2530);
color: white;
text-align: center;
padding: 20px;
margin: 0;
}
.content {
padding: 25px;
line-height: 1.6;
}
.highlight-box {
background-color: #fff3cd;
border: 1px solid #ffeaa7;
border-radius: 8px;
padding: 15px;
margin: 15px 0;
text-align: center;
}
.highlight-text {
font-weight: bold;
color: #e74c3c;
font-size: 18px;
}
.contact-section {
background-color: #e8f4f8;
border-left: 4px solid #3498db;
padding: 15px;
margin-top: 20px;
}
.contact-highlights {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-top: 10px;
}
.contact-tag {
background-color: #3498db;
color: white;
padding: 5px 10px;
border-radius: 15px;
font-size: 12px;
}
.profit-box {
background-color: #e8f5e8;
border: 1px solid #a3d9a3;
border-radius: 8px;
padding: 15px;
margin: 15px 0;
text-align: center;
}
.order-requirement {
background-color: #f0e6f6;
border: 1px solid #c8a2c8;
border-radius: 8px;
padding: 15px;
margin: 15px 0;
text-align: center;
font-weight: bold;
}
.order-ranges {
background-color: #f9f9f9;
border: 1px solid #ddd;
border-radius: 8px;
padding: 15px;
margin: 15px 0;
}
</style>
</head>
<body>
<div class="container">
<div class="header">
<h1>Zetastone Cable</h1>
<p>World Fortune 500 Company No. 148 in 2024</p>
</div>
<div class="content">
<div class="highlight-box">
<div class="highlight-text">Your 10 Million Fortune is Looking for You!</div>
<p>Don't delete this email - this is the 10 million you can't afford to miss!</p>
</div>
<div class="profit-box">
<div><strong>Proof of Value:</strong> We helped a client win a single project worth RMB 1.5 billion. With a 6% profit margin, that's RMB 90 million in pure profit for them!</div>
</div>
<div class="order-requirement">
<div><strong>Minimum Order Requirements:</strong></div>
<div>Domestic: RMB 1-2 million | Overseas: 2x40HQ containers or RMB 2 million+</div>
<div>Small orders cannot be arranged due to transportation logistics</div>
</div>
<div class="order-ranges">
<div><strong>Typical Order Ranges:</strong> RMB 5-50-100 million</div>
<div><strong>Customer Base:</strong> National Grids, Major Power Companies, Large Contractors, Industrial Enterprises</div>
</div>
<p><strong>World Fortune 500 Company</strong> (not China 500) - Ranked No. 148 in 2024 with Group annual revenue close to RMB 600 billion.</p>
<p><strong>Unmatched Financial Strength:</strong> We can produce the world's largest single cable project. Our cable division revenue alone reached RMB 18 billion in 2024.</p>
<p><strong>Food for thought:</strong> If you had partnered with us earlier, you might have already secured those game-changing contracts. Today is your opportunity to position yourself for the next big project.</p>
<div class="contact-section">
<div><strong>Glory | Primary Project Officer</strong></div>
<div><strong>Factory:</strong> Hangzhou, China</div>
<div><strong>Direct:</strong> +86-18123620673</div>
<div><strong>Available:</strong> WhatsApp/WeChat/Cell</div>
<div><strong>Exchange:</strong> 1 USD = 7.08 RMB</div>
<div class="contact-highlights">
<span class="contact-tag">World Fortune 500</span>
<span class="contact-tag">RMB 600B</span>
<span class="contact-tag">RMB 18B</span>
<span class="contact-tag">Hangzhou</span>
</div>
</div>
</div>
</div>
</body>
</html>
|