212 lines
9.3 KiB
HTML
212 lines
9.3 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>Services - Rony Thomas</title>
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:title" content="Services - Rony Thomas">
|
|
<meta property="og:description" content="Practical systems for people who feed people. Whether you run a kitchen, a community garden, or a small nonprofit, I can help you build the backbone that…">
|
|
<meta property="og:image" content="https://pixabay.com/get/gc8bd19919456b9b5fd4813d247f82bf3885237160d5e9f1c48c9456a7b78c91c0c6fa6a8427112a97ae1c70629554554990560df307363766d527561d10331b0_1280.jpg">
|
|
<meta property="og:url" content="https://rony-thomas.4ort.net/services.html">
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
<meta name="description" content="Practical systems for people who feed people. Whether you run a kitchen, a community garden, or a small nonprofit, I can help you build the backbone that…">
|
|
<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;
|
|
}
|
|
</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">Home</a></li>
|
|
<li><a href="about.html">About</a></li>
|
|
<li><a href="services.html" aria-current="page">Services</a></li>
|
|
</ul>
|
|
</nav>
|
|
</div>
|
|
</header>
|
|
<div class="container">
|
|
<main>
|
|
<fort-nav><nav class="fort-nav" data-fort="nav"><a href="/films/negros-fruit-dove/">Index</a><a href="/">Rony Thomas</a><a href="/about.html">About Rony Thomas</a><a href="/coster.html">Recipe Coster</a><a href="/services.html" class="active" aria-current="page">Services</a><a href="/negros-fruit-dove.html">The Negros Fruit Dove</a></nav></fort-nav>
|
|
|
|
<h1>Services</h1>
|
|
<p class="lead">Practical systems for people who feed people. Whether you run a kitchen, a community garden, or a small nonprofit, I can help you build the backbone that keeps things running smooth.</p>
|
|
|
|
<h2>What I Offer</h2>
|
|
<div class="card-grid">
|
|
<div class="card">
|
|
<h3>Kitchen Operations</h3>
|
|
<p>Station layouts, prep schedules, ticket flow — the nuts and bolts of a calm, efficient service. I'll help you design systems that fit your space and your team.</p>
|
|
</div>
|
|
<div class="card">
|
|
<h3>Staff Scheduling</h3>
|
|
<p>Fair, predictable schedules that respect your team's lives outside work. I'll show you how to balance coverage with flexibility, so nobody burns out.</p>
|
|
</div>
|
|
<div class="card">
|
|
<h3>Inventory & Budget</h3>
|
|
<p>No more waste, no more surprises. I'll help you track what you use, plan what you need, and keep your budget in the black.</p>
|
|
</div>
|
|
<div class="card">
|
|
<h3>Community Meal Planning</h3>
|
|
<p>From church potlucks to emergency food distribution, I'll help you plan meals that feed a crowd — efficiently, respectfully, and with care.</p>
|
|
</div>
|
|
<div class="card">
|
|
<h3>Seasonal Growing Guides</h3>
|
|
<p>Planting calendars, succession schedules, and preservation tips tailored to Kentucky's climate. Grow more, waste less, eat better.</p>
|
|
</div>
|
|
<div class="card">
|
|
<h3>Workshops & Training</h3>
|
|
<p>Hands-on sessions for your team — knife skills, food safety, garden planning, or budget basics. Practical skills for real work.</p>
|
|
</div>
|
|
</div>
|
|
|
|
<h2>How I Work</h2>
|
|
<p>I don't believe in one-size-fits-all solutions. Every kitchen, every garden, every community is different. I'll come in, listen, learn your rhythms, and help you build systems that fit like a well-worn apron.</p>
|
|
<p>No jargon. No unnecessary complexity. Just solid, practical tools that help you do your work better.</p>
|
|
|
|
<fort-media query="restaurant kitchen operations" limit="1"><div class="fort-media" data-fort="media" data-query="restaurant kitchen operations"><img src="https://pixabay.com/get/g7b32cedf459dab1c2c72537bdfebb86c8508460ea40790c3cb9429fce785fae6bcde827740fd2340d5bc85458b9a62c27bf450fbe662232ddda0184cb5512fa7_1280.jpg" alt="tea, gastronomy, coffee, restaurant, bistro, delicious, waitress, funny, bar, figure, operation, decor, control, drink, dessert, kitchen, food, breakfast, pie, italy, luxury, bistro, bistro, waitress, waitress, waitress, waitress, waitress" 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> |