33 lines
1.5 KiB
HTML
33 lines
1.5 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>
|
||
|
|
<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>
|