Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Our AI - Create Your Own Overlay & Frame for Your Channel</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> | |
| .gradient-bg { | |
| background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); | |
| } | |
| .hero-gradient { | |
| background: linear-gradient(135deg, #f093fb 0%, #f5576c 50%, #4facfe 100%); | |
| } | |
| .card-hover:hover { | |
| transform: translateY(-5px); | |
| transition: transform 0.3s ease; | |
| } | |
| .testimonial-card { | |
| background: rgba(255, 255, 255, 0.1); | |
| backdrop-filter: blur(10px); | |
| } | |
| .pricing-card { | |
| transition: all 0.3s ease; | |
| } | |
| .pricing-card:hover { | |
| transform: scale(1.05); | |
| } | |
| .feature-icon { | |
| background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); | |
| } | |
| </style> | |
| </head> | |
| <body class="bg-gray-900 text-white"> | |
| <!-- Navigation --> | |
| <nav class="bg-gray-800 px-6 py-4"> | |
| <div class="max-w-7xl mx-auto flex items-center justify-between"> | |
| <div class="flex items-center space-x-2"> | |
| <div class="w-8 h-8 bg-gradient-to-r from-purple-500 to-pink-500 rounded-lg flex items-center justify-center"> | |
| <i class="fas fa-robot text-white text-sm"></i> | |
| </div> | |
| <span class="text-xl font-bold">Our AI</span> | |
| </div> | |
| <div class="hidden md:flex items-center space-x-8"> | |
| <a href="#" class="text-gray-300 hover:text-white">Home</a> | |
| <a href="#" class="text-gray-300 hover:text-white">Overlays</a> | |
| <a href="#" class="text-gray-300 hover:text-white">Frames</a> | |
| <a href="#" class="text-gray-300 hover:text-white">Chatbots</a> | |
| <a href="#" class="text-gray-300 hover:text-white">Blog</a> | |
| </div> | |
| <button class="bg-gradient-to-r from-purple-500 to-pink-500 px-6 py-2 rounded-full text-white font-medium hover:opacity-90"> | |
| Get Started | |
| </button> | |
| </div> | |
| </nav> | |
| <!-- Hero Section --> | |
| <section class="hero-gradient min-h-screen flex items-center justify-center px-6 relative overflow-hidden"> | |
| <div class="absolute inset-0 bg-black bg-opacity-50"></div> | |
| <div class="relative z-10 text-center max-w-4xl mx-auto"> | |
| <h1 class="text-5xl md:text-6xl font-bold mb-6 leading-tight"> | |
| Create Your Own Overlay & Frame for Your Channel | |
| </h1> | |
| <p class="text-xl text-gray-200 mb-8 max-w-2xl mx-auto"> | |
| Unlock the power of AI to create stunning overlays and frames for your YouTube channel | |
| </p> | |
| <div class="flex flex-col sm:flex-row gap-4 justify-center items-center max-w-md mx-auto"> | |
| <input type="email" placeholder="Enter your email" class="flex-1 px-4 py-3 rounded-full text-gray-900 focus:outline-none focus:ring-2 focus:ring-purple-500"> | |
| <button class="bg-gradient-to-r from-purple-500 to-pink-500 px-8 py-3 rounded-full text-white font-medium hover:opacity-90 whitespace-nowrap"> | |
| Get Started | |
| </button> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Features Section --> | |
| <section class="py-20 px-6 bg-gray-800"> | |
| <div class="max-w-7xl mx-auto"> | |
| <div class="text-center mb-16"> | |
| <h2 class="text-4xl font-bold mb-4">Our Features</h2> | |
| <p class="text-gray-400 text-lg">Discover what makes our AI platform unique</p> | |
| </div> | |
| <div class="grid md:grid-cols-3 gap-8"> | |
| <div class="bg-gray-700 rounded-xl p-8 card-hover"> | |
| <div class="feature-icon w-16 h-16 rounded-lg flex items-center justify-center mb-6"> | |
| <i class="fas fa-layer-group text-white text-2xl"></i> | |
| </div> | |
| <h3 class="text-2xl font-bold mb-4">Custom Overlays</h3> | |
| <p class="text-gray-300">Create professional overlays for your streams and videos</p> | |
| </div> | |
| <div class="bg-gray-700 rounded-xl p-8 card-hover"> | |
| <div class="feature-icon w-16 h-16 rounded-lg flex items-center justify-center mb-6"> | |
| <i class="fas fa-border-all text-white text-2xl"></i> | |
| </div> | |
| <h3 class="text-2xl font-bold mb-4">Custom Frames</h3> | |
| <p class="text-gray-300">Design unique frames to enhance your video presentation</p> | |
| </div> | |
| <div class="bg-gray-700 rounded-xl p-8 card-hover"> | |
| <div class="feature-icon w-16 h-16 rounded-lg flex items-center justify-center mb-6"> | |
| <i class="fas fa-comments text-white text-2xl"></i> | |
| </div> | |
| <h3 class="text-2xl font-bold mb-4">AI Chatbots</h3> | |
| <p class="text-gray-300">Engage your audience with intelligent chatbot interactions</p> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Pricing Section --> | |
| <section class="py-20 px-6 bg-gray-900"> | |
| <div class="max-w-7xl mx-auto"> | |
| <div class="text-center mb-16"> | |
| <h2 class="text-4xl font-bold mb-4">Simple Pricing</h2> | |
| <p class="text-gray-400 text-lg">Choose the perfect plan for your needs</p> | |
| </div> | |
| <div class="grid md:grid-cols-3 gap-8"> | |
| <div class="bg-gray-800 rounded-xl p-8 pricing-card"> | |
| <h3 class="text-2xl font-bold mb-4">Basic</h3> | |
| <div class="text-4xl font-bold mb-2">$9<span class="text-lg text-gray-400">/month</span></div> | |
| <p class="text-gray-400 mb-6">Perfect for beginners</p> | |
| <ul class="space-y-3 mb-8"> | |
| <li class="flex items-center"><i class="fas fa-check text-green-400 mr-3"></i>Basic overlays</li> | |
| <li class="flex items-center"><i class="fas fa-check text-green-400 mr-3"></i>Standard frames</li> | |
| <li class="flex items-center"><i class="fas fa-check text-green-400 mr-3"></i>Basic chatbot</li> | |
| </ul> | |
| <button class="w-full bg-gradient-to-r from-purple-500 to-pink-500 py-3 rounded-full text-white font-medium hover:opacity-90"> | |
| Get Started | |
| </button> | |
| </div> | |
| <div class="bg-gray-700 rounded-xl p-8 pricing-card border-2 border-purple-500"> | |
| <h3 class="text-2xl font-bold mb-4">Pro</h3> | |
| <div class="text-4xl font-bold mb-2">$29<span class="text-lg text-gray-400">/month</span></div> | |
| <p class="text-gray-400 mb-6">For growing creators</p> | |
| <ul class="space-y-3 mb-8"> | |
| <li class="flex items-center"><i class="fas fa-check text-green-400 mr-3"></i>Advanced overlays</li> | |
| <li class="flex items-center"><i class="fas fa-check text-green-400 mr-3"></i>Custom frames</li> | |
| <li class="flex items-center"><i class="fas fa-check text-green-400 mr-3"></i>Smart chatbot</li> | |
| <li class="flex items-center"><i class="fas fa-check text-green-400 mr-3"></i>Analytics</li> | |
| </ul> | |
| <button class="w-full bg-gradient-to-r from-purple-500 to-pink-500 py-3 rounded-full text-white font-medium hover:opacity-90"> | |
| Get Started | |
| </button> | |
| </div> | |
| <div class="bg-gray-800 rounded-xl p-8 pricing-card"> | |
| <h3 class="text-2xl font-bold mb-4">Enterprise</h3> | |
| <div class="text-4xl font-bold mb-2">$99<span class="text-lg text-gray-400">/month</span></div> | |
| <p class="text-gray-400 mb-6">For professional creators</p> | |
| <ul class="space-y-3 mb-8"> | |
| <li class="flex items-center"><i class="fas fa-check text-green-400 mr-3"></i>Premium overlays</li> | |
| <li class="flex items-center"><i class="fas fa-check text-green-400 mr-3"></i>Custom frames</li> | |
| <li class="flex items-center"><i class="fas fa-check text-green-400 mr-3"></i>AI chatbot</li> | |
| <li class="flex items-center"><i class="fas fa-check text-green-400 mr-3"></i>Advanced analytics</li> | |
| <li class="flex items-center"><i class="fas fa-check text-green-400 mr-3"></i>Priority support</li> | |
| </ul> | |
| <button class="w-full bg-gradient-to-r from-purple-500 to-pink-500 py-3 rounded-full text-white font-medium hover:opacity-90"> | |
| Get Started | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Testimonials Section --> | |
| <section class="py-20 px-6 bg-gray-800"> | |
| <div class="max-w-7xl mx-auto"> | |
| <div class="text-center mb-16"> | |
| <h2 class="text-4xl font-bold mb-4">What Our Users Say</h2> | |
| <p class="text-gray-400 text-lg">Hear from our satisfied customers</p> | |
| </div> | |
| <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8"> | |
| <div class="testimonial-card rounded-xl p-6 border border-gray-700"> | |
| <div class="flex items-center mb-4"> | |
| <div class="w-12 h-12 bg-gradient-to-r from-purple-500 to-pink-500 rounded-full flex items-center justify-center mr-4"> | |
| <i class="fas fa-user text-white"></i> | |
| </div> | |
| <div> | |
| <h4 class="font-bold">Sarah Johnson</h4> | |
| <p class="text-gray-400 text-sm">YouTuber</p> | |
| </div> | |
| </div> | |
| <p class="text-gray-300">"This platform completely transformed my YouTube channel. The overlays are stunning and easy to create!"</p> | |
| </div> | |
| <div class="testimonial-card rounded-xl p-6 border border-gray-700"> | |
| <div class="flex items-center mb-4"> | |
| <div class="w-12 h-12 bg-gradient-to-r from-purple-500 to-pink-500 rounded-full flex items-center justify-center mr-4"> | |
| <i class="fas fa-user text-white"></i> | |
| </div> | |
| <div> | |
| <h4 class="font-bold">Michael Chen</h4> | |
| <p class="text-gray-400 text-sm">Streamer</p> | |
| </div> | |
| </div> | |
| <p class="text-gray-300">"The AI chatbot has been a game changer for engaging with my audience during live streams."</p> | |
| </div> | |
| <div class="testimonial-card rounded-xl p-6 border border-gray-700"> | |
| <div class="flex items-center mb-4"> | |
| <div class="w-12 h-12 bg-gradient-to-r from-purple-500 to-pink-500 rounded-full flex items-center justify-center mr-4"> | |
| <i class="fas fa-user text-white"></i> | |
| </div> | |
| <div> | |
| <h4 class="font-bold">Emily Rodriguez</h4> | |
| <p class="text-gray-400 text-sm">Content Creator</p> | |
| </div> | |
| </div> | |
| <p class="text-gray-300">"I love how easy it is to create professional-looking frames for my videos. Highly recommend!"</p> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Blog Section --> | |
| <section class="py-20 px-6 bg-gray-900"> | |
| <div class="max-w-7xl mx-auto"> | |
| <div class="text-center mb-16"> | |
| <h2 class="text-4xl font-bold mb-4">Latest from Our Blog</h2> | |
| <p class="text-gray-400 text-lg">Stay updated with our latest insights and tips</p> | |
| </div> | |
| <div class="grid md:grid-cols-3 gap-8"> | |
| <article class="bg-gray-800 rounded-xl overflow-hidden card-hover"> | |
| <div class="h-48 bg-gradient-to-r from-purple-500 to-pink-500"></div> | |
| <div class="p-6"> | |
| <h3 class="text-xl font-bold mb-3">How to Create Engaging YouTube Overlays</h3> | |
| <p class="text-gray-400 mb-4">Learn the secrets to creating overlays that keep your audience engaged and coming back for more.</p> | |
| <a href="#" class="text-purple-400 hover:text-purple-300 font-medium">Read More →</a> | |
| </div> | |
| </article> | |
| <article class="bg-gray-800 rounded-xl overflow-hidden card-hover"> | |
| <div class="h-48 bg-gradient-to-r from-blue-500 to-purple-500"></div> | |
| <div class="p-6"> | |
| <h3 class="text-xl font-bold mb-3">The Power of AI in Content Creation</h3> | |
| <p class="text-gray-400 mb-4">Discover how artificial intelligence is revolutionizing the way we create and consume content.</p> | |
| <a href="#" class="text-purple-400 hover:text-purple-300 font-medium">Read More →</a> | |
| </div> | |
| </article> | |
| <article class="bg-gray-800 rounded-xl overflow-hidden card-hover"> | |
| <div class="h-48 bg-gradient-to-r from-green-500 to-blue-500"></div> | |
| <div class="p-6"> | |
| <h3 class="text-xl font-bold mb-3">Maximizing Your YouTube Channel Growth</h3> | |
| <p class="text-gray-400 mb-4">Proven strategies to grow your YouTube channel and increase your subscriber base.</p> | |
| <a href="#" class="text-purple-400 hover:text-purple-300 font-medium">Read More →</a> | |
| </div> | |
| </article> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Footer --> | |
| <footer class="bg-gray-800 py-16 px-6"> | |
| <div class="max-w-7xl mx-auto"> | |
| <div class="grid md:grid-cols-4 gap-8 mb-12"> | |
| <div> | |
| <div class="flex items-center space-x-2 mb-6"> | |
| <div class="w-8 h-8 bg-gradient-to-r from-purple-500 to-pink-500 rounded-lg flex items-center justify-center"> | |
| <i class="fas fa-robot text-white text-sm"></i> | |
| </div> | |
| <span class="text-xl font-bold">Our AI</span> | |
| </div> | |
| <p class="text-gray-400">Create stunning overlays and frames for your YouTube channel with the power of AI.</p> | |
| </div> | |
| <div> | |
| <h4 class="text-lg font-bold mb-4">Quick Links</h4> | |
| <ul class="space-y-2"> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Home</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Overlays</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Frames</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Chatbots</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h4 class="text-lg font-bold mb-4">Resources</h4> | |
| <ul class="space-y-2"> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Blog</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Documentation</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Support</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Contact</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h4 class="text-lg font-bold mb-4">Connect With Us</h4> | |
| <div class="flex space-x-4"> | |
| <a href="#" class="w-10 h-10 bg-gray-700 rounded-full flex items-center justify-center hover:bg-gray-600"> | |
| <i class="fab fa-twitter text-gray-400"></i> | |
| </a> | |
| <a href="#" class="w-10 h-10 bg-gray-700 rounded-full flex items-center justify-center hover:bg-gray-600"> | |
| <i class="fab fa-facebook text-gray-400"></i> | |
| </a> | |
| <a href="#" class="w-10 h-10 bg-gray-700 rounded-full flex items-center justify-center hover:bg-gray-600"> | |
| <i class="fab fa-instagram text-gray-400"></i> | |
| </a> | |
| <a href="#" class="w-10 h-10 bg-gray-700 rounded-full flex items-center justify-center hover:bg-gray-600"> | |
| <i class="fab fa-youtube text-gray-400"></i> | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="border-t border-gray-700 pt-8 flex flex-col md:flex-row justify-between items-center"> | |
| <p class="text-gray-400 text-sm">© 2023 Our AI. All rights reserved.</p> | |
| <div class="flex space-x-6 mt-4 md:mt-0"> | |
| <a href="#" class="text-gray-400 hover:text-white text-sm">Privacy Policy</a> | |
| <a href="#" class="text-gray-400 hover:text-white text-sm">Terms of Service</a> | |
| </div> | |
| </div> | |
| <div class="mt-4 text-center"> | |
| <a href="https://huggingface.co/spaces/akhaliq/anycoder" class="text-gray-400 hover:text-white text-sm">Built with anycoder</a> | |
| </div> | |
| </div> | |
| </footer> | |
| <script> | |
| // Simple mobile menu toggle (if needed) | |
| document.addEventListener('DOMContentLoaded', function() { | |
| // Add any interactive functionality here | |
| console.log('Our AI website loaded successfully'); | |
| }); | |
| </script> | |
| </body> | |
| </html> |