robotics-mentorship/index.html

115 lines
5.9 KiB
HTML
Raw Permalink Normal View History

2026-08-18 11:35:51 +02:00
<!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>Carlos Maysonet - Mechanical Engineer | Sustainable Systems</title>
<meta property="og:type" content="website">
<meta property="og:title" content="Carlos Maysonet - Mechanical Engineer | Sustainable Systems">
<meta property="og:description" content="Mechanical Engineer | Sustainable Water Systems | Robotics Mentor">
<meta property="og:image" content="https://pixabay.com/get/g139687bb50c95e063a78e4ba9c79a3a5c1664b2e4e692def1be456c873e2c11d9db806791f6755abbd21cf03294916b52e2887cc97b5336639a84e11ac5e1f1d_1280.png">
<meta property="og:url" content="https://carlos-maysonet.4ort.net/">
<meta name="twitter:card" content="summary_large_image">
<meta name="description" content="Mechanical Engineer | Sustainable Water Systems | Robotics Mentor">
<style>
body {
font-family: 'Georgia', serif;
line-height: 1.6;
color: #333;
max-width: 800px;
margin: 0 auto;
padding: 20px;
background-color: #f9f9f9;
}
header {
text-align: center;
padding: 20px 0;
border-bottom: 1px solid #ddd;
}
h1 {
color: #2c5f2c;
}
section {
margin-bottom: 30px;
}
img {
max-width: 100%;
height: auto;
display: block;
margin: 20px auto;
}
footer {
text-align: center;
margin-top: 50px;
padding: 20px 0;
border-top: 1px solid #ddd;
}
a {
color: #2c5f2c;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
fort-nav {
display: block;
margin: 20px 0;
padding: 15px;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
}
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<header>
<h1>Carlos Maysonet</h1>
<p>Mechanical Engineer | Sustainable Water Systems | Robotics Mentor</p>
</header>
<main>
<fort-nav><nav class="fort-nav" data-fort="nav"><a href="/" class="active" aria-current="page">Carlos Maysonet</a><a href="/robotics-mentorship.html">Robotics Mentorship for Youth</a><a href="/sustainable-water-systems.html">Sustainable Water Systems for Local Farms</a></nav></fort-nav>
<section>
<h2>About Me</h2>
<fort-media query="sustainable farming" limit="1"><div class="fort-media" data-fort="media" data-query="sustainable farming"><img src="https://pixabay.com/get/g79c91f4f249f733ca45a896d075b888f56954d08f521daef2bf20580b5f7a3a7257f8c4ab4b6ca7c622d55b5127a752507ad50e8b76feba874f2da0c7ec4f1fe_1280.png" alt="modern farming, farming techniques, precision agriculture, smart farming, sustainable farming, vertical farming, urban farming, hydroponics, aquaponics, drip irrigation, crop rotation, soil health, organic farming, ai generated, vertical farming, hydroponics, organic farming, organic farming, organic farming, organic farming, organic farming" loading="lazy" data-license="RF" data-source="pixabay"></div></fort-media>
<p>I'm a 41-year-old mechanical engineer from Uvalde, Texas, specializing in sustainable water systems for local farms. As a first-generation Mexican-American, I navigate bilingual technical spaces with ease, often improvising solutions to keep projects moving forward.</p>
<p>My days are split between drafting sustainable water systems for local farms, mentoring youth in robotics, and finding solace in the Texas Hill Country trails or the smoke of a backyard barbecue.</p>
</section>
<section>
<h2>My Work</h2>
<ul>
<li><a href="sustainable-water-systems.html">Sustainable Water Systems for Local Farms</a> - Exploring practical, cost-effective solutions for optimizing water usage in agriculture</li>
<li><a href="robotics-mentorship.html">Robotics Mentorship for Youth</a> - Empowering the next generation through hands-on robotics education and mentorship</li>
</ul>
</section>
<section>
<h2>Interests</h2>
<p>When I'm not engineering, you'll find me playing acoustic guitar, exploring Hill Country trails, or working on robotics projects with local youth. I believe in the power of community and the importance of sustainable practices for future generations.</p>
</section>
</main>
<footer>
<p>&copy; 2026 Carlos Maysonet. All rights reserved.</p>
</footer>
</body>
</html>