<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>From Ground Zero to $1M</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
<style>
body { background-color: #f8f9fa; }
.book-wrapper {
max-width: 100%;
margin: 0;
padding: 0;
background: white;
border: none;
box-shadow: none;
}
.cover-image {
width: 100%;
height: 100vh;
object-fit: cover;
margin-bottom: 30px;
}
h1, h2, h3 { color: #ff1900; }
.page-break { page-break-after: always; }
section { padding: 40px; }
.lead-capture {
background-color: #fff3cd;
border: 1px solid #ffeeba;
padding: 20px;
margin: 40px 0;
text-align: center;
}
.promo-banner {
text-align: center;
margin: 30px auto;
background: linear-gradient(to right, #ff1900, #ff9900);
color: white;
padding: 20px;
font-size: 1.2rem;
font-weight: bold;
}
</style>
</head>
<body>
<div class="book-wrapper">
<!-- Cover Page -->
<div class="text-center">
<img src="/mnt/data/A_book_cover_for_an_informational_or_instructional.png" alt="Ebook Cover" class="cover-image">
<h1><strong>From Ground Zero to $1M</strong></h1>
<p class="lead">Building a Profitable Network Marketing Business Step-by-Step</p>
<p><strong>Author:</strong> Ken Moore<br>
<strong>Website:</strong> <a href="https://topworkathomebiz.com">topworkathomebiz.com</a></p>
</div>
<div class="promo-banner">
🚀 Get Your Free Step-by-Step Guide to $1M in Network Marketing — Scroll Down to Start!
</div>
<div class="lead-capture">
<p><strong>Want to get exclusive bonuses, mentorship, and updates?</strong></p>
<p><a href="https://topworkathomebiz.com/signup" class="btn btn-warning">Click Here to Join Now</a></p>
</div>
<div class="page-break"></div>
<!-- Table of Contents -->
<section id="toc">
<h2>Table of Contents</h2>
<ul>
<li><i class="fas fa-play"></i> <a href="#chapter1">Getting Sponsored – Your First Step to Success</a></li>
<li><i class="fas fa-bolt"></i> <a href="#chapter2">Retail Power – The 100 PV Foundation</a></li>
<li><i class="fas fa-users"></i> <a href="#chapter3">Building Your Core 6 – Launching Your Leadership Line</a></li>
<li><i class="fas fa-cogs"></i> <a href="#chapter4">Duplication Engine – Teaching Your Team to Duplicate</a></li>
<li><i class="fas fa-chart-line"></i> <a href="#chapter5">Scaling to Success – Sustaining Momentum to $1M</a></li>
<li><i class="fas fa-lightbulb"></i> <a href="#chapter6">Case Studies & Testimonials</a></li>
<li><i class="fas fa-check-square"></i> <a href="#chapter7">Action Plan Worksheet</a></li>
<li><i class="fas fa-handshake"></i> <a href="#chapter8">Join the Team – Your Next Step</a></li>
<li><i class="fas fa-sync"></i> <a href="#chapter9">Rebrandable Version Details</a></li>
</ul>
</section>
<div class="page-break"></div>
<!-- Existing content remains the same -->
<!-- Resource Box -->
<section id="resources">
<h2>Resource Box</h2>
<ul>
<li><i class="fas fa-globe"></i> Website: <a href="https://topworkathomebiz.com">topworkathomebiz.com</a></li>
<li><i class="fas fa-image"></i> Upload your cover: <a href="https://www.worldprofit.com/dealers/default.cfm?template=imagehosting/default.cfm">Image Hosting Tool</a></li>
<li><i class="fas fa-file-download"></i> Download this eBook: <a href="https://topworkathomebiz.com/ebook-download">Click Here to Download</a></li>
<li><i class="fas fa-tools"></i> Tools and training: <a href="https://www.worldprofit.com">Worldprofit.com</a></li>
<li><i class="fas fa-envelope-open-text"></i> Lead Capture Page: <a href="https://topworkathomebiz.com/signup">Join Here</a></li>
</ul>
</section>
<footer class="text-center mt-5">
<p>© 2025 All Rights Reserved.</p>
</footer>
</div>
</body>
</html>
|