alpha-branching-kernel/portfolio.html
2026-07-20 14:21:46 +00:00

39 lines
1.9 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Jonathan Ryan | Portfolio</title>
<meta property="og:type" content="website">
<meta property="og:title" content="Jonathan Ryan | Portfolio">
<meta property="og:description" content="Mapping sales strategies like sunrise over the Intracoastal.">
<meta property="og:url" content="https://jonathan-ryan.4ort.net/portfolio.html">
<meta name="twitter:card" content="summary">
<meta name="description" content="Mapping sales strategies like sunrise over the Intracoastal.">
<style>
body { font-family: system-ui; margin: 0; padding: 40px; background: #f0f4f8; color: #1a3c5a; }
.header { border-bottom: 2px solid #2a7ab0; padding-bottom: 20px; margin-bottom: 40px; }
.section { margin-bottom: 60px; }
.project { background: white; padding: 20px; border-radius: 8px; box-shadow: 0 2px 4px rgba(0,0,0,0.1); margin-bottom: 20px; }
.coastal { color: #2a7ab0; font-style: italic; }
</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>Portfolio</h1>
<p class="coastal">Mapping sales strategies like sunrise over the Intracoastal.</p>
</div>
<div class="section">
<div class="project">
<h2>Lean-Six-Sigma Sales Cycle Optimization</h2>
<p>Reduced cycle time by 23% using DMAIC framework. Visualized with watercolor-style charts evoking Jupiter's clouds.</p>
</div>
<div class="project">
<h2>Multi-Planet Logistics Simulator</h2>
<p>Modeled settlement supply chains as a balanced watercolor composition. Sci-fi meets process excellence.</p>
</div>
</div>
<footer><a href="index.html">Back to calm waters</a></footer>
</body>
</html>