Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Gallery | AI Artisan Gallery</title> | |
| <link rel="stylesheet" href="style.css"> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <script src="https://unpkg.com/feather-icons"></script> | |
| <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script> | |
| </head> | |
| <body class="bg-gray-100 dark:bg-gray-900 transition-colors duration-300"> | |
| <custom-navbar></custom-navbar> | |
| <main class="container mx-auto px-4 py-8"> | |
| <!-- Gallery Header --> | |
| <div class="flex flex-col md:flex-row justify-between items-start md:items-center mb-8"> | |
| <h1 class="text-3xl md:text-4xl font-bold text-gray-900 dark:text-white mb-4 md:mb-0">AI Art Gallery</h1> | |
| <div class="w-full md:w-auto flex flex-col sm:flex-row gap-4"> | |
| <div class="relative"> | |
| <input type="text" placeholder="Search artworks..." class="pl-10 pr-4 py-2 w-full rounded-full border border-gray-300 dark:border-gray-700 bg-white dark:bg-gray-800 focus:outline-none focus:ring-2 focus:ring-primary-500"> | |
| <i data-feather="search" class="absolute left-3 top-2.5 text-gray-400"></i> | |
| </div> | |
| <div class="relative"> | |
| <select class="appearance-none pl-3 pr-8 py-2 w-full rounded-full border border-gray-300 dark:border-gray-700 bg-white dark:bg-gray-800 focus:outline-none focus:ring-2 focus:ring-primary-500"> | |
| <option>All Categories</option> | |
| <option>Abstract</option> | |
| <option>Portrait</option> | |
| <option>Landscape</option> | |
| <option>Concept Art</option> | |
| <option>Digital Painting</option> | |
| </select> | |
| <i data-feather="chevron-down" class="absolute right-3 top-2.5 text-gray-400"></i> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Gallery Grid --> | |
| <div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-6"> | |
| <!-- Gallery Item 1 --> | |
| <div class="gallery-item bg-white dark:bg-gray-800 rounded-xl overflow-hidden shadow-lg hover:shadow-xl transition-all duration-300 transform hover:-translate-y-1"> | |
| <div class="h-64 overflow-hidden"> | |
| <img src="http://static.photos/abstract/640x360/201" alt="AI Artwork" class="w-full h-full object-cover"> | |
| </div> | |
| <div class="p-4"> | |
| <h3 class="font-bold text-gray-900 dark:text-white mb-1">Digital Dreams</h3> | |
| <p class="text-gray-600 dark:text-gray-300 text-sm mb-3">By AI Artist Pro</p> | |
| <div class="flex justify-between items-center"> | |
| <span class="text-accent-blue font-bold">$120</span> | |
| <button class="bg-accent-blue hover:bg-blue-600 text-white py-1 px-3 rounded-full text-sm transition-colors"> | |
| <i data-feather="heart" class="w-4 h-4"></i> | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Gallery Item 2 --> | |
| <div class="gallery-item bg-white dark:bg-gray-800 rounded-xl overflow-hidden shadow-lg hover:shadow-xl transition-all duration-300 transform hover:-translate-y-1"> | |
| <div class="h-64 overflow-hidden"> | |
| <img src="http://static.photos/nature/640x360/202" alt="AI Artwork" class="w-full h-full object-cover"> | |
| </div> | |
| <div class="p-4"> | |
| <h3 class="font-bold text-gray-900 dark:text-white mb-1">Forest Awakening</h3> | |
| <p class="text-gray-600 dark:text-gray-300 text-sm mb-3">By NatureGPT</p> | |
| <div class="flex justify-between items-center"> | |
| <span class="text-accent-blue font-bold">$95</span> | |
| <button class="bg-accent-blue hover:bg-blue-600 text-white py-1 px-3 rounded-full text-sm transition-colors"> | |
| <i data-feather="heart" class="w-4 h-4"></i> | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Gallery Item 3 --> | |
| <div class="gallery-item bg-white dark:bg-gray-800 rounded-xl overflow-hidden shadow-lg hover:shadow-xl transition-all duration-300 transform hover:-translate-y-1"> | |
| <div class="h-64 overflow-hidden"> | |
| <img src="http://static.photos/people/640x360/203" alt="AI Artwork" class="w-full h-full object-cover"> | |
| </div> | |
| <div class="p-4"> | |
| <h3 class="font-bold text-gray-900 dark:text-white mb-1">Urban Portrait</h3> | |
| <p class="text-gray-600 dark:text-gray-300 text-sm mb-3">By CityScape AI</p> | |
| <div class="flex justify-between items-center"> | |
| <span class="text-accent-blue font-bold">$150</span> | |
| <button class="bg-accent-blue hover:bg-blue-600 text-white py-1 px-3 rounded-full text-sm transition-colors"> | |
| <i data-feather="heart" class="w-4 h-4"></i> | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Gallery Item 4 --> | |
| <div class="gallery-item bg-white dark:bg-gray-800 rounded-xl overflow-hidden shadow-lg hover:shadow-xl transition-all duration-300 transform hover:-translate-y-1"> | |
| <div class="h-64 overflow-hidden"> | |
| <img src="http://static.photos/technology/640x360/204" alt="AI Artwork" class="w-full h-full object-cover"> | |
| </div> | |
| <div class="p-4"> | |
| <h3 class="font-bold text-gray-900 dark:text-white mb-1">Cybernetic Vision</h3> | |
| <p class="text-gray-600 dark:text-gray-300 text-sm mb-3">By TechArtist</p> | |
| <div class="flex justify-between items-center"> | |
| <span class="text-accent-blue font-bold">$200</span> | |
| <button class="bg-accent-blue hover:bg-blue-600 text-white py-1 px-3 rounded-full text-sm transition-colors"> | |
| <i data-feather="heart" class="w-4 h-4"></i> | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Gallery Item 5 --> | |
| <div class="gallery-item bg-white dark:bg-gray-800 rounded-xl overflow-hidden shadow-lg hover:shadow-xl transition-all duration-300 transform hover:-translate-y-1"> | |
| <div class="h-64 overflow-hidden"> | |
| <img src="http://static.photos/abstract/640x360/205" alt="AI Artwork" class="w-full h-full object-cover"> | |
| </div> | |
| <div class="p-4"> | |
| <h3 class="font-bold text-gray-900 dark:text-white mb-1">Geometric Harmony</h3> | |
| <p class="text-gray-600 dark:text-gray-300 text-sm mb-3">By ShapeShifter AI</p> | |
| <div class="flex justify-between items-center"> | |
| <span class="text-accent-blue font-bold">$85</span> | |
| <button class="bg-accent-blue hover:bg-blue-600 text-white py-1 px-3 rounded-full text-sm transition-colors"> | |
| <i data-feather="heart" class="w-4 h-4"></i> | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Gallery Item 6 --> | |
| <div class="gallery-item bg-white dark:bg-gray-800 rounded-xl overflow-hidden shadow-lg hover:shadow-xl transition-all duration-300 transform hover:-translate-y-1"> | |
| <div class="h-64 overflow-hidden"> | |
| <img src="http://static.photos/minimal/640x360/206" alt="AI Artwork" class="w-full h-full object-cover"> | |
| </div> | |
| <div class="p-4"> | |
| <h3 class="font-bold text-gray-900 dark:text-white mb-1">Minimal Essence</h3> | |
| <p class="text-gray-600 dark:text-gray-300 text-sm mb-3">By SimpleAI</p> | |
| <div class="flex justify-between items-center"> | |
| <span class="text-accent-blue font-bold">$75</span> | |
| <button class="bg-accent-blue hover:bg-blue-600 text-white py-1 px-3 rounded-full text-sm transition-colors"> | |
| <i data-feather="heart" class="w-4 h-4"></i> | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Gallery Item 7 --> | |
| <div class="gallery-item bg-white dark:bg-gray-800 rounded-xl overflow-hidden shadow-lg hover:shadow-xl transition-all duration-300 transform hover:-translate-y-1"> | |
| <div class="h-64 overflow-hidden"> | |
| <img src="http://static.photos/abstract/640x360/207" alt="AI Artwork" class="w-full h-full object-cover"> | |
| </div> | |
| <div class="p-4"> | |
| <h3 class="font-bold text-gray-900 dark:text-white mb-1">Color Explosion</h3> | |
| <p class="text-gray-600 dark:text-gray-300 text-sm mb-3">By PaletteMaster</p> | |
| <div class="flex justify-between items-center"> | |
| <span class="text-accent-blue font-bold">$110</span> | |
| <button class="bg-accent-blue hover:bg-blue-600 text-white py-1 px-3 rounded-full text-sm transition-colors"> | |
| <i data-feather="heart" class="w-4 h-4"></i> | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Gallery Item 8 --> | |
| <div class="gallery-item bg-white dark:bg-gray-800 rounded-xl overflow-hidden shadow-lg hover:shadow-xl transition-all duration-300 transform hover:-translate-y-1"> | |
| <div class="h-64 overflow-hidden"> | |
| <img src="http://static.photos/nature/640x360/208" alt="AI Artwork" class="w-full h-full object-cover"> | |
| </div> | |
| <div class="p-4"> | |
| <h3 class="font-bold text-gray-900 dark:text-white mb-1">Mountain Majesty</h3> | |
| <p class="text-gray-600 dark:text-gray-300 text-sm mb-3">By LandscapePro</p> | |
| <div class="flex justify-between items-center"> | |
| <span class="text-accent-blue font-bold">$130</span> | |
| <button class="bg-accent-blue hover:bg-blue-600 text-white py-1 px-3 rounded-full text-sm transition-colors"> | |
| <i data-feather="heart" class="w-4 h-4"></i> | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Load More Button --> | |
| <div class="text-center mt-12"> | |
| <button class="bg-accent-blue hover:bg-blue-600 text-white font-bold py-3 px-8 rounded-full transition-colors"> | |
| Load More | |
| </button> | |
| </div> | |
| </main> | |
| <custom-footer></custom-footer> | |
| <script src="components/navbar.js"></script> | |
| <script src="components/footer.js"></script> | |
| <script> | |
| feather.replace(); | |
| </script> | |
| </body> | |
| </html> | |