0
X
Add Snippet To Project
New Project
Add To Existing Project
<!-- PARTNERSHIP.HTML - PARTNERSHIP PROGRAM -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Oxil Partnership Program - Hospitality Investment</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: Arial, sans-serif; line-height: 1.8; color: #333; }
header { background: #002e5c; color: white; padding: 20px; text-align: center; }
nav { background: #002e5c; padding: 15px; text-align: center; }
nav a { color: white; text-decoration: none; margin: 0 20px; }
.hero { background: #004a8f; color: white; padding: 60px 20px; text-align: center; }
.container { max-width: 1100px; margin: 0 auto; padding: 60px 20px; }
.section { margin-bottom: 50px; }
.section h2 { color: #002e5c; margin-bottom: 20px; font-size: 28px; }
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin: 30px 0; }
.feature-box { background: #f9f9f9; padding: 25px; border-radius: 8px; }
.feature-box h3 { color: #002e5c; margin-bottom: 10px; }
.feature-box ul { margin-left: 20px; }
.feature-box li { margin-bottom: 8px; }
.cta { text-align: center; margin: 40px 0; }
.btn { padding: 12px 40px; background: #ffd700; color: #002e5c; border: none; border-radius: 5px; cursor: pointer; font-weight: bold; font-size: 16px; }
footer { background: #002e5c; color: white; text-align: center; padding: 30px; margin-top: 50px; }
</style>
</head>
<body>
<header><h1>OXIL</h1><p>Partnership Program</p></header>
<nav>
<a href="index.html">Home</a><a href="about.html">About</a><a href="residential.html">Residential</a>
<a href="commercial.html">Commercial</a><a href="partnership.html">Partnership</a><a href="contact.html">Contact</a>
</nav>
<section class="hero">
<h2>Oxil Partnership Program</h2>
<p>A Turnkey Investment in Hospitality Assets</p>
</section>
<div class="container">
<div class="section">
<h2>Who It's For</h2>
<div class="features-grid">
<div class="feature-box">
<h3>Investors</h3>
<p>Wanting a hands-off hospitality asset with steady revenue streams</p>
</div>
<div class="feature-box">
<h3>Landowners</h3>
<p>Looking to monetize underused land with zero capex</p>
</div>
<div class="feature-box">
<h3>Brands</h3>
<p>Needing standardized, rapidly deployable spaces</p>
</div>
</div>
</div>
<div class="section">
<h2>What You Get</h2>
<div class="features-grid">
<div class="feature-box">
<h3>Prefab Units</h3>
<ul><li>Aura, Zenith, Orion, Cosmos</li><li>Nexus, Apex models</li><li>Fully customizable</li></ul>
</div>
<div class="feature-box">
<h3>End-to-End Deployment</h3>
<ul><li>Feasibility studies</li><li>Delivery & installation</li><li>Commissioning</li></ul>
</div>
<div class="feature-box">
<h3>Operations Support</h3>
<ul><li>Centralized booking</li><li>Dynamic pricing</li><li>Guest services 24/7</li><li>Housekeeping</li><li>Maintenance</li></ul>
</div>
</div>
</div>
<div class="section">
<h2>How It Works</h2>
<p><strong>Step 1:</strong> Discovery - Goals, site access, zoning, demand profiling</p>
<p><strong>Step 2:</strong> Commercial Model - Revenue-share or fixed ground lease options</p>
<p><strong>Step 3:</strong> Agreements - Tri-party commercial and service SLAs</p>
<p><strong>Step 4:</strong> Design & Site Prep - Unit mix, foundations, utilities</p>
<p><strong>Step 5:</strong> Manufacture & Install - Factory build with QC gates</p>
<p><strong>Step 6:</strong> Go-Live - Operations, marketing, guest support</p>
<p><strong>Step 7:</strong> Reporting - Monthly KPIs and settlements</p>
</div>
<div class="section">
<h2>Commercial Models</h2>
<ul style="margin-left: 30px; line-height: 2;">
<li><strong>Revenue Share:</strong> Net proceeds shared after operating costs</li>
<li><strong>Fixed Ground Lease:</strong> Predictable land cost, investor retains upside</li>
<li><strong>Hybrid:</strong> Lower fixed fee plus share beyond thresholds</li>
</ul>
</div>
<div class="cta">
<p style="margin-bottom: 20px; font-size: 18px;">Ready to explore partnership opportunities?</p>
<a href="contact.html"><button class="btn">Get In Touch</button></a>
</div>
</div>
<footer><p>© 2025 Oxil. All rights reserved. | Contact: info@oxil.com</p></footer>
</body>
</html>
Complete Partnership Program page for investors, landowners, and brands with investment opportunities and deployment process
