<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sustainable Agriculture Greenhouse Environment (SAGE)</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>Welcome to Our Sustainable Agriculture Greenhouse Environment (SAGE)</h1>
</header>
<nav>
<ul>
<li><a href="#aquaponics">Aquaponics</a></li>
<li><a href="#hydroponics">Hydroponics</a></li>
<li><a href="#permaponics">Permaponics</a></li>
</ul>
</nav>
<section id="aquaponics">
<h2>Aquaponics</h2>
<p>Learn about the symbiotic relationship between fish and plants in our aquaponics system. Discover how nutrient-rich water from fish tanks nourishes the plants, and how plant roots help filter the water for the fish.</p>
<img src="aquaponics.jpg" alt="Aquaponics System">
</section>
<section id="hydroponics">
<h2>Hydroponics</h2>
<p>Explore our hydroponic setup that allows plants to grow without soil. Understand the use of nutrient-rich water solutions to provide essential elements for plant growth. Witness how this technique conserves water and maximizes plant yields.</p>
<img src="hydroponics.jpg" alt="Hydroponics System">
</section>
<section id="permaponics">
<h2>Permaponics</h2>
<p>Delve into permaculture practices that promote sustainable and holistic farming. Learn about companion planting, soil regeneration, and creating self-sustaining ecosystems. See how permaponics minimizes waste and enhances biodiversity.</p>
<img src="permaponics.jpg" alt="Permaponics Garden">
</section>
<footer>
<p>Contact us at info@schoolgrown.com</p>
</footer>
</body>
</html>