Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>ELIoT Pro - Credential-less IoT Security Platform</title> | |
| <link rel="icon" type="image/x-icon" href="/static/favicon.ico"> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <script> | |
| tailwind.config = { | |
| theme: { | |
| extend: { | |
| colors: { | |
| 'primary-orange': '#e65103', | |
| 'smoke-white': '#f5f5f5' | |
| } | |
| } | |
| } | |
| } | |
| </script> | |
| <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet"> | |
| <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script> | |
| <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script> | |
| <script src="https://unpkg.com/feather-icons"></script> | |
| <style> | |
| :root { | |
| --primary-orange: #e65103; | |
| --smoke-white: #f5f5f5; | |
| } | |
| body { | |
| font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; | |
| background-color: #0f172a; | |
| color: var(--smoke-white); | |
| } | |
| .bg-orange-600 { | |
| background-color: var(--primary-orange); | |
| } | |
| .card-gradient { | |
| background: linear-gradient(145deg, #1e293b, #0f172a); | |
| border: 1px solid rgba(255, 255, 255, 0.05); | |
| } | |
| .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); | |
| } | |
| .tech-icon { | |
| background: linear-gradient(135deg, var(--primary-orange) 0%, #ff8c42 100%); | |
| padding: 1rem; | |
| border-radius: 1rem; | |
| } | |
| .btn-primary { | |
| background: linear-gradient(135deg, var(--primary-orange) 0%, #ff6d00 100%); | |
| transition: all 0.3s ease; | |
| } | |
| .border-orange-600 { | |
| border-color: var(--primary-orange); | |
| } | |
| .text-orange-500 { | |
| color: var(--primary-orange); | |
| } | |
| .btn-primary:hover { | |
| transform: scale(1.05); | |
| box-shadow: 0 10px 25px -5px rgba(230, 81, 3, 0.4); | |
| } | |
| .section-divider { | |
| height: 1px; | |
| background: linear-gradient(90deg, transparent, var(--primary-orange), transparent); | |
| } | |
| .text-gradient { | |
| background: linear-gradient(90deg, var(--primary-orange), #ff8c42); | |
| -webkit-background-clip: text; | |
| -webkit-text-fill-color: transparent; | |
| } | |
| .hover\:bg-orange-600:hover { | |
| background-color: var(--primary-orange); | |
| } | |
| </style> | |
| </head> | |
| <body class="bg-slate-900 text-slate-100"> | |
| <!-- Navigation --> | |
| <nav class="bg-slate-900 border-b border-slate-800 py-4 px-4"> | |
| <div class="max-w-7xl mx-auto flex justify-between items-center"> | |
| <a href="index.html" class="text-2xl font-bold">Cyberus Labs</a> | |
| <div class="flex space-x-6"> | |
| <a href="index.html" class="hover:text-orange-500">Home</a> | |
| <a href="solutions.html" class="hover:text-orange-500">Solutions</a> | |
| <a href="cyberus-key.html" class="hover:text-orange-500">Cyberus Key</a> | |
| <a href="eliot-pro.html" class="text-orange-500">ELIoT Pro</a> | |
| </div> | |
| </div> | |
| </nav> | |
| <!-- Hero Section --> | |
| <section class="py-20 px-4"> | |
| <div class="max-w-7xl mx-auto"> | |
| <div class="text-center mb-16" data-aos="fade-up"> | |
| <h1 class="text-4xl md:text-5xl font-bold mb-6">ELIoT Pro</h1> | |
| <p class="text-2xl mb-8 max-w-3xl mx-auto text-slate-300">Credential-less IoT Security Platform</p> | |
| <div class="w-24 h-1 bg-orange-600 mx-auto"></div> | |
| </div> | |
| <div class="flex flex-col lg:flex-row items-center gap-12"> | |
| <div class="lg:w-1/2" data-aos="fade-right"> | |
| <div class="relative"> | |
| <div class="absolute -inset-4 bg-orange-600 rounded-2xl opacity-20 blur"></div> | |
| <img src="http://static.photos/technology/640x360/456" alt="ELIoT Pro IoT Security" class="relative rounded-2xl shadow-2xl"> | |
| </div> | |
| </div> | |
| <div class="lg:w-1/2" data-aos="fade-left"> | |
| <h2 class="text-2xl font-bold mb-6">Layered Security for Human-to-Machine and Machine-to-Machine Interactions</h2> | |
| <p class="text-lg text-slate-300 mb-6"> | |
| ELIoT Pro is a revolutionary end-to-end cybersecurity solution for the Internet of Things (IoT), designed to keep even the most basic devices and critical infrastructure safe. ELIoT Pro (short for "Easy Lightweight IoT Protection") adds a robust security shell around your IoT ecosystem, eliminating fixed passwords and securing device communications with strong encryption. | |
| </p> | |
| <p class="text-lg text-slate-300"> | |
| What makes ELIoT Pro special is its three-tier approach: it combines credential-less user/device authentication, lightweight data encryption, and AI-based self-healing. In practice, this means millions of legacy or resource-limited IoT devices can now be protected – ELIoT Pro's software can run on simple microcontroller chips that were previously too small for serious security. | |
| </p> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Key Features --> | |
| <section class="py-20 bg-slate-800 px-4"> | |
| <div class="max-w-7xl mx-auto"> | |
| <div class="text-center mb-16" data-aos="fade-up"> | |
| <h2 class="text-3xl md:text-4xl font-bold mb-6">Key Features</h2> | |
| <div class="w-24 h-1 bg-orange-600 mx-auto"></div> | |
| </div> | |
| <div class="grid grid-cols-1 md:grid-cols-2 gap-8"> | |
| <!-- Feature 1 --> | |
| <div class="card-gradient rounded-2xl p-8 feature-card transition-all duration-300" data-aos="fade-up" data-aos-delay="100"> | |
| <div class="tech-icon w-16 h-16 flex items-center justify-center mb-6"> | |
| <i data-feather="key" class="text-white text-2xl"></i> | |
| </div> | |
| <h3 class="text-2xl font-bold mb-4">Credential-less Authentication</h3> | |
| <p class="text-slate-300"> | |
| ELIoT Pro removes the weakest links (passwords and static credentials) from the IoT environment. Instead, it uses dynamic, one-time tokens for all authentication events – whether it's a human administrator logging into an IoT dashboard or two devices handshaking. Tokens expire within 200 milliseconds, neutralizing the risk of phishing or man-in-the-middle attacks. | |
| </p> | |
| </div> | |
| <!-- Feature 2 --> | |
| <div class="card-gradient rounded-2xl p-8 feature-card transition-all duration-300" data-aos="fade-up" data-aos-delay="200"> | |
| <div class="tech-icon w-16 h-16 flex items-center justify-center mb-6"> | |
| <i data-feather="lock" class="text-white text-2xl"></i> | |
| </div> | |
| <h3 class="text-2xl font-bold mb-4">Lightweight End-to-End Encryption</h3> | |
| <p class="text-slate-300"> | |
| The platform implements a strong encryption protocol that is optimized for IoT. Even the simplest devices that lack computing power can run ELIoT Pro's encryption and device authentication software. This ensures that data transmitted between devices (machine-to-machine) is always encrypted and only accessible by authorized endpoints. | |
| </p> | |
| </div> | |
| <!-- Feature 3 --> | |
| <div class="card-gradient rounded-2xl p-8 feature-card transition-all duration-300" data-aos="fade-up" data-aos-delay="300"> | |
| <div class="tech-icon w-16 h-16 flex items-center justify-center mb-6"> | |
| <i data-feather="cpu" class="text-white text-2xl"></i> | |
| </div> | |
| <h3 class="text-2xl font-bold mb-4">AI-Driven Self-Healing</h3> | |
| <p class="text-slate-300"> | |
| ELIoT Pro includes an intelligent monitoring and response system. Embedded AI analytics continuously learn your network's behavior and can spot anomalies or signs of intrusion that would slip past ordinary defenses. When a potential cyberattack or malfunction is detected, the system automatically takes action: isolating affected devices, re-securing network segments, or alerting operators. | |
| </p> | |
| </div> | |
| <!-- Feature 4 --> | |
| <div class="card-gradient rounded-2xl p-8 feature-card transition-all duration-300" data-aos="fade-up" data-aos-delay="400"> | |
| <div class="tech-icon w-16 h-16 flex items-center justify-center mb-6"> | |
| <i data-feather="globe" class="text-white text-2xl"></i> | |
| </div> | |
| <h3 class="text-2xl font-bold mb-4">Universal IoT Compatibility</h3> | |
| <p class="text-slate-300"> | |
| ELIoT Pro is designed as a universal solution for any IoT sector or device. It doesn't matter if you're securing industrial control systems, a network of smart home gadgets, or a city's worth of smart infrastructure – the platform adapts to all. The core components (auth, encryption, AI) are hardware-agnostic software that can be deployed on existing IoT devices or edge gateways. | |
| </p> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Target Sectors --> | |
| <section class="py-20 px-4"> | |
| <div class="max-w-7xl mx-auto"> | |
| <div class="text-center mb-16" data-aos="fade-up"> | |
| <h2 class="text-3xl md:text-4xl font-bold mb-6">Target Sectors & Use Cases</h2> | |
| <div class="w-24 h-1 bg-orange-600 mx-auto"></div> | |
| </div> | |
| <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8"> | |
| <div class="card-gradient rounded-2xl p-6" data-aos="fade-up" data-aos-delay="100"> | |
| <h3 class="text-xl font-bold mb-4">Industrial & Manufacturing</h3> | |
| <p class="text-slate-300"> | |
| Protect factory automation systems, industrial robots, and IIoT sensors on the production floor. ELIoT Pro ensures machines authenticate to central systems without passwords and that data from PLCs, SCADA systems, or robotics is encrypted and trusted. | |
| </p> | |
| </div> | |
| <div class="card-gradient rounded-2xl p-6" data-aos="fade-up" data-aos-delay="200"> | |
| <h3 class="text-xl font-bold mb-4">Smart Buildings & Campuses</h3> | |
| <p class="text-slate-300"> | |
| Secure building management systems (HVAC, access control, elevators, surveillance cameras) in corporate campuses, malls, or office towers. With ELIoT Pro, only authorized maintenance devices or personnel can access controls. | |
| </p> | |
| </div> | |
| <div class="card-gradient rounded-2xl p-6" data-aos="fade-up" data-aos-delay="300"> | |
| <h3 class="text-xl font-bold mb-4">Smart Homes & Consumer IoT</h3> | |
| <p class="text-slate-300"> | |
| Provide robust security for consumer IoT products and smart home ecosystems. Device manufacturers can embed ELIoT Pro to eliminate the risk of default passwords on gadgets and to encrypt personal data going to cloud services. | |
| </p> | |
| </div> | |
| <div class="card-gradient rounded-2xl p-6" data-aos="fade-up" data-aos-delay="400"> | |
| <h3 class="text-xl font-bold mb-4">Smart Cities & Critical Infrastructure</h3> | |
| <p class="text-slate-300"> | |
| Deploy city-wide IoT like smart traffic systems, utility sensors (water, electricity), and public safety IoT with confidence. ELIoT Pro protects critical infrastructure by ensuring that city sensors, smart grid components, or public transit IoT devices cannot be hijacked via credential theft. | |
| </p> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Sustainability & Benefits --> | |
| <section class="py-20 bg-slate-800 px-4"> | |
| <div class="max-w-7xl mx-auto"> | |
| <div class="text-center mb-16" data-aos="fade-up"> | |
| <h2 class="text-3xl md:text-4xl font-bold mb-6">Sustainability & Operational Security</h2> | |
| <div class="w-24 h-1 bg-orange-600 mx-auto"></div> | |
| </div> | |
| <div class="grid grid-cols-1 md:grid-cols-2 gap-12"> | |
| <div data-aos="fade-right"> | |
| <h3 class="text-2xl font-bold mb-6">Protecting IoT Systems for Sustainability</h3> | |
| <p class="text-lg text-slate-300 mb-6"> | |
| Protecting IoT systems isn't just about cybersecurity – it's also about ensuring the resilience and sustainability of modern operations. First, by securing IoT networks in critical infrastructure (energy, water, transportation, etc.), we safeguard the systems that support sustainable smart cities and industries. | |
| </p> | |
| <h3 class="text-2xl font-bold mb-6">Operational Benefits</h3> | |
| <p class="text-lg text-slate-300"> | |
| Secondly, ELIoT Pro's AI-driven self-healing contributes directly to operational sustainability. The ability to predict and prevent device failures keeps systems running optimally for longer, reducing the need for reactive maintenance. This kind of smart supply chain integration means your IoT deployment can self-optimize – ordering upgrades or replacements only as needed. | |
| </p> | |
| </div> | |
| <div data-aos="fade-left"> | |
| <h3 class="text-2xl font-bold mb-6">Benefits of ELIoT Pro</h3> | |
| <ul class="space-y-4 text-slate-300"> | |
| <li class="flex items-start"> | |
| <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check-circle text-orange-500 mr-2 mt-1"><path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"></path><polyline points="22 4 12 14.01 9 11.01"></polyline></svg> | |
| <span><strong>Genuine IoT Security:</strong> No static credentials means attackers have no keys to steal. With ELIoT Pro's passwordless design, threats like phishing or credential reuse are off the table.</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check-circle text-orange-500 mr-2 mt-1"><path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"></path><polyline points="22 4 12 14.01 9 11.01"></polyline></svg> | |
| <span><strong>Protects All Devices:</strong> Security for constrained devices. Our lightweight encryption and authentication can run on virtually any device.</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check-circle text-orange-500 mr-2 mt-1"><path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"></path><polyline points="22 4 12 14.01 9 11.01"></polyline></svg> | |
| <span><strong>Continuous Reliability:</strong> Built-in self-repair. ELIoT Pro not only guards against cyber threats, it also keeps your IoT systems running smoothly.</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check-circle text-orange-500 mr-2 mt-1"><path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"></path><polyline points="22 4 12 14.01 9 11.01"></polyline></svg> | |
| <span><strong>Easy Deployment & Scalability:</strong> Software-based solution, flexible integration. ELIoT Pro is delivered as software/firmware updates and cloud services.</span> | |
| </li> | |
| </ul> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- CTA Section --> | |
| <section class="py-20 px-4"> | |
| <div class="max-w-4xl mx-auto text-center" data-aos="fade-up"> | |
| <h2 class="text-3xl md:text-4xl font-bold mb-6">Protect Your Entire IoT Ecosystem</h2> | |
| <p class="text-xl text-slate-300 mb-10"> | |
| Get in touch with Cyberus Labs to see what ELIoT Pro can do for your organization. Whether you manage a network of smart devices or critical national infrastructure, ELIoT Pro can provide the credential-less, self-healing security shield you need. | |
| </p> | |
| <div class="flex flex-col sm:flex-row justify-center gap-4"> | |
| <button class="btn-primary px-8 py-4 rounded-lg font-semibold text-lg"> | |
| Schedule a Demo | |
| </button> | |
| <button class="bg-transparent border-2 border-orange-600 px-8 py-4 rounded-lg font-semibold text-lg hover:bg-orange-600 transition"> | |
| Contact Sales | |
| </button> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Footer --> | |
| <footer class="bg-slate-900 border-t border-slate-800 py-12 px-4"> | |
| <div class="max-w-7xl mx-auto"> | |
| <div class="grid grid-cols-1 md:grid-cols-4 gap-8"> | |
| <div class="md:col-span-2"> | |
| <h3 class="text-2xl font-bold mb-4">Cyberus Labs</h3> | |
| <p class="text-slate-400 mb-6 max-w-md"> | |
| Next-level cybersecurity solutions designed for today's threats. Eliminating passwords, securing IoT, and predicting threats with AI. | |
| </p> | |
| <div class="flex space-x-4"> | |
| <a href="#" class="text-slate-400 hover:text-orange-500"> | |
| <i data-feather="twitter"></i> | |
| </a> | |
| <a href="#" class="text-slate-400 hover:text-orange-500"> | |
| <i data-feather="linkedin"></i> | |
| </a> | |
| <a href="#" class="text-slate-400 hover:text-orange-500"> | |
| <i data-feather="github"></i> | |
| </a> | |
| </div> | |
| </div> | |
| <div> | |
| <h4 class="text-lg font-bold mb-4">Solutions</h4> | |
| <ul class="space-y-2 text-slate-400"> | |
| <li><a href="solutions.html" class="hover:text-orange-500">Our Solutions</a></li> | |
| <li><a href="cyberus-key.html" class="hover:text-orange-500">Cyberus Key</a></li> | |
| <li><a href="eliot-pro.html" class="hover:text-orange-500">ELIoT Pro</a></li> | |
| <li><a href="#" class="hover:text-orange-500">AI Threat Detection</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h4 class="text-lg font-bold mb-4">Company</h4> | |
| <ul class="space-y-2 text-slate-400"> | |
| <li><a href="index.html" class="hover:text-orange-500">Home</a></li> | |
| <li><a href="about.html" class="hover:text-orange-500">About Us</a></li> | |
| <li><a href="partners.html" class="hover:text-orange-500">Partners</a></li> | |
| <li><a href="#" class="hover:text-orange-500">Contact</a></li> | |
| </ul> | |
| </div> | |
| </div> | |
| <div class="border-t border-slate-800 mt-12 pt-8 text-center text-slate-500"> | |
| <p>© 2023 Cyberus Labs. All rights reserved.</p> | |
| </div> | |
| </div> | |
| </footer> | |
| <script> | |
| // Initialize AOS | |
| AOS.init({ | |
| duration: 1000, | |
| once: true | |
| }); | |
| // Initialize Feather Icons | |
| feather.replace(); | |
| </script> | |
| </body> | |
| </html> |