Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Product | FootStyle</title> | |
| <link rel="icon" type="image/x-icon" href="/static/favicon.ico"> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet"> | |
| <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script> | |
| <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script> | |
| <script src="https://unpkg.com/feather-icons"></script> | |
| <style> | |
| .product-thumbnail:hover { | |
| border-color: #2563eb; | |
| } | |
| .product-thumbnail.active { | |
| border-color: #2563eb; | |
| } | |
| .review-star { | |
| color: #f59e0b; | |
| } | |
| </style> | |
| </head> | |
| <body class="font-sans antialiased"> | |
| <!-- Navigation --> | |
| <nav class="bg-white shadow-sm sticky top-0 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"> | |
| <a href="index.html" class="flex-shrink-0 flex items-center"> | |
| <span class="text-xl font-bold text-gray-900">FOOT<span class="text-blue-600">STYLE</span></span> | |
| </a> | |
| </div> | |
| <div class="hidden md:ml-6 md:flex md:items-center md:space-x-8"> | |
| <a href="index.html" class="text-gray-500 hover:text-gray-900 inline-flex items-center px-1 pt-1 border-b-2 border-transparent hover:border-gray-300 text-sm font-medium">Home</a> | |
| <a href="shop.html" class="text-gray-900 inline-flex items-center px-1 pt-1 border-b-2 border-blue-500 text-sm font-medium">Shop</a> | |
| <a href="about.html" class="text-gray-500 hover:text-gray-900 inline-flex items-center px-1 pt-1 border-b-2 border-transparent hover:border-gray-300 text-sm font-medium">About</a> | |
| <a href="contact.html" class="text-gray-500 hover:text-gray-900 inline-flex items-center px-1 pt-1 border-b-2 border-transparent hover:border-gray-300 text-sm font-medium">Contact</a> | |
| </div> | |
| <div class="flex items-center"> | |
| <button class="p-2 rounded-full text-gray-400 hover:text-gray-500 focus:outline-none"> | |
| <i data-feather="search"></i> | |
| </button> | |
| <button class="ml-4 p-2 rounded-full text-gray-400 hover:text-gray-500 focus:outline-none"> | |
| <i data-feather="user"></i> | |
| </button> | |
| <button class="ml-4 p-2 rounded-full text-gray-400 hover:text-gray-500 focus:outline-none relative"> | |
| <i data-feather="shopping-cart"></i> | |
| <span class="absolute top-0 right-0 h-4 w-4 rounded-full bg-blue-600 text-white text-xs flex items-center justify-center">3</span> | |
| </button> | |
| <button class="md:hidden ml-4 p-2 rounded-full text-gray-400 hover:text-gray-500 focus:outline-none"> | |
| <i data-feather="menu"></i> | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| </nav> | |
| <!-- Product Section --> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-8 bg-blue-50 rounded-lg"> | |
| <div class="lg:grid lg:grid-cols-2 lg:gap-8"> | |
| <!-- Product Images --> | |
| <div class="mb-8 lg:mb-0"> | |
| <div class="mb-4 rounded-lg overflow-hidden"> | |
| <img id="main-image" src="http://static.photos/sport/1024x576/221" alt="Football Jersey" class="w-full h-auto object-cover object-center"> | |
| </div> | |
| <div class="grid grid-cols-4 gap-2"> | |
| <button class="product-thumbnail border-2 border-transparent rounded-md overflow-hidden"> | |
| <img src="http://static.photos/sport/320x240/221" alt="Football Jersey - Front" class="w-full h-auto object-cover object-center" data-main="http://static.photos/sport/1024x576/221"> | |
| </button> | |
| <button class="product-thumbnail border-2 border-transparent rounded-md overflow-hidden"> | |
| <img src="http://static.photos/sport/320x240/222" alt="Football Jersey - Back" class="w-full h-auto object-cover object-center" data-main="http://static.photos/sport/1024x576/222"> | |
| </button> | |
| <button class="product-thumbnail border-2 border-transparent rounded-md overflow-hidden"> | |
| <img src="http://static.photos/sport/320x240/223" alt="Football Jersey - Detail" class="w-full h-auto object-cover object-center" data-main="http://static.photos/sport/1024x576/223"> | |
| </button> | |
| <button class="product-thumbnail border-2 border-transparent rounded-md overflow-hidden"> | |
| <img src="http://static.photos/sport/320x240/224" alt="Football Jersey - On Player" class="w-full h-auto object-cover object-center" data-main="http://static.photos/sport/1024x576/224"> | |
| </button> | |
| </div> | |
| </div> | |
| <!-- Product Details --> | |
| <div> | |
| <h1 class="text-3xl font-extrabold tracking-tight text-gray-900 sm:text-4xl">Home Jersey 2024</h1> | |
| <div class="mt-4 flex items-center"> | |
| <div class="flex items-center"> | |
| <i data-feather="star" class="review-star w-5 h-5"></i> | |
| <i data-feather="star" class="review-star w-5 h-5"></i> | |
| <i data-feather="star" class="review-star w-5 h-5"></i> | |
| <i data-feather="star" class="review-star w-5 h-5"></i> | |
| <i data-feather="star" class="text-gray-300 w-5 h-5"></i> | |
| </div> | |
| <a href="#reviews" class="ml-2 text-sm font-medium text-blue-600 hover:text-blue-500">24 reviews</a> | |
| </div> | |
| <div class="mt-6"> | |
| <h2 class="text-2xl font-bold text-gray-900">$24.99</h2> | |
| <p class="mt-2 text-sm text-gray-500">Including VAT</p> | |
| </div> | |
| <div class="mt-6"> | |
| <h3 class="text-sm font-medium text-gray-900">Color</h3> | |
| <div class="mt-2 flex space-x-2"> | |
| <button class="w-8 h-8 rounded-full bg-black border-2 border-black focus:outline-none"></button> | |
| <button class="w-8 h-8 rounded-full bg-white border-2 border-gray-300 focus:outline-none"></button> | |
| <button class="w-8 h-8 rounded-full bg-gray-500 border-2 border-transparent focus:outline-none"></button> | |
| <button class="w-8 h-8 rounded-full bg-blue-500 border-2 border-transparent focus:outline-none"></button> | |
| </div> | |
| </div> | |
| <div class="mt-6"> | |
| <h3 class="text-sm font-medium text-gray-900">Size</h3> | |
| <div class="mt-2 grid grid-cols-5 gap-2"> | |
| <button class="px-4 py-2 border rounded-md text-sm font-medium hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500">XS</button> | |
| <button class="px-4 py-2 border rounded-md text-sm font-medium hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500">S</button> | |
| <button class="px-4 py-2 border rounded-md text-sm font-medium bg-blue-600 text-white hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500">M</button> | |
| <button class="px-4 py-2 border rounded-md text-sm font-medium hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500">L</button> | |
| <button class="px-4 py-2 border rounded-md text-sm font-medium hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500">XL</button> | |
| </div> | |
| <a href="#" class="mt-2 text-sm font-medium text-blue-600 hover:text-blue-500">Size guide</a> | |
| </div> | |
| <div class="mt-6"> | |
| <h3 class="text-sm font-medium text-gray-900">Quantity</h3> | |
| <div class="mt-2 flex items-center"> | |
| <button class="px-3 py-1 border rounded-l-md text-gray-700 bg-gray-100 hover:bg-gray-200 focus:outline-none focus:ring-1 focus:ring-blue-500">-</button> | |
| <input type="text" value="1" class="w-12 text-center border-t border-b border-gray-300 py-1 focus:outline-none focus:ring-1 focus:ring-blue-500"> | |
| <button class="px-3 py-1 border rounded-r-md text-gray-700 bg-gray-100 hover:bg-gray-200 focus:outline-none focus:ring-1 focus:ring-blue-500">+</button> | |
| </div> | |
| </div> | |
| <div class="mt-6 flex space-x-4"> | |
| <button class="flex-1 bg-blue-600 text-white py-3 px-8 rounded-md hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500"> | |
| Add to Cart | |
| </button> | |
| <button class="p-3 border border-gray-300 rounded-md text-gray-400 hover:text-gray-500 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500"> | |
| <i data-feather="heart" class="w-5 h-5"></i> | |
| </button> | |
| </div> | |
| <div class="mt-8 border-t border-gray-200 pt-8"> | |
| <h3 class="text-sm font-medium text-gray-900">Description</h3> | |
| <div class="mt-4 prose prose-sm text-gray-500"> | |
| <p>Our Athletic Fit T-Shirt is designed for comfort and performance. Made from premium breathable fabric, it wicks moisture away from your body to keep you cool and dry during workouts or casual wear.</p> | |
| <ul class="mt-4"> | |
| <li>Authentic club/national team design</li> | |
| <li>Breathable, moisture-wicking fabric</li> | |
| <li>Vented panels for airflow</li> | |
| <li>Reinforced stitching for durability</li> | |
| <li>Officially licensed replica</li> | |
| </ul> | |
| </div> | |
| </div> | |
| <div class="mt-8 border-t border-gray-200 pt-8"> | |
| <h3 class="text-sm font-medium text-gray-900">Fabric & Care</h3> | |
| <div class="mt-4 prose prose-sm text-gray-500"> | |
| <ul> | |
| <li>100% Polyester performance fabric</li> | |
| <li>Machine wash at 30°C</li> | |
| <li>Do not tumble dry</li> | |
| <li>Do not bleach</li> | |
| <li>Iron inside out on low heat</li> | |
| </ul> | |
| </div> | |
| </div> | |
| <div class="mt-8 border-t border-gray-200 pt-8"> | |
| <h3 class="text-sm font-medium text-gray-900">Shipping & Returns</h3> | |
| <div class="mt-4 prose prose-sm text-gray-500"> | |
| <p>Free standard shipping on orders over $50. Returns accepted within 30 days of purchase.</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Reviews Section --> | |
| <div id="reviews" class="mt-16"> | |
| <h2 class="text-2xl font-bold text-gray-900">Customer Reviews</h2> | |
| <div class="mt-8 space-y-8"> | |
| <!-- Review 1 --> | |
| <div class="border-b border-gray-200 pb-8"> | |
| <div class="flex items-center"> | |
| <div class="flex items-center"> | |
| <i data-feather="star" class="review-star w-5 h-5"></i> | |
| <i data-feather="star" class="review-star w-5 h-5"></i> | |
| <i data-feather="star" class="review-star w-5 h-5"></i> | |
| <i data-feather="star" class="review-star w-5 h-5"></i> | |
| <i data-feather="star" class="review-star w-5 h-5"></i> | |
| </div> | |
| <h3 class="ml-2 text-sm font-medium text-gray-900">Perfect fit and comfort</h3> | |
| </div> | |
| <div class="mt-2 text-sm text-gray-500"> | |
| <p>Posted by Michael on June 12, 2023</p> | |
| </div> | |
| <div class="mt-4 prose prose-sm text-gray-700"> | |
| <p>This t-shirt fits perfectly and is incredibly comfortable. The fabric is soft but durable, and it holds up well after multiple washes. I've already bought two more in different colors!</p> | |
| </div> | |
| </div> | |
| <!-- Review 2 --> | |
| <div class="border-b border-gray-200 pb-8"> | |
| <div class="flex items-center"> | |
| <div class="flex items-center"> | |
| <i data-feather="star" class="review-star w-5 h-5"></i> | |
| <i data-feather="star" class="review-star w-5 h-5"></i> | |
| <i data-feather="star" class="review-star w-5 h-5"></i> | |
| <i data-feather="star" class="review-star w-5 h-5"></i> | |
| <i data-feather="star" class="text-gray-300 w-5 h-5"></i> | |
| </div> | |
| <h3 class="ml-2 text-sm font-medium text-gray-900">Great quality</h3> | |
| </div> | |
| <div class="mt-2 text-sm text-gray-500"> | |
| <p>Posted by Sarah on May 28, 2023</p> | |
| </div> | |
| <div class="mt-4 prose prose-sm text-gray-700"> | |
| <p>Really happy with this purchase. The shirt is well-made and fits as expected. The only reason I'm not giving 5 stars is that I wish it came in more color options.</p> | |
| </div> | |
| </div> | |
| <!-- Review 3 --> | |
| <div class="border-b border-gray-200 pb-8"> | |
| <div class="flex items-center"> | |
| <div class="flex items-center"> | |
| <i data-feather="star" class="review-star w-5 h-5"></i> | |
| <i data-feather="star" class="review-star w-5 h-5"></i> | |
| <i data-feather="star" class="review-star w-5 h-5"></i> | |
| <i data-feather="star" class="review-star w-5 h-5"></i> | |
| <i data-feather="star" class="review-star w-5 h-5"></i> | |
| </div> | |
| <h3 class="ml-2 text-sm font-medium text-gray-900">Best t-shirt I've owned</h3> | |
| </div> | |
| <div class="mt-2 text-sm text-gray-500"> | |
| <p>Posted by David on April 15, 2023</p> | |
| </div> | |
| <div class="mt-4 prose prose-sm text-gray-700"> | |
| <p>I wear this shirt for workouts and casual outings. It's versatile, comfortable, and looks great. The material is high quality and the stitching is solid. Will definitely buy again!</p> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Review Form --> | |
| <div class="mt-12"> | |
| <h3 class="text-lg font-medium text-gray-900">Share your thoughts</h3> | |
| <p class="mt-1 text-sm text-gray-500">If you've used this product, share your experience with other customers</p> | |
| <form class="mt-6"> | |
| <div> | |
| <label for="rating" class="block text-sm font-medium text-gray-700">Rating</label> | |
| <div class="mt-1 flex items-center"> | |
| <select id="rating" name="rating" class="block w-full pl-3 pr-10 py-2 text-base border-gray-300 focus:outline-none focus:ring-blue-500 focus:border-blue-500 sm:text-sm rounded-md"> | |
| <option>5 stars</option> | |
| <option>4 stars</option> | |
| <option>3 stars</option> | |
| <option>2 stars</option> | |
| <option>1 star</option> | |
| </select> | |
| </div> | |
| </div> | |
| <div class="mt-4"> | |
| <label for="review" class="block text-sm font-medium text-gray-700">Review</label> | |
| <div class="mt-1"> | |
| <textarea id="review" name="review" rows="4" class="shadow-sm focus:ring-blue-500 focus:border-blue-500 block w-full sm:text-sm border border-gray-300 rounded-md"></textarea> | |
| </div> | |
| </div> | |
| <div class="mt-4"> | |
| <label for="name" class="block text-sm font-medium text-gray-700">Name</label> | |
| <div class="mt-1"> | |
| <input type="text" id="name" name="name" class="shadow-sm focus:ring-blue-500 focus:border-blue-500 block w-full sm:text-sm border border-gray-300 rounded-md"> | |
| </div> | |
| </div> | |
| <div class="mt-4"> | |
| <label for="email" class="block text-sm font-medium text-gray-700">Email</label> | |
| <div class="mt-1"> | |
| <input type="email" id="email" name="email" class="shadow-sm focus:ring-blue-500 focus:border-blue-500 block w-full sm:text-sm border border-gray-300 rounded-md"> | |
| </div> | |
| </div> | |
| <div class="mt-6"> | |
| <button type="submit" class="inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md shadow-sm text-white bg-blue-600 hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500"> | |
| Submit Review | |
| </button> | |
| </div> | |
| </form> | |
| </div> | |
| </div> | |
| <!-- Related Products --> | |
| <div class="mt-16"> | |
| <h2 class="text-2xl font-bold text-gray-900">You may also like</h2> | |
| <div class="mt-6 grid grid-cols-1 gap-y-10 gap-x-6 sm:grid-cols-2 lg:grid-cols-4"> | |
| <!-- Product 1 --> | |
| <div class="group relative"> | |
| <div class="w-full min-h-80 bg-gray-200 aspect-w-1 aspect-h-1 rounded-md overflow-hidden group-hover:opacity-75 lg:h-80 lg:aspect-none"> | |
| <img src="http://static.photos/sport/640x360/225" alt="Football Shorts" class="w-full h-full object-center object-cover lg:w-full lg:h-full"> | |
| </div> | |
| <div class="mt-4 flex justify-between"> | |
| <div> | |
| <h3 class="text-sm text-gray-700"> | |
| <a href="product.html"> | |
| <span aria-hidden="true" class="absolute inset-0"></span> | |
| Performance Shorts | |
| </a> | |
| </h3> | |
| <p class="mt-1 text-sm text-gray-500">Navy Blue</p> | |
| </div> | |
| <p class="text-sm font-medium text-gray-900">$29.99</p> | |
| </div> | |
| </div> | |
| <!-- Product 2 --> | |
| <div class="group relative"> | |
| <div class="w-full min-h-80 bg-gray-200 aspect-w-1 aspect-h-1 rounded-md overflow-hidden group-hover:opacity-75 lg:h-80 lg:aspect-none"> | |
| <img src="http://static.photos/sport/640x360/226" alt="Football Jacket" class="w-full h-full object-center object-cover lg:w-full lg:h-full"> | |
| </div> | |
| <div class="mt-4 flex justify-between"> | |
| <div> | |
| <h3 class="text-sm text-gray-700"> | |
| <a href="product.html"> | |
| <span aria-hidden="true" class="absolute inset-0"></span> | |
| Lightweight Hoodie | |
| </a> | |
| </h3> | |
| <p class="mt-1 text-sm text-gray-500">Gray</p> | |
| </div> | |
| <p class="text-sm font-medium text-gray-900">$39. | |
| </body> | |
| </html> |