File size: 19,397 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
<!DOCTYPE html>
<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>&copy; 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>