Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Thunderbird Revamp</title> | |
| <link rel="stylesheet" href="style.css"> | |
| <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> | |
| </head> | |
| <body class="bg-gray-50 text-gray-800"> | |
| <custom-navbar></custom-navbar> | |
| <!-- Hero Section --> | |
| <section class="pt-24 pb-16 md:pt-32 md:pb-24 bg-gradient-to-r from-blue-50 to-indigo-50"> | |
| <div class="container mx-auto px-4 flex flex-col md:flex-row items-center"> | |
| <div class="md:w-1/2 mb-10 md:mb-0"> | |
| <h1 class="text-4xl md:text-5xl font-bold mb-4">Revolutionary Email Experience</h1> | |
| <p class="text-lg text-gray-600 mb-8">Thunderbird makes email better for everyone with powerful features and a modern interface.</p> | |
| <div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4"> | |
| <button class="px-6 py-3 rounded-md bg-blue-600 text-white hover:bg-blue-700 transition font-medium">Download Now</button> | |
| <button class="px-6 py-3 rounded-md border border-gray-300 hover:bg-gray-100 transition font-medium">Learn More</button> | |
| </div> | |
| </div> | |
| <div class="md:w-1/2 flex justify-center"> | |
| <div class="relative"> | |
| <div class="w-64 h-64 md:w-80 md:h-80 rounded-full bg-blue-200 absolute -top-6 -left-6 z-0"></div> | |
| <div class="relative z-10 bg-white rounded-xl shadow-lg p-6 w-80"> | |
| <div class="flex justify-between items-center mb-4"> | |
| <div class="flex items-center space-x-2"> | |
| <div class="w-3 h-3 rounded-full bg-red-400"></div> | |
| <div class="w-3 h-3 rounded-full bg-yellow-400"></div> | |
| <div class="w-3 h-3 rounded-full bg-green-400"></div> | |
| </div> | |
| <div class="text-sm text-gray-500">Thunderbird</div> | |
| </div> | |
| <div class="space-y-3"> | |
| <div class="flex items-start space-x-3"> | |
| <div class="bg-blue-100 p-2 rounded-full"> | |
| <i data-feather="user" class="w-4 h-4 text-blue-600"></i> | |
| </div> | |
| <div> | |
| <div class="font-medium">John Doe</div> | |
| <div class="text-sm text-gray-500">Meeting tomorrow at 10am</div> | |
| </div> | |
| </div> | |
| <div class="flex items-start space-x-3"> | |
| <div class="bg-green-100 p-2 rounded-full"> | |
| <i data-feather="shopping-cart" class="w-4 h-4 text-green-600"></i> | |
| </div> | |
| <div> | |
| <div class="font-medium">Amazon</div> | |
| <div class="text-sm text-gray-500">Your order has shipped</div> | |
| </div> | |
| </div> | |
| <div class="flex items-start space-x-3"> | |
| <div class="bg-purple-100 p-2 rounded-full"> | |
| <i data-feather="calendar" class="w-4 h-4 text-purple-600"></i> | |
| </div> | |
| <div> | |
| <div class="font-medium">Team Event</div> | |
| <div class="text-sm text-gray-500">Reminder: Company retreat</div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Features Section --> | |
| <section class="py-16 bg-white" id="features"> | |
| <div class="container mx-auto px-4"> | |
| <div class="text-center mb-16"> | |
| <h2 class="text-3xl font-bold mb-4">Powerful Features</h2> | |
| <p class="text-gray-600 max-w-2xl mx-auto">Thunderbird offers everything you need for a modern email experience with security and privacy at its core.</p> | |
| </div> | |
| <div class="grid grid-cols-1 md:grid-cols-3 gap-8"> | |
| <div class="bg-gray-50 p-8 rounded-xl hover:shadow-lg transition"> | |
| <div class="w-12 h-12 rounded-full bg-blue-100 flex items-center justify-center mb-6"> | |
| <i data-feather="shield" class="text-blue-600"></i> | |
| </div> | |
| <h3 class="text-xl font-bold mb-3">Advanced Security</h3> | |
| <p class="text-gray-600">Built-in phishing and malware protection keeps your communications safe from threats.</p> | |
| </div> | |
| <div class="bg-gray-50 p-8 rounded-xl hover:shadow-lg transition"> | |
| <div class="w-12 h-12 rounded-full bg-green-100 flex items-center justify-center mb-6"> | |
| <i data-feather="layers" class="text-green-600"></i> | |
| </div> | |
| <h3 class="text-xl font-bold mb-3">Tabbed Interface</h3> | |
| <p class="text-gray-600">Work with multiple emails simultaneously using our intuitive tabbed interface.</p> | |
| </div> | |
| <div class="bg-gray-50 p-8 rounded-xl hover:shadow-lg transition"> | |
| <div class="w-12 h-12 rounded-full bg-purple-100 flex items-center justify-center mb-6"> | |
| <i data-feather="users" class="text-purple-600"></i> | |
| </div> | |
| <h3 class="text-xl font-bold mb-3">Calendar Integration</h3> | |
| <p class="text-gray-600">Seamlessly manage your schedule with our integrated calendar system.</p> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Solutions Section --> | |
| <section class="py-16 bg-gray-50" id="solutions"> | |
| <div class="container mx-auto px-4"> | |
| <div class="text-center mb-16"> | |
| <h2 class="text-3xl font-bold mb-4">Tailored Solutions</h2> | |
| <p class="text-gray-600 max-w-2xl mx-auto">Thunderbird adapts to your needs, whether you're an individual, business, or organization.</p> | |
| </div> | |
| <div class="grid grid-cols-1 md:grid-cols-3 gap-8"> | |
| <div class="bg-white p-8 rounded-xl shadow-sm"> | |
| <div class="w-12 h-12 rounded-full bg-blue-100 flex items-center justify-center mb-6"> | |
| <i data-feather="user" class="text-blue-600"></i> | |
| </div> | |
| <h3 class="text-xl font-bold mb-3">For Individuals</h3> | |
| <p class="text-gray-600 mb-4">Manage personal emails with powerful organization tools and robust privacy features.</p> | |
| <ul class="text-gray-600 space-y-2"> | |
| <li class="flex items-center"> | |
| <i data-feather="check-circle" class="text-green-500 mr-2 w-4 h-4"></i> | |
| <span>Unlimited accounts</span> | |
| </li> | |
| <li class="flex items-center"> | |
| <i data-feather="check-circle" class="text-green-500 mr-2 w-4 h-4"></i> | |
| <span>Advanced search</span> | |
| </li> | |
| <li class="flex items-center"> | |
| <i data-feather="check-circle" class="text-green-500 mr-2 w-4 h-4"></i> | |
| <span>Customizable interface</span> | |
| </li> | |
| </ul> | |
| </div> | |
| <div class="bg-white p-8 rounded-xl shadow-sm"> | |
| <div class="w-12 h-12 rounded-full bg-green-100 flex items-center justify-center mb-6"> | |
| <i data-feather="briefcase" class="text-green-600"></i> | |
| </div> | |
| <h3 class="text-xl font-bold mb-3">For Businesses</h3> | |
| <p class="text-gray-600 mb-4">Enterprise-grade security and collaboration tools for your team.</p> | |
| <ul class="text-gray-600 space-y-2"> | |
| <li class="flex items-center"> | |
| <i data-feather="check-circle" class="text-green-500 mr-2 w-4 h-4"></i> | |
| <span>Team collaboration</span> | |
| </li> | |
| <li class="flex items-center"> | |
| <i data-feather="check-circle" class="text-green-500 mr-2 w-4 h-4"></i> | |
| <span>Centralized management</span> | |
| </li> | |
| <li class="flex items-center"> | |
| <i data-feather="check-circle" class="text-green-500 mr-2 w-4 h-4"></i> | |
| <span>Enhanced security</span> | |
| </li> | |
| </ul> | |
| </div> | |
| <div class="bg-white p-8 rounded-xl shadow-sm"> | |
| <div class="w-12 h-12 rounded-full bg-purple-100 flex items-center justify-center mb-6"> | |
| <i data-feather="globe" class="text-purple-600"></i> | |
| </div> | |
| <h3 class="text-xl font-bold mb-3">For Organizations</h3> | |
| <p class="text-gray-600 mb-4">Open source solution with full control and customization options.</p> | |
| <ul class="text-gray-600 space-y-2"> | |
| <li class="flex items-center"> | |
| <i data-feather="check-circle" class="text-green-500 mr-2 w-4 h-4"></i> | |
| <span>Open source</span> | |
| </li> | |
| <li class="flex items-center"> | |
| <i data-feather="check-circle" class="text-green-500 mr-2 w-4 h-4"></i> | |
| <span>Full customization</span> | |
| </li> | |
| <li class="flex items-center"> | |
| <i data-feather="check-circle" class="text-green-500 mr-2 w-4 h-4"></i> | |
| <span>No vendor lock-in</span> | |
| </li> | |
| </ul> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Testimonials --> | |
| <section class="py-16 bg-white"> | |
| <div class="container mx-auto px-4"> | |
| <div class="text-center mb-16"> | |
| <h2 class="text-3xl font-bold mb-4">Loved by Millions</h2> | |
| <p class="text-gray-600 max-w-2xl mx-auto">Join over 25 million users who trust Thunderbird for their email needs.</p> | |
| </div> | |
| <div class="grid grid-cols-1 md:grid-cols-2 gap-8"> | |
| <div class="bg-gray-50 p-8 rounded-xl shadow-sm"> | |
| <div class="flex items-center mb-6"> | |
| <div class="w-12 h-12 rounded-full bg-gray-300 mr-4"></div> | |
| <div> | |
| <div class="font-bold">Sarah Johnson</div> | |
| <div class="text-gray-500">Product Manager</div> | |
| </div> | |
| </div> | |
| <p class="text-gray-600 italic">"Thunderbird has transformed how I manage my inbox. The customization options and security features make it my go-to email client."</p> | |
| </div> | |
| <div class="bg-gray-50 p-8 rounded-xl shadow-sm"> | |
| <div class="flex items-center mb-6"> | |
| <div class="w-12 h-12 rounded-full bg-gray-300 mr-4"></div> | |
| <div> | |
| <div class="font-bold">Michael Chen</div> | |
| <div class="text-gray-500">Software Developer</div> | |
| </div> | |
| </div> | |
| <p class="text-gray-600 italic">"As someone who handles multiple email accounts, Thunderbird's tabbed interface and unified inbox save me hours every week."</p> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- CTA Section --> | |
| <section class="py-16 bg-gradient-to-r from-blue-600 to-indigo-700 text-white"> | |
| <div class="container mx-auto px-4 text-center"> | |
| <h2 class="text-3xl md:text-4xl font-bold mb-6">Ready to Transform Your Email?</h2> | |
| <p class="text-blue-100 max-w-2xl mx-auto mb-8 text-lg">Join millions of users who have already made the switch to Thunderbird.</p> | |
| <div class="flex flex-col sm:flex-row justify-center space-y-4 sm:space-y-0 sm:space-x-4"> | |
| <button class="px-8 py-4 rounded-md bg-white text-blue-600 hover:bg-gray-100 transition font-bold">Download Now</button> | |
| <button class="px-8 py-4 rounded-md border border-white text-white hover:bg-blue-700 transition font-bold">View Features</button> | |
| </div> | |
| </div> | |
| </section> | |
| <custom-footer></custom-footer> | |
| <script src="components/navbar.js"></script> | |
| <script src="components/footer.js"></script> | |
| <script src="script.js"></script> | |
| <script>feather.replace();</script> | |
| <script src="https://huggingface.co/deepsite/deepsite-badge.js"></script> | |
| </body> | |
| </html> | |