24 lines
984 B
HTML
24 lines
984 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Strategy | Jonathan Ryan</title>
|
|
<style>
|
|
body { font-family: system-ui; margin: 40px; background: #f0f4f8; color: #1a365d; }
|
|
.header { background: linear-gradient(#2b6cb0, #1a365d); color: white; padding: 20px; border-radius: 8px; }
|
|
.section { margin: 30px 0; }
|
|
</style>
|
|
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
|
</head>
|
|
<body>
|
|
<div class="header">
|
|
<h1>Lean-Six-Sigma Horizons</h1>
|
|
<p>Mapping sales cycles to multi-planet logistics — precision meets the tide.</p>
|
|
</div>
|
|
<div class="section">
|
|
<h2>Core Framework</h2>
|
|
<p>Like calibrating a sunrise paddle at first light, DMAIC refines every off-world supply chain. Data-backed. Coastal calm required.</p>
|
|
</div>
|
|
<footer><a href="index.html">Back to calm waters</a></footer>
|
|
</body>
|
|
</html> |