Spaces:
Running
Running
File size: 60,828 Bytes
ac079a3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GardenConnect - Grow Together</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
.gradient-bg {
background: linear-gradient(135deg, #84fab0 0%, #8fd3f4 100%);
}
.plant-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.community-post:hover {
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}
.progress-ring__circle {
transition: stroke-dashoffset 0.5s;
transform: rotate(-90deg);
transform-origin: 50% 50%;
}
</style>
</head>
<body class="bg-gray-50 font-sans">
<!-- Navigation -->
<nav class="bg-white shadow-sm">
<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 class="fas fa-leaf text-green-500 text-2xl mr-2"></i>
<span class="text-xl font-bold text-gray-800">GardenConnect</span>
</div>
<div class="hidden sm:ml-6 sm:flex sm:space-x-8">
<a href="#" class="border-green-500 text-gray-900 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Home</a>
<a href="#" class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Plants</a>
<a href="#" class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Community</a>
<a href="#" class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Tools</a>
</div>
</div>
<div class="hidden sm:ml-6 sm:flex sm:items-center">
<button class="bg-green-500 hover:bg-green-600 text-white px-4 py-2 rounded-md text-sm font-medium mr-4">Sign Up</button>
<button class="text-gray-500 hover:text-gray-700 px-3 py-2 rounded-md text-sm font-medium">Log In</button>
</div>
<div class="-mr-2 flex items-center sm:hidden">
<button type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-green-500" aria-controls="mobile-menu" aria-expanded="false">
<span class="sr-only">Open main menu</span>
<i class="fas fa-bars"></i>
</button>
</div>
</div>
</div>
</nav>
<!-- Hero Section -->
<div class="gradient-bg">
<div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8 lg:py-24">
<div class="lg:grid lg:grid-cols-2 lg:gap-8 items-center">
<div>
<h1 class="text-4xl font-extrabold tracking-tight text-white sm:text-5xl lg:text-6xl">
Grow your garden, grow together
</h1>
<p class="mt-6 text-xl text-green-100 max-w-3xl">
Connect with fellow gardeners, track your plants, and get expert advice all in one place.
</p>
<div class="mt-8 flex flex-col sm:flex-row gap-4">
<button class="bg-white text-green-600 hover:bg-gray-100 px-8 py-3 border border-transparent rounded-md text-base font-medium md:py-4 md:text-lg md:px-10">
Join the Community
</button>
<button class="bg-green-600 bg-opacity-70 hover:bg-opacity-80 text-white px-8 py-3 border border-transparent rounded-md text-base font-medium md:py-4 md:text-lg md:px-10">
Explore Plants
</button>
</div>
</div>
<div class="mt-12 lg:mt-0">
<img class="rounded-lg shadow-xl" src="https://images.unsplash.com/photo-1530836369250-ef72a3f13c75?ixlib=rb-1.2.1&auto=format&fit=crop&w=1000&q=80" alt="Garden community">
</div>
</div>
</div>
</div>
<!-- Features Section -->
<div class="py-12 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:text-center">
<h2 class="text-base text-green-600 font-semibold tracking-wide uppercase">Features</h2>
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
Everything you need for your garden
</p>
</div>
<div class="mt-10">
<div class="grid grid-cols-1 gap-10 sm:grid-cols-2 lg:grid-cols-3">
<div class="bg-gray-50 rounded-lg p-6">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-green-500 text-white">
<i class="fas fa-seedling text-xl"></i>
</div>
<div class="mt-5">
<h3 class="text-lg font-medium text-gray-900">Plant Database</h3>
<p class="mt-2 text-base text-gray-500">
Comprehensive information on hundreds of vegetables, herbs, and flowers with growing guides.
</p>
</div>
</div>
<div class="bg-gray-50 rounded-lg p-6">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-green-500 text-white">
<i class="fas fa-users text-xl"></i>
</div>
<div class="mt-5">
<h3 class="text-lg font-medium text-gray-900">Community Support</h3>
<p class="mt-2 text-base text-gray-500">
Connect with fellow gardeners, ask questions, and share your successes.
</p>
</div>
</div>
<div class="bg-gray-50 rounded-lg p-6">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-green-500 text-white">
<i class="fas fa-chart-line text-xl"></i>
</div>
<div class="mt-5">
<h3 class="text-lg font-medium text-gray-900">Growth Tracking</h3>
<p class="mt-2 text-base text-gray-500">
Log your plant's progress with photos and notes to track your gardening journey.
</p>
</div>
</div>
<div class="bg-gray-50 rounded-lg p-6">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-green-500 text-white">
<i class="fas fa-calendar-alt text-xl"></i>
</div>
<div class="mt-5">
<h3 class="text-lg font-medium text-gray-900">Planting Calendar</h3>
<p class="mt-2 text-base text-gray-500">
Personalized planting reminders based on your location and climate zone.
</p>
</div>
</div>
<div class="bg-gray-50 rounded-lg p-6">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-green-500 text-white">
<i class="fas fa-tools text-xl"></i>
</div>
<div class="mt-5">
<h3 class="text-lg font-medium text-gray-900">Smart Tools</h3>
<p class="mt-2 text-base text-gray-500">
IoT integration for soil sensors, automated watering systems, and climate monitoring.
</p>
</div>
</div>
<div class="bg-gray-50 rounded-lg p-6">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-green-500 text-white">
<i class="fas fa-award text-xl"></i>
</div>
<div class="mt-5">
<h3 class="text-lg font-medium text-gray-900">Achievements</h3>
<p class="mt-2 text-base text-gray-500">
Earn badges and recognition for your gardening milestones and contributions.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Popular Plants Section -->
<div class="py-12 bg-gray-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:text-center mb-12">
<h2 class="text-base text-green-600 font-semibold tracking-wide uppercase">Popular Plants</h2>
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
What's growing in our community
</p>
</div>
<div class="grid grid-cols-1 gap-6 sm:grid-cols-2 lg:grid-cols-4">
<!-- Plant Card 1 -->
<div class="plant-card bg-white overflow-hidden shadow rounded-lg transition duration-300 ease-in-out">
<div class="px-4 py-5 sm:p-6 relative">
<div class="absolute top-4 right-4 bg-green-100 text-green-800 text-xs font-semibold px-2 py-1 rounded-full">
Beginner
</div>
<div class="flex justify-center">
<img class="h-32 w-32 rounded-full object-cover" src="https://images.unsplash.com/photo-1518977676601-b53f82aba655?ixlib=rb-1.2.1&auto=format&fit=crop&w=200&q=80" alt="Tomato plant">
</div>
<div class="mt-4 text-center">
<h3 class="text-lg font-medium text-gray-900">Tomato</h3>
<p class="mt-1 text-sm text-gray-500">Solanum lycopersicum</p>
</div>
<div class="mt-4 flex justify-between items-center">
<div>
<span class="text-xs text-gray-500">Difficulty</span>
<div class="flex mt-1">
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-gray-300"></i>
<i class="fas fa-star text-gray-300"></i>
</div>
</div>
<button class="text-green-600 hover:text-green-800 text-sm font-medium">
View Details <i class="fas fa-chevron-right ml-1"></i>
</button>
</div>
</div>
</div>
<!-- Plant Card 2 -->
<div class="plant-card bg-white overflow-hidden shadow rounded-lg transition duration-300 ease-in-out">
<div class="px-4 py-5 sm:p-6 relative">
<div class="absolute top-4 right-4 bg-yellow-100 text-yellow-800 text-xs font-semibold px-2 py-1 rounded-full">
Intermediate
</div>
<div class="flex justify-center">
<img class="h-32 w-32 rounded-full object-cover" src="https://images.unsplash.com/photo-1559181567-c5190bce58d2?ixlib=rb-1.2.1&auto=format&fit=crop&w=200&q=80" alt="Basil plant">
</div>
<div class="mt-4 text-center">
<h3 class="text-lg font-medium text-gray-900">Basil</h3>
<p class="mt-1 text-sm text-gray-500">Ocimum basilicum</p>
</div>
<div class="mt-4 flex justify-between items-center">
<div>
<span class="text-xs text-gray-500">Difficulty</span>
<div class="flex mt-1">
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-gray-300"></i>
<i class="fas fa-star text-gray-300"></i>
<i class="fas fa-star text-gray-300"></i>
</div>
</div>
<button class="text-green-600 hover:text-green-800 text-sm font-medium">
View Details <i class="fas fa-chevron-right ml-1"></i>
</button>
</div>
</div>
</div>
<!-- Plant Card 3 -->
<div class="plant-card bg-white overflow-hidden shadow rounded-lg transition duration-300 ease-in-out">
<div class="px-4 py-5 sm:p-6 relative">
<div class="absolute top-4 right-4 bg-green-100 text-green-800 text-xs font-semibold px-2 py-1 rounded-full">
Beginner
</div>
<div class="flex justify-center">
<img class="h-32 w-32 rounded-full object-cover" src="https://images.unsplash.com/photo-1594282410060-4c42d1d5cc6a?ixlib=rb-1.2.1&auto=format&fit=crop&w=200&q=80" alt="Lettuce plant">
</div>
<div class="mt-4 text-center">
<h3 class="text-lg font-medium text-gray-900">Lettuce</h3>
<p class="mt-1 text-sm text-gray-500">Lactuca sativa</p>
</div>
<div class="mt-4 flex justify-between items-center">
<div>
<span class="text-xs text-gray-500">Difficulty</span>
<div class="flex mt-1">
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-gray-300"></i>
</div>
</div>
<button class="text-green-600 hover:text-green-800 text-sm font-medium">
View Details <i class="fas fa-chevron-right ml-1"></i>
</button>
</div>
</div>
</div>
<!-- Plant Card 4 -->
<div class="plant-card bg-white overflow-hidden shadow rounded-lg transition duration-300 ease-in-out">
<div class="px-4 py-5 sm:p-6 relative">
<div class="absolute top-4 right-4 bg-red-100 text-red-800 text-xs font-semibold px-2 py-1 rounded-full">
Advanced
</div>
<div class="flex justify-center">
<img class="h-32 w-32 rounded-full object-cover" src="https://images.unsplash.com/photo-1603048719539-8a9a0b7c9b1d?ixlib=rb-1.2.1&auto=format&fit=crop&w=200&q=80" alt="Eggplant plant">
</div>
<div class="mt-4 text-center">
<h3 class="text-lg font-medium text-gray-900">Eggplant</h3>
<p class="mt-1 text-sm text-gray-500">Solanum melongena</p>
</div>
<div class="mt-4 flex justify-between items-center">
<div>
<span class="text-xs text-gray-500">Difficulty</span>
<div class="flex mt-1">
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
</div>
</div>
<button class="text-green-600 hover:text-green-800 text-sm font-medium">
View Details <i class="fas fa-chevron-right ml-1"></i>
</button>
</div>
</div>
</div>
</div>
<div class="mt-10 text-center">
<button class="bg-green-600 hover:bg-green-700 text-white px-6 py-3 border border-transparent rounded-md text-base font-medium">
Browse All Plants
</button>
</div>
</div>
</div>
<!-- Community Section -->
<div class="py-12 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:text-center mb-12">
<h2 class="text-base text-green-600 font-semibold tracking-wide uppercase">Community</h2>
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
What gardeners are talking about
</p>
</div>
<div class="grid grid-cols-1 gap-6 lg:grid-cols-3">
<!-- Left Column - Featured Post -->
<div class="lg:col-span-2">
<div class="community-post bg-gray-50 rounded-lg overflow-hidden shadow transition duration-300 ease-in-out">
<div class="p-6">
<div class="flex items-center">
<img class="h-10 w-10 rounded-full" src="https://images.unsplash.com/photo-1494790108377-be9c29b29330?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=100&q=80" alt="User avatar">
<div class="ml-4">
<h4 class="text-sm font-medium text-gray-900">Sarah Johnson</h4>
<p class="text-xs text-gray-500">2 hours ago</p>
</div>
</div>
<div class="mt-4">
<h3 class="text-xl font-semibold text-gray-900">My tomato harvest this year!</h3>
<p class="mt-2 text-gray-600">
After struggling with blossom end rot last season, I'm thrilled with this year's harvest! The key was consistent watering and adding calcium to the soil early in the season. Anyone else have tips for even bigger tomatoes next year?
</p>
</div>
<div class="mt-6 flex items-center justify-between">
<div class="flex space-x-4">
<span class="inline-flex items-center text-sm">
<i class="fas fa-heart text-red-500 mr-1"></i>
<span class="text-gray-600">42</span>
</span>
<span class="inline-flex items-center text-sm">
<i class="fas fa-comment text-gray-500 mr-1"></i>
<span class="text-gray-600">8</span>
</span>
</div>
<button class="text-green-600 hover:text-green-800 text-sm font-medium">
Read More <i class="fas fa-chevron-right ml-1"></i>
</button>
</div>
</div>
<div class="bg-gray-100 px-6 py-4">
<div class="flex space-x-4">
<img class="h-24 w-24 rounded object-cover" src="https://images.unsplash.com/photo-1561047039-8c658bbb04cf?ixlib=rb-1.2.1&auto=format&fit=crop&w=200&q=80" alt="Tomato harvest">
<img class="h-24 w-24 rounded object-cover" src="https://images.unsplash.com/photo-1563299501-22f6a7a9f5b1?ixlib=rb-1.2.1&auto=format&fit=crop&w=200&q=80" alt="Tomato plant">
<img class="h-24 w-24 rounded object-cover" src="https://images.unsplash.com/photo-1563299501-22f6a7a9f5b1?ixlib=rb-1.2.1&auto=format&fit=crop&w=200&q=80" alt="Tomato closeup">
</div>
</div>
</div>
</div>
<!-- Right Column - Recent Posts -->
<div>
<h3 class="text-lg font-medium text-gray-900 mb-4">Recent Discussions</h3>
<!-- Post 1 -->
<div class="community-post bg-gray-50 rounded-lg p-4 mb-4 transition duration-300 ease-in-out">
<div class="flex items-start">
<img class="h-8 w-8 rounded-full" src="https://images.unsplash.com/photo-1506794778202-cad84cf45f1d?ixlib=rb-1.2.1&auto=format&fit=crop&w=100&q=80" alt="User avatar">
<div class="ml-3">
<h4 class="text-sm font-medium text-gray-900">Michael T.</h4>
<p class="text-xs text-gray-500">4 hours ago</p>
<p class="mt-1 text-sm text-gray-600">Best companion plants for peppers?</p>
<div class="mt-2 flex items-center text-xs text-gray-500">
<i class="fas fa-comment mr-1"></i> 5 comments
</div>
</div>
</div>
</div>
<!-- Post 2 -->
<div class="community-post bg-gray-50 rounded-lg p-4 mb-4 transition duration-300 ease-in-out">
<div class="flex items-start">
<img class="h-8 w-8 rounded-full" src="https://images.unsplash.com/photo-1519242220831-094109851b72?ixlib=rb-1.2.1&auto=format&fit=crop&w=100&q=80" alt="User avatar">
<div class="ml-3">
<h4 class="text-sm font-medium text-gray-900">Emma R.</h4>
<p class="text-xs text-gray-500">6 hours ago</p>
<p class="mt-1 text-sm text-gray-600">Organic pest control for aphids?</p>
<div class="mt-2 flex items-center text-xs text-gray-500">
<i class="fas fa-comment mr-1"></i> 12 comments
</div>
</div>
</div>
</div>
<!-- Post 3 -->
<div class="community-post bg-gray-50 rounded-lg p-4 mb-4 transition duration-300 ease-in-out">
<div class="flex items-start">
<img class="h-8 w-8 rounded-full" src="https://images.unsplash.com/photo-1531123897727-8f129e1688ce?ixlib=rb-1.2.1&auto=format&fit=crop&w=100&q=80" alt="User avatar">
<div class="ml-3">
<h4 class="text-sm font-medium text-gray-900">David L.</h4>
<p class="text-xs text-gray-500">1 day ago</p>
<p class="mt-1 text-sm text-gray-600">Starting a raised bed garden - tips?</p>
<div class="mt-2 flex items-center text-xs text-gray-500">
<i class="fas fa-comment mr-1"></i> 7 comments
</div>
</div>
</div>
</div>
<!-- Post 4 -->
<div class="community-post bg-gray-50 rounded-lg p-4 transition duration-300 ease-in-out">
<div class="flex items-start">
<img class="h-8 w-8 rounded-full" src="https://images.unsplash.com/photo-1438761681033-6461ffad8d80?ixlib=rb-1.2.1&auto=format&fit=crop&w=100&q=80" alt="User avatar">
<div class="ml-3">
<h4 class="text-sm font-medium text-gray-900">Sophia K.</h4>
<p class="text-xs text-gray-500">2 days ago</p>
<p class="mt-1 text-sm text-gray-600">When to harvest zucchini for best flavor?</p>
<div class="mt-2 flex items-center text-xs text-gray-500">
<i class="fas fa-comment mr-1"></i> 9 comments
</div>
</div>
</div>
</div>
<div class="mt-6">
<button class="w-full bg-green-600 hover:bg-green-700 text-white px-4 py-2 border border-transparent rounded-md text-sm font-medium">
View All Discussions
</button>
</div>
</div>
</div>
</div>
</div>
<!-- Garden Tracker Section -->
<div class="py-12 bg-gray-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:text-center mb-12">
<h2 class="text-base text-green-600 font-semibold tracking-wide uppercase">Garden Tracker</h2>
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
Monitor your garden's progress
</p>
</div>
<div class="bg-white shadow rounded-lg overflow-hidden">
<div class="px-4 py-5 sm:p-6">
<div class="flex flex-col md:flex-row">
<!-- Progress Section -->
<div class="md:w-1/3 pr-8">
<h3 class="text-lg font-medium text-gray-900">Your Garden Stats</h3>
<p class="mt-2 text-sm text-gray-500">
Track your plants' growth, watering schedule, and harvest dates all in one place.
</p>
<div class="mt-6 space-y-6">
<!-- Watering Progress -->
<div>
<div class="flex justify-between">
<span class="text-sm font-medium text-gray-700">Watering</span>
<span class="text-xs font-medium text-green-600">3/5 done</span>
</div>
<div class="mt-1 w-full bg-gray-200 rounded-full h-2">
<div class="bg-green-600 h-2 rounded-full" style="width: 60%"></div>
</div>
</div>
<!-- Fertilizing Progress -->
<div>
<div class="flex justify-between">
<span class="text-sm font-medium text-gray-700">Fertilizing</span>
<span class="text-xs font-medium text-yellow-600">1/3 done</span>
</div>
<div class="mt-1 w-full bg-gray-200 rounded-full h-2">
<div class="bg-yellow-500 h-2 rounded-full" style="width: 33%"></div>
</div>
</div>
<!-- Harvest Progress -->
<div>
<div class="flex justify-between">
<span class="text-sm font-medium text-gray-700">Harvest Ready</span>
<span class="text-xs font-medium text-blue-600">2/8 ready</span>
</div>
<div class="mt-1 w-full bg-gray-200 rounded-full h-2">
<div class="bg-blue-500 h-2 rounded-full" style="width: 25%"></div>
</div>
</div>
</div>
<div class="mt-8">
<button class="w-full bg-green-600 hover:bg-green-700 text-white px-4 py-2 border border-transparent rounded-md text-sm font-medium">
View Full Tracker
</button>
</div>
</div>
<!-- Plant List -->
<div class="md:w-2/3 mt-8 md:mt-0">
<h3 class="text-lg font-medium text-gray-900">Your Plants</h3>
<div class="mt-4 grid grid-cols-1 gap-4 sm:grid-cols-2">
<!-- Plant 1 -->
<div class="relative bg-white border border-gray-200 rounded-lg p-4 flex items-start">
<div class="flex-shrink-0">
<svg class="h-16 w-16" viewBox="0 0 36 36">
<circle cx="18" cy="18" r="16" fill="none" stroke="#e5e7eb" stroke-width="2"></circle>
<circle cx="18" cy="18" r="16" fill="none" stroke="#10b981" stroke-width="2" stroke-dasharray="80" stroke-dashoffset="20" class="progress-ring__circle"></circle>
<text x="18" y="20" text-anchor="middle" font-size="10" fill="#10b981" font-weight="bold">80%</text>
</svg>
</div>
<div class="ml-4">
<h4 class="text-sm font-medium text-gray-900">Tomato - Cherry</h4>
<p class="mt-1 text-xs text-gray-500">Planted: May 15, 2023</p>
<div class="mt-2 flex items-center text-xs text-gray-500">
<i class="fas fa-tint text-blue-400 mr-1"></i> Water in 2 days
</div>
<div class="mt-1 flex items-center text-xs text-gray-500">
<i class="fas fa-calendar-day text-green-400 mr-1"></i> Harvest in ~3 weeks
</div>
</div>
</div>
<!-- Plant 2 -->
<div class="relative bg-white border border-gray-200 rounded-lg p-4 flex items-start">
<div class="flex-shrink-0">
<svg class="h-16 w-16" viewBox="0 0 36 36">
<circle cx="18" cy="18" r="16" fill="none" stroke="#e5e7eb" stroke-width="2"></circle>
<circle cx="18" cy="18" r="16" fill="none" stroke="#10b981" stroke-width="2" stroke-dasharray="60" stroke-dashoffset="40" class="progress-ring__circle"></circle>
<text x="18" y="20" text-anchor="middle" font-size="10" fill="#10b981" font-weight="bold">60%</text>
</svg>
</div>
<div class="ml-4">
<h4 class="text-sm font-medium text-gray-900">Basil - Sweet</h4>
<p class="mt-1 text-xs text-gray-500">Planted: June 1, 2023</p>
<div class="mt-2 flex items-center text-xs text-gray-500">
<i class="fas fa-tint text-blue-400 mr-1"></i> Water today
</div>
<div class="mt-1 flex items-center text-xs text-gray-500">
<i class="fas fa-calendar-day text-green-400 mr-1"></i> Ready to harvest
</div>
</div>
</div>
<!-- Plant 3 -->
<div class="relative bg-white border border-gray-200 rounded-lg p-4 flex items-start">
<div class="flex-shrink-0">
<svg class="h-16 w-16" viewBox="0 0 36 36">
<circle cx="18" cy="18" r="16" fill="none" stroke="#e5e7eb" stroke-width="2"></circle>
<circle cx="18" cy="18" r="16" fill="none" stroke="#10b981" stroke-width="2" stroke-dasharray="40" stroke-dashoffset="60" class="progress-ring__circle"></circle>
<text x="18" y="20" text-anchor="middle" font-size="10" fill="#10b981" font-weight="bold">40%</text>
</svg>
</div>
<div class="ml-4">
<h4 class="text-sm font-medium text-gray-900">Lettuce - Romaine</h4>
<p class="mt-1 text-xs text-gray-500">Planted: May 20, 2023</p>
<div class="mt-2 flex items-center text-xs text-gray-500">
<i class="fas fa-tint text-blue-400 mr-1"></i> Water tomorrow
</div>
<div class="mt-1 flex items-center text-xs text-gray-500">
<i class="fas fa-calendar-day text-green-400 mr-1"></i> Harvest in ~2 weeks
</div>
</div>
</div>
<!-- Plant 4 -->
<div class="relative bg-white border border-gray-200 rounded-lg p-4 flex items-start">
<div class="flex-shrink-0">
<svg class="h-16 w-16" viewBox="0 0 36 36">
<circle cx="18" cy="18" r="16" fill="none" stroke="#e5e7eb" stroke-width="2"></circle>
<circle cx="18" cy="18" r="16" fill="none" stroke="#10b981" stroke-width="2" stroke-dasharray="20" stroke-dashoffset="80" class="progress-ring__circle"></circle>
<text x="18" y="20" text-anchor="middle" font-size="10" fill="#10b981" font-weight="bold">20%</text>
</svg>
</div>
<div class="ml-4">
<h4 class="text-sm font-medium text-gray-900">Pepper - Bell</h4>
<p class="mt-1 text-xs text-gray-500">Planted: June 5, 2023</p>
<div class="mt-2 flex items-center text-xs text-gray-500">
<i class="fas fa-tint text-blue-400 mr-1"></i> Water in 4 days
</div>
<div class="mt-1 flex items-center text-xs text-gray-500">
<i class="fas fa-calendar-day text-green-400 mr-1"></i> Harvest in ~6 weeks
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- IoT Integration Section -->
<div class="py-12 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:text-center mb-12">
<h2 class="text-base text-green-600 font-semibold tracking-wide uppercase">Smart Gardening</h2>
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
Take your garden to the next level
</p>
</div>
<div class="bg-gray-50 rounded-lg overflow-hidden shadow-lg">
<div class="px-4 py-5 sm:p-6">
<div class="flex flex-col md:flex-row">
<div class="md:w-1/2 pr-8">
<h3 class="text-lg font-medium text-gray-900">Connect Your Smart Devices</h3>
<p class="mt-2 text-sm text-gray-600">
Monitor soil moisture, temperature, and light levels in real-time with our IoT integration.
</p>
<div class="mt-6 space-y-4">
<div class="flex items-center">
<div class="flex-shrink-0 h-10 w-10 rounded-full bg-green-100 flex items-center justify-center">
<i class="fas fa-temperature-low text-green-600"></i>
</div>
<div class="ml-4">
<h4 class="text-sm font-medium text-gray-900">Soil Sensors</h4>
<p class="mt-1 text-xs text-gray-500">Monitor moisture, pH, and nutrient levels</p>
</div>
</div>
<div class="flex items-center">
<div class="flex-shrink-0 h-10 w-10 rounded-full bg-blue-100 flex items-center justify-center">
<i class="fas fa-tint text-blue-600"></i>
</div>
<div class="ml-4">
<h4 class="text-sm font-medium text-gray-900">Smart Irrigation</h4>
<p class="mt-1 text-xs text-gray-500">Automated watering based on soil conditions</p>
</div>
</div>
<div class="flex items-center">
<div class="flex-shrink-0 h-10 w-10 rounded-full bg-purple-100 flex items-center justify-center">
<i class="fas fa-sun text-purple-600"></i>
</div>
<div class="ml-4">
<h4 class="text-sm font-medium text-gray-900">Light Monitoring</h4>
<p class="mt-1 text-xs text-gray-500">Track sunlight exposure for optimal growth</p>
</div>
</div>
<div class="flex items-center">
<div class="flex-shrink-0 h-10 w-10 rounded-full bg-yellow-100 flex items-center justify-center">
<i class="fas fa-wind text-yellow-600"></i>
</div>
<div class="ml-4">
<h4 class="text-sm font-medium text-gray-900">Climate Control</h4>
<p class="mt-1 text-xs text-gray-500">Monitor temperature and humidity in greenhouses</p>
</div>
</div>
</div>
<div class="mt-8">
<button class="bg-green-600 hover:bg-green-700 text-white px-6 py-3 border border-transparent rounded-md text-base font-medium">
Learn About Smart Gardening
</button>
</div>
</div>
<div class="md:w-1/2 mt-8 md:mt-0">
<div class="bg-white p-6 rounded-lg shadow-sm">
<div class="flex justify-between items-center mb-4">
<h4 class="text-sm font-medium text-gray-900">Device Status</h4>
<span class="px-2 py-1 text-xs font-medium rounded-full bg-green-100 text-green-800">Connected</span>
</div>
<div class="space-y-4">
<div>
<div class="flex justify-between">
<span class="text-xs font-medium text-gray-700">Soil Moisture</span>
<span class="text-xs font-medium text-blue-600">Optimal</span>
</div>
<div class="mt-1 w-full bg-gray-200 rounded-full h-2">
<div class="bg-blue-500 h-2 rounded-full" style="width: 65%"></div>
</div>
</div>
<div>
<div class="flex justify-between">
<span class="text-xs font-medium text-gray-700">Temperature</span>
<span class="text-xs font-medium text-orange-600">22°C</span>
</div>
<div class="mt-1 w-full bg-gray-200 rounded-full h-2">
<div class="bg-orange-500 h-2 rounded-full" style="width: 50%"></div>
</div>
</div>
<div>
<div class="flex justify-between">
<span class="text-xs font-medium text-gray-700">Light Exposure</span>
<span class="text-xs font-medium text-yellow-600">High</span>
</div>
<div class="mt-1 w-full bg-gray-200 rounded-full h-2">
<div class="bg-yellow-500 h-2 rounded-full" style="width: 80%"></div>
</div>
</div>
<div>
<div class="flex justify-between">
<span class="text-xs font-medium text-gray-700">Humidity</span>
<span class="text-xs font-medium text-green-600">65%</span>
</div>
<div class="mt-1 w-full bg-gray-200 rounded-full h-2">
<div class="bg-green-500 h-2 rounded-full" style="width: 65%"></div>
</div>
</div>
</div>
<div class="mt-6">
<h4 class="text-sm font-medium text-gray-900 mb-2">Recent Alerts</h4>
<div class="space-y-2">
<div class="flex items-start">
<div class="flex-shrink-0">
<div class="h-5 w-5 rounded-full bg-red-100 flex items-center justify-center">
<i class="fas fa-exclamation text-red-500 text-xs"></i>
</div>
</div>
<div class="ml-3">
<p class="text-xs text-gray-600">Low moisture detected in Bed 2 - automated watering activated</p>
<p class="mt-1 text-xs text-gray-400">Today, 10:42 AM</p>
</div>
</div>
<div class="flex items-start">
<div class="flex-shrink-0">
<div class="h-5 w-5 rounded-full bg-yellow-100 flex items-center justify-center">
<i class="fas fa-info-circle text-yellow-500 text-xs"></i>
</div>
</div>
<div class="ml-3">
<p class="text-xs text-gray-600">Temperature dropped below recommended for tomatoes</p>
<p class="mt-1 text-xs text-gray-400">Yesterday, 7:15 PM</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Testimonials -->
<div class="py-12 bg-gray-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:text-center mb-12">
<h2 class="text-base text-green-600 font-semibold tracking-wide uppercase">Testimonials</h2>
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
What our gardeners say
</p>
</div>
<div class="grid grid-cols-1 gap-8 sm:grid-cols-2 lg:grid-cols-3">
<!-- Testimonial 1 -->
<div class="bg-white p-6 rounded-lg shadow-sm">
<div class="flex items-center">
<img class="h-12 w-12 rounded-full" src="https://images.unsplash.com/photo-1570295999919-56ceb5ecca61?ixlib=rb-1.2.1&auto=format&fit=crop&w=100&q=80" alt="User avatar">
<div class="ml-4">
<h4 class="text-sm font-medium text-gray-900">James Wilson</h4>
<p class="text-xs text-gray-500">Gardener for 5 years</p>
</div>
</div>
<div class="mt-4">
<p class="text-sm text-gray-600">
"GardenConnect transformed my gardening experience. The community helped me solve pest problems, and the smart sensors ensure my plants get exactly what they need."
</p>
</div>
<div class="mt-4 flex">
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
</div>
</div>
<!-- Testimonial 2 -->
<div class="bg-white p-6 rounded-lg shadow-sm">
<div class="flex items-center">
<img class="h-12 w-12 rounded-full" src="https://images.unsplash.com/photo-1438761681033-6461ffad8d80?ixlib=rb-1.2.1&auto=format&fit=crop&w=100&q=80" alt="User avatar">
<div class="ml-4">
<h4 class="text-sm font-medium text-gray-900">Emily Chen</h4>
<p class="text-xs text-gray-500">Urban Gardener</p>
</div>
</div>
<div class="mt-4">
<p class="text-sm text-gray-600">
"As a beginner, I was overwhelmed. The plant database and step-by-step guides made it so easy to start. My balcony garden is thriving thanks to GardenConnect!"
</p>
</div>
<div class="mt-4 flex">
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
</div>
</div>
<!-- Testimonial 3 -->
<div class="bg-white p-6 rounded-lg shadow-sm">
<div class="flex items-center">
<img class="h-12 w-12 rounded-full" src="https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?ixlib=rb-1.2.1&auto=format&fit=crop&w=100&q=80" alt="User avatar">
<div class="ml-4">
<h4 class="text-sm font-medium text-gray-900">Robert Garcia</h4>
<p class="text-xs text-gray-500">Commercial Grower</p>
</div>
</div>
<div class="mt-4">
<p class="text-sm text-gray-600">
"The IoT integration has saved me hours each week. Automatic alerts for irrigation issues have prevented crop losses. Worth every penny for serious gardeners."
</p>
</div>
<div class="mt-4 flex">
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
</div>
</div>
</div>
</div>
</div>
<!-- CTA Section -->
<div class="gradient-bg">
<div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8 lg:py-24">
<div class="lg:grid lg:grid-cols-2 lg:gap-8 items-center">
<div>
<h2 class="text-3xl font-extrabold tracking-tight text-white sm:text-4xl">
Ready to grow with us?
</h2>
<p class="mt-3 max-w-3xl text-lg text-green-100">
Join thousands of gardeners sharing knowledge, tracking their progress, and growing better plants together.
</p>
</div>
<div class="mt-8 lg:mt-0 flex flex-col sm:flex-row gap-4">
<button class="bg-white text-green-600 hover:bg-gray-100 px-8 py-3 border border-transparent rounded-md text-base font-medium md:py-4 md:text-lg md:px-10">
Sign Up Free
</button>
<button class="bg-green-600 bg-opacity-70 hover:bg-opacity-80 text-white px-8 py-3 border border-transparent rounded-md text-base font-medium md:py-4 md:text-lg md:px-10">
See Pricing
</button>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="bg-white">
<div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8">
<div class="grid grid-cols-2 md:grid-cols-4 gap-8">
<div>
<h3 class="text-sm font-semibold text-gray-900 tracking-wider uppercase">Company</h3>
<ul class="mt-4 space-y-4">
<li><a href="#" class="text-base text-gray-600 hover:text-gray-900">About</a></li>
<li><a href="#" class="text-base text-gray-600 hover:text-gray-900">Careers</a></li>
<li><a href="#" class="text-base text-gray-600 hover:text-gray-900">Blog</a></li>
<li><a href="#" class="text-base text-gray-600 hover:text-gray-900">Press</a></li>
</ul>
</div>
<div>
<h3 class="text-sm font-semibold text-gray-900 tracking-wider uppercase">Resources</h3>
<ul class="mt-4 space-y-4">
<li><a href="#" class="text-base text-gray-600 hover:text-gray-900">Plant Database</a></li>
<li><a href="#" class="text-base text-gray-600 hover:text-gray-900">Gardening Guides</a></li>
<li><a href="#" class="text-base text-gray-600 hover:text-gray-900">Community</a></li>
<li><a href="#" class="text-base text-gray-600 hover:text-gray-900">Help Center</a></li>
</ul>
</div>
<div>
<h3 class="text-sm font-semibold text-gray-900 tracking-wider uppercase">Legal</h3>
<ul class="mt-4 space-y-4">
<li><a href="#" class="text-base text-gray-600 hover:text-gray-900">Privacy</a></li>
<li><a href="#" class="text-base text-gray-600 hover:text-gray-900">Terms</a></li>
<li><a href="#" class="text-base text-gray-600 hover:text-gray-900">Cookie Policy</a></li>
<li><a href="#" class="text-base text-gray-600 hover:text-gray-900">GDPR</a></li>
</ul>
</div>
<div>
<h3 class="text-sm font-semibold text-gray-900 tracking-wider uppercase">Connect</h3>
<div class="mt-4 flex space-x-6">
<a href="#" class="text-gray-500 hover:text-gray-900">
<i class="fab fa-facebook-f"></i>
</a>
<a href="#" class="text-gray-500 hover:text-gray-900">
<i class="fab fa-instagram"></i>
</a>
<a href="#" class="text-gray-500 hover:text-gray-900">
<i class="fab fa-twitter"></i>
</a>
<a href="#" class="text-gray-500 hover:text-gray-900">
<i class="fab fa-youtube"></i>
</a>
<a href="#" class="text-gray-500 hover:text-gray-900">
<i class="fab fa-pinterest"></i>
</a>
</div>
<div class="mt-6">
<p class="text-sm text-gray-500">
Subscribe to our newsletter for gardening tips and updates.
</p>
<div class="mt-2 flex">
<input type="email" placeholder="Your email" class="px-4 py-2 border border-gray-300 rounded-l-md focus:ring-green-500 focus:border-green-500 block w-full sm:text-sm">
<button class="bg-green-600 hover:bg-green-700 text-white px-4 py-2 border border-transparent rounded-r-md text-sm font-medium">
Subscribe
</button>
</div>
</div>
</div>
</div>
<div class="mt-12 border-t border-gray-200 pt-8">
<p class="text-base text-gray-500 text-center">
© 2023 GardenConnect. All rights reserved.
</p>
</div>
</div>
</footer>
<script>
// Simple animation for the progress rings
document.addEventListener('DOMContentLoaded', function() {
const circles = document.querySelectorAll('.progress-ring__circle');
circles.forEach(circle => {
const radius = circle.r.baseVal.value;
const circumference = radius * 2 * Math.PI;
circle.style.strokeDasharray = `${circumference} ${circumference}`;
circle.style.strokeDashoffset = circumference;
const offset = circumference - parseFloat(circle.parentNode.querySelector('text').textContent) / 100 * circumference;
circle.style.strokeDashoffset = offset;
});
});
</script>
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=fenglui/gardenconnect" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html> |