publish: robotics-mentorship

This commit is contained in:
carlos-maysonet 2026-08-18 09:35:51 +00:00
commit c396476a34
7 changed files with 514 additions and 0 deletions

11
README.md Normal file
View File

@ -0,0 +1,11 @@
# robotics-mentorship
Robotics mentorship page for youth education
**Live demo:** https://carlos-maysonet.4ort.net/robotics-mentorship.html
## Related in the galaxy
- https://carlos-maysonet.4ort.net/sustainable-water-systems.html
_Built by carlos-maysonet in the 4ort galaxy._

115
index.html Normal file
View File

@ -0,0 +1,115 @@
<!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>

40
index.json Normal file
View File

@ -0,0 +1,40 @@
{
"nav": [
{
"current": "index.html",
"items": [
{
"rel": "index.html",
"title": "Carlos Maysonet",
"href": "/"
},
{
"rel": "robotics-mentorship.html",
"title": "Robotics Mentorship for Youth",
"href": "/robotics-mentorship.html"
},
{
"rel": "sustainable-water-systems.html",
"title": "Sustainable Water Systems for Local Farms",
"href": "/sustainable-water-systems.html"
}
]
}
],
"media": [
{
"query": "sustainable farming",
"type": "image",
"items": [
{
"url": "https://pixabay.com/get/g79c91f4f249f733ca45a896d075b888f56954d08f521daef2bf20580b5f7a3a7257f8c4ab4b6ca7c622d55b5127a752507ad50e8b76feba874f2da0c7ec4f1fe_1280.png",
"thumb": "https://pixabay.com/get/gd8016a6863d1d44ef90a99fd3244defc09d9c480512b4303bb31d8dc6526dd00ac14038e609456e23ce37007e12f4a99d9436f947f930018c952d3879f646e89_640.png",
"title": "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",
"license": "RF",
"source": "pixabay",
"page": "https://pixabay.com/illustrations/modern-farming-farming-techniques-8836916/"
}
]
}
]
}

128
robotics-mentorship.html Normal file
View File

@ -0,0 +1,128 @@
<!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>Robotics Mentorship for Youth</title>
<meta property="og:type" content="website">
<meta property="og:title" content="Robotics Mentorship for Youth">
<meta property="og:description" content="Empowering the next generation through hands-on robotics education and mentorship. By Carlos Maysonet, mechanical engineer and robotics mentor.">
<meta property="og:image" content="https://images.pexels.com/photos/7869140/pexels-photo-7869140.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940">
<meta property="og:url" content="https://carlos-maysonet.4ort.net/robotics-mentorship.html">
<meta name="twitter:card" content="summary_large_image">
<meta name="description" content="Empowering the next generation through hands-on robotics education and mentorship. By Carlos Maysonet, mechanical engineer and robotics mentor.">
<style>
body {
font-family: 'Courier New', monospace;
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;
}
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<header>
<h1>Robotics Mentorship for Youth</h1>
<p>By Carlos Maysonet</p>
</header>
<main>
<section>
<h2>Introduction</h2>
<p>Robotics is more than just building machines; it's about fostering creativity, problem-solving, and critical thinking in young minds. As a mechanical engineer and robotics mentor, I believe in empowering the next generation through hands-on education and mentorship.</p>
</section>
<section>
<h2>Our Approach</h2>
<p>Our mentorship program is designed to provide young students with the tools and knowledge they need to succeed in the field of robotics. We focus on both theoretical and practical aspects of robotics, ensuring that our students are well-rounded and prepared for future challenges.</p>
<fort-media query="robotics education youth mentoring" limit="1"><div class="fort-media" data-fort="media" data-query="robotics education youth mentoring"><img src="https://images.pexels.com/photos/7869138/pexels-photo-7869138.jpeg?auto=compress&amp;cs=tinysrgb&amp;dpr=2&amp;h=650&amp;w=940" alt="A woman educator helps a young student with a robotics project in a technology classroom." loading="lazy" data-license="RF" data-source="pexels"></div></fort-media>
<p>Key components of our program include:</p>
<ul>
<li>Hands-on robotics projects and workshops.</li>
<li>Mentorship from experienced engineers and robotics experts.</li>
<li>Access to state-of-the-art robotics kits and tools.</li>
<li>Collaborative learning environments that encourage teamwork and innovation.</li>
</ul>
</section>
<section>
<h2>Program Highlights</h2>
<p>Our robotics mentorship program has been featured in various educational initiatives and has received recognition for its innovative approach to STEM education. Some of our program highlights include:</p>
<fort-media query="robotics education youth mentoring" limit="1"><div class="fort-media" data-fort="media" data-query="robotics education youth mentoring"><img src="https://images.pexels.com/photos/7869138/pexels-photo-7869138.jpeg?auto=compress&amp;cs=tinysrgb&amp;dpr=2&amp;h=650&amp;w=940" alt="A woman educator helps a young student with a robotics project in a technology classroom." loading="lazy" data-license="RF" data-source="pexels"></div></fort-media>
<ul>
<li>Featured in the National Robotics Week as an outstanding STEM education program.</li>
<li>Recognized by the Texas Education Agency for its contributions to robotics education.</li>
<li>Partnered with local schools and community centers to expand access to robotics education.</li>
</ul>
</section>
<section>
<h2>Community Impact</h2>
<p>Our robotics mentorship program has had a significant impact on the local community. By providing young students with the skills and knowledge they need to succeed in the field of robotics, we are helping to build a more innovative and technologically advanced future.</p>
<fort-media query="robotics education youth mentoring" limit="1"><div class="fort-media" data-fort="media" data-query="robotics education youth mentoring"><img src="https://images.pexels.com/photos/7869138/pexels-photo-7869138.jpeg?auto=compress&amp;cs=tinysrgb&amp;dpr=2&amp;h=650&amp;w=940" alt="A woman educator helps a young student with a robotics project in a technology classroom." loading="lazy" data-license="RF" data-source="pexels"></div></fort-media>
<p>Some of the community benefits of our program include:</p>
<ul>
<li>Increased interest in STEM fields among young students.</li>
<li>Enhanced problem-solving and critical thinking skills in local youth.</li>
<li>Fostered a culture of innovation and creativity in the community.</li>
</ul>
</section>
<section>
<h2>Get Involved</h2>
<p>If you're interested in getting involved with our robotics mentorship program, we would love to have you on board. Whether you're a student looking to learn more about robotics, a mentor eager to share your expertise, or a community member interested in supporting our mission, there are many ways to get involved.</p>
<p>Contact us today to learn more about our program and how you can make a difference.</p>
</section>
</main>
<footer>
<p>&copy; 2026 Carlos Maysonet. All rights reserved.</p>
</footer>
</body>
</html>

46
robotics-mentorship.json Normal file
View File

@ -0,0 +1,46 @@
{
"media": [
{
"query": "robotics education youth mentoring",
"type": "image",
"items": [
{
"url": "https://images.pexels.com/photos/7869138/pexels-photo-7869138.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940",
"thumb": "https://images.pexels.com/photos/7869138/pexels-photo-7869138.jpeg?auto=compress&cs=tinysrgb&h=350",
"title": "A woman educator helps a young student with a robotics project in a technology classroom.",
"license": "RF",
"source": "pexels",
"page": "https://www.pexels.com/photo/woman-teaching-a-student-7869138/"
}
]
},
{
"query": "robotics education youth mentoring",
"type": "image",
"items": [
{
"url": "https://images.pexels.com/photos/7869138/pexels-photo-7869138.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940",
"thumb": "https://images.pexels.com/photos/7869138/pexels-photo-7869138.jpeg?auto=compress&cs=tinysrgb&h=350",
"title": "A woman educator helps a young student with a robotics project in a technology classroom.",
"license": "RF",
"source": "pexels",
"page": "https://www.pexels.com/photo/woman-teaching-a-student-7869138/"
}
]
},
{
"query": "robotics education youth mentoring",
"type": "image",
"items": [
{
"url": "https://images.pexels.com/photos/7869138/pexels-photo-7869138.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940",
"thumb": "https://images.pexels.com/photos/7869138/pexels-photo-7869138.jpeg?auto=compress&cs=tinysrgb&h=350",
"title": "A woman educator helps a young student with a robotics project in a technology classroom.",
"license": "RF",
"source": "pexels",
"page": "https://www.pexels.com/photo/woman-teaching-a-student-7869138/"
}
]
}
]
}

View File

@ -0,0 +1,128 @@
<!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>Sustainable Water Systems for Local Farms</title>
<meta property="og:type" content="website">
<meta property="og:title" content="Sustainable Water Systems for Local Farms">
<meta property="og:description" content="Water is the lifeblood of any farm, but in regions like Uvalde, Texas, where water scarcity is a growing concern, sustainable water systems are not just…">
<meta property="og:image" content="https://images.pexels.com/photos/10606633/pexels-photo-10606633.jpeg?auto=compress&amp;amp;cs=tinysrgb&amp;amp;dpr=2&amp;amp;h=650&amp;amp;w=940">
<meta property="og:url" content="https://carlos-maysonet.4ort.net/sustainable-water-systems.html">
<meta name="twitter:card" content="summary_large_image">
<meta name="description" content="Water is the lifeblood of any farm, but in regions like Uvalde, Texas, where water scarcity is a growing concern, sustainable water systems are not just…">
<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;
}
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<header>
<h1>Sustainable Water Systems for Local Farms</h1>
<p>By Carlos Maysonet</p>
</header>
<main>
<section>
<h2>Introduction</h2>
<p>Water is the lifeblood of any farm, but in regions like Uvalde, Texas, where water scarcity is a growing concern, sustainable water systems are not just beneficial—they're essential. This page explores practical, cost-effective solutions for local farmers to optimize water usage, reduce waste, and ensure long-term sustainability.</p>
</section>
<section>
<h2>Drip Irrigation Systems</h2>
<p>Drip irrigation is one of the most efficient ways to deliver water directly to the roots of plants, minimizing evaporation and runoff. These systems can be customized to fit the specific needs of different crops and soil types, making them ideal for small to medium-sized farms.</p>
<fort-media query="drip irrigation" limit="1"><div class="fort-media" data-fort="media" data-query="drip irrigation"><img src="https://images.pexels.com/photos/10606633/pexels-photo-10606633.jpeg?auto=compress&amp;cs=tinysrgb&amp;dpr=2&amp;h=650&amp;w=940" alt="Young vegetable plants growing with drip irrigation system in a fertile field." loading="lazy" data-license="RF" data-source="pexels"></div></fort-media>
<p>Key benefits:</p>
<ul>
<li>Reduces water usage by up to 60% compared to traditional irrigation methods.</li>
<li>Decreases weed growth by targeting water delivery to specific areas.</li>
<li>Improves crop yield and quality by ensuring consistent moisture levels.</li>
</ul>
</section>
<section>
<h2>Rainwater Harvesting</h2>
<p>Rainwater harvesting involves collecting and storing rainwater for later use. This method is particularly useful in areas with seasonal rainfall patterns. By capturing rainwater during wet periods, farmers can supplement their water supply during drier months.</p>
<fort-media query="rainwater harvesting" limit="1"><div class="fort-media" data-fort="media" data-query="rainwater harvesting"><img src="https://pixabay.com/get/gb1cf6dba261a18b4b741e9b83b98d672ed03aae69e13a1cfdb8f6883e210bf9a2dabdd8838cc98b901c6e548b684f6fa767fcb6acb5637fb1fbd9084e097f597_1280.jpg" alt="zucchini blossom, blossom, bloom, yellow, ant, nature, drink, vegetables, zucchini, bio, rainwater, garden, meal, harvest" loading="lazy" data-license="RF" data-source="pixabay"></div></fort-media>
<p>Key benefits:</p>
<ul>
<li>Reduces dependence on groundwater and municipal water sources.</li>
<li>Lowers water bills and operational costs.</li>
<li>Provides a sustainable water source during droughts.</li>
</ul>
</section>
<section>
<h2>Soil Moisture Sensors</h2>
<p>Soil moisture sensors are a game-changer for modern farming. These devices measure the water content in the soil and provide real-time data to help farmers make informed decisions about irrigation. By using soil moisture sensors, farmers can avoid overwatering and ensure that crops receive the right amount of water at the right time.</p>
<fort-media query="soil moisture sensor" limit="1"><div class="fort-media" data-fort="media" data-query="soil moisture sensor"><img src="https://pixabay.com/get/gbaead9d2ec5129a036699ea04bd380f5487af99d1f1b0cd2c4e7e2ce391fb2eb446e05758bffc6a1d25bb0ff1675e20a15f1338f7f972f508f4ea48117192c13_1280.jpg" alt="grown up, born, earth, nature, soil, moisture, farming, compost, soil, soil, compost, compost, compost, compost, compost" loading="lazy" data-license="RF" data-source="pixabay"></div></fort-media>
<p>Key benefits:</p>
<ul>
<li>Prevents water waste by providing precise moisture readings.</li>
<li>Enhances crop health by maintaining optimal soil conditions.</li>
<li>Reduces labor costs by automating the irrigation process.</li>
</ul>
</section>
<section>
<h2>Community Impact</h2>
<p>Implementing sustainable water systems isn't just about improving farm efficiency—it's about building resilient communities. By adopting these practices, local farmers can contribute to the overall health of the environment, ensure food security, and create a sustainable future for generations to come.</p>
<p>If you're interested in learning more or need help designing a sustainable water system for your farm, feel free to reach out. Together, we can make a difference.</p>
</section>
</main>
<footer>
<p>&copy; 2026 Carlos Maysonet. All rights reserved.</p>
</footer>
</body>
</html>

View File

@ -0,0 +1,46 @@
{
"media": [
{
"query": "drip irrigation",
"type": "image",
"items": [
{
"url": "https://images.pexels.com/photos/10606633/pexels-photo-10606633.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940",
"thumb": "https://images.pexels.com/photos/10606633/pexels-photo-10606633.jpeg?auto=compress&cs=tinysrgb&h=350",
"title": "Young vegetable plants growing with drip irrigation system in a fertile field.",
"license": "RF",
"source": "pexels",
"page": "https://www.pexels.com/photo/green-plant-on-brown-soil-10606633/"
}
]
},
{
"query": "rainwater harvesting",
"type": "image",
"items": [
{
"url": "https://pixabay.com/get/gb1cf6dba261a18b4b741e9b83b98d672ed03aae69e13a1cfdb8f6883e210bf9a2dabdd8838cc98b901c6e548b684f6fa767fcb6acb5637fb1fbd9084e097f597_1280.jpg",
"thumb": "https://pixabay.com/get/ga7a23a7d51e16a0979f9b792439f8b84f3f5a5a88319311522a69d54411b6ff5e23d5db05986fce67e58254f675b8ce78c5cc45c1c188e056c9c743d0f6d9607_640.jpg",
"title": "zucchini blossom, blossom, bloom, yellow, ant, nature, drink, vegetables, zucchini, bio, rainwater, garden, meal, harvest",
"license": "RF",
"source": "pixabay",
"page": "https://pixabay.com/photos/zucchini-blossom-blossom-bloom-2632175/"
}
]
},
{
"query": "soil moisture sensor",
"type": "image",
"items": [
{
"url": "https://pixabay.com/get/gbaead9d2ec5129a036699ea04bd380f5487af99d1f1b0cd2c4e7e2ce391fb2eb446e05758bffc6a1d25bb0ff1675e20a15f1338f7f972f508f4ea48117192c13_1280.jpg",
"thumb": "https://pixabay.com/get/gdb2eb848995837fc1657f26f996cbcae8cfc33876758ca6bc2c8b9867b0bf3024c7d1ca178128ba65ddb89e420222962be10de97d588112df9533e26486a345f_640.jpg",
"title": "grown up, born, earth, nature, soil, moisture, farming, compost, soil, soil, compost, compost, compost, compost, compost",
"license": "RF",
"source": "pixabay",
"page": "https://pixabay.com/photos/grown-up-born-earth-nature-soil-1637302/"
}
]
}
]
}