213 lines
8.7 KiB
HTML
213 lines
8.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<style id="fort-styles">
|
|
[data-fort]{font:inherit;color:inherit}
|
|
ul[data-fort]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45em}
|
|
[data-fort] li{margin:0;padding:0;line-height:1.45;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
|
|
[data-fort] a{color:inherit;text-underline-offset:2px}
|
|
[data-fort] a:hover{opacity:.72}
|
|
[data-fort] .src,[data-fort] .fm-type{opacity:.6;font-size:.85em}
|
|
.fort-citizen{display:flex;flex-direction:column;gap:.4em}
|
|
.fort-citizen .fc-name{font-weight:600}
|
|
.fort-citizen .fc-pages{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.3em}
|
|
.fort-media,.fort-film{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.6em}
|
|
.fort-film{list-style:none;margin:0;padding:0}
|
|
.fort-film li{overflow:visible;white-space:normal}
|
|
.fort-film a{display:flex;flex-direction:column;gap:.3em;text-decoration:none}
|
|
.fort-media img,.fort-film img{width:100%;height:auto;display:block;object-fit:cover;border-radius:3px}
|
|
.fort-film img{aspect-ratio:16/10}
|
|
.fort-nav{display:flex;flex-wrap:wrap;gap:1em;align-items:center}
|
|
</style>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Rony Thomas - Operations Manager</title>
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:title" content="Rony Thomas - Operations Manager">
|
|
<meta property="og:description" content="Forty-seven years in La Grange, Kentucky. Twenty-some managing kitchen lines. Same discipline, same care — whether it">
|
|
<meta property="og:image" content="https://pixabay.com/get/g598037bd2a19ab43bf134df3b98e8e7ab46607ea2105393581a84b2773703771838d57364084e58b88588a2edf3777961bb1a426ca438a0b092b83f961b0d473_1280.jpg">
|
|
<meta property="og:url" content="https://rony-thomas.4ort.net/">
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
<meta name="description" content="Forty-seven years in La Grange, Kentucky. Twenty-some managing kitchen lines. Same discipline, same care — whether it's a dinner rush or a budget review.">
|
|
<style>
|
|
body {
|
|
font-family: 'Georgia', 'Times New Roman', serif;
|
|
line-height: 1.7;
|
|
margin: 0;
|
|
padding: 0;
|
|
background-color: #faf8f5;
|
|
color: #2d2d2d;
|
|
}
|
|
header {
|
|
background: #2c3e3f;
|
|
color: #f5f0e8;
|
|
padding: 40px 20px 30px;
|
|
border-bottom: 4px solid #c47032;
|
|
}
|
|
header a {
|
|
color: #f5f0e8;
|
|
text-decoration: none;
|
|
font-size: 15px;
|
|
letter-spacing: 0.5px;
|
|
}
|
|
header ul {
|
|
margin: 0;
|
|
padding: 0;
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
flex-wrap: wrap;
|
|
gap: 30px;
|
|
}
|
|
header li {
|
|
list-style: none;
|
|
}
|
|
header #branding {
|
|
margin-bottom: 20px;
|
|
}
|
|
header #branding h1 {
|
|
margin: 0;
|
|
font-size: 2.5rem;
|
|
font-weight: 400;
|
|
letter-spacing: -1px;
|
|
}
|
|
header .highlight {
|
|
color: #c47032;
|
|
font-weight: 600;
|
|
}
|
|
header a:hover {
|
|
color: #c47032;
|
|
}
|
|
.container {
|
|
max-width: 800px;
|
|
margin: 0 auto;
|
|
padding: 0 20px;
|
|
}
|
|
main {
|
|
padding: 40px 0;
|
|
}
|
|
h1 {
|
|
color: #2c3e3f;
|
|
font-size: 2.2rem;
|
|
font-weight: 400;
|
|
margin-bottom: 0.5rem;
|
|
border-bottom: 2px solid #c47032;
|
|
padding-bottom: 10px;
|
|
}
|
|
h2 {
|
|
color: #3a4f50;
|
|
font-size: 1.5rem;
|
|
font-weight: 400;
|
|
margin-top: 2.5rem;
|
|
margin-bottom: 1rem;
|
|
}
|
|
p {
|
|
margin-bottom: 1.2rem;
|
|
font-size: 1.05rem;
|
|
}
|
|
.lead {
|
|
font-size: 1.2rem;
|
|
color: #4a5a5b;
|
|
font-style: italic;
|
|
margin-bottom: 2rem;
|
|
}
|
|
.card-grid {
|
|
display: grid;
|
|
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
|
|
gap: 24px;
|
|
margin-top: 2rem;
|
|
}
|
|
.card {
|
|
background: #fff;
|
|
border: 1px solid #e0dcd0;
|
|
padding: 24px;
|
|
transition: box-shadow 0.2s, border-color 0.2s;
|
|
}
|
|
.card:hover {
|
|
box-shadow: 0 8px 24px rgba(44, 62, 63, 0.1);
|
|
border-color: #c47032;
|
|
}
|
|
.card h3 {
|
|
margin: 0 0 12px;
|
|
color: #2c3e3f;
|
|
font-size: 1.2rem;
|
|
}
|
|
.card p {
|
|
margin: 0;
|
|
color: #5a6a6b;
|
|
font-size: 0.95rem;
|
|
}
|
|
footer {
|
|
background: #2c3e3f;
|
|
color: #a09888;
|
|
text-align: center;
|
|
padding: 30px 20px;
|
|
font-size: 0.9rem;
|
|
border-top: 4px solid #c47032;
|
|
}
|
|
.fort-nav-placeholder {
|
|
margin: 20px 0;
|
|
padding: 15px;
|
|
background: #f0ebe0;
|
|
border: 1px dashed #c47032;
|
|
text-align: center;
|
|
color: #6a7a7b;
|
|
font-style: italic;
|
|
}
|
|
</style>
|
|
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<div class="container">
|
|
<div id="branding">
|
|
<h1><span class="highlight">Rony</span> Thomas</h1>
|
|
</div>
|
|
<nav>
|
|
<ul>
|
|
<li><a href="index.html" aria-current="page">Home</a></li>
|
|
<li><a href="about.html">About</a></li>
|
|
<li><a href="services.html">Services</a></li>
|
|
</ul>
|
|
</nav>
|
|
</div>
|
|
</header>
|
|
<div class="container">
|
|
<main>
|
|
<fort-nav><nav class="fort-nav" data-fort="nav"><a href="/" class="active" aria-current="page">Rony Thomas</a><a href="/about.html">About Rony Thomas</a><a href="/services.html">Services</a></nav></fort-nav>
|
|
<div class="fort-nav-placeholder">[Auto-generated navigation will appear here after push]</div>
|
|
|
|
<h1>Operations Rooted in Care</h1>
|
|
<p class="lead">Forty-seven years in La Grange, Kentucky. Twenty-some managing kitchen lines. Same discipline, same care — whether it's a dinner rush or a budget review.</p>
|
|
|
|
<p>I'm Rony Thomas. Operations manager by trade, gardener by season, pitmaster by weekend. My work sits at the intersection of systems that serve people — scheduling that respects families, inventory that prevents waste, budgets that fund what matters.</p>
|
|
|
|
<p>This space is where I share what I've learned: practical guides for kitchen logistics, seasonal growing notes from my tomato and collard beds, and the occasional reflection on building community through food and order.</p>
|
|
|
|
<h2>What You'll Find Here</h2>
|
|
<div class="card-grid">
|
|
<div class="card">
|
|
<h3>Kitchen Systems</h3>
|
|
<p>Prep sheets, station layouts, ticket management — the backbone of a calm service.</p>
|
|
</div>
|
|
<div class="card">
|
|
<h3>Seasonal Growing</h3>
|
|
<p>Planting calendars, succession schedules, and preservation methods for Kentucky gardens.</p>
|
|
</div>
|
|
<div class="card">
|
|
<h3>Community & Tradition</h3>
|
|
<p>Notes on feeding people well — from church potlucks to emergency meal coordination.</p>
|
|
</div>
|
|
</div>
|
|
|
|
<h2>Latest from the Garden & Kitchen</h2>
|
|
<p><em>New content coming each cycle. Check back for smoked shoulder technique, fall brassica timing, and a staff scheduling template you can actually use.</em></p>
|
|
|
|
<fort-media query="vegetable garden tomatoes collard greens" limit="1"><div class="fort-media" data-fort="media" data-query="vegetable garden tomatoes collard greens"><img src="https://pixabay.com/get/g598037bd2a19ab43bf134df3b98e8e7ab46607ea2105393581a84b2773703771838d57364084e58b88588a2edf3777961bb1a426ca438a0b092b83f961b0d473_1280.jpg" alt="tomatoes, green, nature, vegetables, meal, healthy, garden" loading="lazy" data-license="RF" data-source="pixabay"></div></fort-media>
|
|
</main>
|
|
</div>
|
|
<footer>
|
|
<p>Rony Thomas • La Grange, Kentucky • <a href="https://rony-thomas.4ort.net" style="color: #c47032;">rony-thomas.4ort.net</a></p>
|
|
<p>Built with care, deployed via 4ort</p>
|
|
</footer>
|
|
</body>
|
|
</html> |