Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Partners - Cyberus Labs</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); | |
| } | |
| .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); | |
| } | |
| .partner-logo { | |
| filter: grayscale(100%); | |
| transition: all 0.3s ease; | |
| } | |
| .partner-logo:hover { | |
| filter: grayscale(0%); | |
| transform: scale(1.05); | |
| } | |
| </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="partners.html" class="text-orange-500">Partners</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">Our Partners</h1> | |
| <p class="text-2xl mb-8 max-w-3xl mx-auto text-slate-300">Collaborating for a more secure digital future</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/business/640x360/456" alt="Cyberus Labs Partners" 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">Strategic Alliances</h2> | |
| <p class="text-lg text-slate-300 mb-6"> | |
| Our partnerships span across industries and continents, bringing together the best minds and technologies to advance cybersecurity innovation. These collaborations enable us to deliver comprehensive solutions that address the evolving needs of our global customer base. | |
| </p> | |
| <p class="text-lg text-slate-300"> | |
| Through strategic alliances with technology leaders, academic institutions, and industry pioneers, we continue to push the boundaries of what's possible in cybersecurity. | |
| </p> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Technology Partners --> | |
| <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">Technology Partners</h2> | |
| <p class="text-xl max-w-3xl mx-auto text-slate-300"> | |
| Collaborating with industry leaders to deliver cutting-edge cybersecurity solutions | |
| </p> | |
| <div class="w-24 h-1 bg-orange-600 mx-auto mt-6"></div> | |
| </div> | |
| <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8"> | |
| <div class="card-gradient rounded-2xl p-8 flex flex-col items-center text-center" data-aos="fade-up" data-aos-delay="100"> | |
| <div class="bg-gray-200 border-2 border-dashed rounded-xl w-32 h-32 mb-6 partner-logo"></div> | |
| <h3 class="text-2xl font-bold mb-4">Microsoft Partner</h3> | |
| <p class="text-slate-300 mb-4"> | |
| Leveraging Microsoft Azure infrastructure to deliver scalable and secure cloud-based cybersecurity solutions. | |
| </p> | |
| <a href="https://azure.microsoft.com" target="_blank" class="text-orange-500 font-semibold hover:underline">Learn more →</a> | |
| </div> | |
| <div class="card-gradient rounded-2xl p-8 flex flex-col items-center text-center" data-aos="fade-up" data-aos-delay="200"> | |
| <div class="bg-gray-200 border-2 border-dashed rounded-xl w-32 h-32 mb-6 partner-logo"></div> | |
| <h3 class="text-2xl font-bold mb-4">Open Origin</h3> | |
| <p class="text-slate-300 mb-4"> | |
| Collaborating on open-source security initiatives to make advanced cybersecurity accessible to all. | |
| </p> | |
| <a href="https://openorigin.industries" target="_blank" class="text-orange-500 font-semibold hover:underline">Learn more →</a> | |
| </div> | |
| <div class="card-gradient rounded-2xl p-8 flex flex-col items-center text-center" data-aos="fade-up" data-aos-delay="300"> | |
| <div class="bg-gray-200 border-2 border-dashed rounded-xl w-32 h-32 mb-6 partner-logo"></div> | |
| <h3 class="text-2xl font-bold mb-4">Inadaba Renewable Fuels</h3> | |
| <p class="text-slate-300 mb-4"> | |
| Securing critical infrastructure in the renewable energy sector with our IoT security solutions. | |
| </p> | |
| <a href="https://inadabarenewablefuels.com" target="_blank" class="text-orange-500 font-semibold hover:underline">Learn more →</a> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Industry Partners --> | |
| <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">Industry Partners</h2> | |
| <p class="text-xl max-w-3xl mx-auto text-slate-300"> | |
| Working with industry leaders to implement next-generation security across sectors | |
| </p> | |
| <div class="w-24 h-1 bg-orange-600 mx-auto mt-6"></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 flex flex-col items-center text-center" data-aos="fade-up" data-aos-delay="100"> | |
| <div class="bg-gray-200 border-2 border-dashed rounded-xl w-24 h-24 mb-4 partner-logo"></div> | |
| <h3 class="text-xl font-bold mb-2">Silesia Automotive</h3> | |
| <a href="https://silesia-automotive.pl" target="_blank" class="text-orange-500 text-sm hover:underline">silesia-automotive.pl</a> | |
| </div> | |
| <div class="card-gradient rounded-2xl p-6 flex flex-col items-center text-center" data-aos="fade-up" data-aos-delay="200"> | |
| <div class="bg-gray-200 border-2 border-dashed rounded-xl w-24 h-24 mb-4 partner-logo"></div> | |
| <h3 class="text-xl font-bold mb-2">ECS</h3> | |
| <a href="https://ecs-org.eu" target="_blank" class="text-orange-500 text-sm hover:underline">ecs-org.eu</a> | |
| </div> | |
| <div class="card-gradient rounded-2xl p-6 flex flex-col items-center text-center" data-aos="fade-up" data-aos-delay="300"> | |
| <div class="bg-gray-200 border-2 border-dashed rounded-xl w-24 h-24 mb-4 partner-logo"></div> | |
| <h3 class="text-xl font-bold mb-2">Bosmal</h3> | |
| <a href="https://bosmal.com.pl" target="_blank" class="text-orange-500 text-sm hover:underline">bosmal.com.pl</a> | |
| </div> | |
| <div class="card-gradient rounded-2xl p-6 flex flex-col items-center text-center" data-aos="fade-up" data-aos-delay="400"> | |
| <div class="bg-gray-200 border-2 border-dashed rounded-xl w-24 h-24 mb-4 partner-logo"></div> | |
| <h3 class="text-xl font-bold mb-2">APA Group</h3> | |
| <a href="https://apagroup.pl" target="_blank" class="text-orange-500 text-sm hover:underline">apagroup.pl</a> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Academic Partners --> | |
| <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">Academic Partners</h2> | |
| <p class="text-xl max-w-3xl mx-auto text-slate-300"> | |
| Advancing cybersecurity research and education through academic collaboration | |
| </p> | |
| <div class="w-24 h-1 bg-orange-600 mx-auto mt-6"></div> | |
| </div> | |
| <div class="flex flex-col items-center"> | |
| <div class="card-gradient rounded-2xl p-12 flex flex-col items-center text-center w-full max-w-2xl" data-aos="fade-up"> | |
| <div class="bg-gray-200 border-2 border-dashed rounded-xl w-32 h-32 mb-8 partner-logo"></div> | |
| <h3 class="text-2xl font-bold mb-4">Silesian University of Technology</h3> | |
| <p class="text-slate-300 mb-6"> | |
| Collaborating on cutting-edge research in IoT security, cryptography, and AI-driven threat detection. Joint programs for nurturing the next generation of cybersecurity professionals. | |
| </p> | |
| <a href="https://polsl.pl" target="_blank" class="text-orange-500 font-semibold hover:underline">Visit polsl.pl</a> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Additional Partners --> | |
| <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">Additional Partners</h2> | |
| <div class="w-24 h-1 bg-orange-600 mx-auto"></div> | |
| </div> | |
| <div class="grid grid-cols-2 md:grid-cols-4 gap-8"> | |
| <div class="flex flex-col items-center" data-aos="fade-up" data-aos-delay="100"> | |
| <div class="bg-gray-200 border-2 border-dashed rounded-xl w-24 h-24 mb-4 partner-logo"></div> | |
| <p class="text-center text-sm">Partner Logo</p> | |
| </div> | |
| <div class="flex flex-col items-center" data-aos="fade-up" data-aos-delay="200"> | |
| <div class="bg-gray-200 border-2 border-dashed rounded-xl w-24 h-24 mb-4 partner-logo"></div> | |
| <p class="text-center text-sm">Partner Logo</p> | |
| </div> | |
| <div class="flex flex-col items-center" data-aos="fade-up" data-aos-delay="300"> | |
| <div class="bg-gray-200 border-2 border-dashed rounded-xl w-24 h-24 mb-4 partner-logo"></div> | |
| <p class="text-center text-sm">Partner Logo</p> | |
| </div> | |
| <div class="flex flex-col items-center" data-aos="fade-up" data-aos-delay="400"> | |
| <div class="bg-gray-200 border-2 border-dashed rounded-xl w-24 h-24 mb-4 partner-logo"></div> | |
| <p class="text-center text-sm">Partner Logo</p> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Partnership 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">Benefits of Partnership</h2> | |
| <div class="w-24 h-1 bg-orange-600 mx-auto"></div> | |
| </div> | |
| <div class="grid grid-cols-1 md:grid-cols-3 gap-8"> | |
| <div class="card-gradient rounded-2xl p-8" data-aos="fade-up" data-aos-delay="100"> | |
| <div class="text-orange-500 mb-4"> | |
| <i data-feather="zap" class="text-3xl"></i> | |
| </div> | |
| <h3 class="text-2xl font-bold mb-4">Innovation Acceleration</h3> | |
| <p class="text-slate-300"> | |
| Collaborate with us to accelerate your innovation roadmap through access to our cutting-edge cybersecurity technologies and research capabilities. | |
| </p> | |
| </div> | |
| <div class="card-gradient rounded-2xl p-8" data-aos="fade-up" data-aos-delay="200"> | |
| <div class="text-orange-500 mb-4"> | |
| <i data-feather="globe" class="text-3xl"></i> | |
| </div> | |
| <h3 class="text-2xl font-bold mb-4">Market Expansion</h3> | |
| <p class="text-slate-300"> | |
| Leverage our global presence and established customer base to expand your market reach and accelerate business growth. | |
| </p> | |
| </div> | |
| <div class="card-gradient rounded-2xl p-8" data-aos="fade-up" data-aos-delay="300"> | |
| <div class="text-orange-500 mb-4"> | |
| <i data-feather="users" class="text-3xl"></i> | |
| </div> | |
| <h3 class="text-2xl font-bold mb-4">Knowledge Sharing</h3> | |
| <p class="text-slate-300"> | |
| Benefit from our expertise and insights in cybersecurity while contributing your own knowledge to create mutually beneficial solutions. | |
| </p> | |
| </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">Become a Partner</h2> | |
| <p class="text-xl text-slate-300 mb-10"> | |
| Interested in partnering with Cyberus Labs? Join our network of innovators and help shape the future of cybersecurity. | |
| </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"> | |
| Partner Inquiry | |
| </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"> | |
| Download Partnership Brochure | |
| </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="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> |