Spaces:
Running
Running
| <html lang="en" class="dark"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Features | CryptoSignal Sleuth</title> | |
| <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.globe.min.js"></script> | |
| <script> | |
| tailwind.config = { | |
| darkMode: 'class', | |
| theme: { | |
| extend: { | |
| colors: { | |
| primary: { | |
| 500: '#d946ef', | |
| }, | |
| secondary: { | |
| 500: '#f97316', | |
| } | |
| } | |
| } | |
| } | |
| } | |
| </script> | |
| <style> | |
| .vanta-bg { | |
| position: absolute; | |
| top: 0; | |
| left: 0; | |
| width: 100%; | |
| height: 100%; | |
| z-index: -1; | |
| opacity: 0.3; | |
| } | |
| .glass-card { | |
| backdrop-filter: blur(16px) saturate(180%); | |
| -webkit-backdrop-filter: blur(16px) saturate(180%); | |
| background-color: rgba(17, 25, 40, 0.75); | |
| border-radius: 12px; | |
| border: 1px solid rgba(255, 255, 255, 0.125); | |
| } | |
| .feature-card:hover { | |
| transform: translateY(-5px); | |
| box-shadow: 0 20px 25px -5px rgba(217, 70, 239, 0.1), 0 10px 10px -5px rgba(217, 70, 239, 0.04); | |
| } | |
| </style> | |
| </head> | |
| <body class="bg-gray-900 text-gray-100 min-h-screen"> | |
| <div id="vanta-bg" class="vanta-bg"></div> | |
| <nav class="border-b border-gray-800 py-4"> | |
| <div class="container mx-auto px-4 flex justify-between items-center"> | |
| <div class="flex items-center space-x-2"> | |
| <i data-feather="activity" class="text-primary-500"></i> | |
| <span class="text-xl font-bold bg-gradient-to-r from-primary-500 to-secondary-500 bg-clip-text text-transparent">CryptoSignal Sleuth</span> | |
| </div> | |
| <div class="hidden md:flex space-x-6"> | |
| <a href="index.html" class="hover:text-primary-500 transition">Dashboard</a> | |
| <a href="signals.html" class="hover:text-primary-500 transition">Signals</a> | |
| <a href="analytics.html" class="hover:text-primary-500 transition">Analytics</a> | |
| <a href="traders.html" class="hover:text-primary-500 transition">Traders</a> | |
| <a href="api-docs.html" class="hover:text-primary-500 transition">API Docs</a> | |
| </div> | |
| <button class="md:hidden"> | |
| <i data-feather="menu"></i> | |
| </button> | |
| </div> | |
| </nav> | |
| <main class="container mx-auto px-4 py-8"> | |
| <!-- Features Header --> | |
| <section class="glass-card p-8 mb-12 relative overflow-hidden"> | |
| <div class="absolute -top-20 -right-20 w-64 h-64 rounded-full bg-primary-500 opacity-10 blur-3xl"></div> | |
| <div class="absolute -bottom-20 -left-20 w-64 h-64 rounded-full bg-secondary-500 opacity-10 blur-3xl"></div> | |
| <div class="relative z-10"> | |
| <h1 class="text-4xl md:text-6xl font-bold mb-4">Powerful <span class="text-primary-500">Features</span></h1> | |
| <p class="text-xl text-gray-300 mb-8 max-w-2xl">Everything you need to analyze crypto signals and make better trading decisions</p> | |
| <div class="flex flex-col sm:flex-row gap-4"> | |
| <a href="pricing.html" class="bg-primary-500 hover:bg-primary-600 text-white px-6 py-3 rounded-lg font-medium transition transform hover:scale-105 text-center">View Pricing</a> | |
| <button class="border border-primary-500 text-primary-500 hover:bg-primary-500/10 px-6 py-3 rounded-lg font-medium transition">Get Started</button> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Core Features --> | |
| <section class="mb-16"> | |
| <h2 class="text-3xl font-bold mb-8 text-center">Core <span class="text-secondary-500">Features</span></h2> | |
| <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6"> | |
| <!-- Feature 1 --> | |
| <div class="feature-card glass-card p-6 rounded-xl transition hover:border-primary-500 border border-gray-800"> | |
| <div class="w-12 h-12 rounded-full bg-primary-500/20 flex items-center justify-center mb-4"> | |
| <i data-feather="zap" class="text-primary-500"></i> | |
| </div> | |
| <h3 class="text-xl font-bold mb-2">Real-time Signals</h3> | |
| <p class="text-gray-400 mb-4">Instant detection of trading signals across hundreds of Telegram channels with AI-powered accuracy scoring.</p> | |
| <ul class="space-y-2 text-sm text-gray-400"> | |
| <li class="flex items-center"> | |
| <i data-feather="check" class="w-4 h-4 text-green-500 mr-2"></i> | |
| <span>Instant notifications</span> | |
| </li> | |
| <li class="flex items-center"> | |
| <i data-feather="check" class="w-4 h-4 text-green-500 mr-2"></i> | |
| <span>Multi-channel monitoring</span> | |
| </li> | |
| <li class="flex items-center"> | |
| <i data-feather="check" class="w-4 h-4 text-green-500 mr-2"></i> | |
| <span>Automated signal parsing</span> | |
| </li> | |
| </ul> | |
| </div> | |
| <!-- Feature 2 --> | |
| <div class="feature-card glass-card p-6 rounded-xl transition hover:border-primary-500 border border-gray-800"> | |
| <div class="w-12 h-12 rounded-full bg-primary-500/20 flex items-center justify-center mb-4"> | |
| <i data-feather="trending-up" class="text-primary-500"></i> | |
| </div> | |
| <h3 class="text-xl font-bold mb-2">Performance Tracking</h3> | |
| <p class="text-gray-400 mb-4">Track signal accuracy and trader performance over time with detailed historical analytics.</p> | |
| <ul class="space-y-2 text-sm text-gray-400"> | |
| <li class="flex items-center"> | |
| <i data-feather="check" class="w-4 h-4 text-green-500 mr-2"></i> | |
| <span>Success rate metrics</span> | |
| </li> | |
| <li class="flex items-center"> | |
| <i data-feather="check" class="w-4 h-4 text-green-500 mr-2"></i> | |
| <span>Profit/loss tracking</span> | |
| </li> | |
| <li class="flex items-center"> | |
| <i data-feather="check" class="w-4 h-4 text-green-500 mr-2"></i> | |
| <span>Time-based analysis</span> | |
| </li> | |
| </ul> | |
| </div> | |
| <!-- Feature 3 --> | |
| <div class="feature-card glass-card p-6 rounded-xl transition hover:border-primary-500 border border-gray-800"> | |
| <div class="w-12 h-12 rounded-full bg-primary-500/20 flex items-center justify-center mb-4"> | |
| <i data-feather="bar-chart-2" class="text-primary-500"></i> | |
| </div> | |
| <h3 class="text-xl font-bold mb-2">Smart Alerts</h3> | |
| <p class="text-gray-400 mb-4">Get notified when high-confidence signals are detected based on your custom criteria.</p> | |
| <ul class="space-y-2 text-sm text-gray-400"> | |
| <li class="flex items-center"> | |
| <i data-feather="check" class="w-4 h-4 text-green-500 mr-2"></i> | |
| <span>Custom alert thresholds</span> | |
| </li> | |
| <li class="flex items-center"> | |
| <i data-feather="check" class="w-4 h-4 text-green-500 mr-2"></i> | |
| <span>Multi-platform notifications</span> | |
| </li> | |
| <li class="flex items-center"> | |
| <i data-feather="check" class="w-4 h-4 text-green-500 mr-2"></i> | |
| <span>Priority signal flagging</span> | |
| </li> | |
| </ul> | |
| </div> | |
| <!-- Feature 4 --> | |
| <div class="feature-card glass-card p-6 rounded-xl transition hover:border-primary-500 border border-gray-800"> | |
| <div class="w-12 h-12 rounded-full bg-primary-500/20 flex items-center justify-center mb-4"> | |
| <i data-feather="user" class="text-primary-500"></i> | |
| </div> | |
| <h3 class="text-xl font-bold mb-2">Trader Rankings</h3> | |
| <p class="text-gray-400 mb-4">Discover the most consistent and profitable signal providers with our performance-based rankings.</p> | |
| <ul class="space-y-2 text-sm text-gray-400"> | |
| <li class="flex items-center"> | |
| <i data-feather="check" class="w-4 h-4 text-green-500 mr-2"></i> | |
| <span>Leaderboard system</span> | |
| </li> | |
| <li class="flex items-center"> | |
| <i data-feather="check" class="w-4 h-4 text-green-500 mr-2"></i> | |
| <span>Detailed trader profiles</span> | |
| </li> | |
| <li class="flex items-center"> | |
| <i data-feather="check" class="w-4 h-4 text-green-500 mr-2"></i> | |
| <span>Follow top performers</span> | |
| </li> | |
| </ul> | |
| </div> | |
| <!-- Feature 5 --> | |
| <div class="feature-card glass-card p-6 rounded-xl transition hover:border-primary-500 border border-gray-800"> | |
| <div class="w-12 h-12 rounded-full bg-primary-500/20 flex items-center justify-center mb-4"> | |
| <i data-feather="filter" class="text-primary-500"></i> | |
| </div> | |
| <h3 class="text-xl font-bold mb-2">Advanced Filters</h3> | |
| <p class="text-gray-400 mb-4">Narrow down signals by pair, type, confidence level, trader, and more to find exactly what you need.</p> | |
| <ul class="space-y-2 text-sm text-gray-400"> | |
| <li class="flex items-center"> | |
| <i data-feather="check" class="w-4 h-4 text-green-500 mr-2"></i> | |
| <span>Multi-criteria filtering</span> | |
| </li> | |
| <li class="flex items-center"> | |
| <i data-feather="check" class="w-4 h-4 text-green-500 mr-2"></i> | |
| <span>Saved filter presets</span> | |
| </li> | |
| <li class="flex items-center"> | |
| <i data-feather="check" class="w-4 h-4 text-green-500 mr-2"></i> | |
| <span>Custom watchlists</span> | |
| </li> | |
| </ul> | |
| </div> | |
| <!-- Feature 6 --> | |
| <div class="feature-card glass-card p-6 rounded-xl transition hover:border-primary-500 border border-gray-800"> | |
| <div class="w-12 h-12 rounded-full bg-primary-500/20 flex items-center justify-center mb-4"> | |
| <i data-feather="code" class="text-primary-500"></i> | |
| </div> | |
| <h3 class="text-xl font-bold mb-2">API Access</h3> | |
| <p class="text-gray-400 mb-4">Integrate our signal data into your own trading systems and applications with our robust API.</p> | |
| <ul class="space-y-2 text-sm text-gray-400"> | |
| <li class="flex items-center"> | |
| <i data-feather="check" class="w-4 h-4 text-green-500 mr-2"></i> | |
| <span>REST API endpoints</span> | |
| </li> | |
| <li class="flex items-center"> | |
| <i data-feather="check" class="w-4 h-4 text-green-500 mr-2"></i> | |
| <span>Webhook support</span> | |
| </li> | |
| <li class="flex items-center"> | |
| <i data-feather="check" class="w-4 h-4 text-green-500 mr-2"></i> | |
| <span>Detailed documentation</span> | |
| </li> | |
| </ul> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Feature Highlights --> | |
| <section class="glass-card p-8 rounded-xl mb-16 bg-gradient-to-r from-primary-500/10 to-secondary-500/10 border border-primary-500/30"> | |
| <div class="text-center"> | |
| <h2 class="text-3xl font-bold mb-4">Ready to Transform Your Trading?</h2> | |
| <p class="text-xl text-gray-300 mb-8 max-w-2xl mx-auto">Join thousands of traders who are making smarter decisions with our Telegram signal analysis platform</p> | |
| <a href="pricing.html" class="bg-gradient-to-r from-primary-500 to-secondary-500 text-white px-8 py-4 rounded-lg font-bold transition transform hover:scale-105 shadow-lg shadow-primary-500/20 inline-block"> | |
| View Pricing Plans | |
| <i data-feather="arrow-right" class="inline ml-2 w-5 h-5"></i> | |
| </a> | |
| </div> | |
| </section> | |
| <!-- Testimonials --> | |
| <section class="mb-16"> | |
| <h2 class="text-3xl font-bold mb-8 text-center">What Our <span class="text-primary-500">Users</span> Say</h2> | |
| <div class="grid grid-cols-1 md:grid-cols-3 gap-6"> | |
| <!-- Testimonial 1 --> | |
| <div class="glass-card p-6 rounded-xl"> | |
| <div class="flex items-center mb-4"> | |
| <div class="w-12 h-12 rounded-full bg-gray-700 flex items-center justify-center mr-4"> | |
| <i data-feather="user" class="w-6 h-6"></i> | |
| </div> | |
| <div> | |
| <h3 class="font-bold">Sarah K.</h3> | |
| <p class="text-sm text-gray-400">Professional Trader</p> | |
| </div> | |
| </div> | |
| <p class="text-gray-300 mb-4">"CryptoSignal Sleuth has transformed how I evaluate Telegram signals. The performance tracking alone has increased my profitability by 30%."</p> | |
| <div class="flex text-yellow-400"> | |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> | |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> | |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> | |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> | |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> | |
| </div> | |
| </div> | |
| <!-- Testimonial 2 --> | |
| <div class="glass-card p-6 rounded-xl"> | |
| <div class="flex items-center mb-4"> | |
| <div class="w-12 h-12 rounded-full bg-gray-700 flex items-center justify-center mr-4"> | |
| <i data-feather="user" class="w-6 h-6"></i> | |
| </div> | |
| <div> | |
| <h3 class="font-bold">Michael T.</h3> | |
| <p class="text-sm text-gray-400">Hedge Fund Manager</p> | |
| </div> | |
| </div> | |
| <p class="text-gray-300 mb-4">"The API integration allows us to automate our signal evaluation pipeline. The accuracy metrics are invaluable for our trading algorithms."</p> | |
| <div class="flex text-yellow-400"> | |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> | |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> | |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> | |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> | |
| <i data-feather="star" class="w-4 h-4"></i> | |
| </div> | |
| </div> | |
| <!-- Testimonial 3 --> | |
| <div class="glass-card p-6 rounded-xl"> | |
| <div class="flex items-center mb-4"> | |
| <div class="w-12 h-12 rounded-full bg-gray-700 flex items-center justify-center mr-4"> | |
| <i data-feather="user" class="w-6 h-6"></i> | |
| </div> | |
| <div> | |
| <h3 class="font-bold">Raj P.</h3> | |
| <p class="text-sm text-gray-400">Retail Investor</p> | |
| </div> | |
| </div> | |
| <p class="text-gray-300 mb-4">"As someone new to crypto trading, being able to filter signals by confidence level and track performance has been a game-changer."</p> | |
| <div class="flex text-yellow-400"> | |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> | |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> | |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> | |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> | |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| </main> | |
| <footer class="border-t border-gray-800 py-8 mt-12"> | |
| <div class="container mx-auto px-4"> | |
| <div class="flex flex-col md:flex-row justify-between items-center"> | |
| <div class="flex items-center space-x-2 mb-4 md:mb-0"> | |
| <i data-feather="activity" class="text-primary-500"></i> | |
| <span class="text-xl font-bold">CryptoSignal Sleuth</span> | |
| </div> | |
| <div class="flex space-x-6"> | |
| <a href="#" class="hover:text-primary-500 transition"> | |
| <i data-feather="twitter" class="w-5 h-5"></i> | |
| </a> | |
| <a href="#" class="hover:text-primary-500 transition"> | |
| <i data-feather="github" class="w-5 h-5"></i> | |
| </a> | |
| <a href="#" class="hover:text-primary-500 transition"> | |
| <i data-feather="discord" class="w-5 h-5"></i> | |
| </a> | |
| <a href="#" class="hover:text-primary-500 transition"> | |
| <i data-feather="mail" class="w-5 h-5"></i> | |
| </a> | |
| </div> | |
| </div> | |
| <div class="mt-8 pt-8 border-t border-gray-800 flex flex-col md:flex-row justify-between"> | |
| <div class="mb-6 md:mb-0"> | |
| <p class="text-gray-400">© 2023 CryptoSignal Sleuth. All rights reserved.</p> | |
| </div> | |
| <div class="grid grid-cols-2 md:grid-cols-3 gap-8"> | |
| <div> | |
| <h4 class="text-sm font-semibold text-gray-400 uppercase tracking-wider mb-4">Product</h4> | |
| <ul class="space-y-2"> | |
| <li><a href="features.html" class="text-gray-300 hover:text-primary-500 transition">Features</a></li> | |
| <li><a href="pricing.html" class="text-gray-300 hover:text-primary-500 transition">Pricing</a></li> | |
| <li><a href="api-docs.html" class="text-gray-300 hover:text-primary-500 transition">API Docs</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h4 class="text-sm font-semibold text-gray-400 uppercase tracking-wider mb-4">Company</h4> | |
| <ul class="space-y-2"> | |
| <li><a href="#" class="text-gray-300 hover:text-primary-500 transition">About</a></li> | |
| <li><a href="#" class="text-gray-300 hover:text-primary-500 transition">Blog</a></li> | |
| <li><a href="#" class="text-gray-300 hover:text-primary-500 transition">Careers</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h4 class="text-sm font-semibold text-gray-400 uppercase tracking-wider mb-4">Legal</h4> | |
| <ul class="space-y-2"> | |
| <li><a href="#" class="text-gray-300 hover:text-primary-500 transition">Privacy</a></li> | |
| <li><a href="#" class="text-gray-300 hover:text-primary-500 transition">Terms</a></li> | |
| <li><a href="#" class="text-gray-300 hover:text-primary-500 transition">Cookie Policy</a></li> | |
| </ul> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </footer> | |
| <script> | |
| // Initialize Vanta.js globe background | |
| VANTA.GLOBE({ | |
| el: "#vanta-bg", | |
| mouseControls: true, | |
| touchControls: true, | |
| gyroControls: false, | |
| minHeight: 200.00, | |
| minWidth: 200.00, | |
| scale: 1.00, | |
| scaleMobile: 1.00, | |
| color: "#d946ef", | |
| backgroundColor: "#111827", | |
| size: 1.00 | |
| }); | |
| // Initialize feather icons | |
| feather.replace(); | |
| </script> | |
| </body> | |
| </html> |