Baskar2005's picture
Upload 143 files
44b5a6f verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Onion Varieties | Organic vs Hybrid</title>
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="../global-css-cards.css">
<script src="../script.js"></script>
</head>
<body>
<!-- Header & Navigation -->
<header>
<nav>
<div class="logo">
<a href="../index.html">NatureCompare</a>
</div>
<ul class="nav-links">
<li><a href="../index.html">Home</a></li>
<li><a href="../fruits.html">Fruits</a></li>
<li><a href="../vegetables.html" class="active">Vegetables</a></li>
<li><a href="../about.html">About</a></li>
<li><a href="../contact.html">Contact</a></li>
<li><button id="theme-toggle">🌓</button></li>
</ul>
</nav>
</header>
<!-- Main Content -->
<main>
<!-- Page Header -->
<section class="page-header">
<h1>Onion Varieties: Organic vs Hybrid</h1>
<p>Explore different onion varieties and their benefits.</p>
</section>
<!-- Organic Onions Section -->
<section class="vegetables-section">
<h2>🌱 Organic Onions</h2>
<div class="card-container">
<a href="../vegetables_varity_set/onion_variety/yellow-onion.html" class="card">
<div class="card-image" style="background-image: url('https://i5.walmartimages.com/asr/cac59237-154a-446a-9b4a-12a4bafd9ec9_1.ebe0e996149a3c17f687608e242dfc6d.jpeg');"></div>
<div class="card-content">
<h3>Yellow Onion</h3>
<p>Versatile and commonly used in cooking.</p>
</div>
</a>
<a href="../vegetables_varity_set/onion_variety/red-onion.html" class="card">
<div class="card-image" style="background-image: url('https://th.bing.com/th/id/OIP.VX-fRronTA0KV1puV3fvkAHaE8?rs=1&pid=ImgDetMain');"></div>
<div class="card-content">
<h3>Red Onion</h3>
<p>Perfect for salads and sandwiches.</p>
</div>
</a>
<a href="../vegetables_varity_set/onion_variety/white-onion.html" class="card">
<div class="card-image" style="background-image: url('https://th.bing.com/th/id/OIP._BolI0IgLU8YvTIBd5qQkAHaFj?rs=1&pid=ImgDetMain');"></div>
<div class="card-content">
<h3>White Onion</h3>
<p>Mild and great for salsas and Mexican dishes.</p>
</div>
</a>
</div>
</section>
<!-- Hybrid Onions Section -->
<section class="vegetables-section">
<h2>🔬 Hybrid Onions</h2>
<div class="card-container">
<a href="../vegetables_varity_set/onion_variety/sweet-onion.html" class="card">
<div class="card-image" style="background-image: url('https://www.thespruceeats.com/thmb/GuefSXVGc3CnpAJo_iZIwcxfcH0=/960x0/filters:no_upscale():max_bytes(150000):strip_icc()/Sweet-Vidalia-Onions-57ea81a03df78c690f902da0.jpg');"></div>
<div class="card-content">
<h3>Sweet Onion</h3>
<p>Mild and sweet, perfect for raw dishes.</p>
</div>
</a>
<a href="../vegetables_varity_set/onion_variety/pearl-onion.html" class="card">
<div class="card-image" style="background-image: url('https://www.living-vegan.com/wp-content/uploads/2018/08/Frozen-Onions.jpg');"></div>
<div class="card-content">
<h3>Pearl Onion</h3>
<p>Small, sweet, great for pickling.</p>
</div>
</a>
<a href="../vegetables_varity_set/onion_variety/vidalia-onion.html" class="card">
<div class="card-image" style="background-image: url('https://www.pittmandavis.com/images/xl/PD14-VA1.jpg?v=100003354239-1https://example.com/vidalia-onion.jpg');"></div>
<div class="card-content">
<h3>Vidalia Onion</h3>
<p>Exceptionally sweet, grown in Georgia.</p>
</div>
</a>
</div>
</section>
</main>
<style>
/* Footer Styles */
.footer {
background-color: white;
border-radius: 0.5rem;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
margin: 1rem;
padding: 1.5rem;
transition: background-color 0.3s ease, color 0.3s ease;
}
.footer-content {
width: 100%;
max-width: 1200px;
margin: 0 auto;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.footer-links {
display: flex;
flex-wrap: wrap;
justify-content: center;
font-size: 0.875rem;
color: #4a5568;
margin: 0;
padding: 0;
list-style-type: none;
}
.footer-links li {
margin-right: 1rem;
}
.footer-links a {
text-decoration: none;
color: inherit;
transition: color 0.3s ease;
}
.footer-divider {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
border-color: #e2e8f0;
}
.footer-credit {
text-align: center;
font-size: 0.875rem;
color: #6b7280;
}
.footer-credit a {
text-decoration: none;
color: #4a5568;
}
/* Dark Mode Footer Styles */
body.dark .footer {
background-color: #333;
color: #f1f1f1;
}
body.dark .footer-links a {
color: #f1f1f1;
}
body.dark .footer-divider {
border-color: #555;
}
body.dark .footer-credit a {
color: #f1f1f1;
}
</style>
<style>
/* Footer Styles */
.footer {
background-color: white;
border-radius: 0.5rem;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
margin: 1rem;
padding: 1.5rem;
transition: background-color 0.3s ease, color 0.3s ease;
}
.footer-content {
width: 100%;
max-width: 1200px;
margin: 0 auto;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.footer-links {
display: flex;
flex-wrap: wrap;
justify-content: center;
font-size: 0.875rem;
color: #4a5568;
margin: 0;
padding: 0;
list-style-type: none;
}
.footer-links li {
margin-right: 1rem;
}
.footer-links a {
text-decoration: none;
color: inherit;
transition: color 0.3s ease;
}
.footer-divider {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
border-color: #e2e8f0;
}
.footer-credit {
text-align: center;
font-size: 0.875rem;
color: #6b7280;
}
.footer-credit a {
text-decoration: none;
color: #4a5568;
}
/* Dark Mode Footer Styles */
body.dark .footer {
background-color: #333;
color: #f1f1f1;
}
body.dark .footer-links a {
color: #f1f1f1;
}
body.dark .footer-divider {
border-color: #555;
}
body.dark .footer-credit a {
color: #f1f1f1;
}
</style>
<footer class="footer">
<div class="footer-content">
<ul class="footer-links">
<li><a href="../index.html">Home</a></li>
<li><a href="../fruits.html">Fruits</a></li>
<li><a href="../vegetables.html">Vegetables</a></li>
<li><a href="../about.html">About</a></li>
<li><a href="../contact.html">Contact</a></li>
</ul>
</div>
<hr class="footer-divider" />
<div class="footer-credit">
<span>© 2025 <a href="#">NatureCompare</a>. All Rights Reserved.</span>
</div>
</footer>
<style>
/* Footer Styles */
.footer {
background-color: white;
border-radius: 0.5rem;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
margin: 1rem;
padding: 1.5rem;
transition: background-color 0.3s ease, color 0.3s ease;
}
.footer-content {
width: 100%;
max-width: 1200px;
margin: 0 auto;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.footer-links {
display: flex;
flex-wrap: wrap;
justify-content: center;
font-size: 0.875rem;
color: #4a5568;
margin: 0;
padding: 0;
list-style-type: none;
}
.footer-links li {
margin-right: 1rem;
}
.footer-links a {
text-decoration: none;
color: inherit;
transition: color 0.3s ease;
}
.footer-divider {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
border-color: #e2e8f0;
}
.footer-credit {
text-align: center;
font-size: 0.875rem;
color: #6b7280;
}
.footer-credit a {
text-decoration: none;
color: #4a5568;
}
/* Dark Mode Footer Styles */
body.dark .footer {
background-color: #333;
color: #f1f1f1;
}
body.dark .footer-links a {
color: #f1f1f1;
}
body.dark .footer-divider {
border-color: #555;
}
body.dark .footer-credit a {
color: #f1f1f1;
}
</style>
</body>
</html>