| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="UTF-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <title>Artisan Bakery</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> |
| @import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;600;700&family=Open+Sans:wght@300;400;500&display=swap'); |
| |
| body { |
| font-family: 'Open Sans', sans-serif; |
| } |
| |
| h1, h2, h3, h4 { |
| font-family: 'Lora', serif; |
| } |
| |
| .hero-image { |
| background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('https://images.unsplash.com/photo-1608190003443-83f8141e0416?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2000&q=80'); |
| background-size: cover; |
| background-position: center; |
| height: 70vh; |
| } |
| |
| .menu-item:hover .menu-item-overlay { |
| opacity: 1; |
| } |
| |
| .menu-item-overlay { |
| transition: opacity 0.3s ease; |
| } |
| |
| .mobile-menu { |
| transition: all 0.3s ease; |
| } |
| </style> |
| </head> |
| <body class="bg-[#F5E8C7] text-[#8B4513]"> |
| |
| <nav class="bg-[#2F4F4F] text-white shadow-lg sticky top-0 z-50"> |
| <div class="container mx-auto px-4 py-3 flex justify-between items-center"> |
| <div class="flex items-center space-x-2"> |
| <svg xmlns="http://www.w3.org/2000/svg" class="h-8 w-8" fill="none" viewBox="0 0 24 24" stroke="currentColor"> |
| <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2" /> |
| </svg> |
| <span class="text-xl font-bold">Artisan Bakery</span> |
| </div> |
| |
| <div class="hidden md:flex space-x-6"> |
| <a href="#home" class="nav-link active">Home</a> |
| <a href="#menu" class="nav-link">Menu</a> |
| <a href="#contact" class="nav-link">Contact</a> |
| </div> |
| |
| <button id="mobile-menu-button" class="md:hidden text-white focus:outline-none"> |
| <i class="fas fa-bars text-2xl"></i> |
| </button> |
| </div> |
| |
| |
| <div id="mobile-menu" class="mobile-menu hidden md:hidden bg-[#2F4F4F] w-full px-4 pb-4"> |
| <a href="#home" class="block py-2 text-white hover:bg-[#3a5f5f] px-2 rounded">Home</a> |
| <a href="#menu" class="block py-2 text-white hover:bg-[#3a5f5f] px-2 rounded">Menu</a> |
| <a href="#contact" class="block py-2 text-white hover:bg-[#3a5f5f] px-2 rounded">Contact</a> |
| </div> |
| </nav> |
|
|
| |
| <div id="content"> |
| |
| <section id="home" class="page-section"> |
| <div class="hero-image flex items-center justify-center"> |
| <div class="text-center px-4"> |
| <h1 class="text-4xl md:text-6xl font-bold text-white mb-4">Welcome to Artisan Bakery</h1> |
| <p class="text-xl md:text-2xl text-white mb-8">Handcrafted with love since 1995</p> |
| <a href="#menu" class="bg-[#8B4513] hover:bg-[#6d3710] text-white font-bold py-3 px-6 rounded-full transition duration-300">View Our Menu</a> |
| </div> |
| </div> |
| |
| <div class="container mx-auto px-4 py-16"> |
| <div class="text-center mb-12"> |
| <h2 class="text-3xl font-bold mb-4">Our Story</h2> |
| <div class="w-24 h-1 bg-[#2F4F4F] mx-auto mb-6"></div> |
| <p class="max-w-3xl mx-auto text-lg"> |
| Founded in a small kitchen with just an oven and a dream, Artisan Bakery has grown into a beloved neighborhood institution. |
| We use only the finest ingredients and traditional techniques to bring you breads and pastries that taste like they came |
| straight from a French countryside bakery. |
| </p> |
| </div> |
| |
| <div class="grid grid-cols-1 md:grid-cols-3 gap-8"> |
| <div class="bg-white p-6 rounded-lg shadow-md text-center"> |
| <div class="text-[#2F4F4F] text-4xl mb-4"> |
| <i class="fas fa-bread-slice"></i> |
| </div> |
| <h3 class="text-xl font-bold mb-2">Fresh Daily</h3> |
| <p>Our products are baked fresh every morning to ensure maximum flavor and quality.</p> |
| </div> |
| |
| <div class="bg-white p-6 rounded-lg shadow-md text-center"> |
| <div class="text-[#2F4F4F] text-4xl mb-4"> |
| <i class="fas fa-seedling"></i> |
| </div> |
| <h3 class="text-xl font-bold mb-2">Local Ingredients</h3> |
| <p>We source our flour, dairy, and other ingredients from local farmers and producers.</p> |
| </div> |
| |
| <div class="bg-white p-6 rounded-lg shadow-md text-center"> |
| <div class="text-[#2F4F4F] text-4xl mb-4"> |
| <i class="fas fa-heart"></i> |
| </div> |
| <h3 class="text-xl font-bold mb-2">Made with Love</h3> |
| <p>Every item is handcrafted by our team of passionate bakers who truly care about their craft.</p> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section id="menu" class="page-section bg-white py-16 hidden"> |
| <div class="container mx-auto px-4"> |
| <div class="text-center mb-12"> |
| <h2 class="text-3xl font-bold mb-4">Our Menu</h2> |
| <div class="w-24 h-1 bg-[#2F4F4F] mx-auto mb-6"></div> |
| <p class="max-w-3xl mx-auto text-lg"> |
| From crusty sourdough to delicate pastries, we offer a wide variety of baked goods to satisfy every craving. |
| All items are available for takeout or can be enjoyed in our cozy café. |
| </p> |
| </div> |
| |
| <div class="mb-12"> |
| <h3 class="text-2xl font-bold mb-6 text-center">Breads</h3> |
| <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8"> |
| <div class="menu-item relative overflow-hidden rounded-lg shadow-md"> |
| <img src="https://images.unsplash.com/photo-1549931319-a545dcf3bc73?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1000&q=80" |
| alt="Sourdough Bread" class="w-full h-64 object-cover"> |
| <div class="menu-item-overlay absolute inset-0 bg-black bg-opacity-50 flex items-center justify-center opacity-0"> |
| <div class="text-white text-center p-4"> |
| <h4 class="text-xl font-bold">Sourdough</h4> |
| <p class="mb-2">$6.50</p> |
| <p>Our signature bread with a perfect crust and tangy flavor</p> |
| </div> |
| </div> |
| </div> |
| |
| <div class="menu-item relative overflow-hidden rounded-lg shadow-md"> |
| <img src="https://images.unsplash.com/photo-1608190003443-83f8141e0416?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1000&q=80" |
| alt="Baguette" class="w-full h-64 object-cover"> |
| <div class="menu-item-overlay absolute inset-0 bg-black bg-opacity-50 flex items-center justify-center opacity-0"> |
| <div class="text-white text-center p-4"> |
| <h4 class="text-xl font-bold">French Baguette</h4> |
| <p class="mb-2">$5.00</p> |
| <p>Crispy crust with a light, airy interior</p> |
| </div> |
| </div> |
| </div> |
| |
| <div class="menu-item relative overflow-hidden rounded-lg shadow-md"> |
| <img src="https://images.unsplash.com/photo-1509440159596-0249088772ff?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1000&q=80" |
| alt="Whole Wheat Bread" class="w-full h-64 object-cover"> |
| <div class="menu-item-overlay absolute inset-0 bg-black bg-opacity-50 flex items-center justify-center opacity-0"> |
| <div class="text-white text-center p-4"> |
| <h4 class="text-xl font-bold">Whole Wheat</h4> |
| <p class="mb-2">$7.00</p> |
| <p>Nutritious and hearty with a rich, nutty flavor</p> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
| |
| <div class="mb-12"> |
| <h3 class="text-2xl font-bold mb-6 text-center">Pastries</h3> |
| <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8"> |
| <div class="menu-item relative overflow-hidden rounded-lg shadow-md"> |
| <img src="https://images.unsplash.com/photo-1560180474-e8563e4fd1a4?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1000&q=80" |
| alt="Croissant" class="w-full h-64 object-cover"> |
| <div class="menu-item-overlay absolute inset-0 bg-black bg-opacity-50 flex items-center justify-center opacity-0"> |
| <div class="text-white text-center p-4"> |
| <h4 class="text-xl font-bold">Butter Croissant</h4> |
| <p class="mb-2">$3.50</p> |
| <p>Flaky, buttery layers that melt in your mouth</p> |
| </div> |
| </div> |
| </div> |
| |
| <div class="menu-item relative overflow-hidden rounded-lg shadow-md"> |
| <img src="https://images.unsplash.com/photo-1558315956-d3a3ed47e965?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1000&q=80" |
| alt="Cinnamon Roll" class="w-full h-64 object-cover"> |
| <div class="menu-item-overlay absolute inset-0 bg-black bg-opacity-50 flex items-center justify-center opacity-0"> |
| <div class="text-white text-center p-4"> |
| <h4 class="text-xl font-bold">Cinnamon Roll</h4> |
| <p class="mb-2">$4.00</p> |
| <p>Sweet, gooey, and topped with cream cheese frosting</p> |
| </div> |
| </div> |
| </div> |
| |
| <div class="menu-item relative overflow-hidden rounded-lg shadow-md"> |
| <img src="https://images.unsplash.com/photo-1627834377411-8da5f4f09de8?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1000&q=80" |
| alt="Chocolate Eclair" class="w-full h-64 object-cover"> |
| <div class="menu-item-overlay absolute inset-0 bg-black bg-opacity-50 flex items-center justify-center opacity-0"> |
| <div class="text-white text-center p-4"> |
| <h4 class="text-xl font-bold">Chocolate Éclair</h4> |
| <p class="mb-2">$4.50</p> |
| <p>Light choux pastry filled with vanilla cream and topped with chocolate</p> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
| |
| <div class="text-center"> |
| <p class="text-lg mb-4">We also offer custom cakes and catering for special occasions!</p> |
| <a href="#contact" class="inline-block bg-[#2F4F4F] hover:bg-[#1e3e3e] text-white font-bold py-3 px-6 rounded-full transition duration-300"> |
| Contact Us for Special Orders |
| </a> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section id="contact" class="page-section bg-[#F5E8C7] py-16 hidden"> |
| <div class="container mx-auto px-4"> |
| <div class="text-center mb-12"> |
| <h2 class="text-3xl font-bold mb-4">Contact Us</h2> |
| <div class="w-24 h-1 bg-[#2F4F4F] mx-auto mb-6"></div> |
| <p class="max-w-3xl mx-auto text-lg"> |
| Have questions or want to place an order? We'd love to hear from you! Visit us during business hours or |
| send us a message using the form below. |
| </p> |
| </div> |
| |
| <div class="grid grid-cols-1 md:grid-cols-2 gap-12"> |
| <div> |
| <h3 class="text-2xl font-bold mb-6">Get in Touch</h3> |
| |
| <div class="mb-8"> |
| <div class="flex items-start mb-4"> |
| <div class="text-[#2F4F4F] text-xl mr-4 mt-1"> |
| <i class="fas fa-map-marker-alt"></i> |
| </div> |
| <div> |
| <h4 class="font-bold">Address</h4> |
| <p>123 Baker Street<br>Flourville, CA 90210</p> |
| </div> |
| </div> |
| |
| <div class="flex items-start mb-4"> |
| <div class="text-[#2F4F4F] text-xl mr-4 mt-1"> |
| <i class="fas fa-phone-alt"></i> |
| </div> |
| <div> |
| <h4 class="font-bold">Phone</h4> |
| <p>(555) 123-4567</p> |
| </div> |
| </div> |
| |
| <div class="flex items-start mb-4"> |
| <div class="text-[#2F4F4F] text-xl mr-4 mt-1"> |
| <i class="fas fa-envelope"></i> |
| </div> |
| <div> |
| <h4 class="font-bold">Email</h4> |
| <p>hello@artisanbakery.com</p> |
| </div> |
| </div> |
| |
| <div class="flex items-start"> |
| <div class="text-[#2F4F4F] text-xl mr-4 mt-1"> |
| <i class="fas fa-clock"></i> |
| </div> |
| <div> |
| <h4 class="font-bold">Hours</h4> |
| <p>Monday - Friday: 7am - 6pm<br> |
| Saturday: 8am - 5pm<br> |
| Sunday: 8am - 3pm</p> |
| </div> |
| </div> |
| </div> |
| |
| <div> |
| <h4 class="font-bold mb-4">Follow Us</h4> |
| <div class="flex space-x-4"> |
| <a href="#" class="text-[#2F4F4F] hover:text-[#1e3e3e] text-2xl"> |
| <i class="fab fa-facebook"></i> |
| </a> |
| <a href="#" class="text-[#2F4F4F] hover:text-[#1e3e3e] text-2xl"> |
| <i class="fab fa-instagram"></i> |
| </a> |
| <a href="#" class="text-[#2F4F4F] hover:text-[#1e3e3e] text-2xl"> |
| <i class="fab fa-twitter"></i> |
| </a> |
| </div> |
| </div> |
| </div> |
| |
| <div> |
| <h3 class="text-2xl font-bold mb-6">Send Us a Message</h3> |
| <form id="contact-form" class="space-y-4"> |
| <div> |
| <label for="name" class="block font-medium mb-1">Name</label> |
| <input type="text" id="name" name="name" required |
| class="w-full px-4 py-2 border border-[#8B4513] rounded-lg focus:outline-none focus:ring-2 focus:ring-[#2F4F4F]"> |
| </div> |
| |
| <div> |
| <label for="email" class="block font-medium mb-1">Email</label> |
| <input type="email" id="email" name="email" required |
| class="w-full px-4 py-2 border border-[#8B4513] rounded-lg focus:outline-none focus:ring-2 focus:ring-[#2F4F4F]"> |
| </div> |
| |
| <div> |
| <label for="phone" class="block font-medium mb-1">Phone (optional)</label> |
| <input type="tel" id="phone" name="phone" |
| class="w-full px-4 py-2 border border-[#8B4513] rounded-lg focus:outline-none focus:ring-2 focus:ring-[#2F4F4F]"> |
| </div> |
| |
| <div> |
| <label for="subject" class="block font-medium mb-1">Subject</label> |
| <select id="subject" name="subject" |
| class="w-full px-4 py-2 border border-[#8B4513] rounded-lg focus:outline-none focus:ring-2 focus:ring-[#2F4F4F]"> |
| <option value="general">General Inquiry</option> |
| <option value="order">Order Inquiry</option> |
| <option value="catering">Catering Request</option> |
| <option value="feedback">Feedback</option> |
| </select> |
| </div> |
| |
| <div> |
| <label for="message" class="block font-medium mb-1">Message</label> |
| <textarea id="message" name="message" rows="5" required |
| class="w-full px-4 py-2 border border-[#8B4513] rounded-lg focus:outline-none focus:ring-2 focus:ring-[#2F4F4F]"></textarea> |
| </div> |
| |
| <button type="submit" |
| class="bg-[#2F4F4F] hover:bg-[#1e3e3e] text-white font-bold py-3 px-6 rounded-full transition duration-300 w-full"> |
| Send Message |
| </button> |
| </form> |
| |
| <div id="form-success" class="hidden mt-4 p-4 bg-green-100 text-green-800 rounded-lg"> |
| Thank you for your message! We'll get back to you soon. |
| </div> |
| </div> |
| </div> |
| </div> |
| </section> |
| </div> |
|
|
| |
| <footer class="bg-[#2F4F4F] text-white py-8"> |
| <div class="container mx-auto px-4"> |
| <div class="grid grid-cols-1 md:grid-cols-3 gap-8"> |
| <div> |
| <h3 class="text-xl font-bold mb-4">Artisan Bakery</h3> |
| <p>Handcrafted baked goods made with love and the finest ingredients since 1995.</p> |
| </div> |
| |
| <div> |
| <h3 class="text-xl font-bold mb-4">Quick Links</h3> |
| <ul class="space-y-2"> |
| <li><a href="#home" class="hover:text-[#F5E8C7]">Home</a></li> |
| <li><a href="#menu" class="hover:text-[#F5E8C7]">Menu</a></li> |
| <li><a href="#contact" class="hover:text-[#F5E8C7]">Contact</a></li> |
| </ul> |
| </div> |
| |
| <div> |
| <h3 class="text-xl font-bold mb-4">Newsletter</h3> |
| <p>Subscribe to receive updates on specials and events.</p> |
| <form class="mt-4 flex"> |
| <input type="email" placeholder="Your email" |
| class="px-4 py-2 rounded-l-lg focus:outline-none text-gray-800 w-full"> |
| <button type="submit" |
| class="bg-[#8B4513] hover:bg-[#6d3710] px-4 py-2 rounded-r-lg"> |
| <i class="fas fa-paper-plane"></i> |
| </button> |
| </form> |
| </div> |
| </div> |
| |
| <div class="border-t border-gray-700 mt-8 pt-8 text-center"> |
| <p>© 2023 Artisan Bakery. All rights reserved.</p> |
| </div> |
| </div> |
| </footer> |
|
|
| <script> |
| |
| document.getElementById('mobile-menu-button').addEventListener('click', function() { |
| const menu = document.getElementById('mobile-menu'); |
| menu.classList.toggle('hidden'); |
| }); |
| |
| |
| document.querySelectorAll('.nav-link').forEach(link => { |
| link.addEventListener('click', function(e) { |
| e.preventDefault(); |
| const targetId = this.getAttribute('href').substring(1); |
| showPage(targetId); |
| |
| |
| document.querySelectorAll('.nav-link').forEach(navLink => { |
| navLink.classList.remove('active'); |
| }); |
| this.classList.add('active'); |
| |
| |
| document.getElementById('mobile-menu').classList.add('hidden'); |
| }); |
| }); |
| |
| function showPage(pageId) { |
| |
| document.querySelectorAll('.page-section').forEach(section => { |
| section.classList.add('hidden'); |
| }); |
| |
| |
| document.getElementById(pageId).classList.remove('hidden'); |
| |
| |
| window.scrollTo(0, 0); |
| } |
| |
| |
| showPage('home'); |
| |
| |
| document.getElementById('contact-form').addEventListener('submit', function(e) { |
| e.preventDefault(); |
| |
| |
| |
| |
| |
| this.reset(); |
| |
| |
| const successMessage = document.getElementById('form-success'); |
| successMessage.classList.remove('hidden'); |
| |
| |
| setTimeout(() => { |
| successMessage.classList.add('hidden'); |
| }, 5000); |
| }); |
| |
| |
| window.addEventListener('scroll', function() { |
| const sections = document.querySelectorAll('.page-section'); |
| let currentSection = ''; |
| |
| sections.forEach(section => { |
| const sectionTop = section.offsetTop; |
| const sectionHeight = section.clientHeight; |
| |
| if (pageYOffset >= (sectionTop - 100)) { |
| currentSection = section.getAttribute('id'); |
| } |
| }); |
| |
| document.querySelectorAll('.nav-link').forEach(link => { |
| link.classList.remove('active'); |
| if (link.getAttribute('href') === `#${currentSection}`) { |
| link.classList.add('active'); |
| } |
| }); |
| }); |
| </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=dfbdokk/bakery" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> |
| </html> |