| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="UTF-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <title>ElderLearn - The Next Generation of Learning for Older Adults</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=Playfair+Display:wght@400;700&family=Roboto:wght@300;400;500;700&display=swap'); |
| |
| body { |
| font-family: 'Roboto', sans-serif; |
| background-color: #f8f9fa; |
| } |
| |
| .hero-gradient { |
| background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%); |
| } |
| |
| .card-hover { |
| transition: all 0.3s ease; |
| } |
| |
| .card-hover:hover { |
| transform: translateY(-5px); |
| box-shadow: 0 10px 20px rgba(0,0,0,0.1); |
| } |
| |
| .progress-ring__circle { |
| transition: stroke-dashoffset 0.35s; |
| transform: rotate(-90deg); |
| transform-origin: 50% 50%; |
| } |
| |
| .game-card { |
| perspective: 1000px; |
| } |
| |
| .game-card-inner { |
| transition: transform 0.6s; |
| transform-style: preserve-3d; |
| } |
| |
| .game-card:hover .game-card-inner { |
| transform: rotateY(180deg); |
| } |
| |
| .game-card-front, .game-card-back { |
| backface-visibility: hidden; |
| } |
| |
| .game-card-back { |
| transform: rotateY(180deg); |
| } |
| |
| .pulse-animation { |
| animation: pulse 2s infinite; |
| } |
| |
| @keyframes pulse { |
| 0% { transform: scale(1); } |
| 50% { transform: scale(1.05); } |
| 100% { transform: scale(1); } |
| } |
| </style> |
| </head> |
| <body> |
| |
| <nav class="bg-white shadow-lg"> |
| <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"> |
| <div class="flex-shrink-0 flex items-center"> |
| <i class="fas fa-brain text-purple-600 text-2xl mr-2"></i> |
| <span class="text-xl font-bold text-gray-800">ElderLearn</span> |
| </div> |
| </div> |
| <div class="hidden md:ml-6 md:flex md:items-center md:space-x-8"> |
| <a href="#" class="text-gray-900 hover:text-purple-600 px-3 py-2 text-sm font-medium">Home</a> |
| <a href="#" class="text-gray-500 hover:text-purple-600 px-3 py-2 text-sm font-medium">How It Works</a> |
| <a href="#" class="text-gray-500 hover:text-purple-600 px-3 py-2 text-sm font-medium">Courses</a> |
| <a href="#" class="text-gray-500 hover:text-purple-600 px-3 py-2 text-sm font-medium">Rewards</a> |
| <a href="#" class="text-gray-500 hover:text-purple-600 px-3 py-2 text-sm font-medium">Community</a> |
| <button class="bg-purple-600 hover:bg-purple-700 text-white px-4 py-2 rounded-md text-sm font-medium">Sign Up</button> |
| </div> |
| <div class="-mr-2 flex items-center md:hidden"> |
| <button type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-purple-500"> |
| <span class="sr-only">Open main menu</span> |
| <i class="fas fa-bars"></i> |
| </button> |
| </div> |
| </div> |
| </div> |
| </nav> |
|
|
| |
| <div class="hero-gradient text-white"> |
| <div class="max-w-7xl mx-auto py-16 px-4 sm:py-24 sm:px-6 lg:px-8"> |
| <div class="text-center"> |
| <h1 class="text-4xl font-extrabold tracking-tight sm:text-5xl md:text-6xl"> |
| <span class="block">Learning Reimagined</span> |
| <span class="block text-purple-200">For The Golden Years</span> |
| </h1> |
| <p class="mt-3 max-w-md mx-auto text-base text-purple-100 sm:text-lg md:mt-5 md:text-xl md:max-w-3xl"> |
| A revolutionary approach to lifelong learning that combines education with meaningful gameplay, real rewards, and community connection. |
| </p> |
| <div class="mt-5 max-w-md mx-auto sm:flex sm:justify-center md:mt-8"> |
| <div class="rounded-md shadow"> |
| <a href="#" class="w-full flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-purple-700 bg-white hover:bg-gray-50 md:py-4 md:text-lg md:px-10"> |
| Start Your Journey |
| </a> |
| </div> |
| <div class="mt-3 rounded-md shadow sm:mt-0 sm:ml-3"> |
| <a href="#" class="w-full flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-white bg-purple-500 bg-opacity-60 hover:bg-opacity-70 md:py-4 md:text-lg md:px-10"> |
| Watch Demo |
| </a> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
|
|
| |
| <div class="py-12 bg-white"> |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> |
| <div class="lg:text-center"> |
| <h2 class="text-base text-purple-600 font-semibold tracking-wide uppercase">Why ElderLearn is Different</h2> |
| <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl"> |
| Not Just Another "Gamified" Learning App |
| </p> |
| <p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto"> |
| We've created an entirely new genre of learning experience that goes beyond superficial badges and points. |
| </p> |
| </div> |
|
|
| <div class="mt-10"> |
| <div class="space-y-10 md:space-y-0 md:grid md:grid-cols-2 md:gap-x-8 md:gap-y-10"> |
| |
| <div class="relative card-hover"> |
| <div class="absolute flex items-center justify-center h-12 w-12 rounded-md bg-purple-500 text-white"> |
| <i class="fas fa-medal text-xl"></i> |
| </div> |
| <div class="ml-16"> |
| <h3 class="text-lg leading-6 font-medium text-gray-900">Meaningful Rewards</h3> |
| <p class="mt-2 text-base text-gray-500"> |
| Earn real-world discounts, exclusive content, and practical tools - not just digital trophies. Your learning achievements translate to tangible benefits. |
| </p> |
| </div> |
| </div> |
|
|
| |
| <div class="relative card-hover"> |
| <div class="absolute flex items-center justify-center h-12 w-12 rounded-md bg-purple-500 text-white"> |
| <i class="fas fa-exchange-alt text-xl"></i> |
| </div> |
| <div class="ml-16"> |
| <h3 class="text-lg leading-6 font-medium text-gray-900">Tradable Knowledge Tokens</h3> |
| <p class="mt-2 text-base text-gray-500"> |
| Our unique Knowledge Tokens can be traded, gifted, or used to unlock special content. They represent real learning milestones and have practical utility. |
| </p> |
| </div> |
| </div> |
|
|
| |
| <div class="relative card-hover"> |
| <div class="absolute flex items-center justify-center h-12 w-12 rounded-md bg-purple-500 text-white"> |
| <i class="fas fa-gamepad text-xl"></i> |
| </div> |
| <div class="ml-16"> |
| <h3 class="text-lg leading-6 font-medium text-gray-900">True Game Mechanics</h3> |
| <p class="mt-2 text-base text-gray-500"> |
| Experience learning through immersive storylines, character development, and strategic gameplay elements that make education engaging and memorable. |
| </p> |
| </div> |
| </div> |
|
|
| |
| <div class="relative card-hover"> |
| <div class="absolute flex items-center justify-center h-12 w-12 rounded-md bg-purple-500 text-white"> |
| <i class="fas fa-hands-helping text-xl"></i> |
| </div> |
| <div class="ml-16"> |
| <h3 class="text-lg leading-6 font-medium text-gray-900">Multi-Generational Play</h3> |
| <p class="mt-2 text-base text-gray-500"> |
| Designed for older adults but enjoyable for all ages. Learn with family members in cooperative gameplay that bridges generational gaps. |
| </p> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
|
|
| |
| <div class="bg-gray-50 py-16"> |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> |
| <div class="lg:text-center mb-12"> |
| <h2 class="text-base text-purple-600 font-semibold tracking-wide uppercase">The ElderLearn Experience</h2> |
| <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl"> |
| A New Genre of Learning Game |
| </p> |
| </div> |
| |
| <div class="grid grid-cols-1 md:grid-cols-3 gap-8"> |
| |
| <div class="game-card h-64"> |
| <div class="game-card-inner relative w-full h-full"> |
| <div class="game-card-front absolute w-full h-full bg-white rounded-lg shadow-md p-6 flex flex-col justify-between"> |
| <div> |
| <div class="flex items-center justify-center w-12 h-12 bg-purple-100 rounded-full mb-4"> |
| <i class="fas fa-book-open text-purple-600 text-xl"></i> |
| </div> |
| <h3 class="text-xl font-bold text-gray-800 mb-2">Knowledge Quests</h3> |
| <p class="text-gray-600">Embark on thematic learning journeys with narrative-driven content.</p> |
| </div> |
| <div class="text-purple-600 font-medium">Flip to learn more →</div> |
| </div> |
| <div class="game-card-back absolute w-full h-full bg-purple-600 text-white rounded-lg shadow-md p-6 flex flex-col justify-center"> |
| <h3 class="text-xl font-bold mb-3">How It Works</h3> |
| <p class="mb-4">Each quest combines lessons with interactive challenges. Complete chapters to unlock new areas of the knowledge map.</p> |
| <div class="flex items-center text-sm"> |
| <span class="bg-white text-purple-600 px-2 py-1 rounded mr-2">Example Reward</span> |
| <span>Digital Cookbook + 10% off kitchenware</span> |
| </div> |
| </div> |
| </div> |
| </div> |
| |
| |
| <div class="game-card h-64"> |
| <div class="game-card-inner relative w-full h-full"> |
| <div class="game-card-front absolute w-full h-full bg-white rounded-lg shadow-md p-6 flex flex-col justify-between"> |
| <div> |
| <div class="flex items-center justify-center w-12 h-12 bg-purple-100 rounded-full mb-4"> |
| <i class="fas fa-users text-purple-600 text-xl"></i> |
| </div> |
| <h3 class="text-xl font-bold text-gray-800 mb-2">Wisdom Guilds</h3> |
| <p class="text-gray-600">Join learning communities with shared interests and goals.</p> |
| </div> |
| <div class="text-purple-600 font-medium">Flip to learn more →</div> |
| </div> |
| <div class="game-card-back absolute w-full h-full bg-purple-600 text-white rounded-lg shadow-md p-6 flex flex-col justify-center"> |
| <h3 class="text-xl font-bold mb-3">How It Works</h3> |
| <p class="mb-4">Collaborate with guild members to complete group challenges and unlock exclusive content and real-world meetups.</p> |
| <div class="flex items-center text-sm"> |
| <span class="bg-white text-purple-600 px-2 py-1 rounded mr-2">Example Reward</span> |
| <span>Local event tickets + bonus tokens</span> |
| </div> |
| </div> |
| </div> |
| </div> |
| |
| |
| <div class="game-card h-64"> |
| <div class="game-card-inner relative w-full h-full"> |
| <div class="game-card-front absolute w-full h-full bg-white rounded-lg shadow-md p-6 flex flex-col justify-between"> |
| <div> |
| <div class="flex items-center justify-center w-12 h-12 bg-purple-100 rounded-full mb-4"> |
| <i class="fas fa-tools text-purple-600 text-xl"></i> |
| </div> |
| <h3 class="text-xl font-bold text-gray-800 mb-2">Skill Crafting</h3> |
| <p class="text-gray-600">Combine learned skills to create powerful knowledge tools.</p> |
| </div> |
| <div class="text-purple-600 font-medium">Flip to learn more →</div> |
| </div> |
| <div class="game-card-back absolute w-full h-full bg-purple-600 text-white rounded-lg shadow-md p-6 flex flex-col justify-center"> |
| <h3 class="text-xl font-bold mb-3">How It Works</h3> |
| <p class="mb-4">Master individual skills then combine them to craft useful digital and physical tools like custom planners or health trackers.</p> |
| <div class="flex items-center text-sm"> |
| <span class="bg-white text-purple-600 px-2 py-1 rounded mr-2">Example Reward</span> |
| <span>Personalized wellness planner</span> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
|
|
| |
| <div class="py-16 bg-white"> |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> |
| <div class="lg:text-center mb-12"> |
| <h2 class="text-base text-purple-600 font-semibold tracking-wide uppercase">Rewards That Matter</h2> |
| <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl"> |
| Earn More Than Just Points |
| </p> |
| <p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto"> |
| Our reward system is designed to provide real value in your learning journey and daily life. |
| </p> |
| </div> |
| |
| <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8 mt-10"> |
| |
| <div class="bg-gray-50 rounded-lg p-6 card-hover"> |
| <div class="flex items-center justify-center w-16 h-16 bg-purple-100 rounded-full mb-4 mx-auto"> |
| <i class="fas fa-percentage text-purple-600 text-2xl"></i> |
| </div> |
| <h3 class="text-lg font-bold text-center text-gray-800 mb-2">Exclusive Discounts</h3> |
| <p class="text-gray-600 text-center">Earn real discounts on products and services from our partners that align with your learning path.</p> |
| </div> |
| |
| |
| <div class="bg-gray-50 rounded-lg p-6 card-hover"> |
| <div class="flex items-center justify-center w-16 h-16 bg-purple-100 rounded-full mb-4 mx-auto"> |
| <i class="fas fa-gift text-purple-600 text-2xl"></i> |
| </div> |
| <h3 class="text-lg font-bold text-center text-gray-800 mb-2">Physical Goods</h3> |
| <p class="text-gray-600 text-center">Redeem tokens for useful items like ergonomic tools, large-print books, or assistive devices.</p> |
| </div> |
| |
| |
| <div class="bg-gray-50 rounded-lg p-6 card-hover"> |
| <div class="flex items-center justify-center w-16 h-16 bg-purple-100 rounded-full mb-4 mx-auto"> |
| <i class="fas fa-user-shield text-purple-600 text-2xl"></i> |
| </div> |
| <h3 class="text-lg font-bold text-center text-gray-800 mb-2">Premium Services</h3> |
| <p class="text-gray-600 text-center">Unlock access to premium services like one-on-one tutoring, tech support, or health consultations.</p> |
| </div> |
| |
| |
| <div class="bg-gray-50 rounded-lg p-6 card-hover"> |
| <div class="flex items-center justify-center w-16 h-16 bg-purple-100 rounded-full mb-4 mx-auto"> |
| <i class="fas fa-hand-holding-heart text-purple-600 text-2xl"></i> |
| </div> |
| <h3 class="text-lg font-bold text-center text-gray-800 mb-2">Charitable Impact</h3> |
| <p class="text-gray-600 text-center">Convert tokens into donations to causes you care about, with matching contributions from us.</p> |
| </div> |
| </div> |
| |
| <div class="mt-12 bg-purple-50 rounded-xl p-8"> |
| <div class="md:flex items-center"> |
| <div class="md:w-1/2 mb-6 md:mb-0"> |
| <h3 class="text-2xl font-bold text-gray-800 mb-3">Your Learning Portfolio</h3> |
| <p class="text-gray-600 mb-4">Track all your achievements and see how your knowledge grows over time in your personalized dashboard.</p> |
| <button class="bg-purple-600 hover:bg-purple-700 text-white px-6 py-2 rounded-md text-sm font-medium">View Sample Portfolio</button> |
| </div> |
| <div class="md:w-1/2"> |
| <div class="bg-white rounded-lg shadow-md p-4"> |
| <div class="flex justify-between items-center mb-4"> |
| <h4 class="font-medium text-gray-700">Current Knowledge Level</h4> |
| <span class="text-sm bg-purple-100 text-purple-800 px-2 py-1 rounded">Sage Apprentice</span> |
| </div> |
| <div class="mb-4"> |
| <div class="flex justify-between text-sm text-gray-500 mb-1"> |
| <span>Progress to Next Level</span> |
| <span>65%</span> |
| </div> |
| <div class="w-full bg-gray-200 rounded-full h-2.5"> |
| <div class="bg-purple-600 h-2.5 rounded-full" style="width: 65%"></div> |
| </div> |
| </div> |
| <div class="grid grid-cols-3 gap-4 text-center"> |
| <div> |
| <div class="text-2xl font-bold text-purple-600">142</div> |
| <div class="text-xs text-gray-500">Tokens</div> |
| </div> |
| <div> |
| <div class="text-2xl font-bold text-purple-600">8</div> |
| <div class="text-xs text-gray-500">Quests</div> |
| </div> |
| <div> |
| <div class="text-2xl font-bold text-purple-600">3</div> |
| <div class="text-xs text-gray-500">Guilds</div> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
|
|
| |
| <div class="py-16 bg-gray-50"> |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> |
| <div class="lg:text-center mb-12"> |
| <h2 class="text-base text-purple-600 font-semibold tracking-wide uppercase">Success Stories</h2> |
| <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl"> |
| Real Learners, Real Results |
| </p> |
| </div> |
| |
| <div class="grid grid-cols-1 md:grid-cols-3 gap-8"> |
| |
| <div class="bg-white p-6 rounded-lg shadow-md card-hover"> |
| <div class="flex items-center mb-4"> |
| <div class="w-12 h-12 bg-purple-100 rounded-full flex items-center justify-center mr-4"> |
| <i class="fas fa-user text-purple-600 text-xl"></i> |
| </div> |
| <div> |
| <h4 class="font-bold text-gray-800">Margaret, 68</h4> |
| <p class="text-sm text-gray-500">Retired Teacher</p> |
| </div> |
| </div> |
| <p class="text-gray-600 mb-4">"I've tried many learning apps, but ElderLearn is different. The cooking quests actually helped me improve my skills while earning discounts on kitchen tools. My granddaughter even joined me!"</p> |
| <div class="flex"> |
| <i class="fas fa-star text-yellow-400"></i> |
| <i class="fas fa-star text-yellow-400"></i> |
| <i class="fas fa-star text-yellow-400"></i> |
| <i class="fas fa-star text-yellow-400"></i> |
| <i class="fas fa-star text-yellow-400"></i> |
| </div> |
| </div> |
| |
| |
| <div class="bg-white p-6 rounded-lg shadow-md card-hover"> |
| <div class="flex items-center mb-4"> |
| <div class="w-12 h-12 bg-purple-100 rounded-full flex items-center justify-center mr-4"> |
| <i class="fas fa-user text-purple-600 text-xl"></i> |
| </div> |
| <div> |
| <h4 class="font-bold text-gray-800">Robert, 72</h4> |
| <p class="text-sm text-gray-500">Retired Engineer</p> |
| </div> |
| </div> |
| <p class="text-gray-600 mb-4">"The tech skills guild helped me finally understand my smartphone. The step-by-step challenges were perfect, and the tokens I earned got me a free tech support session when I needed it."</p> |
| <div class="flex"> |
| <i class="fas fa-star text-yellow-400"></i> |
| <i class="fas fa-star text-yellow-400"></i> |
| <i class="fas fa-star text-yellow-400"></i> |
| <i class="fas fa-star text-yellow-400"></i> |
| <i class="fas fa-star-half-alt text-yellow-400"></i> |
| </div> |
| </div> |
| |
| |
| <div class="bg-white p-6 rounded-lg shadow-md card-hover"> |
| <div class="flex items-center mb-4"> |
| <div class="w-12 h-12 bg-purple-100 rounded-full flex items-center justify-center mr-4"> |
| <i class="fas fa-user text-purple-600 text-xl"></i> |
| </div> |
| <div> |
| <h4 class="font-bold text-gray-800">Elena, 65</h4> |
| <p class="text-sm text-gray-500">Retired Nurse</p> |
| </div> |
| </div> |
| <p class="text-gray-600 mb-4">"I converted my knowledge tokens into a donation to the Alzheimer's Association. Learning while making a difference gives me such a sense of purpose in retirement."</p> |
| <div class="flex"> |
| <i class="fas fa-star text-yellow-400"></i> |
| <i class="fas fa-star text-yellow-400"></i> |
| <i class="fas fa-star text-yellow-400"></i> |
| <i class="fas fa-star text-yellow-400"></i> |
| <i class="fas fa-star text-yellow-400"></i> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
|
|
| |
| <div class="bg-purple-700"> |
| <div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:py-16 lg:px-8 lg:flex lg:items-center lg:justify-between"> |
| <h2 class="text-3xl font-extrabold tracking-tight text-white sm:text-4xl"> |
| <span class="block">Ready to begin your adventure?</span> |
| <span class="block text-purple-200">Join ElderLearn today - first month free.</span> |
| </h2> |
| <div class="mt-8 flex lg:mt-0 lg:flex-shrink-0"> |
| <div class="inline-flex rounded-md shadow"> |
| <a href="#" class="inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-purple-600 bg-white hover:bg-purple-50"> |
| Get Started |
| <i class="fas fa-arrow-right ml-2"></i> |
| </a> |
| </div> |
| <div class="ml-3 inline-flex rounded-md shadow"> |
| <a href="#" class="inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-white bg-purple-600 bg-opacity-60 hover:bg-opacity-70"> |
| Live Demo |
| <i class="fas fa-play ml-2"></i> |
| </a> |
| </div> |
| </div> |
| </div> |
| </div> |
|
|
| |
| <footer class="bg-gray-800"> |
| <div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8"> |
| <div class="grid grid-cols-2 md:grid-cols-4 gap-8"> |
| <div> |
| <h3 class="text-sm font-semibold text-gray-300 tracking-wider uppercase">ElderLearn</h3> |
| <ul class="mt-4 space-y-4"> |
| <li><a href="#" class="text-base text-gray-400 hover:text-white">About Us</a></li> |
| <li><a href="#" class="text-base text-gray-400 hover:text-white">Careers</a></li> |
| <li><a href="#" class="text-base text-gray-400 hover:text-white">Press</a></li> |
| <li><a href="#" class="text-base text-gray-400 hover:text-white">Blog</a></li> |
| </ul> |
| </div> |
| <div> |
| <h3 class="text-sm font-semibold text-gray-300 tracking-wider uppercase">Support</h3> |
| <ul class="mt-4 space-y-4"> |
| <li><a href="#" class="text-base text-gray-400 hover:text-white">Help Center</a></li> |
| <li><a href="#" class="text-base text-gray-400 hover:text-white">Safety</a></li> |
| <li><a href="#" class="text-base text-gray-400 hover:text-white">Accessibility</a></li> |
| <li><a href="#" class="text-base text-gray-400 hover:text-white">Contact Us</a></li> |
| </ul> |
| </div> |
| <div> |
| <h3 class="text-sm font-semibold text-gray-300 tracking-wider uppercase">Legal</h3> |
| <ul class="mt-4 space-y-4"> |
| <li><a href="#" class="text-base text-gray-400 hover:text-white">Terms</a></li> |
| <li><a href="#" class="text-base text-gray-400 hover:text-white">Privacy</a></li> |
| <li><a href="#" class="text-base text-gray-400 hover:text-white">Cookie Policy</a></li> |
| <li><a href="#" class="text-base text-gray-400 hover:text-white">GDPR</a></li> |
| </ul> |
| </div> |
| <div> |
| <h3 class="text-sm font-semibold text-gray-300 tracking-wider uppercase">Connect</h3> |
| <div class="mt-4 flex space-x-6"> |
| <a href="#" class="text-gray-400 hover:text-white"> |
| <i class="fab fa-facebook-f"></i> |
| </a> |
| <a href="#" class="text-gray-400 hover:text-white"> |
| <i class="fab fa-twitter"></i> |
| </a> |
| <a href="#" class="text-gray-400 hover:text-white"> |
| <i class="fab fa-instagram"></i> |
| </a> |
| <a href="#" class="text-gray-400 hover:text-white"> |
| <i class="fab fa-youtube"></i> |
| </a> |
| </div> |
| <div class="mt-6"> |
| <h4 class="text-sm font-medium text-gray-300">Subscribe to our newsletter</h4> |
| <div class="mt-2 flex"> |
| <input type="email" placeholder="Your email" class="px-3 py-2 border border-gray-600 bg-gray-700 text-white text-sm rounded-l focus:outline-none focus:ring-1 focus:ring-purple-500 w-full"> |
| <button class="bg-purple-600 hover:bg-purple-700 text-white px-4 py-2 rounded-r text-sm font-medium"> |
| <i class="fas fa-paper-plane"></i> |
| </button> |
| </div> |
| </div> |
| </div> |
| </div> |
| <div class="mt-12 border-t border-gray-700 pt-8"> |
| <p class="text-base text-gray-400 text-center"> |
| © 2023 ElderLearn, Inc. All rights reserved. |
| </p> |
| </div> |
| </div> |
| </footer> |
|
|
| <script> |
| |
| document.addEventListener('DOMContentLoaded', function() { |
| const progressRing = document.querySelector('.progress-ring__circle'); |
| const radius = progressRing.r.baseVal.value; |
| const circumference = radius * 2 * Math.PI; |
| |
| progressRing.style.strokeDasharray = `${circumference} ${circumference}`; |
| progressRing.style.strokeDashoffset = circumference; |
| |
| const offset = circumference - 65 / 100 * circumference; |
| progressRing.style.strokeDashoffset = offset; |
| |
| |
| const ctaButton = document.querySelector('.bg-purple-600'); |
| setInterval(() => { |
| ctaButton.classList.toggle('pulse-animation'); |
| }, 4000); |
| }); |
| </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=KnIgHtMaReX/website-builder-creative" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> |
| </html> |