publish: rony-thomas-site
This commit is contained in:
commit
6c5ea0299b
13
README.md
Normal file
13
README.md
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# rony-thomas-site
|
||||||
|
|
||||||
|
A personal website showcasing my work in operations management and community engagement.
|
||||||
|
|
||||||
|
**Live demo:** https://rony-thomas.4ort.net
|
||||||
|
|
||||||
|
## Related in the galaxy
|
||||||
|
|
||||||
|
- https://rony-thomas.4ort.net/index.html
|
||||||
|
- https://rony-thomas.4ort.net/about.html
|
||||||
|
- https://rony-thomas.4ort.net/services.html
|
||||||
|
|
||||||
|
_Built by rony-thomas in the 4ort galaxy._
|
||||||
178
about.html
Normal file
178
about.html
Normal file
@ -0,0 +1,178 @@
|
|||||||
|
<!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>About Rony Thomas</title>
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
<meta property="og:title" content="About Rony Thomas">
|
||||||
|
<meta property="og:description" content="Forty-seven years old. Born and raised in La Grange. African-American, Southern, and proud of both.">
|
||||||
|
<meta property="og:image" content="https://images.pexels.com/photos/9710826/pexels-photo-9710826.jpeg?auto=compress&amp;cs=tinysrgb&amp;dpr=2&amp;h=650&amp;w=940">
|
||||||
|
<meta property="og:url" content="https://rony-thomas.4ort.net/about.html">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
|
<meta name="description" content="Forty-seven years old. Born and raised in La Grange. African-American, Southern, and proud of both.">
|
||||||
|
<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;
|
||||||
|
}
|
||||||
|
.section {
|
||||||
|
margin-bottom: 3rem;
|
||||||
|
}
|
||||||
|
.section h2 {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
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" aria-current="page">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="/">Rony Thomas</a><a href="/about.html" class="active" aria-current="page">About Rony Thomas</a><a href="/services.html">Services</a></nav></fort-nav>
|
||||||
|
|
||||||
|
<h1>About Me</h1>
|
||||||
|
<p class="lead">Forty-seven years old. Born and raised in La Grange. African-American, Southern, and proud of both.</p>
|
||||||
|
|
||||||
|
<div class="section">
|
||||||
|
<h2>The Kitchen Taught Me Everything</h2>
|
||||||
|
<p>I started washing dishes at Mama Jo's on Main Street when I was fourteen. Worked every station — fry, grill, sauté, expediting — before I ever managed a budget line. The kitchen teaches you things no business school does: how to read a room, how to anticipate the rush before it hits, how to keep your cool when the ticket rail is three feet deep and the fryer just died.</p>
|
||||||
|
<p>Twenty-some years later, I'm still using those lessons. Operations management is just mise en place at scale. Same questions: What do we need? When do we need it? Who's doing what? What happens when something breaks?</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="section">
|
||||||
|
<h2>Roots & Rhythm</h2>
|
||||||
|
<p>My grandmother taught me to grow collards and tomatoes in the backyard plot behind the shotgun house on Elm. She taught me that food is how you love people — not the fancy kind, the real kind. A pot of beans that feeds a family for three days. A smoked shoulder that brings the block together on a Sunday.</p>
|
||||||
|
<p>Sam Cooke on the porch radio. Gospel at First Baptist. The rhythm of the seasons — planting in March, first tomatoes in July, collards sweetened by October frost. This is the metronome I live by.</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="section">
|
||||||
|
<h2>What I Carry Forward</h2>
|
||||||
|
<p>Every system I build, every schedule I write, every budget I balance — it's all in service of the same thing: stability and nourishment for the people around me. My team. My family. My community.</p>
|
||||||
|
<p>That's the work. Not flashy. Not loud. Just solid. Like a well-seasoned cast iron skillet.</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<fort-media query="African American man gardening vegetables" limit="1"><div class="fort-media" data-fort="media" data-query="African American man gardening vegetables"><img src="https://images.pexels.com/photos/9710826/pexels-photo-9710826.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="Positive unshaven African American male farmer with dreadlocks on head standing in garden of rural village" loading="lazy" data-license="RF" data-source="pexels"></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>
|
||||||
40
about.json
Normal file
40
about.json
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
{
|
||||||
|
"nav": [
|
||||||
|
{
|
||||||
|
"current": "about.html",
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"rel": "index.html",
|
||||||
|
"title": "Rony Thomas",
|
||||||
|
"href": "/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"rel": "about.html",
|
||||||
|
"title": "About Rony Thomas",
|
||||||
|
"href": "/about.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"rel": "services.html",
|
||||||
|
"title": "Services",
|
||||||
|
"href": "/services.html"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"media": [
|
||||||
|
{
|
||||||
|
"query": "African American man gardening vegetables",
|
||||||
|
"type": "image",
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"url": "https://images.pexels.com/photos/9710826/pexels-photo-9710826.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940",
|
||||||
|
"thumb": "https://images.pexels.com/photos/9710826/pexels-photo-9710826.jpeg?auto=compress&cs=tinysrgb&h=350",
|
||||||
|
"title": "Positive unshaven African American male farmer with dreadlocks on head standing in garden of rural village",
|
||||||
|
"license": "RF",
|
||||||
|
"source": "pexels",
|
||||||
|
"page": "https://www.pexels.com/photo/black-man-standing-in-verdant-garden-9710826/"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
213
index.html
Normal file
213
index.html
Normal file
@ -0,0 +1,213 @@
|
|||||||
|
<!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>
|
||||||
40
index.json
Normal file
40
index.json
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
{
|
||||||
|
"nav": [
|
||||||
|
{
|
||||||
|
"current": "index.html",
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"rel": "index.html",
|
||||||
|
"title": "Rony Thomas",
|
||||||
|
"href": "/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"rel": "about.html",
|
||||||
|
"title": "About Rony Thomas",
|
||||||
|
"href": "/about.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"rel": "services.html",
|
||||||
|
"title": "Services",
|
||||||
|
"href": "/services.html"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"media": [
|
||||||
|
{
|
||||||
|
"query": "vegetable garden tomatoes collard greens",
|
||||||
|
"type": "image",
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"url": "https://pixabay.com/get/g598037bd2a19ab43bf134df3b98e8e7ab46607ea2105393581a84b2773703771838d57364084e58b88588a2edf3777961bb1a426ca438a0b092b83f961b0d473_1280.jpg",
|
||||||
|
"thumb": "https://pixabay.com/get/ge61faa136e01d2997bb18d59cfe3beaf51a74245896177fedd0c075c9530108ed1033e8a10e3d8f76148da56e5e3c3406e45045227bbd17adefe2b7983dec29d_640.jpg",
|
||||||
|
"title": "tomatoes, green, nature, vegetables, meal, healthy, garden",
|
||||||
|
"license": "RF",
|
||||||
|
"source": "pixabay",
|
||||||
|
"page": "https://pixabay.com/photos/tomatoes-green-vegetables-meal-5377571/"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
212
services.html
Normal file
212
services.html
Normal file
@ -0,0 +1,212 @@
|
|||||||
|
<!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="/">Rony Thomas</a><a href="/about.html">About Rony Thomas</a><a href="/services.html" class="active" aria-current="page">Services</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/gc8bd19919456b9b5fd4813d247f82bf3885237160d5e9f1c48c9456a7b78c91c0c6fa6a8427112a97ae1c70629554554990560df307363766d527561d10331b0_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>
|
||||||
40
services.json
Normal file
40
services.json
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
{
|
||||||
|
"nav": [
|
||||||
|
{
|
||||||
|
"current": "services.html",
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"rel": "index.html",
|
||||||
|
"title": "Rony Thomas",
|
||||||
|
"href": "/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"rel": "about.html",
|
||||||
|
"title": "About Rony Thomas",
|
||||||
|
"href": "/about.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"rel": "services.html",
|
||||||
|
"title": "Services",
|
||||||
|
"href": "/services.html"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"media": [
|
||||||
|
{
|
||||||
|
"query": "restaurant kitchen operations",
|
||||||
|
"type": "image",
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"url": "https://pixabay.com/get/gc8bd19919456b9b5fd4813d247f82bf3885237160d5e9f1c48c9456a7b78c91c0c6fa6a8427112a97ae1c70629554554990560df307363766d527561d10331b0_1280.jpg",
|
||||||
|
"thumb": "https://pixabay.com/get/g64b92b1ba195fc94398513acf4cec075d8cd517318705275722c9be49b8f959271bcea81140ea83ba019433b994a3aa5ef35366f83c89e78c024f7a87347fd28_640.jpg",
|
||||||
|
"title": "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",
|
||||||
|
"license": "RF",
|
||||||
|
"source": "pixabay",
|
||||||
|
"page": "https://pixabay.com/photos/tea-gastronomy-coffee-restaurant-3801715/"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user