Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>ChainSQL - Database Bridge for Blockchain & ERP Systems</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"> | |
| <script> | |
| tailwind.config = { | |
| theme: { | |
| extend: { | |
| colors: { | |
| primary: '#4F46E5', | |
| secondary: '#10B981', | |
| dark: '#1E293B', | |
| light: '#F8FAFC', | |
| }, | |
| fontFamily: { | |
| sans: ['Inter', 'sans-serif'], | |
| }, | |
| } | |
| } | |
| } | |
| </script> | |
| <style> | |
| @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap'); | |
| body { | |
| font-family: 'Inter', sans-serif; | |
| scroll-behavior: smooth; | |
| } | |
| .hero-gradient { | |
| background: linear-gradient(135deg, #4F46E5 0%, #10B981 100%); | |
| } | |
| .feature-card:hover { | |
| transform: translateY(-5px); | |
| box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); | |
| } | |
| .database-icon { | |
| transition: all 0.3s ease; | |
| } | |
| .database-icon:hover { | |
| transform: scale(1.1); | |
| } | |
| .nav-link { | |
| position: relative; | |
| } | |
| .nav-link::after { | |
| content: ''; | |
| position: absolute; | |
| width: 0; | |
| height: 2px; | |
| bottom: 0; | |
| left: 0; | |
| background-color: #4F46E5; | |
| transition: width 0.3s ease; | |
| } | |
| .nav-link:hover::after { | |
| width: 100%; | |
| } | |
| </style> | |
| </head> | |
| <body class="bg-light"> | |
| <!-- Navigation --> | |
| <nav class="bg-white shadow-sm sticky top-0 z-50"> | |
| <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-database text-primary text-2xl mr-2"></i> | |
| <span class="text-xl font-bold text-dark">ChainSQL</span> | |
| </div> | |
| </div> | |
| <div class="hidden md:ml-6 md:flex md:items-center md:space-x-8"> | |
| <a href="#features" class="nav-link text-gray-700 hover:text-primary px-3 py-2 text-sm font-medium">Features</a> | |
| <a href="#how-it-works" class="nav-link text-gray-700 hover:text-primary px-3 py-2 text-sm font-medium">How It Works</a> | |
| <a href="#integrations" class="nav-link text-gray-700 hover:text-primary px-3 py-2 text-sm font-medium">Integrations</a> | |
| <a href="#pricing" class="nav-link text-gray-700 hover:text-primary px-3 py-2 text-sm font-medium">Pricing</a> | |
| <a href="#contact" class="nav-link text-gray-700 hover:text-primary px-3 py-2 text-sm font-medium">Contact</a> | |
| </div> | |
| <div class="flex items-center"> | |
| <a href="#" class="hidden md:block bg-primary hover:bg-primary-dark text-white px-4 py-2 rounded-md text-sm font-medium transition duration-300">Get Started</a> | |
| <button id="mobile-menu-button" class="md:hidden text-gray-500 hover:text-primary focus:outline-none"> | |
| <svg class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor"> | |
| <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"></path> | |
| </svg> | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Mobile menu --> | |
| <div id="mobile-menu" class="hidden md:hidden bg-white shadow-md"> | |
| <div class="px-2 pt-2 pb-3 space-y-1 sm:px-3"> | |
| <a href="#features" class="block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-primary hover:bg-gray-50">Features</a> | |
| <a href="#how-it-works" class="block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-primary hover:bg-gray-50">How It Works</a> | |
| <a href="#integrations" class="block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-primary hover:bg-gray-50">Integrations</a> | |
| <a href="#pricing" class="block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-primary hover:bg-gray-50">Pricing</a> | |
| <a href="#contact" class="block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-primary hover:bg-gray-50">Contact</a> | |
| <a href="#" class="block px-3 py-2 rounded-md text-base font-medium text-white bg-primary hover:bg-primary-dark">Get Started</a> | |
| </div> | |
| </div> | |
| </nav> | |
| <!-- Hero Section --> | |
| <section class="hero-gradient text-white"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-20 md:py-32"> | |
| <div class="md:flex items-center"> | |
| <div class="md:w-1/2 mb-10 md:mb-0"> | |
| <h1 class="text-4xl md:text-5xl font-bold leading-tight mb-6">Bridge Your Database to Blockchain</h1> | |
| <p class="text-xl mb-8">ChainSQL enables traditional databases to seamlessly interact with blockchain networks using standard SQL queries. Connect your ERP systems to smart contracts effortlessly.</p> | |
| <div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4"> | |
| <a href="#" class="bg-white text-primary hover:bg-gray-100 px-6 py-3 rounded-md text-lg font-semibold transition duration-300 text-center">Start Free Trial</a> | |
| <a href="#demo" class="border-2 border-white hover:bg-white hover:text-primary px-6 py-3 rounded-md text-lg font-semibold transition duration-300 text-center">Request Demo</a> | |
| </div> | |
| </div> | |
| <div class="md:w-1/2 flex justify-center"> | |
| <div class="relative w-full max-w-md"> | |
| <div class="absolute -top-10 -left-10 w-32 h-32 bg-white bg-opacity-10 rounded-full"></div> | |
| <div class="absolute -bottom-10 -right-10 w-32 h-32 bg-white bg-opacity-10 rounded-full"></div> | |
| <div class="relative bg-white bg-opacity-10 backdrop-filter backdrop-blur-lg rounded-2xl p-6 shadow-xl"> | |
| <div class="flex items-center mb-4"> | |
| <div class="w-3 h-3 rounded-full bg-red-500 mr-2"></div> | |
| <div class="w-3 h-3 rounded-full bg-yellow-500 mr-2"></div> | |
| <div class="w-3 h-3 rounded-full bg-green-500 mr-2"></div> | |
| <span class="text-sm ml-2">SQL Terminal</span> | |
| </div> | |
| <div class="bg-dark bg-opacity-90 rounded-lg p-4 font-mono text-sm"> | |
| <p class="text-green-400">-- Query Ethereum blockchain from MySQL</p> | |
| <p class="text-blue-400">SELECT * FROM blockchain.transactions</p> | |
| <p class="text-blue-400">WHERE contract_address = '0x...'</p> | |
| <p class="text-blue-400">AND block_number > 1000000;</p> | |
| <br> | |
| <p class="text-green-400">-- Update SAP records with blockchain data</p> | |
| <p class="text-blue-400">UPDATE erp.inventory</p> | |
| <p class="text-blue-400">SET verified = blockchain.verify_hash(hash)</p> | |
| <p class="text-blue-400">WHERE product_id = 'PRD-123';</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Trusted By Section --> | |
| <section class="bg-white py-12"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <p class="text-center text-gray-500 mb-8">Trusted by enterprises worldwide</p> | |
| <div class="flex flex-wrap justify-center items-center gap-8 md:gap-16"> | |
| <img src="https://upload.wikimedia.org/wikipedia/commons/5/59/SAP_2011_logo.svg" alt="SAP" class="h-12 opacity-70 hover:opacity-100 transition duration-300"> | |
| <img src="https://upload.wikimedia.org/wikipedia/commons/c/c3/Oracle_Logo.svg" alt="Oracle" class="h-10 opacity-70 hover:opacity-100 transition duration-300"> | |
| <img src="https://upload.wikimedia.org/wikipedia/commons/1/17/2024_NetSuite_logo.png" alt="Netsuite" class="h-8 opacity-70 hover:opacity-100 transition duration-300"> | |
| <img src="https://upload.wikimedia.org/wikipedia/commons/0/0a/MySQL_textlogo.svg" alt="MySQL" class="h-12 opacity-70 hover:opacity-100 transition duration-300"> | |
| <img src="https://upload.wikimedia.org/wikipedia/commons/2/29/Postgresql_elephant.svg" alt="PostgreSQL" class="h-12 opacity-70 hover:opacity-100 transition duration-300"> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Features Section --> | |
| <section id="features" class="py-20 bg-gray-50"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="text-center mb-16"> | |
| <h2 class="text-3xl font-bold text-dark mb-4">Powerful Features</h2> | |
| <p class="text-xl text-gray-600 max-w-2xl mx-auto">ChainSQL brings blockchain capabilities to your existing database infrastructure</p> | |
| </div> | |
| <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8"> | |
| <!-- Feature 1 --> | |
| <div class="feature-card bg-white p-8 rounded-xl shadow-md transition duration-300"> | |
| <div class="w-14 h-14 bg-primary bg-opacity-10 rounded-full flex items-center justify-center mb-6"> | |
| <i class="fas fa-exchange-alt text-primary text-2xl"></i> | |
| </div> | |
| <h3 class="text-xl font-semibold mb-3">Bi-Directional Sync</h3> | |
| <p class="text-gray-600">Keep your database and blockchain in perfect harmony with automatic two-way synchronization of data.</p> | |
| </div> | |
| <!-- Feature 2 --> | |
| <div class="feature-card bg-white p-8 rounded-xl shadow-md transition duration-300"> | |
| <div class="w-14 h-14 bg-secondary bg-opacity-10 rounded-full flex items-center justify-center mb-6"> | |
| <i class="fas fa-shield-alt text-secondary text-2xl"></i> | |
| </div> | |
| <h3 class="text-xl font-semibold mb-3">Immutable Audit Trails</h3> | |
| <p class="text-gray-600">Create tamper-proof records of all database transactions stored directly on the blockchain.</p> | |
| </div> | |
| <!-- Feature 3 --> | |
| <div class="feature-card bg-white p-8 rounded-xl shadow-md transition duration-300"> | |
| <div class="w-14 h-14 bg-primary bg-opacity-10 rounded-full flex items-center justify-center mb-6"> | |
| <i class="fas fa-plug text-primary text-2xl"></i> | |
| </div> | |
| <h3 class="text-xl font-semibold mb-3">ERP Integration</h3> | |
| <p class="text-gray-600">Direct connectivity with SAP, Oracle Netsuite, and other ERP systems without middleware.</p> | |
| </div> | |
| <!-- Feature 4 --> | |
| <div class="feature-card bg-white p-8 rounded-xl shadow-md transition duration-300"> | |
| <div class="w-14 h-14 bg-secondary bg-opacity-10 rounded-full flex items-center justify-center mb-6"> | |
| <i class="fas fa-code text-secondary text-2xl"></i> | |
| </div> | |
| <h3 class="text-xl font-semibold mb-3">Smart Contract Triggers</h3> | |
| <p class="text-gray-600">Execute smart contracts automatically based on database events with our powerful trigger system.</p> | |
| </div> | |
| <!-- Feature 5 --> | |
| <div class="feature-card bg-white p-8 rounded-xl shadow-md transition duration-300"> | |
| <div class="w-14 h-14 bg-primary bg-opacity-10 rounded-full flex items-center justify-center mb-6"> | |
| <i class="fas fa-lock text-primary text-2xl"></i> | |
| </div> | |
| <h3 class="text-xl font-semibold mb-3">Enterprise Security</h3> | |
| <p class="text-gray-600">Military-grade encryption with role-based access control and blockchain verification for all data.</p> | |
| </div> | |
| <!-- Feature 6 --> | |
| <div class="feature-card bg-white p-8 rounded-xl shadow-md transition duration-300"> | |
| <div class="w-14 h-14 bg-secondary bg-opacity-10 rounded-full flex items-center justify-center mb-6"> | |
| <i class="fas fa-chart-line text-secondary text-2xl"></i> | |
| </div> | |
| <h3 class="text-xl font-semibold mb-3">Performance Optimized</h3> | |
| <p class="text-gray-600">High-speed queries with caching layer and parallel processing for blockchain interactions.</p> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- How It Works Section --> | |
| <section id="how-it-works" class="py-20 bg-white"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="text-center mb-16"> | |
| <h2 class="text-3xl font-bold text-dark mb-4">How ChainSQL Works</h2> | |
| <p class="text-xl text-gray-600 max-w-2xl mx-auto">Simplify blockchain integration with familiar SQL syntax</p> | |
| </div> | |
| <div class="flex flex-col md:flex-row items-center mb-16"> | |
| <div class="md:w-1/2 mb-10 md:mb-0"> | |
| <h3 class="text-2xl font-semibold mb-4">Standard SQL, Blockchain Power</h3> | |
| <p class="text-gray-600 mb-6">ChainSQL translates your SQL queries into blockchain operations, allowing you to interact with smart contracts and decentralized networks without learning new languages or tools.</p> | |
| <ul class="space-y-3"> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check-circle text-secondary mt-1 mr-2"></i> | |
| <span>Use SELECT, INSERT, UPDATE with blockchain data</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check-circle text-secondary mt-1 mr-2"></i> | |
| <span>Join database tables with blockchain records</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check-circle text-secondary mt-1 mr-2"></i> | |
| <span>Create triggers that execute smart contracts</span> | |
| </li> | |
| </ul> | |
| </div> | |
| <div class="md:w-1/2"> | |
| <div class="bg-gray-50 p-6 rounded-xl border border-gray-200"> | |
| <div class="flex mb-4"> | |
| <div class="w-3 h-3 rounded-full bg-red-500 mr-2"></div> | |
| <div class="w-3 h-3 rounded-full bg-yellow-500 mr-2"></div> | |
| <div class="w-3 h-3 rounded-full bg-green-500 mr-2"></div> | |
| </div> | |
| <div class="bg-dark text-white p-4 rounded-lg font-mono text-sm overflow-x-auto"> | |
| <p><span class="text-green-400">-- Query blockchain and database in single statement</span></p> | |
| <p><span class="text-purple-400">SELECT</span> p.product_id, p.name, p.price,</p> | |
| <p> (<span class="text-purple-400">SELECT</span> COUNT(*) <span class="text-purple-400">FROM</span> blockchain.transactions t</p> | |
| <p> <span class="text-purple-400">WHERE</span> t.product_id = p.product_id) <span class="text-purple-400">AS</span> tx_count</p> | |
| <p><span class="text-purple-400">FROM</span> products p</p> | |
| <p><span class="text-purple-400">WHERE</span> p.category = 'Electronics'</p> | |
| <p><span class="text-purple-400">AND</span> blockchain.verify_owner(p.owner) = <span class="text-yellow-400">true</span>;</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="grid md:grid-cols-3 gap-8"> | |
| <div class="bg-gray-50 p-6 rounded-xl border border-gray-200"> | |
| <div class="text-5xl text-primary font-bold mb-4">1</div> | |
| <h4 class="text-xl font-semibold mb-3">Install Connector</h4> | |
| <p class="text-gray-600">Deploy the ChainSQL plugin to your database server (MySQL, PostgreSQL, or Oracle).</p> | |
| </div> | |
| <div class="bg-gray-50 p-6 rounded-xl border border-gray-200"> | |
| <div class="text-5xl text-primary font-bold mb-4">2</div> | |
| <h4 class="text-xl font-semibold mb-3">Configure Networks</h4> | |
| <p class="text-gray-600">Connect to Ethereum, Hyperledger, or other supported blockchain networks.</p> | |
| </div> | |
| <div class="bg-gray-50 p-6 rounded-xl border border-gray-200"> | |
| <div class="text-5xl text-primary font-bold mb-4">3</div> | |
| <h4 class="text-xl font-semibold mb-3">Write SQL Queries</h4> | |
| <p class="text-gray-600">Start interacting with blockchain data using standard SQL syntax.</p> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Database Support Section --> | |
| <section id="integrations" class="py-20 bg-gray-50"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="text-center mb-16"> | |
| <h2 class="text-3xl font-bold text-dark mb-4">Supported Databases</h2> | |
| <p class="text-xl text-gray-600 max-w-2xl mx-auto">ChainSQL works with the databases you already use</p> | |
| </div> | |
| <div class="grid md:grid-cols-3 gap-8"> | |
| <!-- MySQL --> | |
| <div class="database-card bg-white p-8 rounded-xl shadow-md text-center hover:shadow-lg transition duration-300"> | |
| <div class="database-icon bg-blue-50 w-20 h-20 rounded-full flex items-center justify-center mx-auto mb-6"> | |
| <i class="fas fa-database text-blue-500 text-3xl"></i> | |
| </div> | |
| <h3 class="text-xl font-semibold mb-3 text-blue-600">MySQL</h3> | |
| <p class="text-gray-600 mb-4">Full support for MySQL 5.7+ and MariaDB with optimized blockchain extensions.</p> | |
| <div class="flex justify-center space-x-2"> | |
| <span class="bg-blue-100 text-blue-800 text-xs px-3 py-1 rounded-full">Stored Procedures</span> | |
| <span class="bg-blue-100 text-blue-800 text-xs px-3 py-1 rounded-full">Triggers</span> | |
| </div> | |
| </div> | |
| <!-- PostgreSQL --> | |
| <div class="database-card bg-white p-8 rounded-xl shadow-md text-center hover:shadow-lg transition duration-300"> | |
| <div class="database-icon bg-purple-50 w-20 h-20 rounded-full flex items-center justify-center mx-auto mb-6"> | |
| <i class="fas fa-database text-purple-500 text-3xl"></i> | |
| </div> | |
| <h3 class="text-xl font-semibold mb-3 text-purple-600">PostgreSQL</h3> | |
| <p class="text-gray-600 mb-4">Native integration with PostgreSQL 9.5+ including JSONB and custom functions.</p> | |
| <div class="flex justify-center space-x-2"> | |
| <span class="bg-purple-100 text-purple-800 text-xs px-3 py-1 rounded-full">JSON Support</span> | |
| <span class="bg-purple-100 text-purple-800 text-xs px-3 py-1 rounded-full">Custom Types</span> | |
| </div> | |
| </div> | |
| <!-- Oracle --> | |
| <div class="database-card bg-white p-8 rounded-xl shadow-md text-center hover:shadow-lg transition duration-300"> | |
| <div class="database-icon bg-red-50 w-20 h-20 rounded-full flex items-center justify-center mx-auto mb-6"> | |
| <i class="fas fa-database text-red-500 text-3xl"></i> | |
| </div> | |
| <h3 class="text-xl font-semibold mb-3 text-red-600">Oracle</h3> | |
| <p class="text-gray-600 mb-4">Enterprise-grade support for Oracle Database 12c+ with PL/SQL extensions.</p> | |
| <div class="flex justify-center space-x-2"> | |
| <span class="bg-red-100 text-red-800 text-xs px-3 py-1 rounded-full">PL/SQL</span> | |
| <span class="bg-red-100 text-red-800 text-xs px-3 py-1 rounded-full">Enterprise</span> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="mt-16 bg-white rounded-xl shadow-md overflow-hidden"> | |
| <div class="md:flex"> | |
| <div class="md:w-1/2 bg-dark p-8 md:p-12 flex items-center"> | |
| <div> | |
| <h3 class="text-2xl font-bold text-white mb-4">ERP System Integration</h3> | |
| <p class="text-gray-300 mb-6">ChainSQL provides direct connectors for major ERP platforms, enabling real-time blockchain verification of critical business data.</p> | |
| <ul class="space-y-3 text-gray-300"> | |
| <li class="flex items-center"> | |
| <i class="fas fa-check-circle text-secondary mr-2"></i> | |
| <span>SAP ECC and S/4HANA integration</span> | |
| </li> | |
| <li class="flex items-center"> | |
| <i class="fas fa-check-circle text-secondary mr-2"></i> | |
| <span>Oracle Netsuite real-time sync</span> | |
| </li> | |
| <li class="flex items-center"> | |
| <i class="fas fa-check-circle text-secondary mr-2"></i> | |
| <span>Microsoft Dynamics compatibility</span> | |
| </li> | |
| </ul> | |
| </div> | |
| </div> | |
| <div class="md:w-1/2 p-8 md:p-12 bg-gray-50"> | |
| <h4 class="text-xl font-semibold mb-4">Use Cases</h4> | |
| <div class="space-y-6"> | |
| <div class="flex"> | |
| <div class="flex-shrink-0"> | |
| <div class="flex items-center justify-center h-10 w-10 rounded-md bg-primary text-white"> | |
| <i class="fas fa-box"></i> | |
| </div> | |
| </div> | |
| <div class="ml-4"> | |
| <h5 class="text-lg font-medium">Supply Chain Provenance</h5> | |
| <p class="text-gray-600">Verify product authenticity from ERP to end consumer via blockchain.</p> | |
| </div> | |
| </div> | |
| <div class="flex"> | |
| <div class="flex-shrink-0"> | |
| <div class="flex items-center justify-center h-10 w-10 rounded-md bg-secondary text-white"> | |
| <i class="fas fa-file-invoice-dollar"></i> | |
| </div> | |
| </div> | |
| <div class="ml-4"> | |
| <h5 class="text-lg font-medium">Smart Invoicing</h5> | |
| <p class="text-gray-600">Automate invoice processing with smart contract payments.</p> | |
| </div> | |
| </div> | |
| <div class="flex"> | |
| <div class="flex-shrink-0"> | |
| <div class="flex items-center justify-center h-10 w-10 rounded-md bg-primary text-white"> | |
| <i class="fas fa-user-shield"></i> | |
| </div> | |
| </div> | |
| <div class="ml-4"> | |
| <h5 class="text-lg font-medium">Identity Verification</h5> | |
| <p class="text-gray-600">Securely verify customer identities between ERP and blockchain.</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Pricing Section --> | |
| <section id="pricing" class="py-20 bg-white"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="text-center mb-16"> | |
| <h2 class="text-3xl font-bold text-dark mb-4">Simple, Transparent Pricing</h2> | |
| <p class="text-xl text-gray-600 max-w-2xl mx-auto">Choose the plan that fits your needs</p> | |
| </div> | |
| <div class="grid md:grid-cols-3 gap-8 max-w-5xl mx-auto"> | |
| <!-- Starter Plan --> | |
| <div class="bg-white rounded-xl shadow-md overflow-hidden border border-gray-200"> | |
| <div class="px-6 py-8"> | |
| <h3 class="text-lg font-medium text-gray-900 mb-2">Starter</h3> | |
| <p class="text-gray-500 mb-6">Perfect for small projects</p> | |
| <div class="flex items-baseline mb-6"> | |
| <span class="text-4xl font-extrabold">$99</span> | |
| <span class="ml-1 text-lg font-medium text-gray-500">/month</span> | |
| </div> | |
| <ul class="space-y-3 mb-8"> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
| <span>1 Database Instance</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
| <span>Ethereum & Binance Chain</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
| <span>10,000 Monthly Queries</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
| <span>Email Support</span> | |
| </li> | |
| </ul> | |
| <a href="#" class="block w-full bg-gray-100 hover:bg-gray-200 text-gray-800 font-medium py-3 px-4 rounded-md text-center transition duration-300">Get Started</a> | |
| </div> | |
| </div> | |
| <!-- Professional Plan (Featured) --> | |
| <div class="bg-white rounded-xl shadow-lg overflow-hidden border-2 border-primary transform scale-105 z-10"> | |
| <div class="px-6 py-8"> | |
| <div class="flex justify-between items-center mb-2"> | |
| <h3 class="text-lg font-medium text-gray-900">Professional</h3> | |
| <span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-medium bg-primary text-white">Popular</span> | |
| </div> | |
| <p class="text-gray-500 mb-6">For growing businesses</p> | |
| <div class="flex items-baseline mb-6"> | |
| <span class="text-4xl font-extrabold">$499</span> | |
| <span class="ml-1 text-lg font-medium text-gray-500">/month</span> | |
| </div> | |
| <ul class="space-y-3 mb-8"> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
| <span>5 Database Instances</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
| <span>All Public Blockchains</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
| <span>100,000 Monthly Queries</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
| <span>1 ERP Integration</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
| <span>Priority Support</span> | |
| </li> | |
| </ul> | |
| <a href="#" class="block w-full bg-primary hover:bg-primary-dark text-white font-medium py-3 px-4 rounded-md text-center transition duration-300">Get Started</a> | |
| </div> | |
| </div> | |
| <!-- Enterprise Plan --> | |
| <div class="bg-white rounded-xl shadow-md overflow-hidden border border-gray-200"> | |
| <div class="px-6 py-8"> | |
| <h3 class="text-lg font-medium text-gray-900 mb-2">Enterprise</h3> | |
| <p class="text-gray-500 mb-6">For large organizations</p> | |
| <div class="flex items-baseline mb-6"> | |
| <span class="text-4xl font-extrabold">Custom</span> | |
| </div> | |
| <ul class="space-y-3 mb-8"> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
| <span>Unlimited Databases</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
| <span>Public & Private Blockchains</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
| <span>Custom Query Limits</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
| <span>Multiple ERP Integrations</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
| <span>24/7 Dedicated Support</span> | |
| </li> | |
| </ul> | |
| <a href="#contact" class="block w-full bg-gray-100 hover:bg-gray-200 text-gray-800 font-medium py-3 px-4 rounded-md text-center transition duration-300">Contact Sales</a> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="mt-16 text-center"> | |
| <h3 class="text-xl font-semibold mb-4">Need something different?</h3> | |
| <p class="text-gray-600 max-w-2xl mx-auto mb-6">We offer custom solutions for unique requirements, including on-premise deployment and specialized blockchain networks.</p> | |
| <a href="#contact" class="inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md shadow-sm text-white bg-primary hover:bg-primary-dark transition duration-300"> | |
| Contact Our Team | |
| <i class="fas fa-arrow-right ml-2"></i> | |
| </a> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Demo Section --> | |
| <section id="demo" class="py-20 bg-gray-50"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="lg:grid lg:grid-cols-12 lg:gap-8"> | |
| <div class="lg:col-span-6"> | |
| <h2 class="text-3xl font-bold text-dark mb-6">See ChainSQL in Action</h2> | |
| <p class="text-lg text-gray-600 mb-8">Request a personalized demo to see how ChainSQL can transform your database and ERP systems with blockchain capabilities.</p> | |
| <div class="space-y-6"> | |
| <div class="flex"> | |
| <div class="flex-shrink-0"> | |
| <div class="flex items-center justify-center h-12 w-12 rounded-md bg-primary text-white"> | |
| <i class="fas fa-calendar-alt"></i> | |
| </div> | |
| </div> | |
| <div class="ml-4"> | |
| <h4 class="text-lg font-medium">30-Minute Walkthrough</h4> | |
| <p class="text-gray-600">See real examples of SQL queries interacting with blockchain networks.</p> | |
| </div> | |
| </div> | |
| <div class="flex"> | |
| <div class="flex-shrink-0"> | |
| <div class="flex items-center justify-center h-12 w-12 rounded-md bg-secondary text-white"> | |
| <i class="fas fa-laptop-code"></i> | |
| </div> | |
| </div> | |
| <div class="ml-4"> | |
| <h4 class="text-lg font-medium">Live Q&A</h4> | |
| <p class="text-gray-600">Get your specific questions answered by our solution architects.</p> | |
| </div> | |
| </div> | |
| <div class="flex"> | |
| <div class="flex-shrink-0"> | |
| <div class="flex items-center justify-center h-12 w-12 rounded-md bg-primary text-white"> | |
| <i class="fas fa-gift"></i> | |
| </div> | |
| </div> | |
| <div class="ml-4"> | |
| <h4 class="text-lg font-medium">Free Trial</h4> | |
| <p class="text-gray-600">Get started with a 14-day free trial after your demo.</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="mt-12 lg:mt-0 lg:col-span-6"> | |
| <div class="bg-white shadow-xl rounded-lg overflow-hidden"> | |
| <div class="px-6 py-8"> | |
| <h3 class="text-xl font-bold text-center mb-6">Schedule Your Demo</h3> | |
| <form id="demoForm" class="space-y-6"> | |
| <div> | |
| <label for="name" class="block text-sm font-medium text-gray-700">Full Name</label> | |
| <input type="text" id="name" name="name" required class="mt-1 block w-full border border-gray-300 rounded-md shadow-sm py-2 px-3 focus:outline-none focus:ring-primary focus:border-primary"> | |
| </div> | |
| <div> | |
| <label for="email" class="block text-sm font-medium text-gray-700">Email</label> | |
| <input type="email" id="email" name="email" required class="mt-1 block w-full border border-gray-300 rounded-md shadow-sm py-2 px-3 focus:outline-none focus:ring-primary focus:border-primary"> | |
| </div> | |
| <div> | |
| <label for="company" class="block text-sm font-medium text-gray-700">Company</label> | |
| <input type="text" id="company" name="company" class="mt-1 block w-full border border-gray-300 rounded-md shadow-sm py-2 px-3 focus:outline-none focus:ring-primary focus:border-primary"> | |
| </div> | |
| <div> | |
| <label for="database" class="block text-sm font-medium text-gray-700">Primary Database</label> | |
| <select id="database" name="database" class="mt-1 block w-full border border-gray-300 rounded-md shadow-sm py-2 px-3 focus:outline-none focus:ring-primary focus:border-primary"> | |
| <option>MySQL</option> | |
| <option>PostgreSQL</option> | |
| <option>Oracle</option> | |
| <option>Other</option> | |
| </select> | |
| </div> | |
| <div> | |
| <label for="message" class="block text-sm font-medium text-gray-700">What would you like to see?</label> | |
| <textarea id="message" name="message" rows="3" class="mt-1 block w-full border border-gray-300 rounded-md shadow-sm py-2 px-3 focus:outline-none focus:ring-primary focus:border-primary"></textarea> | |
| </div> | |
| <div> | |
| <button type="submit" class="w-full flex justify-center py-3 px-4 border border-transparent rounded-md shadow-sm text-sm font-medium text-white bg-primary hover:bg-primary-dark focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-primary transition duration-300"> | |
| Request Demo | |
| </button> | |
| </div> | |
| </form> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Testimonials --> | |
| <section class="py-20 bg-white"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="text-center mb-16"> | |
| <h2 class="text-3xl font-bold text-dark mb-4">Trusted by Industry Leaders</h2> | |
| <p class="text-xl text-gray-600 max-w-2xl mx-auto">What our customers say about ChainSQL</p> | |
| </div> | |
| <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8"> | |
| <!-- Testimonial 1 --> | |
| <div class="bg-gray-50 p-6 rounded-xl"> | |
| <div class="flex items-center mb-4"> | |
| <div class="flex-shrink-0"> | |
| <img class="h-10 w-10 rounded-full" src="https://randomuser.me/api/portraits/women/32.jpg" alt="Samantha Lee"> | |
| </div> | |
| <div class="ml-4"> | |
| <h4 class="text-sm font-semibold">Samantha Lee</h4> | |
| <p class="text-xs text-gray-500">CTO, Global Logistics Co.</p> | |
| </div> | |
| </div> | |
| <p class="text-gray-600 italic">"ChainSQL revolutionized our supply chain tracking. Being able to query blockchain data directly from our Oracle database saved us months of development time."</p> | |
| <div class="mt-4 flex text-yellow-400"> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| </div> | |
| </div> | |
| <!-- Testimonial 2 --> | |
| <div class="bg-gray-50 p-6 rounded-xl"> | |
| <div class="flex items-center mb-4"> | |
| <div class="flex-shrink-0"> | |
| <img class="h-10 w-10 rounded-full" src="https://randomuser.me/api/portraits/men/45.jpg" alt="Michael Rodriguez"> | |
| </div> | |
| <div class="ml-4"> | |
| <h4 class="text-sm font-semibold">Michael Rodriguez</h4> | |
| <p class="text-xs text-gray-500">Head of IT, Financial Services</p> | |
| </div> | |
| </div> | |
| <p class="text-gray-600 italic">"The integration with our SAP system was seamless. Now we have immutable audit trails for all financial transactions without changing our existing workflows."</p> | |
| <div class="mt-4 flex text-yellow-400"> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star-half-alt"></i> | |
| </div> | |
| </div> | |
| <!-- Testimonial 3 --> | |
| <div class="bg-gray-50 p-6 rounded-xl"> | |
| <div class="flex items-center mb-4"> | |
| <div class="flex-shrink-0"> | |
| <img class="h-10 w-10 rounded-full" src="https://randomuser.me/api/portraits/women/68.jpg" alt="Priya Patel"> | |
| </div> | |
| <div class="ml-4"> | |
| <h4 class="text-sm font-semibold">Priya Patel</h4> | |
| <p class="text-xs text-gray-500">Database Architect, Healthcare</p> | |
| </div> | |
| </div> | |
| <p class="text-gray-600 italic">"We needed to verify patient consent records on blockchain but keep using PostgreSQL. ChainSQL was the perfect solution with its simple SQL interface."</p> | |
| <div class="mt-4 flex text-yellow-400"> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- CTA Section --> | |
| <section class="py-16 bg-primary text-white"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center"> | |
| <h2 class="text-3xl font-bold mb-6">Ready to Transform Your Database with Blockchain?</h2> | |
| <p class="text-xl mb-8 max-w-3xl mx-auto">Start your free 14-day trial today. No credit card required.</p> | |
| <div class="flex flex-col sm:flex-row justify-center space-y-4 sm:space-y-0 sm:space-x-4"> | |
| <a href="#" class="bg-white text-primary hover:bg-gray-100 px-6 py-3 rounded-md text-lg font-semibold transition duration-300">Start Free Trial</a> | |
| <a href="#demo" class="border-2 border-white hover:bg-white hover:text-primary px-6 py-3 rounded-md text-lg font-semibold transition duration-300">Schedule Demo</a> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Contact Section --> | |
| <section id="contact" class="py-20 bg-white"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="lg:grid lg:grid-cols-12 lg:gap-8"> | |
| <div class="lg:col-span-5"> | |
| <h2 class="text-3xl font-bold text-dark mb-6">Get in Touch</h2> | |
| <p class="text-lg text-gray-600 mb-8">Have questions about ChainSQL? Our team is here to help.</p> | |
| <div class="space-y-6"> | |
| <div class="flex"> | |
| <div class="flex-shrink-0"> | |
| <div class="flex items-center justify-center h-12 w-12 rounded-md bg-primary text-white"> | |
| <i class="fas fa-envelope"></i> | |
| </div> | |
| </div> | |
| <div class="ml-4"> | |
| <h4 class="text-lg font-medium">Email Us</h4> | |
| <p class="text-gray-600">support@chainsql.com</p> | |
| </div> | |
| </div> | |
| <div class="flex"> | |
| <div class="flex-shrink-0"> | |
| <div class="flex items-center justify-center h-12 w-12 rounded-md bg-secondary text-white"> | |
| <i class="fas fa-headset"></i> | |
| </div> | |
| </div> | |
| <div class="ml-4"> | |
| <h4 class="text-lg font-medium">Support</h4> | |
| <p class="text-gray-600">+1 (555) 123-4567</p> | |
| </div> | |
| </div> | |
| <div class="flex"> | |
| <div class="flex-shrink-0"> | |
| <div class="flex items-center justify-center h-12 w-12 rounded-md bg-primary text-white"> | |
| <i class="fas fa-map-marker-alt"></i> | |
| </div> | |
| </div> | |
| <div class="ml-4"> | |
| <h4 class="text-lg font-medium">Headquarters</h4> | |
| <p class="text-gray-600">San Francisco, CA</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="mt-12 lg:mt-0 lg:col-span-7"> | |
| <div class="bg-gray-50 shadow-xl rounded-lg overflow-hidden"> | |
| <div class="px-6 py-8"> | |
| <h3 class="text-xl font-bold text-center mb-6">Send Us a Message</h3> | |
| <form id="contactForm" class="space-y-6"> | |
| <div class="grid grid-cols-1 gap-6 sm:grid-cols-2"> | |
| <div> | |
| <label for="first-name" class="block text-sm font-medium text-gray-700">First Name</label> | |
| <input type="text" id="first-name" name="first-name" required class="mt-1 block w-full border border-gray-300 rounded-md shadow-sm py-2 px-3 focus:outline-none focus:ring-primary focus:border-primary"> | |
| </div> | |
| <div> | |
| <label for="last-name" class="block text-sm font-medium text-gray-700">Last Name</label> | |
| <input type="text" id="last-name" name="last-name" required class="mt-1 block w-full border border-gray-300 rounded-md shadow-sm py-2 px-3 focus:outline-none focus:ring-primary focus:border-primary"> | |
| </div> | |
| </div> | |
| <div> | |
| <label for="contact-email" class="block text-sm font-medium text-gray-700">Email</label> | |
| <input type="email" id="contact-email" name="contact-email" required class="mt-1 block w-full border border-gray-300 rounded-md shadow-sm py-2 px-3 focus:outline-none focus:ring-primary focus:border-primary"> | |
| </div> | |
| <div> | |
| <label for="subject" class="block text-sm font-medium text-gray-700">Subject</label> | |
| <input type="text" id="subject" name="subject" required class="mt-1 block w-full border border-gray-300 rounded-md shadow-sm py-2 px-3 focus:outline-none focus:ring-primary focus:border-primary"> | |
| </div> | |
| <div> | |
| <label for="contact-message" class="block text-sm font-medium text-gray-700">Message</label> | |
| <textarea id="contact-message" name="contact-message" rows="4" required class="mt-1 block w-full border border-gray-300 rounded-md shadow-sm py-2 px-3 focus:outline-none focus:ring-primary focus:border-primary"></textarea> | |
| </div> | |
| <div> | |
| <button type="submit" class="w-full flex justify-center py-3 px-4 border border-transparent rounded-md shadow-sm text-sm font-medium text-white bg-primary hover:bg-primary-dark focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-primary transition duration-300"> | |
| Send Message | |
| </button> | |
| </div> | |
| </form> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Footer --> | |
| <footer class="bg-dark text-white pt-16 pb-8"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="grid grid-cols-2 md:grid-cols-4 gap-8 mb-12"> | |
| <div> | |
| <h3 class="text-sm font-semibold uppercase tracking-wider mb-4">Product</h3> | |
| <ul class="space-y-3"> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Features</a></li> | |
| <li><a href="#pricing" class="text-gray-400 hover:text-white transition duration-300">Pricing</a></li> | |
| <li><a href="#integrations" class="text-gray-400 hover:text-white transition duration-300">Integrations</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Changelog</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h3 class="text-sm font-semibold uppercase tracking-wider mb-4">Resources</h3> | |
| <ul class="space-y-3"> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Documentation</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">API Reference</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Blog</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Community</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h3 class="text-sm font-semibold uppercase tracking-wider mb-4">Company</h3> | |
| <ul class="space-y-3"> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">About Us</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Careers</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Press</a></li> | |
| <li><a href="#contact" class="text-gray-400 hover:text-white transition duration-300">Contact</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h3 class="text-sm font-semibold uppercase tracking-wider mb-4">Legal</h3> | |
| <ul class="space-y-3"> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Privacy</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Terms</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Security</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Compliance</a></li> | |
| </ul> | |
| </div> | |
| </div> | |
| <div class="border-t border-gray-800 pt-8 flex flex-col md:flex-row justify-between items-center"> | |
| <div class="flex items-center mb-6 md:mb-0"> | |
| <i class="fas fa-database text-primary text-2xl mr-2"></i> | |
| <span class="text-xl font-bold">ChainSQL</span> | |
| </div> | |
| <div class="flex space-x-6 mb-6 md:mb-0"> | |
| <a href="#" class="text-gray-400 hover:text-white transition duration-300"> | |
| <i class="fab fa-twitter text-xl"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-white transition duration-300"> | |
| <i class="fab fa-linkedin text-xl"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-white transition duration-300"> | |
| <i class="fab fa-github text-xl"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-white transition duration-300"> | |
| <i class="fab fa-youtube text-xl"></i> | |
| </a> | |
| </div> | |
| <p class="text-gray-400 text-sm">© 2023 ChainSQL. All rights reserved.</p> | |
| </div> | |
| </div> | |
| </footer> | |
| <script> | |
| // Mobile menu toggle | |
| document.getElementById('mobile-menu-button').addEventListener('click', function() { | |
| const menu = document.getElementById('mobile-menu'); | |
| menu.classList.toggle('hidden'); | |
| }); | |
| // Form submission handlers | |
| document.getElementById('demoForm').addEventListener('submit', function(e) { | |
| e.preventDefault(); | |
| alert('Thank you for your demo request! We will contact you shortly.'); | |
| this.reset(); | |
| }); | |
| document.getElementById('contactForm').addEventListener('submit', function(e) { | |
| e.preventDefault(); | |
| alert('Thank you for your message! Our team will get back to you soon.'); | |
| this.reset(); | |
| }); | |
| // Smooth scrolling for anchor links | |
| document.querySelectorAll('a[href^="#"]').forEach(anchor => { | |
| anchor.addEventListener('click', function (e) { | |
| e.preventDefault(); | |
| const targetId = this.getAttribute('href'); | |
| if (targetId === '#') return; | |
| const targetElement = document.querySelector(targetId); | |
| if (targetElement) { | |
| targetElement.scrollIntoView({ | |
| behavior: 'smooth' | |
| }); | |
| // Close mobile menu if open | |
| const mobileMenu = document.getElementById('mobile-menu'); | |
| if (!mobileMenu.classList.contains('hidden')) { | |
| mobileMenu.classList.add('hidden'); | |
| } | |
| } | |
| }); | |
| }); | |
| // Animate elements when they come into view | |
| const observerOptions = { | |
| threshold: 0.1 | |
| }; | |
| const observer = new IntersectionObserver((entries) => { | |
| entries.forEach(entry => { | |
| if (entry.isIntersecting) { | |
| entry.target.classList.add('animate-fadeIn'); | |
| observer.unobserve(entry.target); | |
| } | |
| }); | |
| }, observerOptions); | |
| document.querySelectorAll('.feature-card, .database-card').forEach(card => { | |
| observer.observe(card); | |
| }); | |
| </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=alphonse86/chainsql" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> | |
| </html> |