undefined / ingredients.html
Glaski's picture
add info on the about me page
3ca5608 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ingredients | WonderDrop Elixirs</title>
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/feather-icons"></script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Poppins:wght@300;400;600&display=swap');
.ingredient-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(16, 185, 129, 0.1);
}
</style>
</head>
<body class="font-sans bg-emerald-50 text-slate-800">
<!-- Navigation -->
<nav class="bg-white bg-opacity-80 backdrop-blur-md fixed w-full z-50 shadow-sm">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between h-20 items-center">
<div class="flex items-center">
<a href="index.html" class="flex-shrink-0 flex items-center">
<i data-feather="droplet" class="text-emerald-500 w-8 h-8"></i>
<span class="ml-2 text-xl font-serif font-bold text-slate-800">WonderDrop</span>
</a>
</div>
<div class="hidden md:block">
<div class="ml-10 flex items-center space-x-8">
<a href="products.html" class="text-slate-600 hover:text-emerald-600 transition">Products</a>
<a href="ingredients.html" class="text-emerald-600 font-medium hover:text-emerald-800 transition">Ingredients</a>
<a href="science.html" class="text-slate-600 hover:text-emerald-600 transition">Science</a>
<a href="about.html" class="text-slate-600 hover:text-emerald-600 transition">About</a>
<a href="journal.html" class="text-slate-600 hover:text-emerald-600 transition">Journal</a>
</div>
</div>
<div class="flex items-center space-x-4">
<button class="p-2 rounded-full hover:bg-emerald-50 text-slate-600 hover:text-emerald-600 transition">
<i data-feather="search" class="w-5 h-5"></i>
</button>
<button class="p-2 rounded-full hover:bg-emerald-50 text-slate-600 hover:text-emerald-600 transition">
<i data-feather="shopping-bag" class="w-5 h-5"></i>
</button>
<button class="md:hidden p-2 rounded-full hover:bg-emerald-50 text-slate-600 hover:text-emerald-600 transition">
<i data-feather="menu" class="w-5 h-5"></i>
</button>
</div>
</div>
</div>
</nav>
<!-- Ingredients Main -->
<section class="pt-32 pb-20">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h1 class="text-4xl md:text-5xl font-serif font-bold text-slate-800 mb-4">Ingredient Philosophy</h1>
<p class="max-w-2xl mx-auto text-slate-600">We use only the purest, most effective botanicals combined with scientifically validated actives.</p>
</div>
<div class="bg-white rounded-xl shadow-md p-8 mb-16">
<h2 class="text-2xl font-serif font-bold text-slate-800 mb-6">Our Ingredient Standards</h2>
<div class="grid md:grid-cols-3 gap-8">
<div class="border-l-4 border-emerald-500 pl-4">
<h3 class="text-lg font-medium text-slate-800 mb-3">Sourcing</h3>
<p class="text-slate-600">Wild-harvested at peak potency or organically farmed with regenerative practices.</p>
</div>
<div class="border-l-4 border-emerald-500 pl-4">
<h3 class="text-lg font-medium text-slate-800 mb-3">Processing</h3>
<p class="text-slate-600">Cold-extracted and minimally processed to preserve bioactive compounds.</p>
</div>
<div class="border-l-4 border-emerald-500 pl-4">
<h3 class="text-lg font-medium text-slate-800 mb-3">Testing</h3>
<p class="text-slate-600">Rigorously tested for purity, potency and clinical efficacy.</p>
</div>
</div>
</div>
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
<div class="bg-white rounded-xl p-6 shadow-md transition duration-300 ingredient-card">
<div class="h-48 bg-emerald-50 rounded-lg mb-4 flex items-center justify-center">
<img src="http://static.photos/nature/320x240/1" alt="Moonflower" class="h-40 object-contain">
</div>
<h3 class="text-xl font-serif font-bold text-slate-800 mb-2">Moonflower Extract</h3>
<p class="text-slate-600 mb-4">Harvested at midnight during full moon phases when flavonoids are highest.</p>
<div class="flex flex-wrap gap-2">
<span class="text-xs px-2 py-1 bg-emerald-100 text-emerald-800 rounded-full">Hydration Boost</span>
<span class="text-xs px-2 py-1 bg-emerald-100 text-emerald-800 rounded-full">Night Repair</span>
</div>
</div>
<div class="bg-white rounded-xl p-6 shadow-md transition duration-300 ingredient-card">
<div class="h-48 bg-emerald-50 rounded-lg mb-4 flex items-center justify-center">
<img src="http://static.photos/nature/320x240/2" alt="Golden Chia" class="h-40 object-contain">
</div>
<h3 class="text-xl font-serif font-bold text-slate-800 mb-2">Golden Chia</h3>
<p class="text-slate-600 mb-4">Rare variety grown in mineral-rich volcanic soil of the Andes mountains.</p>
<div class="flex flex-wrap gap-2">
<span class="text-xs px-2 py-1 bg-emerald-100 text-emerald-800 rounded-full">Antioxidant</span>
<span class="text-xs px-2 py-1 bg-emerald-100 text-emerald-800 rounded-full">Omega-3</span>
</div>
</div>
<div class="bg-white rounded-xl p-6 shadow-md transition duration-300 ingredient-card">
<div class="h-48 bg-emerald-50 rounded-lg mb-4 flex items-center justify-center">
<img src="http://static.photos/nature/320x240/3" alt="Icelandic Moss" class="h-40 object-contain">
</div>
<h3 class="text-xl font-serif font-bold text-slate-800 mb-2">Icelandic Moss</h3>
<p class="text-slate-600 mb-4">Sustainably harvested from pristine geothermal regions of Iceland.</p>
<div class="flex flex-wrap gap-2">
<span class="text-xs px-2 py-1 bg-emerald-100 text-emerald-800 rounded-full">Mineral Rich</span>
<span class="text-xs px-2 py-1 bg-emerald-100 text-emerald-800 rounded-full">Barrier Support</span>
</div>
</div>
</div>
</div>
</section>
<!-- Footer would be repeated from index.html -->
<script>
feather.replace();
</script>
</body>
</html>