undefined / index.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>WonderDrop Elixirs | Nature-Inspired Skincare</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>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.waves.min.js"></script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Poppins:wght@300;400;600&display=swap');
.hero-clip {
clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
}
.product-card:hover .product-overlay {
opacity: 1;
transform: translateY(0);
}
.ingredient-sparkle {
position: relative;
}
.ingredient-sparkle:after {
content: '';
position: absolute;
top: -5px;
right: -5px;
width: 15px;
height: 15px;
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M12 .587l3.668 7.568 8.332 1.151-6.064 5.828 1.48 8.279-7.416-3.967-7.417 3.967 1.481-8.279-6.064-5.828 8.332-1.151z'/%3E%3C/svg%3E") no-repeat center;
background-size: contain;
opacity: 0;
transition: opacity 0.3s ease;
}
.ingredient-sparkle:hover:after {
opacity: 1;
}
</style>
</head>
<body class="font-sans bg-gradient-to-b from-emerald-50 to-white text-slate-800">
<!-- Vanta.js Background -->
<div id="vanta-bg" class="fixed inset-0 -z-10 opacity-20"></div>
<!-- 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">
<div class="flex-shrink-0 flex items-center">
<a href="index.html" class="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>
<div class="hidden md:block">
<div class="ml-10 flex items-center space-x-8">
<a href="products.html" class="text-emerald-600 font-medium hover:text-emerald-800 transition">Products</a>
<a href="ingredients.html" class="text-slate-600 hover:text-emerald-600 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>
<!-- Hero Section -->
<section class="pt-32 pb-20 hero-clip bg-gradient-to-r from-emerald-500 to-teal-400 relative overflow-hidden">
<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">
<div class="text-white z-10">
<h1 class="text-4xl md:text-5xl lg:text-6xl font-serif font-bold leading-tight mb-6">
Where Nature <span class="italic">meets</span> Innovation
</h1>
<p class="text-lg md:text-xl mb-8 opacity-90 max-w-lg">
Our wonder-working formulas harness the power of rare botanical extracts with cutting-edge science for transformative hydration.
</p>
<div class="flex space-x-4">
<button class="bg-white text-emerald-600 hover:bg-emerald-50 px-6 py-3 rounded-full font-medium transition shadow-lg">
Shop Now
</button>
<button class="border-2 border-white text-white hover:bg-white hover:text-emerald-600 px-6 py-3 rounded-full font-medium transition">
Learn More
</button>
</div>
</div>
<div class="relative z-10">
<div class="relative">
<img src="http://static.photos/nature/640x360/42" alt="WonderDrop Elixir" class="rounded-2xl shadow-2xl transform rotate-3">
<div class="absolute -bottom-6 -right-6 bg-white p-4 rounded-full shadow-xl">
<i data-feather="award" class="w-10 h-10 text-emerald-500"></i>
</div>
</div>
</div>
</div>
</div>
<div class="absolute bottom-0 left-0 w-full h-20 bg-white"></div>
</section>
<!-- Featured Products -->
<section class="py-20 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<span class="inline-block px-3 py-1 text-sm font-medium text-emerald-600 bg-emerald-50 rounded-full mb-4">Our Formulations</span>
<h2 class="text-3xl md:text-4xl font-serif font-bold text-slate-800 mb-4">The WonderDrop Collection</h2>
<p class="max-w-2xl mx-auto text-slate-600">Each product is a harmonious blend of nature's wisdom and scientific precision.</p>
</div>
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Product 1 -->
<div class="bg-white rounded-xl overflow-hidden shadow-lg hover:shadow-xl transition duration-300 relative product-card">
<div class="h-64 bg-emerald-50 flex items-center justify-center">
<img src="http://static.photos/cosmetic/640x360/1" alt="Hydrating Serum" class="h-48 object-contain">
</div>
<div class="p-6">
<div class="flex justify-between items-start mb-2">
<h3 class="text-xl font-serif font-bold text-slate-800">Lunar Dew Serum</h3>
<span class="text-emerald-600 font-medium">$68</span>
</div>
<p class="text-slate-600 mb-4">Ultra-hydrating with moonflower extract and hyaluronic acid.</p>
<div class="flex items-center text-sm text-slate-500">
<i data-feather="star" class="w-4 h-4 text-amber-400 mr-1"></i>
<span>4.9 (143 reviews)</span>
</div>
</div>
<div class="product-overlay absolute inset-0 bg-emerald-600 bg-opacity-90 flex items-center justify-center opacity-0 transform translate-y-4 transition duration-300">
<div class="text-center p-6 text-white">
<h3 class="text-xl font-serif font-bold mb-4">Lunar Dew Serum</h3>
<p class="mb-6">Nighttime hydration complex with adaptogenic botanicals to support skin's natural repair process.</p>
<button class="bg-white text-emerald-600 hover:bg-emerald-50 px-6 py-2 rounded-full font-medium transition">
Add to Bag
</button>
</div>
</div>
</div>
<!-- Product 2 -->
<div class="bg-white rounded-xl overflow-hidden shadow-lg hover:shadow-xl transition duration-300 relative product-card">
<div class="h-64 bg-emerald-50 flex items-center justify-center">
<img src="http://static.photos/cosmetic/640x360/2" alt="Glow Drops" class="h-48 object-contain">
</div>
<div class="p-6">
<div class="flex justify-between items-start mb-2">
<h3 class="text-xl font-serif font-bold text-slate-800">Solar Glow Drops</h3>
<span class="text-emerald-600 font-medium">$72</span>
</div>
<p class="text-slate-600 mb-4">Vitamin C-enriched with golden chia seed extract.</p>
<div class="flex items-center text-sm text-slate-500">
<i data-feather="star" class="w-4 h-4 text-amber-400 mr-1"></i>
<span>4.8 (98 reviews)</span>
</div>
</div>
<div class="product-overlay absolute inset-0 bg-emerald-600 bg-opacity-90 flex items-center justify-center opacity-0 transform translate-y-4 transition duration-300">
<div class="text-center p-6 text-white">
<h3 class="text-xl font-serif font-bold mb-4">Solar Glow Drops</h3>
<p class="mb-6">Antioxidant powerhouse that brightens while protecting against environmental stressors.</p>
<button class="bg-white text-emerald-600 hover:bg-emerald-50 px-6 py-2 rounded-full font-medium transition">
Add to Bag
</button>
</div>
</div>
</div>
<!-- Product 3 -->
<div class="bg-white rounded-xl overflow-hidden shadow-lg hover:shadow-xl transition duration-300 relative product-card">
<div class="h-64 bg-emerald-50 flex items-center justify-center">
<img src="http://static.photos/cosmetic/640x360/3" alt="Mist Elixir" class="h-48 object-contain">
</div>
<div class="p-6">
<div class="flex justify-between items-start mb-2">
<h3 class="text-xl font-serif font-bold text-slate-800">Moss Mist Elixir</h3>
<span class="text-emerald-600 font-medium">$42</span>
</div>
<p class="text-slate-600 mb-4">Hydrating facial mist with Icelandic moss and peptides.</p>
<div class="flex items-center text-sm text-slate-500">
<i data-feather="star" class="w-4 h-4 text-amber-400 mr-1"></i>
<span>4.7 (86 reviews)</span>
</div>
</div>
<div class="product-overlay absolute inset-0 bg-emerald-600 bg-opacity-90 flex items-center justify-center opacity-0 transform translate-y-4 transition duration-300">
<div class="text-center p-6 text-white">
<h3 class="text-xl font-serif font-bold mb-4">Moss Mist Elixir</h3>
<p class="mb-6">An instant hydration boost with electrolyte-balancing minerals and skin-strengthening peptides.</p>
<button class="bg-white text-emerald-600 hover:bg-emerald-50 px-6 py-2 rounded-full font-medium transition">
Add to Bag
</button>
</div>
</div>
</div>
</div>
<div class="text-center mt-12">
<button class="border-2 border-emerald-500 text-emerald-600 hover:bg-emerald-50 px-8 py-3 rounded-full font-medium transition">
View All Products
</button>
</div>
</div>
</section>
<!-- Science & Nature Section -->
<section class="py-20 bg-gradient-to-b from-emerald-50 to-white" id="science">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid lg:grid-cols-2 gap-12 items-center">
<div class="order-last lg:order-first">
<img src="http://static.photos/science/640x360/5" alt="Laboratory" class="rounded-2xl shadow-lg">
</div>
<div>
<span class="inline-block px-3 py-1 text-sm font-medium text-emerald-600 bg-emerald-50 rounded-full mb-4">Our Approach</span>
<h2 class="text-3xl md:text-4xl font-serif font-bold text-slate-800 mb-6">The Alchemy of Nature + Science</h2>
<p class="text-slate-600 mb-6">
We don't just extract ingredients - we study their molecular behavior to create synergistic formulations that work with your skin's natural biology.
</p>
<div class="space-y-6">
<div class="flex">
<div class="flex-shrink-0">
<div class="flex items-center justify-center h-12 w-12 rounded-full bg-emerald-100 text-emerald-600">
<i data-feather="leaf" class="w-6 h-6"></i>
</div>
</div>
<div class="ml-4">
<h3 class="text-lg font-medium text-slate-800">Ethical Wildcrafting</h3>
<p class="text-slate-600">
We harvest botanicals at their peak potency using sustainable methods that ensure regeneration.
</p>
</div>
</div>
<div class="flex">
<div class="flex-shrink-0">
<div class="flex items-center justify-center h-12 w-12 rounded-full bg-emerald-100 text-emerald-600">
<i data-feather="activity" class="w-6 h-6"></i>
</div>
</div>
<div class="ml-4">
<h3 class="text-lg font-medium text-slate-800">Bioactive Preservation</h3>
<p class="text-slate-600">
Our cold-extraction process maintains the integrity of delicate phytonutrients.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Ingredients Spotlight -->
<section class="py-20 bg-white" id="ingredients">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<span class="inline-block px-3 py-1 text-sm font-medium text-emerald-600 bg-emerald-50 rounded-full mb-4">Powerful Ingredients</span>
<h2 class="text-3xl md:text-4xl font-serif font-bold text-slate-800 mb-4">Nature's Hydration Heroes</h2>
<p class="max-w-2xl mx-auto text-slate-600">These extraordinary botanicals form the foundation of our formulations.</p>
</div>
<div class="grid md:grid-cols-2 lg:grid-cols-4 gap-6">
<div class="bg-emerald-50 rounded-xl p-6 text-center hover:shadow-lg transition cursor-pointer ingredient-sparkle">
<div class="h-20 w-20 mx-auto mb-4 rounded-full bg-white flex items-center justify-center">
<i data-feather="moon" class="w-8 h-8 text-emerald-600"></i>
</div>
<h3 class="font-serif font-bold text-lg text-slate-800 mb-2">Moonflower Extract</h3>
<p class="text-sm text-slate-600">Enhances nocturnal hydration by 300% compared to traditional humectants.</p>
</div>
<div class="bg-emerald-50 rounded-xl p-6 text-center hover:shadow-lg transition cursor-pointer ingredient-sparkle">
<div class="h-20 w-20 mx-auto mb-4 rounded-full bg-white flex items-center justify-center">
<i data-feather="sun" class="w-8 h-8 text-emerald-600"></i>
</div>
<h3 class="font-serif font-bold text-lg text-slate-800 mb-2">Golden Chia</h3>
<p class="text-sm text-slate-600">Rare antioxidant variety with 15x more omega-3s than standard chia.</p>
</div>
<div class="bg-emerald-50 rounded-xl p-6 text-center hover:shadow-lg transition cursor-pointer ingredient-sparkle">
<div class="h-20 w-20 mx-auto mb-4 rounded-full bg-white flex items-center justify-center">
<i data-feather="cloud-rain" class="w-8 h-8 text-emerald-600"></i>
</div>
<h3 class="font-serif font-bold text-lg text-slate-800 mb-2">Icelandic Moss</h3>
<p class="text-sm text-slate-600">Survivalist plant that retains moisture in extreme conditions.</p>
</div>
<div class="bg-emerald-50 rounded-xl p-6 text-center hover:shadow-lg transition cursor-pointer ingredient-sparkle">
<div class="h-20 w-20 mx-auto mb-4 rounded-full bg-white flex items-center justify-center">
<i data-feather="wind" class="w-8 h-8 text-emerald-600"></i>
</div>
<h3 class="font-serif font-bold text-lg text-slate-800 mb-2">Blue Lotus</h3>
<p class="text-sm text-slate-600">Ancient Egyptian beauty secret with natural anti-glycation properties.</p>
</div>
</div>
</div>
</section>
<!-- Testimonials -->
<section class="py-20 bg-emerald-50" id="testimonials">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<span class="inline-block px-3 py-1 text-sm font-medium text-emerald-600 bg-white rounded-full mb-4">Real Results</span>
<h2 class="text-3xl md:text-4xl font-serif font-bold text-slate-800 mb-4">Skin Transformations</h2>
<p class="max-w-2xl mx-auto text-slate-600">Hear what our community has to say about their DewDrop experience.</p>
</div>
<div class="grid md:grid-cols-3 gap-8">
<div class="bg-white p-8 rounded-xl shadow-md">
<div class="flex items-center mb-4">
<div class="flex -space-x-2">
<img class="h-10 w-10 rounded-full border-2 border-white" src="http://static.photos/people/200x200/1" alt="Testimonial">
</div>
<div class="ml-4">
<h3 class="font-medium text-slate-800">Sarah K.</h3>
<p class="text-sm text-slate-500">Verified Buyer</p>
</div>
</div>
<p class="text-slate-600 mb-4">
"After just one week with the Lunar Dew Serum, my dehydrated skin has completely transformed. I wake up with that coveted 'glass skin' look!"
</p>
<div class="flex text-amber-400">
<i data-feather="star" class="w-5 h-5 fill-current"></i>
<i data-feather="star" class="w-5 h-5 fill-current"></i>
<i data-feather="star" class="w-5 h-5 fill-current"></i>
<i data-feather="star" class="w-5 h-5 fill-current"></i>
<i data-feather="star" class="w-5 h-5 fill-current"></i>
</div>
</div>
<div class="bg-white p-8 rounded-xl shadow-md">
<div class="flex items-center mb-4">
<div class="flex -space-x-2">
<img class="h-10 w-10 rounded-full border-2 border-white" src="http://static.photos/people/200x200/2" alt="Testimonial">
</div>
<div class="ml-4">
<h3 class="font-medium text-slate-800">Marcus T.</h3>
<p class="text-sm text-slate-500">Verified Buyer</p>
</div>
</div>
<p class="text-slate-600 mb-4">
"The Solar Glow Drops have replaced my 5-step morning routine. My skin has never looked more radiant and even-toned."
</p>
<div class="flex text-amber-400">
<i data-feather="star" class="w-5 h-5 fill-current"></i>
<i data-feather="star" class="w-5 h-5 fill-current"></i>
<i data-feather="star" class="w-5 h-5 fill-current"></i>
<i data-feather="star" class="w-5 h-5 fill-current"></i>
<i data-feather="star" class="w-5 h-5 fill-current"></i>
</div>
</div>
<div class="bg-white p-8 rounded-xl shadow-md">
<div class="flex items-center mb-4">
<div class="flex -space-x-2">
<img class="h-10 w-10 rounded-full border-2 border-white" src="http://static.photos/people/200x200/3" alt="Testimonial">
</div>
<div class="ml-4">
<h3 class="font-medium text-slate-800">Aisha L.</h3>
<p class="text-sm text-slate-500">Verified Buyer</p>
</div>
</div>
<p class="text-slate-600 mb-4">
"As someone with sensitive skin, I'm amazed at how soothing the Moss Mist is. It's become my daily reset button."
</p>
<div class="flex text-amber-400">
<i data-feather="star" class="w-5 h-5 fill-current"></i>
<i data-feather="star" class="w-5 h-5 fill-current"></i>
<i data-feather="star" class="w-5 h-5 fill-current"></i>
<i data-feather="star" class="w-5 h-5 fill-current"></i>
<i data-feather="star" class="w-5 h-5 fill-current"></i>
</div>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="py-20 bg-gradient-to-r from-emerald-500 to-teal-400 text-white">
<div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
<h2 class="text-3xl md:text-4xl font-serif font-bold mb-6">Ready to Experience the DewDrop Difference?</h2>
<p class="text-xl opacity-90 mb-10 max-w-3xl mx-auto">
Join thousands who have transformed their skin with our nature-powered elixirs.
</p>
<div class="flex flex-col sm:flex-row justify-center space-y-4 sm:space-y-0 sm:space-x-4">
<button class="bg-white text-emerald-600 hover:bg-emerald-50 px-8 py-4 rounded-full font-medium transition shadow-lg text-lg">
Shop Best Sellers
</button>
<button class="border-2 border-white hover:bg-white hover:text-emerald-600 px-8 py-4 rounded-full font-medium transition text-lg">
Take Our Skin Quiz
</button>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-slate-900 text-white pt-16 pb-8">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid grid-cols-2 md:grid-cols-4 lg:grid-cols-5 gap-8">
<div class="col-span-2">
<div class="flex items-center mb-6">
<i data-feather="droplet" class="text-emerald-400 w-8 h-8"></i>
<span class="ml-2 text-xl font-serif font-bold">WonderDrop</span>
</div>
<p class="text-slate-400 mb-6">
Nature's wisdom, scientific precision. Transforming skincare through innovative, sustainable formulations.
</p>
<div class="flex space-x-4">
<a href="#" class="text-slate-400 hover:text-emerald-400 transition">
<i data-feather="instagram" class="w-5 h-5"></i>
</a>
<a href="#" class="text-slate-400 hover:text-emerald-400 transition">
<i data-feather="twitter" class="w-5 h-5"></i>
</a>
<a href="#" class="text-slate-400 hover:text-emerald-400 transition">
<i data-feather="facebook" class="w-5 h-5"></i>
</a>
<a href="#" class="text-slate-400 hover:text-emerald-400 transition">
<i data-feather="youtube" class="w-5 h-5"></i>
</a>
</div>
</div>
<div>
<h3 class="text-sm font-semibold uppercase tracking-wider text-slate-400 mb-4">Shop</h3>
<ul class="space-y-3">
<li><a href="#" class="text-slate-300 hover:text-emerald-400 transition">All Products</a></li>
<li><a href="#" class="text-slate-300 hover:text-emerald-400 transition">Best Sellers</a></li>
<li><a href="#" class="text-slate-300 hover:text-emerald-400 transition">New Arrivals</a></li>
<li><a href="#" class="text-slate-300 hover:text-emerald-400 transition">Bundles</a></li>
<li><a href="#" class="text-slate-300 hover:text-emerald-400 transition">Gift Cards</a></li>
</ul>
</div>
<div>
<h3 class="text-sm font-semibold uppercase tracking-wider text-slate-400 mb-4">About</h3>
<ul class="space-y-3">
<li><a href="#" class="text-slate-300 hover:text-emerald-400 transition">Our Story</a></li>
<li><a href="#" class="text-slate-300 hover:text-emerald-400 transition">Ingredients</a></li>
<li><a href="#" class="text-slate-300 hover:text-emerald-400 transition">Sustainability</a></li>
<li><a href="#" class="text-slate-300 hover:text-emerald-400 transition">Press</a></li>
<li><a href="#" class="text-slate-300 hover:text-emerald-400 transition">Careers</a></li>
</ul>
</div>
<div>
<h3 class="text-sm font-semibold uppercase tracking-wider text-slate-400 mb-4">Help</h3>
<ul class="space-y-3">
<li><a href="#" class="text-slate-300 hover:text-emerald-400 transition">FAQ</a></li>
<li><a href="#" class="text-slate-300 hover:text-emerald-400 transition">Contact Us</a></li>
<li><a href="#" class="text-slate-300 hover:text-emerald-400 transition">Shipping & Returns</a></li>
<li><a href="#" class="text-slate-300 hover:text-emerald-400 transition">Privacy Policy</a></li>
<li><a href="#" class="text-slate-300 hover:text-emerald-400 transition">Terms of Service</a></li>
</ul>
</div>
</div>
<div class="mt-12 pt-8 border-t border-slate-800 flex flex-col md:flex-row justify-between items-center">
<p class="text-sm text-slate-500">
&copy; 2023 WonderDrop Elixirs. All rights reserved.
</p>
<div class="mt-4 md:mt-0 flex space-x-6">
<a href="#" class="text-sm text-slate-500 hover:text-emerald-400 transition">Privacy Policy</a>
<a href="#" class="text-sm text-slate-500 hover:text-emerald-400 transition">Terms of Service</a>
<a href="#" class="text-sm text-slate-500 hover:text-emerald-400 transition">Accessibility</a>
</div>
</div>
</div>
</footer>
<script>
// Initialize Vanta.js waves background
VANTA.WAVES({
el: "#vanta-bg",
mouseControls: true,
touchControls: true,
gyroControls: false,
minHeight: 200.00,
minWidth: 200.00,
scale: 1.00,
scaleMobile: 1.00,
color: 0x10b981,
shininess: 35.00,
waveHeight: 15.00,
waveSpeed: 0.50,
zoom: 0.65
});
// Initialize feather icons
feather.replace();
// Smooth scroll for anchor links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
document.querySelector(this.getAttribute('href')).scrollIntoView({
behavior: 'smooth'
});
});
});
</script>
</body>
</html>