<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Meta Creation Development Limited</title>
<meta name="description" content="Meta Creation Development Limited is a professional fund management institution incorporated in BVI, investing in globally oriented advanced technology companies with long-term growth potential." />
<link rel="stylesheet" href="assets/style.css" />
</head>
<body>
<header>
<div class="container nav">
<div class="brand">Meta Creation Development Limited</div>
<nav class="menu">
<a class="active" href="index.html">Home</a>
<a href="investments.html">Investments</a>
<a href="about.html">About</a>
</nav>
</div>
</header>
<main>
<section class="hero">
<div class="container">
<div class="kicker">Investment Firm</div>
<h1>Investing in globally oriented advanced technology companies with long-term growth potential.</h1>
<p class="lead">
We are a professional fund management institution incorporated in the British Virgin Islands (BVI),
dedicated to investing in advanced technology companies with global ambitions and durable growth.
</p>
<div class="cta">
<a class="button primary" href="investments.html">View Investments</a>
<a class="button" href="about.html">Learn More</a>
</div>
</div>
</section>
<section class="section">
<div class="container">
<div class="section-title">
<h2>Investment Focus</h2>
<p>Key themes we actively track</p>
</div>
<div class="grid">
<div class="card small">
<h3>Advanced Manufacturing</h3>
<p class="body">Industrial capabilities, next-gen production, and supply chain upgrades.</p>
</div>
<div class="card small">
<h3>Electronic Technology</h3>
<p class="body">Semiconductors, components, materials, and enabling infrastructure.</p>
</div>
<div class="card small">
<h3>FinTech</h3>
<p class="body">Global payments, embedded finance, regulated financial infrastructure.</p>
</div>
</div>
</div>
</section>
<section class="section">
<div class="container">
<div class="section-title">
<h2>Selected Investments</h2>
<p>A snapshot of our portfolio</p>
</div>
<div class="grid">
<div class="card">
<h3>MAG Mentis Aviation Group</h3>
<p class="body">
End-to-end aircraft and engine asset disposition across the Asia-Pacific region, covering retirement,
teardown, and recirculation.
</p>
<div class="meta">
<span class="tag">Asset Lifecycle</span>
<span class="tag">Aviation</span>
<span class="tag">APAC</span>
</div>
</div>
<div class="card">
<h3>Ascend Elements</h3>
<p class="body">
Advanced battery materials recycling company in the U.S. with patented Hydro-to-Cathode® technology,
enabling recovery of ~98% of critical metals from end-of-life batteries and manufacturing scrap, and
converting them into engineered precursor (pCAM) and cathode active materials (CAM).
</p>
<div class="meta">
<span class="tag">Battery Materials</span>
<span class="tag">Recycling</span>
<span class="tag">U.S.</span>
</div>
</div>
<div class="card">
<h3>TranSwap (Transwap Private Limited)</h3>
<p class="body">
Singapore-based fintech founded in 2015, providing multi-currency global accounts, local collections & payouts,
FX, BaaS, and corporate card services across 100+ countries and 34 currencies, supported by multiple regulatory
licenses (including Singapore MPI and U.K. EMI).
</p>
<div class="meta">
<span class="tag">FinTech</span>
<span class="tag">Payments</span>
<span class="tag">Singapore</span>
</div>
</div>
</div>
<div class="hr"></div>
<p class="note">
Selected investments are shown for informational purposes only and do not constitute an offer, solicitation, or recommendation.
</p>
</div>
</section>
</main>
<footer>
<div class="container">
<div>© <span id="y"></span> Meta Creation Development Limited. All rights reserved.</div>
</div>
</footer>
<script>
document.getElementById('y').textContent = new Date().getFullYear();
</script>
</body>
</html>