okay so i like the colour now but i dont think they are all working togther perfectly can you do a rerun of pretty much all the colour and assets on the site so they work togther really well and give a luxious expensive health wellness vibe, please use the bright orange only for like buttons like show now. - Follow Up Deployment
76d37a7 verified | <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>ELMA | About</title> | |
| <meta name="description" content="Discover the ancient tradition of Greek mastic gum from Chios and the story behind ELMA."> | |
| <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://unpkg.com/feather-icons"></script> | |
| <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script> | |
| <style> | |
| @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Inter:wght@300;400;500;600&display=swap'); | |
| body { | |
| font-family: 'Inter', sans-serif; | |
| } | |
| .font-serif { | |
| font-family: 'Playfair Display', serif; | |
| } | |
| .about-hero { | |
| background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('http://static.photos/travel/1200x630/7') center/cover no-repeat; | |
| } | |
| .history-timeline::before { | |
| content: ''; | |
| position: absolute; | |
| top: 0; | |
| bottom: 0; | |
| left: 50%; | |
| transform: translateX(-50%); | |
| width: 2px; | |
| background-color: #f97316; | |
| } | |
| @media (max-width: 768px) { | |
| .history-timeline::before { | |
| left: 20px; | |
| } | |
| } | |
| </style> | |
| </head> | |
| <body class="bg-white text-slate-700"> | |
| <!-- Navigation --> | |
| <nav class="bg-white border-b border-gray-100 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"> | |
| <a href="index.html" class="flex items-center"> | |
| <span class="font-serif text-xl font-bold text-dark">Callia</span> | |
| </a> | |
| </div> | |
| <div class="hidden md:flex items-center space-x-8"> | |
| <a href="index.html" class="text-dark hover:text-primary transition">Home</a> | |
| <a href="product.html" class="text-dark hover:text-primary transition">Product</a> | |
| <a href="about.html" class="text-dark hover:text-primary transition">About</a> | |
| <a href="faq.html" class="text-dark hover:text-primary transition">FAQ</a> | |
| <a href="product.html" class="bg-primary text-white px-4 py-2 rounded-full hover:bg-opacity-90 transition">Shop Now</a> | |
| </div> | |
| <div class="md:hidden flex items-center"> | |
| <button id="mobile-menu-button" class="text-dark"> | |
| <i data-feather="menu"></i> | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Mobile menu --> | |
| <div id="mobile-menu" class="hidden md:hidden bg-white border-t border-gray-100 py-4 px-4"> | |
| <a href="index.html" class="block py-2 text-dark hover:text-primary transition">Home</a> | |
| <a href="product.html" class="block py-2 text-dark hover:text-primary transition">Product</a> | |
| <a href="about.html" class="block py-2 text-dark hover:text-primary transition">About</a> | |
| <a href="faq.html" class="block py-2 text-dark hover:text-primary transition">FAQ</a> | |
| <a href="product.html" class="mt-2 inline-block bg-primary text-white px-4 py-2 rounded-full hover:bg-opacity-90 transition">Shop Now</a> | |
| </div> | |
| </nav> | |
| <!-- Hero Section --> | |
| <section class="about-hero text-white pt-24 pb-16 md:pt-32 md:pb-24 flex items-center relative z-10"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center"> | |
| <h1 class="font-serif text-4xl md:text-5xl font-bold mb-6" data-aos="fade-up">Our Story</h1> | |
| <p class="text-xl max-w-2xl mx-auto" data-aos="fade-up" data-aos-delay="100">Discover the ancient tradition of Greek mastic gum from the island of Chios</p> | |
| </div> | |
| </section> | |
| <!-- About Content --> | |
| <section class="py-16 bg-white"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="grid md:grid-cols-2 gap-12 items-center mb-16"> | |
| <div data-aos="fade-right"> | |
| <h2 class="font-serif text-3xl md:text-4xl font-bold text-dark mb-6">The Ancient Secret of Chios</h2> | |
| <p class="text-slate-600 mb-4">For over 2,500 years, the unique mastic trees of Chios have produced a precious resin known as mastic gum. This natural treasure was so valued in ancient times that it was worth its weight in gold.</p> | |
| <p class="text-slate-600 mb-4">The mastic trees grow exclusively in the southern part of Chios, where the combination of volcanic soil and Mediterranean climate creates the perfect conditions for this remarkable substance.</p> | |
| <p class="text-slate-600">ELMA brings you this ancient wellness secret in its purest form, directly from the mastic villages of Chios where harvesting techniques have been passed down through generations.</p> | |
| </div> | |
| <div class="flex justify-center relative z-20" data-aos="fade-left"> | |
| <img src="http://static.photos/travel/640x360/8" alt="Chios Island" class="rounded-lg shadow-xl w-full max-w-md"> | |
| </div> | |
| </div> | |
| <div class="grid md:grid-cols-2 gap-12 items-center mb-16"> | |
| <div class="order-2 md:order-1 flex justify-center relative z-20" data-aos="fade-right"> | |
| <img src="http://static.photos/food/640x360/9" alt="Harvesting Mastic" class="rounded-lg shadow-xl w-full max-w-md"> | |
| </div> | |
| <div class="order-1 md:order-2" data-aos="fade-left"> | |
| <h2 class="font-serif text-3xl md:text-4xl font-bold text-dark mb-6">The Harvesting Process</h2> | |
| <p class="text-slate-600 mb-4">Mastic harvesting is a labor of love that requires precision and patience. Each summer, farmers make small incisions in the bark of the mastic trees, allowing the resin to slowly seep out.</p> | |
| <p class="text-slate-600 mb-4">Over 15-20 days, the droplets of resin harden into "tears" which are then carefully collected by hand. This traditional method ensures the highest quality mastic while preserving the health of the trees.</p> | |
| <p class="text-slate-600">The collected mastic is then cleaned and sorted by size and quality, with only the finest pieces selected for ELMA products.</p> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- History Timeline --> | |
| <section class="py-16 bg-gray-50"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="text-center mb-16"> | |
| <h2 class="font-serif text-3xl md:text-4xl font-bold text-dark mb-4">A Journey Through Time</h2> | |
| <p class="max-w-2xl mx-auto text-slate-600">The remarkable history of mastic gum</p> | |
| </div> | |
| <div class="relative history-timeline"> | |
| <!-- Timeline Item --> | |
| <div class="mb-12 md:mb-16 relative" data-aos="fade-up"> | |
| <div class="md:flex items-center"> | |
| <div class="md:w-1/2 md:pr-12 md:text-right mb-4 md:mb-0"> | |
| <h3 class="font-serif text-xl font-bold text-dark">Ancient Times</h3> | |
| </div> | |
| <div class="hidden md:block w-10 h-10 rounded-full bg-primary border-4 border-white mx-auto flex-shrink-0 z-10"></div> | |
| <div class="md:w-1/2 md:pl-12"> | |
| <p class="text-slate-600">Mastic gum was used by ancient Greeks as a chewing gum and digestive aid. Hippocrates prescribed it for various ailments.</p> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Timeline Item --> | |
| <div class="mb-12 md:mb-16 relative" data-aos="fade-up" data-aos-delay="100"> | |
| <div class="md:flex items-center"> | |
| <div class="md:w-1/2 md:pr-12 md:text-right mb-4 md:mb-0 order-1"> | |
| <p class="text-slate-600">During the Byzantine Empire, mastic was so valuable that its theft was punishable by death. The Genoese later fortified Chios to protect their monopoly.</p> | |
| </div> | |
| <div class="hidden md:block w-10 h-10 rounded-full bg-primary border-4 border-white mx-auto flex-shrink-0 z-10"></div> | |
| <div class="md:w-1/2 md:pl-12 order-3"> | |
| <h3 class="font-serif text-xl font-bold text-dark">Middle Ages</h3> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Timeline Item --> | |
| <div class="mb-12 md:mb-16 relative" data-aos="fade-up" data-aos-delay="200"> | |
| <div class="md:flex items-center"> | |
| <div class="md:w-1/2 md:pr-12 md:text-right mb-4 md:mb-0"> | |
| <h3 class="font-serif text-xl font-bold text-dark">Ottoman Era</h3> | |
| </div> | |
| <div class="hidden md:block w-10 h-10 rounded-full bg-primary border-4 border-white mx-auto flex-shrink-0 z-10"></div> | |
| <div class="md:w-1/2 md:pl-12"> | |
| <p class="text-slate-600">The Ottoman Sultans prized mastic for its flavor and medicinal properties. It became a luxury item in harems and palaces across the empire.</p> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Timeline Item --> | |
| <div class="mb-12 md:mb-16 relative" data-aos="fade-up" data-aos-delay="300"> | |
| <div class="md:flex items-center"> | |
| <div class="md:w-1/2 md:pr-12 md:text-right mb-4 md:mb-0 order-1"> | |
| <p class="text-slate-600">Scientific studies confirm mastic's antibacterial properties and benefits for digestive health, sparking renewed global interest.</p> | |
| </div> | |
| <div class="hidden md:block w-10 h-10 rounded-full bg-primary border-4 border-white mx-auto flex-shrink-0 z-10"></div> | |
| <div class="md:w-1/2 md:pl-12 order-3"> | |
| <h3 class="font-serif text-xl font-bold text-dark">Modern Rediscovery</h3> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Timeline Item --> | |
| <div class="relative" data-aos="fade-up" data-aos-delay="400"> | |
| <div class="md:flex items-center"> | |
| <div class="md:w-1/2 md:pr-12 md:text-right mb-4 md:mb-0"> | |
| <h3 class="font-serif text-xl font-bold text-dark">Today</h3> | |
| </div> | |
| <div class="hidden md:block w-10 h-10 rounded-full bg-primary border-4 border-white mx-auto flex-shrink-0 z-10"></div> | |
| <div class="md:w-1/2 md:pl-12"> | |
| <p class="text-slate-600">ELMA brings this ancient wellness secret to the modern world, connecting you directly with the traditional harvesters of Chios.</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Our Mission --> | |
| <section class="py-16 bg-white"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="text-center mb-16"> | |
| <h2 class="font-serif text-3xl md:text-4xl font-bold text-dark mb-4">Our Mission</h2> | |
| <p class="max-w-2xl mx-auto text-slate-600">Why we do what we do</p> | |
| </div> | |
| <div class="grid md:grid-cols-3 gap-8"> | |
| <div class="bg-gray-50 p-8 rounded-xl" data-aos="fade-up"> | |
| <div class="w-12 h-12 bg-primary bg-opacity-10 rounded-full flex items-center justify-center mb-4"> | |
| <i data-feather="globe" class="text-primary"></i> | |
| </div> | |
| <h3 class="font-bold text-lg mb-2">Preserve Tradition</h3> | |
| <p class="text-slate-600">We partner directly with family growers in Chios to sustain this ancient craft and support the local economy.</p> | |
| </div> | |
| <div class="bg-gray-50 p-8 rounded-xl" data-aos="fade-up" data-aos-delay="100"> | |
| <div class="w-12 h-12 bg-primary bg-opacity-10 rounded-full flex items-center justify-center mb-4"> | |
| <i data-feather="award" class="text-primary"></i> | |
| </div> | |
| <h3 class="font-bold text-lg mb-2">Ensure Quality</h3> | |
| <p class="text-slate-600">Every piece of ELMA mastic gum is hand-selected for purity and quality, meeting the highest standards.</p> | |
| </div> | |
| <div class="bg-gray-50 p-8 rounded-xl" data-aos="fade-up" data-aos-delay="200"> | |
| <div class="w-12 h-12 bg-primary bg-opacity-10 rounded-full flex items-center justify-center mb-4"> | |
| <i data-feather="heart" class="text-primary"></i> | |
| </div> | |
| <h3 class="font-bold text-lg mb-2">Promote Wellness</h3> | |
| <p class="text-slate-600">We're passionate about sharing the natural benefits of mastic gum with the world as a healthier alternative to conventional chewing gum.</p> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- CTA Section --> | |
| <section class="py-16 bg-primary text-white"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center"> | |
| <h2 class="font-serif text-3xl md:text-4xl font-bold mb-6">Experience Ancient Greek Wellness</h2> | |
| <p class="max-w-2xl mx-auto mb-8 text-primary-100">Join thousands who have discovered the benefits of authentic Chios mastic gum.</p> | |
| <a href="product.html" class="inline-block bg-white text-primary px-8 py-3 rounded-full hover:bg-opacity-90 transition font-medium">Shop ELMA Now</a> | |
| </div> | |
| </section> | |
| <!-- Footer --> | |
| <footer class="bg-dark text-white py-12"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="grid md:grid-cols-4 gap-8"> | |
| <div> | |
| <h3 class="font-serif text-xl font-bold mb-4">Callia</h3> | |
| <p class="text-slate-300">Authentic Greek mastic gum from the island of Chios. Natural wellness in every chew.</p> | |
| </div> | |
| <div> | |
| <h4 class="font-medium mb-4">Shop</h4> | |
| <ul class="space-y-2"> | |
| <li><a href="product.html" class="text-slate-300 hover:text-white transition">All Products</a></li> | |
| <li><a href="product.html" class="text-slate-300 hover:text-white transition">Single Pack</a></li> | |
| <li><a href="product.html" class="text-slate-300 hover:text-white transition">Three Pack</a></li> | |
| <li><a href="product.html" class="text-slate-300 hover:text-white transition">Subscription</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h4 class="font-medium mb-4">About</h4> | |
| <ul class="space-y-2"> | |
| <li><a href="about.html" class="text-slate-300 hover:text-white transition">Our Story</a></li> | |
| <li><a href="about.html" class="text-slate-300 hover:text-white transition">Mastic Gum</a></li> | |
| <li><a href="faq.html" class="text-slate-300 hover:text-white transition">FAQ</a></li> | |
| <li><a href="#" class="text-slate-300 hover:text-white transition">Contact</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h4 class="font-medium mb-4">Connect</h4> | |
| <div class="flex space-x-4"> | |
| <a href="#" class="text-slate-300 hover:text-white transition"><i data-feather="instagram"></i></a> | |
| <a href="#" class="text-slate-300 hover:text-white transition"><i data-feather="facebook"></i></a> | |
| <a href="#" class="text-slate-300 hover:text-white transition"><i data-feather="twitter"></i></a> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="border-t border-slate-700 mt-12 pt-8 flex flex-col md:flex-row justify-between items-center"> | |
| <p class="text-slate-400">© 2023 ELMA. All rights reserved.</p> | |
| <div class="flex space-x-6 mt-4 md:mt-0"> | |
| <a href="#" class="text-slate-400 hover:text-white transition">Privacy Policy</a> | |
| <a href="#" class="text-slate-400 hover:text-white transition">Terms of Service</a> | |
| </div> | |
| </div> | |
| </div> | |
| </footer> | |
| <script> | |
| AOS.init({ | |
| duration: 800, | |
| easing: 'ease-in-out', | |
| once: true | |
| }); | |
| feather.replace(); | |
| // Mobile menu toggle | |
| document.getElementById('mobile-menu-button').addEventListener('click', function() { | |
| const menu = document.getElementById('mobile-menu'); | |
| menu.classList.toggle('hidden'); | |
| }); | |
| </script> | |
| </body> | |
| </html> | |