Spaces:
Running
Running
File size: 26,535 Bytes
4186429 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us - 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);
}
.hero-bg {
background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
}
.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="about.html" class="text-orange-500">About Us</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">About Cyberus Labs</h1>
<p class="text-2xl mb-8 max-w-3xl mx-auto text-slate-300">Pioneering the next generation of cybersecurity solutions</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/office/640x360/123" alt="Cyberus Labs Team" 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">Our Mission</h2>
<p class="text-lg text-slate-300 mb-6">
At Cyberus Labs, we are on a mission to eliminate the fundamental vulnerabilities that plague modern cybersecurity. We believe that the traditional approaches to security are fundamentally flawed, relying on outdated concepts like static passwords and credentials that are inherently vulnerable to theft and exploitation.
</p>
<p class="text-lg text-slate-300 mb-6">
Our vision is to create a world where cybersecurity is both stronger and simpler – where organizations can achieve enterprise-grade protection without the complexity and friction that comes with traditional security measures.
</p>
</div>
</div>
</div>
</section>
<!-- Our Story -->
<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">Our Story</h2>
<div class="w-24 h-1 bg-orange-600 mx-auto"></div>
</div>
<div class="grid grid-cols-1 lg:grid-cols-2 gap-12">
<div data-aos="fade-right">
<h3 class="text-2xl font-bold mb-6">From Silicon Valley to Global Innovation</h3>
<p class="text-lg text-slate-300 mb-6">
Founded in the heart of Silicon Valley, Cyberus Labs emerged from a deep understanding of the cybersecurity challenges facing modern organizations. Our founders, veterans of the tech industry with decades of experience in security research and development, recognized a fundamental flaw in how digital security was being approached.
</p>
<p class="text-lg text-slate-300 mb-6">
The realization that 80% of data breaches involve stolen or weak credentials became the catalyst for our first breakthrough innovation – a passwordless authentication system that would eliminate this vulnerability entirely.
</p>
</div>
<div data-aos="fade-left">
<h3 class="text-2xl font-bold mb-6">Research-Driven Innovation</h3>
<p class="text-lg text-slate-300 mb-6">
Our approach has always been rooted in rigorous research and development. We've invested heavily in understanding the underlying principles of secure authentication, encryption, and threat detection. This research-first approach has enabled us to develop truly novel solutions that address security challenges at their root cause.
</p>
<p class="text-lg text-slate-300">
Our innovations have been recognized by industry leaders and research institutions, including support from the European Union's Horizon 2020 program for our groundbreaking work in IoT security.
</p>
</div>
</div>
</div>
</section>
<!-- Core Values -->
<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">Our Core Values</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="tech-icon w-16 h-16 flex items-center justify-center mb-6">
<i data-feather="shield" class="text-white text-2xl"></i>
</div>
<h3 class="text-2xl font-bold mb-4">Security First</h3>
<p class="text-slate-300">
We prioritize security above all else. Every solution we develop is built with security as the foundational principle, not an afterthought.
</p>
</div>
<div class="card-gradient rounded-2xl p-8" 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="zap" class="text-white text-2xl"></i>
</div>
<h3 class="text-2xl font-bold mb-4">Innovation</h3>
<p class="text-slate-300">
We constantly push the boundaries of what's possible in cybersecurity, developing novel approaches to address emerging threats.
</p>
</div>
<div class="card-gradient rounded-2xl p-8" 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="users" class="text-white text-2xl"></i>
</div>
<h3 class="text-2xl font-bold mb-4">User-Centric Design</h3>
<p class="text-slate-300">
Security should enhance user experience, not hinder it. We design solutions that are both secure and intuitive to use.
</p>
</div>
</div>
</div>
</section>
<!-- Leadership Team -->
<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">Leadership Team</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-3 gap-8 hovered-element">
<div class="card-gradient rounded-2xl p-8 aos-init aos-animate" data-aos="fade-up" data-aos-delay="100">
<div class="flex items-center mb-6">
<div class="bg-gray-200 border-2 border-dashed rounded-xl w-16 h-16 mr-4"></div>
<div>
<h3 class="text-xl font-bold">Jack Wolosewicz</h3>
<p class="text-orange-500">CEO & CTO, Co-Founder, President of the Board</p>
</div>
</div>
<p class="text-slate-300">
Jack has a proven 25-year track record pioneering innovation technologies, IP development and analysis, and technology implementation. Jack has a degree in Electrical Engineering and was a PhD candidate at MIT.
</p>
</div>
<div class="card-gradient rounded-2xl p-8 aos-init aos-animate" data-aos="fade-up" data-aos-delay="200">
<div class="flex items-center mb-6">
<div class="bg-gray-200 border-2 border-dashed rounded-xl w-16 h-16 mr-4"></div>
<div>
<h3 class="text-xl font-bold">Marek Ostafil</h3>
<p class="text-orange-500">COO, Co-Founder, Board Member</p>
</div>
</div>
<p class="text-slate-300">
Marek has over 20 years experience managing international teams. He has specialist expertise in Digital Sound Processing and digital media. He has a Masters Degree in History of Art from the Jagiellonian University.
</p>
</div>
<div class="card-gradient rounded-2xl p-8 aos-init aos-animate hovered-element" data-aos="fade-up" data-aos-delay="300">
<div class="flex items-center mb-6">
<div class="bg-gray-200 border-2 border-dashed rounded-xl w-16 h-16 mr-4"></div>
<div>
<h3 class="text-xl font-bold">George Slawek</h3>
<p class="text-orange-500">Co-Founder, Head of Business Development (EMEA)</p>
</div>
</div>
<p class="text-slate-300">
George has 25 years of international business experience and holds an MBA in Finance, and a B.Sc. in Organizational Behavior from the University of San Francisco.
</p>
</div>
<div class="card-gradient rounded-2xl p-8 aos-init aos-animate" data-aos="fade-up" data-aos-delay="100">
<div class="flex items-center mb-6">
<div class="bg-gray-200 border-2 border-dashed rounded-xl w-16 h-16 mr-4"></div>
<div>
<h3 class="text-xl font-bold">Agnieszka Łasut</h3>
<p class="text-orange-500">Director of Sales, Poland</p>
</div>
</div>
<p class="text-slate-300">
Agnieszka leads our sales operations in Poland with extensive experience in B2B sales and client relationship management in the cybersecurity sector.
</p>
</div>
<div class="card-gradient rounded-2xl p-8 aos-init aos-animate" data-aos="fade-up" data-aos-delay="200">
<div class="flex items-center mb-6">
<div class="bg-gray-200 border-2 border-dashed rounded-xl w-16 h-16 mr-4"></div>
<div>
<h3 class="text-xl font-bold">Aleksander Stanik</h3>
<p class="text-orange-500">System Architect</p>
</div>
</div>
<p class="text-slate-300">
Aleksander is responsible for designing and implementing our core system architectures, ensuring scalability and security across all platforms.
</p>
</div>
<div class="card-gradient rounded-2xl p-8 aos-init aos-animate hovered-element" data-aos="fade-up" data-aos-delay="300">
<div class="flex items-center mb-6">
<div class="bg-gray-200 border-2 border-dashed rounded-xl w-16 h-16 mr-4"></div>
<div>
<h3 class="text-xl font-bold">Luis Soares</h3>
<p class="text-orange-500">Senior IoT Specialist</p>
</div>
</div>
<p class="text-slate-300">
Luis brings deep expertise in IoT security and connectivity, helping to design and implement our cutting-edge IoT protection solutions.
</p>
</div>
<div class="card-gradient rounded-2xl p-8 aos-init aos-animate" data-aos="fade-up" data-aos-delay="100">
<div class="flex items-center mb-6">
<div class="bg-gray-200 border-2 border-dashed rounded-xl w-16 h-16 mr-4"></div>
<div>
<h3 class="text-xl font-bold">Aaron Neugebauer</h3>
<p class="text-orange-500">System Architect</p>
</div>
</div>
<p class="text-slate-300">
Aaron specializes in designing secure and scalable system architectures for enterprise cybersecurity solutions.
</p>
</div>
<div class="card-gradient rounded-2xl p-8 aos-init aos-animate" data-aos="fade-up" data-aos-delay="200">
<div class="flex items-center mb-6">
<div class="bg-gray-200 border-2 border-dashed rounded-xl w-16 h-16 mr-4"></div>
<div>
<h3 class="text-xl font-bold">Irek Kalicki</h3>
<p class="text-orange-500">Product Manager</p>
</div>
</div>
<p class="text-slate-300">
Irek oversees product development and strategy, ensuring our solutions meet market needs and deliver exceptional user experiences.
</p>
</div>
<div class="card-gradient rounded-2xl p-8 aos-init aos-animate hovered-element" data-aos="fade-up" data-aos-delay="300">
<div class="flex items-center mb-6">
<div class="bg-gray-200 border-2 border-dashed rounded-xl w-16 h-16 mr-4"></div>
<div>
<h3 class="text-xl font-bold">Piotr Wolski</h3>
<p class="text-orange-500">Developer</p>
</div>
</div>
<p class="text-slate-300">
Piotr is a key developer working on our core authentication and encryption technologies, bringing innovative solutions to market.
</p>
</div>
</div>
</div>
</section>
<!-- Advisors -->
<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">Advisors</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">
<div class="card-gradient rounded-2xl p-8" data-aos="fade-up" data-aos-delay="100">
<div class="flex items-center mb-6">
<div class="bg-gray-200 border-2 border-dashed rounded-xl w-16 h-16 mr-4"></div>
<div>
<h3 class="text-xl font-bold">John DeWees</h3>
<p class="text-orange-500">Entrepreneur & Strategic Advisor</p>
</div>
</div>
<p class="text-slate-300">
Entrepreneur, strategic advisor, and lead/angel investor, DeWees has long been a strategic advisor for Cyberus Labs, which builds and deploys integrated cybersecurity and compliance solutions for IoT systems. He has co-founded several companies and partnered in investment platforms, including that of the SaxonWeber family. He has a bachelor's in Biology from the University of California, Santa Cruz and an MFA from NYU.
</p>
</div>
<div class="card-gradient rounded-2xl p-8" data-aos="fade-up" data-aos-delay="200">
<div class="flex items-center mb-6">
<div class="bg-gray-200 border-2 border-dashed rounded-xl w-16 h-16 mr-4"></div>
<div>
<h3 class="text-xl font-bold">Simon Chambers</h3>
<p class="text-orange-500">Innovation Consultant</p>
</div>
</div>
<p class="text-slate-300">
As managing director and founder of innovation consultancy Axsysnav in Toulouse, Chambers has advised more than 100 private businesses and public sectors working in innovation. He is a certified mentor for the EU Copernicus program, a coach for the H2020 SME Instrument, and a mentor with the IoT Valley in France. He has worked in the European space and IT industries in several roles: entrepreneur, development director, and software engineer.
</p>
</div>
</div>
</div>
</section>
<!-- Recognition -->
<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 Recognition</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 class="card-gradient rounded-2xl p-8" data-aos="fade-right">
<h3 class="text-2xl font-bold mb-6">European Union Horizon 2020</h3>
<p class="text-lg text-slate-300 mb-6">
Our ELIoT Pro project was selected for funding and support by the EU's prestigious research and innovation program, recognizing our novel approach to IoT security.
</p>
<p class="text-lg text-slate-300">
This recognition validates our commitment to pushing the boundaries of cybersecurity innovation while meeting the highest international standards.
</p>
</div>
<div class="card-gradient rounded-2xl p-8" data-aos="fade-left">
<h3 class="text-2xl font-bold mb-6">Industry Awards & Partnerships</h3>
<p class="text-lg text-slate-300 mb-6">
We've been recognized with multiple industry awards for our innovative approach to cybersecurity. Our partnerships with leading technology companies and research institutions continue to drive our mission forward.
</p>
<p class="text-lg text-slate-300">
Our solutions are trusted by organizations across finance, healthcare, manufacturing, and government sectors worldwide.
</p>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="py-20 bg-slate-800 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">Join Us in Reshaping Cybersecurity</h2>
<p class="text-xl text-slate-300 mb-10">
Interested in joining our team or learning more about our mission? We're always looking for talented individuals who share our passion for security innovation.
</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">
View Career Opportunities
</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 Us
</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="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> |