greenthumb-snap-scan / caretips.html
marioummm's picture
it isnt take any actionnn?????????????????????????????
4fc6f13 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Plant Care Tips | GreenThumb</title>
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/feather-icons"></script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');
body {
font-family: 'Poppins', sans-serif;
}
.card-hover {
transition: all 0.3s ease;
}
.card-hover:hover {
transform: translateY(-5px);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
</style>
</head>
<body class="bg-gray-50">
<!-- Navigation -->
<nav class="bg-white bg-opacity-80 backdrop-blur-md shadow-sm fixed w-full z-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between h-16">
<div class="flex items-center">
<div class="flex-shrink-0 flex items-center">
<i data-feather="leaf" class="text-green-500 h-8 w-8"></i>
<span class="ml-2 text-xl font-bold text-gray-800">GreenThumb</span>
</div>
</div>
<div class="hidden md:ml-6 md:flex md:items-center md:space-x-8">
<a href="index.html" class="text-gray-600 hover:text-green-600 px-3 py-2 text-sm font-medium">Home</a>
<a href="#" class="text-gray-600 hover:text-green-600 px-3 py-2 text-sm font-medium">My Plants</a>
<a href="#" class="text-gray-600 hover:text-green-600 px-3 py-2 text-sm font-medium">Identify</a>
<a href="caretips.html" class="text-green-600 border-b-2 border-green-500 px-3 py-2 text-sm font-medium">Care Tips</a>
</div>
<div class="flex items-center">
<button class="bg-green-500 hover:bg-green-600 text-white px-4 py-2 rounded-full text-sm font-medium flex items-center">
<i data-feather="user" class="mr-1 h-4 w-4"></i> Sign In
</button>
</div>
</div>
</div>
</nav>
<!-- Main Content -->
<div class="pt-24 pb-12 px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto">
<div class="text-center mb-12">
<h1 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">Plant Care Tips</h1>
<p class="text-lg text-gray-600 max-w-3xl mx-auto">
Expert advice to keep your plants healthy and thriving
</p>
</div>
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Watering Tips -->
<div class="bg-white p-6 rounded-xl shadow-sm card-hover">
<div class="bg-green-100 w-12 h-12 rounded-full flex items-center justify-center mb-4">
<i data-feather="droplet" class="text-green-500 h-5 w-5"></i>
</div>
<h3 class="text-xl font-bold text-gray-800 mb-2">Watering Guide</h3>
<p class="text-gray-600 mb-4">
Learn the right way to water different types of plants based on their needs and environment.
</p>
<a href="#" class="text-green-500 hover:text-green-600 text-sm font-medium flex items-center">
Read more <i data-feather="arrow-right" class="ml-1 h-4 w-4"></i>
</a>
</div>
<!-- Light Requirements -->
<div class="bg-white p-6 rounded-xl shadow-sm card-hover">
<div class="bg-green-100 w-12 h-12 rounded-full flex items-center justify-center mb-4">
<i data-feather="sun" class="text-green-500 h-5 w-5"></i>
</div>
<h3 class="text-xl font-bold text-gray-800 mb-2">Light Requirements</h3>
<p class="text-gray-600 mb-4">
Understand how much light your plants need and how to position them for optimal growth.
</p>
<a href="#" class="text-green-500 hover:text-green-600 text-sm font-medium flex items-center">
Read more <i data-feather="arrow-right" class="ml-1 h-4 w-4"></i>
</a>
</div>
<!-- Common Issues -->
<div class="bg-white p-6 rounded-xl shadow-sm card-hover">
<div class="bg-green-100 w-12 h-12 rounded-full flex items-center justify-center mb-4">
<i data-feather="alert-triangle" class="text-green-500 h-5 w-5"></i>
</div>
<h3 class="text-xl font-bold text-gray-800 mb-2">Common Problems</h3>
<p class="text-gray-600 mb-4">
Identify and solve common plant problems like yellow leaves, pests, and diseases.
</p>
<a href="#" class="text-green-500 hover:text-green-600 text-sm font-medium flex items-center">
Read more <i data-feather="arrow-right" class="ml-1 h-4 w-4"></i>
</a>
</div>
<!-- Seasonal Care -->
<div class="bg-white p-6 rounded-xl shadow-sm card-hover">
<div class="bg-green-100 w-12 h-12 rounded-full flex items-center justify-center mb-4">
<i data-feather="calendar" class="text-green-500 h-5 w-5"></i>
</div>
<h3 class="text-xl font-bold text-gray-800 mb-2">Seasonal Care</h3>
<p class="text-gray-600 mb-4">
Adjust your plant care routine through the seasons for year-round healthy growth.
</p>
<a href="#" class="text-green-500 hover:text-green-600 text-sm font-medium flex items-center">
Read more <i data-feather="arrow-right" class="ml-1 h-4 w-4"></i>
</a>
</div>
<!-- Soil & Fertilizer -->
<div class="bg-white p-6 rounded-xl shadow-sm card-hover">
<div class="bg-green-100 w-12 h-12 rounded-full flex items-center justify-center mb-4">
<i data-feather="layers" class="text-green-500 h-5 w-5"></i>
</div>
<h3 class="text-xl font-bold text-gray-800 mb-2">Soil & Fertilizer</h3>
<p class="text-gray-600 mb-4">
Choose the right soil mix and fertilizer for your plants' specific needs.
</p>
<a href="#" class="text-green-500 hover:text-green-600 text-sm font-medium flex items-center">
Read more <i data-feather="arrow-right" class="ml-1 h-4 w-4"></i>
</a>
</div>
<!-- Propagation -->
<div class="bg-white p-6 rounded-xl shadow-sm card-hover">
<div class="bg-green-100 w-12 h-12 rounded-full flex items-center justify-center mb-4">
<i data-feather="copy" class="text-green-500 h-5 w-5"></i>
</div>
<h3 class="text-xl font-bold text-gray-800 mb-2">Propagation</h3>
<p class="text-gray-600 mb-4">
Learn how to propagate your favorite plants from cuttings, division, and more.
</p>
<a href="#" class="text-green-500 hover:text-green-600 text-sm font-medium flex items-center">
Read more <i data-feather="arrow-right" class="ml-1 h-4 w-4"></i>
</a>
</div>
</div>
</div>
<script>
feather.replace();
</script>
</body>
</html>