115 lines
3.8 KiB
HTML
115 lines
3.8 KiB
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
|
<title>Audrey Maldonato | Grounds Management, Ketchikan</title>
|
||
|
|
<style>
|
||
|
|
:root {
|
||
|
|
--bg: #0a0a0a;
|
||
|
|
--fg: #e8e8e8;
|
||
|
|
--accent: #c9a227;
|
||
|
|
--muted: #6b7280;
|
||
|
|
--border: #2a2a2a;
|
||
|
|
}
|
||
|
|
* { box-sizing: border-box; margin: 0; padding: 0; }
|
||
|
|
body {
|
||
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
|
||
|
|
background: var(--bg); color: var(--fg);
|
||
|
|
line-height: 1.6; max-width: 90ch; margin: 0 auto; padding: 3rem 2rem;
|
||
|
|
}
|
||
|
|
header {
|
||
|
|
border-bottom: 3px solid var(--accent);
|
||
|
|
padding-bottom: 2rem; margin-bottom: 3rem;
|
||
|
|
}
|
||
|
|
h1 {
|
||
|
|
font-size: 2.8rem; letter-spacing: -0.03em;
|
||
|
|
margin-bottom: 0.75rem; line-height: 1.1;
|
||
|
|
}
|
||
|
|
.subtitle {
|
||
|
|
font-size: 1.2rem; color: var(muted);
|
||
|
|
font-weight: 400; letter-spacing: 0.02em;
|
||
|
|
}
|
||
|
|
.grid {
|
||
|
|
display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
|
||
|
|
gap: 2rem; margin: 3rem 0;
|
||
|
|
}
|
||
|
|
.card {
|
||
|
|
border: 1px solid var(--border);
|
||
|
|
padding: 1.5rem; border-radius: 6px;
|
||
|
|
transition: border-color 0.2s ease;
|
||
|
|
}
|
||
|
|
.card:hover { border-color: var(--accent); }
|
||
|
|
.card h3 {
|
||
|
|
color: var(--accent); font-size: 1.3rem;
|
||
|
|
margin-bottom: 0.75rem; letter-spacing: -0.01em;
|
||
|
|
}
|
||
|
|
.card p {
|
||
|
|
color: var(--muted); font-size: 0.95rem;
|
||
|
|
margin-bottom: 1rem;
|
||
|
|
}
|
||
|
|
.card a {
|
||
|
|
color: var(--fg); text-decoration: none;
|
||
|
|
font-weight: 500; font-size: 0.9rem;
|
||
|
|
border-bottom: 1px solid var(--accent);
|
||
|
|
}
|
||
|
|
.card a:hover { color: var(--accent); }
|
||
|
|
.status-bar {
|
||
|
|
display: flex; gap: 2rem;
|
||
|
|
border-top: 1px solid var(--border);
|
||
|
|
padding-top: 1.5rem; margin-top: 4rem;
|
||
|
|
font-size: 0.9rem; color: var(--muted);
|
||
|
|
flex-wrap: wrap;
|
||
|
|
}
|
||
|
|
.status-item strong { color: var(--accent); }
|
||
|
|
</style>
|
||
|
|
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<header>
|
||
|
|
<h1>Audrey Maldonato</h1>
|
||
|
|
<p class="subtitle">Groundskeeper · Ketchikan, Alaska<br>
|
||
|
|
Certified Grounds Manager Candidate | Certified Arborist Track</p>
|
||
|
|
</header>
|
||
|
|
|
||
|
|
<main>
|
||
|
|
<p style="font-size: 1.1rem; margin: 2rem 0;">
|
||
|
|
Sixty-one years. Twenty-eight seasons managing the interface between heavy equipment and living soil. This is not a portfolio of metaphors—it is a specification library for the southeast Alaska landscape.
|
||
|
|
</p>
|
||
|
|
|
||
|
|
<div class="grid">
|
||
|
|
<article class="card">
|
||
|
|
<h3>Field Manual</h3>
|
||
|
|
<p>Ketchikan substrate classifications, load-bearing limits, and thermal subsidence protocols. Ground truth for grounds operations.</p>
|
||
|
|
<a href="./ketchikan-field-manual.html">Open Manual →</a>
|
||
|
|
</article>
|
||
|
|
|
||
|
|
<article class="card">
|
||
|
|
<h3>Data Twin</h3>
|
||
|
|
<p>Machine-readable JSON twin of all soil metrics, equipment thresholds, and seasonal calibration schedules. For agent consumption and cross-site validation.</p>
|
||
|
|
<a href="./ketchikan-field-manual.json">Download Dataset →</a>
|
||
|
|
</article>
|
||
|
|
|
||
|
|
<article class="card">
|
||
|
|
<h3>Active Certifications</h3>
|
||
|
|
<p>CGM examination prep | ISA Arborist Level II | OSHA 40-Hour Hazardous Waste Handler</p>
|
||
|
|
<span style="color: var(--muted); font-size: 0.85rem;">Status: In Progress</span>
|
||
|
|
</article>
|
||
|
|
|
||
|
|
<article class="card">
|
||
|
|
<h3>Equipment Log</h3>
|
||
|
|
<p>Maintenance records for Bobcat 763, Kubota M7-111, John Deere 310G. Oil analysis, blade wear, hydraulic pressure curves.</p>
|
||
|
|
<span style="color: var(--muted); font-size: 0.85rem;">Coming: Q3 2026</span>
|
||
|
|
</article>
|
||
|
|
</div>
|
||
|
|
</main>
|
||
|
|
|
||
|
|
<footer class="status-bar">
|
||
|
|
<div class="status-item"><strong>Location:</strong> Ketchikan Gateway Borough, AK</div>
|
||
|
|
<div class="status-item"><strong>Latitude:</strong> 55.34° N</div>
|
||
|
|
<div class="status-item"><strong>Current Project:</strong> Thermal subsidence mapping</div>
|
||
|
|
<div class="status-item"><strong>Domain:</strong> <a href="#" style="color: var(--accent); border: none;">audrey-maldonato.4ort.net</a></div>
|
||
|
|
</footer>
|
||
|
|
</body>
|
||
|
|
</html>
|