Financial Minimalism
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF 8"> <meta name="viewport" content="width=device width, initial scale=1.0"> <title>Financial Minimalism Transform Your Life</title> <link href="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.css" rel="stylesheet"> <style> :root { primary: #2563eb; secondary: #1e40af; text: #1f2937; light: #f3f4f6; } * { margin: 0; padding: 0; box sizing: border box; font family: 'Inter', apple system, sans serif; } html { scroll behavior: smooth; } body { line height: 1.6; color: var( text); overflow x: hidden; } .container { max width: 1200px; margin: 0 auto; padding: 0 2rem; } /* Header Styles */ .hero description { font size: 1.25rem; max width: 800px; margin: 0 auto 2rem; opacity: 0.9; } .hero features { display: flex; justify content: center; gap: 2rem; margin: 2rem 0; flex wrap: wrap; } .feature item { display: flex; align items: center; gap: 0.5rem; font size: 1.1rem; } .feature check { color: #4ade80; font weight: bold; } .guarantee text { margin top: 1rem; font size: 0.9rem; opacity: 0.8; } .header { min height: 100vh; display: flex; align items: center; background: linear gradient(135deg, var( primary), var( secondary)); color: white; position: relative; overflow: hidden; } .header::before { content: ''; position: absolute; width: 200%; height: 200%; background: radial gradient(circle, rgba(255,255,255,0.1) 0%, transparent 60%); animation: rotate 20s linear infinite; } @keyframes rotate { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .hero content { position: relative; z index: 1; text align: center; } .hero title { font size: clamp(2.5rem, 5vw, 4rem); margin bottom: 1rem; line height: 1.2; } .hero subtitle { font size: clamp(1.5rem, 3vw, 2rem); margin bottom: 2rem; opacity: 0.9; } /* Button Styles */ .btn { display: inline flex; align items: center; padding: 1rem 2rem; border: none; border radius: 8px; font weight: 600; cursor: pointer; transition: transform 0.3s ease, box shadow 0.3s ease; text decoration: none; } .btn primary { background: white; color: var( primary); } .btn:hover { transform: translateY( 2px); box shadow: 0 10px 20px rgba(0,0,0,0.1); } /* Features Section */ .features { padding: 6rem 0; background: var( light); } .features grid { display: grid; grid template columns: repeat(auto fit, minmax(280px, 1fr)); gap: 2rem; margin top: 3rem; } .feature card { background: white; padding: 2rem; border radius: 12px; box shadow: 0 4px 6px rgba(0,0,0,0.05); transition: transform 0.3s ease; } .feature card:hover { transform: translateY( 5px); } .feature icon { width: 48px; height: 48px; margin bottom: 1rem; color: var( primary); } /* Testimonials */ .testimonials { padding: 6rem 0; } .testimonial grid { display: grid; grid template columns: repeat(auto fit, minmax(300px, 1fr)); gap: 2rem; margin top: 3rem; } .testimonial card { background: var( light); padding: 2rem; border radius: 12px; position: relative; } .testimonial card::before { content: '"'; position: absolute; top: 20px; left: 20px; font size: 5rem; color: var( primary); opacity: 0.1; } /* Price Section */ .price section { padding: 6rem 0; background: linear gradient(135deg, var( primary), var( secondary)); color: white; text align: center; } .price box { background: white; padding: 3rem 2rem; border radius: 12px; color: var( text); max width: 400px; margin: 2rem auto; box shadow: 0 20px 40px rgba(0,0,0,0.1); } .price { font size: 4rem; font weight: 700; color: var( primary); margin: 1rem 0; } /* Footer */ .footer { background: #111827; color: white; padding: 2rem 0; text align: center; } /* Responsive Design */ @media (max width: 768px) { .container { padding: 0 1rem; } .features grid, .testimonial grid { grid template columns: 1fr; } } /* Animations */ .fade in { opacity: 0; transform: translateY(20px); animation: fadeIn 0.6s ease forwards; } @keyframes fadeIn { to { opacity: 1; transform: translateY(0); } } .scroll progress { position: fixed; top: 0; left: 0; width: 0%; height: 3px; background: var( primary); z index: 1000; transition: width 0.2s ease; } </style> </head> <body> <div class="scroll progress"></div> <! Header Section > <header class="header"> <div class="container"> <div class="hero content" data aos="fade up"> <h1 class="hero title">Financial Minimalism</h1> <h2 class="hero subtitle">Transform Your Life With Less</h2> <p class="hero description">Discover how to achieve financial freedom through the power of minimalist principles. Our comprehensive guide will show you how to simplify your finances, reduce stress, and build lasting wealth.</p> <div class="hero features"> <div class="feature item"> <span class="feature check">✓</span> 5 Comprehensive Chapters </div> <div class="feature item"> <span class="feature check">✓</span> Practical Tools & Templates </div> <div class="feature item"> <span class="feature check">✓</span> Lifetime Access </div> </div> <a href="#pricing" class="btn btn primary"> Get Started Only $5 <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke width="2" stroke linecap="round" stroke linejoin="round" class="ml 2"> <line x1="5" y1="12" x2="19" y2="12"></line> <polyline points="12 5 19 12 12 19"></polyline> </svg> </a> <p class="guarantee text">60 Day Money Back Guarantee</p> </div> </div> </header> <! Features Section > <section class="features"> <div class="container"> <h2 class="section title" data aos="fade up">Transform Your Financial Life</h2> <p class="section description" data aos="fade up">Our comprehensive guide combines practical minimalist principles with proven financial strategies to help you achieve true financial freedom.</p> <div class="features grid"> <div class="feature card" data aos="fade up" data aos delay="100"> <svg class="feature icon" viewBox="0 0 24 24" fill="none" stroke="currentColor"> <circle cx="12" cy="12" r="10"></circle> <path d="M16 8l 8 8"></path> <path d="M8 8l8 8"></path> </svg> <h3>Eliminate Financial Stress</h3> <p>Learn how to simplify your financial life, reduce unnecessary expenses, and create a sustainable system that works for you. Our proven framework has helped thousands achieve peace of mind.</p> </div> <div class="feature card" data aos="fade up" data aos delay="200"> <svg class="feature icon" viewBox="0 0 24 24" fill="none" stroke="currentColor"> <path d="M12 2v20"></path> <path d="M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6"></path> </svg> <h3>Build Lasting Wealth</h3> <p>Discover minimalist investment strategies that maximize returns while minimizing complexity. Learn how to create multiple streams of income with minimal time investment.</p> </div> <div class="feature card" data aos="fade up" data aos delay="300"> <svg class="feature icon" viewBox="0 0 24 24" fill="none" stroke="currentColor"> <polyline points="22 12 18 12 15 21 9 3 6 12 2 12"></polyline> </svg> <h3>Track & Optimize</h3> <p>Get access to our premium tracking tools and templates that make managing your finances effortless. Includes our popular budget tracker and investment calculator.</p> </div> </div> <div class="features grid mt 8"> <div class="feature card" data aos="fade up" data aos delay="400"> <svg class="feature icon" viewBox="0 0 24 24" fill="none" stroke="currentColor"> <path d="M14 9V5a3 3 0 0 0 3 3l 4 9v11h11.28a2 2 0 0 0 2 1.7l1.38 9a2 2 0 0 0 2 2.3zM7 22H4a2 2 0 0 1 2 2v 7a2 2 0 0 1 2 2h3"></path> </svg> <h3>Proven Results</h3> <p>Join thousands of successful readers who have transformed their financial lives. Our methods have helped people save an average of $7,500 in their first year.</p> </div> <div class="feature card" data aos="fade up" data aos delay="500"> <svg class="feature icon" viewBox="0 0 24 24" fill="none" stroke="currentColor"> <circle cx="12" cy="12" r="10"></circle> <polyline points="12 6 12 12 16 14"></polyline> </svg> <h3>Lifetime Access</h3> <p>Get unlimited access to all current and future updates of the book, plus our exclusive resource library with templates, calculators, and checklists.</p> </div> <div class="feature card" data aos="fade up" data aos delay="600"> <svg class="feature icon" viewBox="0 0 24 24" fill="none" stroke="currentColor"> <path d="M22 11.08V12a10 10 0 1 1 5.93 9.14"></path> <polyline points="22 4 12 14.01 9 11.01"></polyline> </svg> <h3>Risk Free Guarantee</h3> <p>Try our system for 60 days. If you're not completely satisfied with the results, we'll refund your purchase no questions asked.</p> </div> </div> </div> </section> <! Testimonials Section > <section class="testimonials"> <div class="container"> <h2 class="section title" data aos="fade up">Real Results from Real Readers</h2> <p class="section description" data aos="fade up">Join thousands of readers who have transformed their financial lives using our minimalist approach.</p> <div class="testimonial grid"> <div class="testimonial card" data aos="fade up" data aos delay="100"> <div class="testimonial rating">★★★★★</div> <p>"This book completely changed how I think about money. After implementing the minimalist investment strategy, I've increased my savings rate by 40% and finally feel in control of my finances. The templates alone are worth ten times the price."</p> <div class="testimonial author"> <img src="/api/placeholder/50/50" alt="Sarah" class="testimonial avatar"> <div> <strong>Sarah T.</strong> <span class="testimonial location">London, UK</span> <div class="testimonial result">Saved £12,000 in 6 months</div> </div> </div> </div> <div class="testimonial card" data aos="fade up" data aos delay="200"> <div class="testimonial rating">★★★★★</div> <p>"Finally, a practical approach to finances that actually works! The minimalist framework helped me eliminate unnecessary expenses and invest with confidence. I've never felt more secure about my financial future."</p> <div class="testimonial author"> <img src="/api/placeholder/50/50" alt="Michael" class="testimonial avatar"> <div> <strong>Michael R.</strong> <span class="testimonial location">New York, USA</span> <div class="testimonial result">Eliminated $850 in monthly expenses</div> </div> </div> </div> <div class="testimonial card" data aos="fade up" data aos delay="300"> <div class="testimonial rating">★★★★★</div> <p>"The step by step approach made it easy to implement big changes without feeling overwhelmed. I've simplified my finances and actually increased my investment returns. This book is a game changer!"</p> <div class="testimonial author"> <img src="/api/placeholder/50/50" alt="Claire" class="testimonial avatar"> <div> <strong>Claire D.</strong> <span class="testimonial location">Paris, France</span> <div class="testimonial result">Investment returns up 32%</div> </div> </div> </div> </div> </div> </section> <! Pricing Section > <section id="pricing" class="price section"> <div class="container"> <h2 class="section title" data aos="fade up">Start Your Financial Transformation Today</h2> <p class="section description" data aos="fade up">Get instant access to the complete Financial Minimalism system</p> <div class="price box" data aos="fade up" data aos delay=" <! Footer > <footer class="footer"> <div class="container"> <p>© 2024 Financial Minimalism. All rights reserved.</p> </div> </footer> <script src="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.js"></script> <script> // Initialize AOS AOS.init({ duration: 800, offset: 100, once: true }); // Scroll Progress Bar window.addEventListener('scroll', () => { const scrollProgress = document.querySelector('.scroll progress'); const scrollPx = document.documentElement.scrollTop; const winHeightPx = document.documentElement.scrollHeight document.documentElement.clientHeight; const scrolled = `${scrollPx / winHeightPx * 100}%`; scrollProgress.style.width = scrolled; }); // Smooth Scroll document.querySelectorAll('a[href^="#"]').forEach(anchor => { anchor.addEventListener('click', function (e) { e.preventDefault(); document.querySelector(this.getAttribute('href')).scrollIntoView({ behavior: 'smooth' }); }); }); </script> </body> </html>
