<!DOCTYPE html>
<html lang=”en”>
<head>
<meta charset=”UTF-8″>
<meta name=”viewport” content=”width=device-width, initial-scale=1.0, user-scalable=yes”>
<title>Holy District Training Hub | Books, Shipping & Affiliate</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background: linear-gradient(145deg, #fff8e7 0%, #fef7e0 100%);
font-family: ‘Segoe UI’, ‘Poppins’, ‘Georgia’, serif;
color: #002366;
padding: 2rem 1rem;
}
.container {
max-width: 1280px;
margin: 0 auto;
}
.accessibility-btn {
position: fixed;
bottom: 20px;
right: 20px;
background: #002366;
color: #FFD700;
border: none;
border-radius: 50%;
width: 55px;
height: 55px;
font-size: 1.8rem;
cursor: pointer;
box-shadow: 0 4px 12px rgba(0,0,0,0.2);
z-index: 1000;
transition: 0.2s;
display: flex;
align-items: center;
justify-content: center;
}
.accessibility-btn:hover {
background: #50c878;
transform: scale(1.05);
}
.top-bar {
display: flex;
justify-content: flex-end;
margin-bottom: 1rem;
}
.publish-btn {
background: #50c878;
border: none;
padding: 0.5rem 1.5rem;
border-radius: 40px;
color: white;
font-weight: bold;
cursor: pointer;
}
.navbar {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
padding: 1rem 0;
border-bottom: 3px solid #50c878;
margin-bottom: 2rem;
}
.logo {
background: #FFD700;
padding: 0.3rem 1.2rem;
border-radius: 50px;
font-size: 1.8rem;
font-weight: 900;
}
.logo span { color: #50c878; }
.nav-links {
display: flex;
gap: 2rem;
align-items: center;
flex-wrap: wrap;
}
.nav-links a {
text-decoration: none;
font-weight: 600;
color: #002366;
}
.get-started {
background: #50c878;
color: #FFF8E7 !important;
padding: 0.6rem 1.4rem;
border-radius: 40px;
font-weight: bold;
border: none;
cursor: pointer;
}
.hero {
text-align: center;
margin: 2rem 0;
}
.free-event-badge {
background: #FFD700;
display: inline-block;
padding: 0.5rem 2rem;
border-radius: 60px;
font-weight: bold;
color: #FFF8E7;
margin-bottom: 1rem;
}
.main-title {
font-size: 3.5rem;
font-weight: 800;
background: linear-gradient(135deg, #50c878, #FFD700, #87CEEB, #4169E1, #FFF8E7);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
.promise-land {
color: #50c878;
font-size: 1.6rem;
font-weight: bold;
margin: 0.5rem 0;
}
.subhead {
font-size: 1.2rem;
max-width: 800px;
margin: 1rem auto;
}
.countdown-card {
background: white;
border: 2px solid #50c878;
border-radius: 32px;
padding: 1.5rem;
margin: 2rem auto;
max-width: 700px;
text-align: center;
}
.countdown-boxes {
display: flex;
justify-content: center;
gap: 1rem;
flex-wrap: wrap;
margin-top: 1rem;
}
.cd-box {
background: #50c878;
border-radius: 20px;
padding: 0.8rem;
min-width: 80px;
}
.cd-number {
font-size: 2rem;
font-weight: bold;
color: #FFF8E7;
}
.cd-label {
color: #002366;
font-weight: bold;
}
.info-row {
display: flex;
justify-content: center;
gap: 2rem;
flex-wrap: wrap;
margin: 2rem 0;
}
.info-item {
background: white;
border: 2px solid #FFD700;
border-radius: 28px;
padding: 0.8rem 1.8rem;
text-align: center;
min-width: 150px;
}
.register-btn, .btn-buy, .btn-payment, .btn-affiliate, .btn-shipping {
background: #50c878;
border: none;
padding: 0.8rem 1.8rem;
border-radius: 60px;
font-weight: bold;
color: white;
cursor: pointer;
margin: 0.5rem;
}
.btn-buy { background: #FFD700; color: #002366; }
.btn-payment { background: #87CEEB; color: #002366; }
.btn-affiliate { background: #002366; color: #FFD700; }
.btn-shipping { background: #4169E1; color: white; }
.product-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: 2rem;
margin: 2rem 0;
}
.product-card {
background: white;
border-radius: 28px;
padding: 1.5rem;
border: 2px solid #e2cfaa;
transition: 0.2s;
box-shadow: 0 6px 12px rgba(0,0,0,0.05);
}
.product-card:hover {
transform: translateY(-5px);
border-color: #50c878;
}
.product-icon {
width: 80px;
height: 80px;
background: linear-gradient(135deg, #FFD700, #50c878);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 1rem;
font-size: 2.5rem;
color: #002366;
box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.product-title {
font-size: 1.5rem;
font-weight: bold;
text-align: center;
margin-bottom: 0.5rem;
}
.product-price {
font-size: 1.8rem;
font-weight: bold;
color: #8b5a2b;
text-align: center;
margin: 0.5rem 0;
}
.product-description {
font-size: 0.95rem;
line-height: 1.4;
margin: 1rem 0;
color: #2c3e6d;
}
.commission-box {
background: #e7f0e3;
border-left: 6px solid #50c878;
padding: 1rem;
margin: 1.5rem 0;
border-radius: 16px;
}
.affiliate-section {
background: #f0e7cf;
border-radius: 32px;
padding: 1.5rem;
margin: 2rem 0;
text-align: center;
border: 2px solid #FFD700;
}
footer {
background: #00236610;
border-top: 2px solid #50c878;
padding: 2rem 1rem;
margin-top: 3rem;
}
.footer-container {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 2rem;
}
@media (max-width: 700px) {
.main-title { font-size: 2rem; }
.product-grid { grid-template-columns: 1fr; }
}
</style>
</head>
<body>
<div class=”container”>
<button class=”accessibility-btn” id=”accessibilityBtn” aria-label=”Accessibility options”>♿</button>
<div class=”top-bar”>
<button class=”publish-btn” id=”publishBtn”>📢 Publish Page</button>
</div>
<div class=”navbar”>
<div class=”logo”><span>MY KINGS SERVICE</span></div>
<div class=”nav-links”>
<a href=”#”>Home</a>
<a href=”#”>Service</a>
<a href=”#”>Training</a>
<a href=”#”>About</a>
<a href=”#”>Contact</a>
<button class=”get-started”>Get Started</button>
</div>
</div>
<div class=”hero”>
<div class=”free-event-badge”>FREE Training Event</div>
<h1 class=”main-title”>Holy District Training Hub</h1>
<div class=”promise-land”>✨ The Promise Land | Best Seller Countdown ✨</div>
<div class=”subhead”>Transform Your Future: Build Your 501(c)(3), Master Construction, Create Sustainable Communities, Air-to-Water DIY Training</div>
</div>
<div class=”countdown-card”>
<div class=”countdown-label” style=”font-size:1.3rem;”>FREE TRAINING Start In:</div>
<div class=”countdown-boxes” id=”trainingCountdown”>
<div class=”cd-box”><div class=”cd-number” id=”days”>00</div><div class=”cd-label”>Days</div></div>
<div class=”cd-box”><div class=”cd-number” id=”hours”>00</div><div class=”cd-label”>Hours</div></div>
<div class=”cd-box”><div class=”cd-number” id=”minutes”>00</div><div class=”cd-label”>Minutes</div></div>
<div class=”cd-box”><div class=”cd-number” id=”seconds”>00</div><div class=”cd-label”>Seconds</div></div>
</div>
</div>
<div class=”info-row”>
<div class=”info-item”>📅 April 15th, 2026</div>
<div class=”info-item”>⏰ 2:00 PM EST (1400 hours)</div>
<div class=”info-item”>👥 2 hours 15 minutes</div>
</div>
<div style=”text-align: center;”>
<button class=”register-btn” onclick=”window.open(‘https://24374604-950a-b7ce-e90b676091d3.paylinks.godaddy.com/ENROLL-FREE’,’_blank’)”>📋 REGISTER FREE TRAINING</button>
<div style=”margin-top:0.5rem;”>Limited to 300 participants • Secure your spot now.</div>
</div>
<div class=”countdown-card” style=”background:#f0e7cf;”>
<div class=”countdown-label”>⏳ Bestseller Window Remaining:</div>
<div class=”countdown-boxes” id=”bookCountdown”>
<div class=”cd-box”><div class=”cd-number” id=”bookDays”>00</div><div class=”cd-label”>Days</div></div>
<div class=”cd-box”><div class=”cd-number” id=”bookHours”>00</div><div class=”cd-label”>Hours</div></div>
<div class=”cd-box”><div class=”cd-number” id=”bookMinutes”>00</div><div class=”cd-label”>Minutes</div></div>
<div class=”cd-box”><div class=”cd-number” id=”bookSeconds”>00</div><div class=”cd-label”>Seconds</div></div>
</div>
</div>
<!– PRODUCTS GRID –>
<h2 style=”margin: 1rem 0 0.5rem;”>📚 Choose Your Path – Books & Training</h2>
<div class=”product-grid”>
<!– 19 Blessings Single –>
<div class=”product-card”>
<div class=”product-icon”>🙏📖</div>
<div class=”product-title”>19 Blessings to God – E‑book</div>
<div class=”product-price”>$19.99</div>
<div class=”product-description”>19 powerful blessings rooted in Scripture. Perfect for daily devotion, small groups, or prophetic activation. Instant download.</div>
<button class=”btn-buy” onclick=”window.open(‘https://24374604-950a-4fbb-b7ce-e90b676091d3.paylinks.godaddy.com/19blessings_single’,’_blank’)”>Buy Now</button>
</div>
<!– 19 Blessings Bulk –>
<div class=”product-card”>
<div class=”product-icon”>🌟🙌</div>
<div class=”product-title”>19 Blessings – Bulk Pack (19 copies)</div>
<div class=”product-price”>$299.99</div>
<div class=”product-description”>19 copies at 20% discount. Perfect for church or ministry. Includes bonus group Zoom session with author.</div>
<button class=”btn-buy” onclick=”window.open(‘https://24374604-950a-4fbb-b7ce-e90b676091d3.paylinks.godaddy.com/19blessings_bulk’,’_blank’)”>Buy Bulk Pack</button>
</div>
<!– Book of Promise Paperback (corrected link) –>
<div class=”product-card”>
<div class=”product-icon”>📘✨</div>
<div class=”product-title”>The Book of Promise – Paperback</div>
<div class=”product-price”>$19.99</div>
<div class=”product-description”>Prophetic blueprint for the Holy District. Signed by author when you buy 2+ copies. Includes free training access.</div>
<button class=”btn-buy” onclick=”window.open(‘https://24374604-950a-4fbb-b7ce-e90b676091d3.paylinks.godaddy.com/19blessings_bulk-paperback’,’_blank’)”>Buy Paperback</button>
</div>
<!– Book of Promise E-book –>
<div class=”product-card”>
<div class=”product-icon”>📱📖</div>
<div class=”product-title”>The Book of Promise – E‑book</div>
<div class=”product-price”>$9.99</div>
<div class=”product-description”>Instant access, searchable, highlightable. All proceeds go to the 300 Trainees program.</div>
<button class=”btn-buy” onclick=”window.open(‘https://24374604-950a-4fbb-b7ce-e90b676091d3.paylinks.godaddy.com/E-Book’,’_blank’)”>Buy E‑book</button>
</div>
<!– Book of Promise Bundle –>
<div class=”product-card”>
<div class=”product-icon”>🎁📚</div>
<div class=”product-title”>Book of Promise – Bundle (2 copies)</div>
<div class=”product-price”>$34.99</div>
<div class=”product-description”>Two signed copies – one for you, one for a friend. Includes free Zoom access.</div>
<button class=”btn-buy” onclick=”window.open(‘https://24374604-950a-4fbb-b7ce-e90b676091d3.paylinks.godaddy.com/Bundle’,’_blank’)”>Buy Bundle</button>
</div>
<!– Full Trainee One Time –>
<div class=”product-card”>
<div class=”product-icon”>🔥🎓</div>
<div class=”product-title”>Full Trainee Program (One Time)</div>
<div class=”product-price”>$297</div>
<div class=”product-description”>12 weeks live training: 501(c)(3), construction, water-from-air, farming, certifications. Certificate & lifetime access.</div>
<button class=”btn-buy” onclick=”window.open(‘https://24374604-950a-4fbb-b7ce-e90b676091d3.paylinks.godaddy.com/Full-Trainee-One-Time’,’_blank’)”>Enroll Now</button>
</div>
<!– 3-Month Plan –>
<div class=”product-card”>
<div class=”product-icon”>📆💰</div>
<div class=”product-title”>3‑Month Training Plan</div>
<div class=”product-price”>$109 / month</div>
<div class=”product-description”>Spread payments over 3 months. Same full access + monthly coaching calls.</div>
<button class=”btn-buy” onclick=”window.open(‘https://24374604-950a-4fbb-b7ce-e90b676091d3.paylinks.GoDaddy.com/3-Months-Training-Plan’,’_blank’)”>Subscribe $109/mo</button>
</div>
<!– Leadership Circle –>
<div class=”product-card”>
<div class=”product-icon”>👑🌟</div>
<div class=”product-title”>Leadership Circle</div>
<div class=”product-price”>$597</div>
<div class=”product-description”>One‑on‑one prophetic briefing, early mo3 oracles, prayer partner. Limited to 30 leaders.</div>
<button class=”btn-buy” onclick=”window.open(‘https://24374604-950a-4fbb-b7ce-e90b676091d3.paylinks.godaddy.com/Leadership-Circle’,’_blank’)”>Join Leadership Circle</button>
</div>
</div>
<!– NEW: HOUSEHOLD SHIPPING SERVICE SECTION –>
<div class=”product-card” style=”background: #e8f0fe; border-color: #4169E1;”>
<div class=”product-icon”>🚢📦</div>
<div class=”product-title”>USA to International – Household Goods Shipping</div>
<div class=”product-price”>Starting at $4,500</div>
<div class=”product-description”>
<strong>Door‑to‑door container shipping from USA to Jamaica (and worldwide soon).</strong> We pick up your household goods, handle all customs paperwork, and deliver to your door. <strong>You do not keep the container</strong> – we repurpose it for the Holy District vision. Pricing is all‑inclusive (tariffs, taxes, insurance up to $5,000). Average cost $4,500–$6,500 depending on volume. Affiliates earn 50% of profit on each referral.
</div>
<button class=”btn-shipping” id=”shippingQuoteBtn”>📦 Get Household Shipping Quote</button>
<div id=”shippingMessage” style=”margin-top:0.5rem; font-size:0.9rem;”></div>
</div>
<!– Training Overview (condensed) –>
<div style=”background: white; border-radius: 32px; padding: 1.5rem; margin: 2rem 0; border: 2px solid #50c878;”>
<h2>Transform Your Life in 3-4 Months</h2>
<p>Join 300 visionary individuals in The Holy District Training Hub – comprehensive program for sustainable communities and generational wealth.</p>
<h3>What You’ll Learn</h3>
<div style=”display:grid; grid-template-columns:repeat(auto-fit,minmax(200px,1fr)); gap:0.5rem; margin:1rem 0;”>
<div>✓ 501(c)(3) Setup</div><div>✓ Business Certifications</div><div>✓ Steel Housing DIY</div>
<div>✓ Construction Training</div><div>✓ Water-from-Air System</div><div>✓ Sustainable Farming</div>
</div>
<h3>Program Benefits</h3>
<div style=”display:grid; grid-template-columns:repeat(auto-fit,minmax(200px,1fr)); gap:0.5rem;”>
<div>✓ Certificate of Training</div><div>✓ Guaranteed funding tools</div><div>✓ Heavy equipment cert</div>
<div>✓ Lifetime access</div><div>✓ Accreditation credentials</div><div>✓ Bestseller book training</div>
<div>✓ Seller financing for housing</div><div>✓ Community support network</div>
</div>
</div>
<!– Affiliate Section –>
<div class=”affiliate-section”>
<h2 style=”color:#002366;”>💼 Become an Affiliate – Earn 50% to 65% Commission</h2>
<p>Share any product (books, training, or shipping) using your unique referral link. <strong>50% on books & shipping profit, 65% on training plans</strong>. No cost to join, real‑time tracking, monthly payouts.</p>
<button class=”btn-affiliate” id=”affiliateSignupBtn”>✍️ Register as an Affiliate Now</button>
<div id=”affiliateMsg” style=”margin-top: 1rem;”></div>
<p style=”margin-top: 1rem;”><em>Affiliate platform coming soon – for now, email affiliates@mykingsservice.com to get your link.</em></p>
</div>
<footer>
<div class=”footer-container”>
<div><strong style=”color:#50c878;”>MY KINGS SERVICE</strong><br>Baruch HaShem</div>
<div><strong>Quick links:</strong><br>Home • Service • Training • About • Contact</div>
<div><strong>Connect:</strong><br>Facebook • Instagram • X • In</div>
<div><strong>Mailing Address:</strong><br>451 N. HUNGERFORD Drive – Suite 119-267, Rockville, MD 20850<br>📧 info@mykingsservice.com</div>
</div>
<div style=”text-align:center; margin-top:1.5rem;”>© 1992-2079 MY KING’S SERVICE. All Rights Reserved.</div>
</footer>
</div>
<script>
// Training countdown
const trainingTarget = new Date(2026, 3, 15, 14, 0, 0);
function updateTraining() {
const diff = trainingTarget – new Date();
if (diff <= 0) {
[‘days’,’hours’,’minutes’,’seconds’].forEach(id => document.getElementById(id).innerText=’00’);
return;
}
document.getElementById(‘days’).innerText = Math.floor(diff/(1000*60*60*24)).toString().padStart(2,’0′);
document.getElementById(‘hours’).innerText = Math.floor((diff%(86400000))/3600000).toString().padStart(2,’0′);
document.getElementById(‘minutes’).innerText = Math.floor((diff%3600000)/60000).toString().padStart(2,’0′);
document.getElementById(‘seconds’).innerText = Math.floor((diff%60000)/1000).toString().padStart(2,’0′);
}
setInterval(updateTraining,1000); updateTraining();
// Book countdown
const bookEnd = new Date(2026, 4, 7, 23, 59, 59);
function updateBook() {
const diff = bookEnd – new Date();
if (diff <= 0) {
[‘bookDays’,’bookHours’,’bookMinutes’,’bookSeconds’].forEach(id => document.getElementById(id).innerText=’00’);
return;
}
document.getElementById(‘bookDays’).innerText = Math.floor(diff/(1000*60*60*24)).toString().padStart(2,’0′);
document.getElementById(‘bookHours’).innerText = Math.floor((diff%(86400000))/3600000).toString().padStart(2,’0′);
document.getElementById(‘bookMinutes’).innerText = Math.floor((diff%3600000)/60000).toString().padStart(2,’0′);
document.getElementById(‘bookSeconds’).innerText = Math.floor((diff%60000)/1000).toString().padStart(2,’0′);
}
setInterval(updateBook,1000); updateBook();
// Publish button demo
document.getElementById(‘publishBtn’).addEventListener(‘click’, () => {
localStorage.setItem(‘pagePublished’,’true’);
alert(“Page published! (Demo. In WordPress, click the real Publish button.)”);
document.getElementById(‘publishBtn’).style.background = “#FFD700”;
document.getElementById(‘publishBtn’).innerText = “✓ Published”;
});
// Shipping Quote button (redirects to GoDaddy pay link)
const shippingBtn = document.getElementById(‘shippingQuoteBtn’);
const shippingMsg = document.getElementById(‘shippingMessage’);
shippingBtn.addEventListener(‘click’, () => {
window.open(‘https://24374604-950a-4fbb-b7ce-e90b676091d3.paylinks.godaddy.com/door-to-door-pickup-service’, ‘_blank’);
shippingMsg.innerHTML = “🔁 Redirecting to secure payment page for deposit or quote request. Baruch HaShem.”;
shippingMsg.style.color = “#4169E1”;
});
// Affiliate sign-up demo
const affiliateBtn = document.getElementById(‘affiliateSignupBtn’);
const affiliateMsg = document.getElementById(‘affiliateMsg’);
affiliateBtn.addEventListener(‘click’, () => {
affiliateMsg.innerHTML = “📧 Affiliate Program earn cash from sales when you promote mykingsservice on your site JOIN NOW Thank you! Please email <strong>affiliates@mykingsservice.com</strong> with your name and contact info. We will send your unique referral link and dashboard access. Baruch HaShem.”;
affiliateMsg.style.background = “#e7f0e3”;
affiliateMsg.style.padding = “0.8rem”;
affiliateMsg.style.borderRadius = “20px”;
});
// Accessibility buttono
document.getElementById(‘accessibilityBtn’).addEventListener(‘click’, () => {
alert(“Accessibility options: WCAG 2.1 compliant. For high contrast, screen reader, or text resizing, use browser tools. For assistance: info@mykingsservice.com.”);
});
</script>
</body>
</html>A commitment to innovation and sustainability
Études is a pioneering firm that seamlessly merges creativity and functionality to redefine architectural excellence.

A passion for creating spaces
Our comprehensive suite of professional services caters to a diverse clientele, ranging from homeowners to commercial developers.
Renovation and restoration
Experience the fusion of imagination and expertise with Études Architectural Solutions.
Continuous Support
Experience the fusion of imagination and expertise with Études Architectural Solutions.
App Access
Experience the fusion of imagination and expertise with Études Architectural Solutions.
Consulting
Experience the fusion of imagination and expertise with Études Architectural Solutions.
Project Management
Experience the fusion of imagination and expertise with Études Architectural Solutions.
Architectural Solutions
Experience the fusion of imagination and expertise with Études Architectural Solutions.
An array of resources
Our comprehensive suite of professional services caters to a diverse clientele, ranging from homeowners to commercial developers.
Études Architect App
- Collaborate with fellow architects.
- Showcase your projects.
- Experience the world of architecture.


Études Newsletter
- A world of thought-provoking articles.
- Case studies that celebrate architecture.
- Exclusive access to design insights.
“Études has saved us thousands of hours of work and has unlocked insights we never thought possible.”
Annie Steiner
CEO, Greenprint
Watch, Read, Listen
-
—
by
https://outlook.office365.com/owa/calendar/1225173d38244c20acc58781225b2cbf@mykingsservice.com/4addeb262ea5416cb64eb37725bf4a299762617828527632698/calendar.ics
Join 900+ subscribers
Stay in the loop with everything you need to know.