178 lines
7.9 KiB
HTML
178 lines
7.9 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>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>
|