File size: 32,540 Bytes
861bcf4 7f04165 |
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 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sollersys Consulting - IT Architecture & Cybersecurity Experts</title>
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/feather-icons"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.net.min.js"></script>
<style>
.hero-gradient {
background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 50%, #1d4ed8 100%);
}
.service-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);
}
.animate-float {
animation: float 6s ease-in-out infinite;
}
@keyframes float {
0% { transform: translateY(0px); }
50% { transform: translateY(-20px); }
100% { transform: translateY(0px); }
}
</style>
</head>
<body class="font-sans antialiased text-gray-800">
<div id="vanta-bg" class="fixed top-0 left-0 w-full h-full z-0"></div>
<!-- Navigation -->
<nav class="relative z-50 bg-white/90 backdrop-blur-md shadow-sm">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between h-20 items-center">
<div class="flex items-center">
<div class="flex-shrink-0 flex items-center">
<i data-feather="cpu" class="h-8 w-8 text-blue-600"></i>
<span class="ml-2 text-xl font-bold text-gray-900">Sollersys</span>
</div>
</div>
<div class="hidden md:block">
<div class="ml-10 flex items-center space-x-8">
<a href="#services" class="text-gray-700 hover:text-blue-600 px-3 py-2 font-medium">Services</a>
<a href="#expertise" class="text-gray-700 hover:text-blue-600 px-3 py-2 font-medium">Expertise</a>
<a href="#case-studies" class="text-gray-700 hover:text-blue-600 px-3 py-2 font-medium">Case Studies</a>
<a href="#contact" class="text-gray-700 hover:text-blue-600 px-3 py-2 font-medium">Contact</a>
</div>
</div>
<div class="md:hidden">
<button type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-700 hover:text-blue-600 focus:outline-none">
<i data-feather="menu"></i>
</button>
</div>
</div>
</div>
</nav>
<!-- Hero Section -->
<section class="relative hero-gradient text-white pt-32 pb-20 px-4 sm:px-6 lg:px-8 z-10">
<div class="max-w-7xl mx-auto">
<div class="md:flex md:items-center md:justify-between">
<div class="md:w-1/2 mb-12 md:mb-0">
<h1 class="text-4xl md:text-5xl font-bold leading-tight mb-6">
Architecting Digital Excellence Through Secure Solutions
</h1>
<p class="text-xl md:text-2xl text-blue-100 mb-8">
We design, build, and optimize information systems that drive business value with uncompromising security and stability.
</p>
<div class="flex space-x-4">
<a href="#contact" class="bg-white text-blue-600 px-6 py-3 rounded-lg font-medium hover:bg-blue-50 transition duration-300 shadow-lg">
Get In Touch
</a>
<a href="#case-studies" class="border-2 border-white text-white px-6 py-3 rounded-lg font-medium hover:bg-white/10 transition duration-300">
Our Work
</a>
</div>
</div>
<div class="md:w-1/2 flex justify-center">
<img src="http://static.photos/technology/1024x576/10" alt="IT Architecture" class="rounded-xl shadow-2xl border-4 border-white/20 animate-float">
</div>
</div>
</div>
</section>
<!-- Services Section -->
<section id="services" class="py-20 bg-white relative z-10">
<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-gray-900 mb-4">Our Core Services</h2>
<div class="w-20 h-1 bg-blue-600 mx-auto"></div>
</div>
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Service 1 -->
<div class="service-card bg-gray-50 rounded-xl p-8 transition duration-300 border border-gray-200">
<div class="w-16 h-16 bg-blue-100 rounded-lg flex items-center justify-center mb-6">
<i data-feather="layers" class="w-8 h-8 text-blue-600"></i>
</div>
<h3 class="text-xl font-bold text-gray-900 mb-3">System Architecture</h3>
<p class="text-gray-600">
Comprehensive design of scalable, high-performance information systems tailored to your business needs with future-proof architecture.
</p>
</div>
<!-- Service 2 -->
<div class="service-card bg-gray-50 rounded-xl p-8 transition duration-300 border border-gray-200">
<div class="w-16 h-16 bg-blue-100 rounded-lg flex items-center justify-center mb-6">
<i data-feather="shield" class="w-8 h-8 text-blue-600"></i>
</div>
<h3 class="text-xl font-bold text-gray-900 mb-3">Cybersecurity</h3>
<p class="text-gray-600">
End-to-end security solutions from risk assessment to implementation of IAM/SSO systems and secure infrastructure architecture.
</p>
</div>
<!-- Service 3 -->
<div class="service-card bg-gray-50 rounded-xl p-8 transition duration-300 border border-gray-200">
<div class="w-16 h-16 bg-blue-100 rounded-lg flex items-center justify-center mb-6">
<i data-feather="trending-up" class="w-8 h-8 text-blue-600"></i>
</div>
<h3 class="text-xl font-bold text-gray-900 mb-3">Digital Transformation</h3>
<p class="text-gray-600">
Modernization of legacy systems with focus on retail banking, automotive commerce, and transportation industries.
</p>
</div>
<!-- Service 4 -->
<div class="service-card bg-gray-50 rounded-xl p-8 transition duration-300 border border-gray-200">
<div class="w-16 h-16 bg-blue-100 rounded-lg flex items-center justify-center mb-6">
<i data-feather="database" class="w-8 h-8 text-blue-600"></i>
</div>
<h3 class="text-xl font-bold text-gray-900 mb-3">Data Visualization</h3>
<p class="text-gray-600">
Powerful analytics and visualization tools for banking audits and business intelligence with actionable insights.
</p>
</div>
<!-- Service 5 -->
<div class="service-card bg-gray-50 rounded-xl p-8 transition duration-300 border border-gray-200">
<div class="w-16 h-16 bg-blue-100 rounded-lg flex items-center justify-center mb-6">
<i data-feather="refresh-cw" class="w-8 h-8 text-blue-600"></i>
</div>
<h3 class="text-xl font-bold text-gray-900 mb-3">Software Evolution</h3>
<p class="text-gray-600">
Continuous improvement and maintenance of commercialization platforms for automotive and retail sectors.
</p>
</div>
<!-- Service 6 -->
<div class="service-card bg-gray-50 rounded-xl p-8 transition duration-300 border border-gray-200">
<div class="w-16 h-16 bg-blue-100 rounded-lg flex items-center justify-center mb-6">
<i data-feather="cloud" class="w-8 h-8 text-blue-600"></i>
</div>
<h3 class="text-xl font-bold text-gray-900 mb-3">Infrastructure Architecture</h3>
<p class="text-gray-600">
Design and implementation of robust infrastructure solutions for healthcare and enterprise environments.
</p>
</div>
</div>
</div>
</section>
<!-- Expertise Section -->
<section id="expertise" class="py-20 bg-gray-50 relative z-10">
<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-gray-900 mb-4">Industry Expertise</h2>
<div class="w-20 h-1 bg-blue-600 mx-auto"></div>
</div>
<div class="grid md:grid-cols-2 gap-12 items-center">
<div>
<img src="http://static.photos/finance/640x360/5" alt="Industry Expertise" class="rounded-lg shadow-lg">
</div>
<div>
<div class="space-y-6">
<div class="flex items-start">
<div class="flex-shrink-0 bg-blue-100 rounded-lg p-3 mr-4">
<i data-feather="dollar-sign" class="w-6 h-6 text-blue-600"></i>
</div>
<div>
<h3 class="text-xl font-bold text-gray-900 mb-2">Retail Banking</h3>
<p class="text-gray-600">
Specialized solutions for financial institutions including audit visualization and compliance systems.
</p>
</div>
</div>
<div class="flex items-start">
<div class="flex-shrink-0 bg-blue-100 rounded-lg p-3 mr-4">
<i data-feather="truck" class="w-6 h-6 text-blue-600"></i>
</div>
<div>
<h3 class="text-xl font-bold text-gray-900 mb-2">Automotive Commerce</h3>
<p class="text-gray-600">
Comprehensive platforms for new/used car sales, spare parts distribution, and dealership management.
</p>
</div>
</div>
<div class="flex items-start">
<div class="flex-shrink-0 bg-blue-100 rounded-lg p-3 mr-4">
<i data-feather="users" class="w-6 h-6 text-blue-600"></i>
</div>
<div>
<h3 class="text-xl font-bold text-gray-900 mb-2">Temporary Employment</h3>
<p class="text-gray-600">
Secure IAM/SSO solutions for workforce management in staffing agencies.
</p>
</div>
</div>
<div class="flex items-start">
<div class="flex-shrink-0 bg-blue-100 rounded-lg p-3 mr-4">
<i data-feather="train" class="w-6 h-6 text-blue-600"></i>
</div>
<div>
<h3 class="text-xl font-bold text-gray-900 mb-2">Transportation</h3>
<p class="text-gray-600">
Innovative loyalty programs and customer engagement systems for rail operators.
</p>
</div>
</div>
<div class="flex items-start">
<div class="flex-shrink-0 bg-blue-100 rounded-lg p-3 mr-4">
<i data-feather="heart" class="w-6 h-6 text-blue-600"></i>
</div>
<div>
<h3 class="text-xl font-bold text-gray-900 mb-2">Healthcare</h3>
<p class="text-gray-600">
Secure infrastructure architecture for sensitive medical data and patient management systems.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Case Studies Section -->
<section id="case-studies" class="py-20 bg-white relative z-10">
<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-gray-900 mb-4">Success Stories</h2>
<div class="w-20 h-1 bg-blue-600 mx-auto"></div>
</div>
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Case 1 -->
<div class="bg-gray-50 rounded-xl overflow-hidden shadow-md border border-gray-200">
<img src="http://static.photos/finance/640x360/1" alt="Banking Audit Visualization" class="w-full h-48 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold text-gray-900 mb-2">Banking Audit Visualization</h3>
<p class="text-gray-600 mb-4">
Developed a comprehensive data visualization platform for banking audit processes, reducing analysis time by 65%.
</p>
<div class="flex flex-wrap gap-2">
<span class="bg-blue-100 text-blue-800 text-xs px-3 py-1 rounded-full">Data Visualization</span>
<span class="bg-blue-100 text-blue-800 text-xs px-3 py-1 rounded-full">Banking</span>
<span class="bg-blue-100 text-blue-800 text-xs px-3 py-1 rounded-full">Analytics</span>
</div>
</div>
</div>
<!-- Case 2 -->
<div class="bg-gray-50 rounded-xl overflow-hidden shadow-md border border-gray-200">
<img src="http://static.photos/automotive/640x360/2" alt="Automotive Commerce Platform" class="w-full h-48 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold text-gray-900 mb-2">Automotive Commerce Platform</h3>
<p class="text-gray-600 mb-4">
Led the architectural redesign of a major automobile company's sales platform, improving stability by 90%.
</p>
<div class="flex flex-wrap gap-2">
<span class="bg-blue-100 text-blue-800 text-xs px-3 py-1 rounded-full">E-Commerce</span>
<span class="bg-blue-100 text-blue-800 text-xs px-3 py-1 rounded-full">Automotive</span>
<span class="bg-blue-100 text-blue-800 text-xs px-3 py-1 rounded-full">Scalability</span>
</div>
</div>
</div>
<!-- Case 3 -->
<div class="bg-gray-50 rounded-xl overflow-hidden shadow-md border border-gray-200">
<img src="http://static.photos/office/640x360/3" alt="IAM/SSO Implementation" class="w-full h-48 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold text-gray-900 mb-2">IAM/SSO Implementation</h3>
<p class="text-gray-600 mb-4">
Designed and implemented a secure identity management system for a temporary employment agency with 50,000+ users.
</p>
<div class="flex flex-wrap gap-2">
<span class="bg-blue-100 text-blue-800 text-xs px-3 py-1 rounded-full">Cybersecurity</span>
<span class="bg-blue-100 text-blue-800 text-xs px-3 py-1 rounded-full">IAM</span>
<span class="bg-blue-100 text-blue-800 text-xs px-3 py-1 rounded-full">SSO</span>
</div>
</div>
</div>
</div>
<div class="text-center mt-12">
<a href="#contact" class="inline-flex items-center text-blue-600 font-medium hover:text-blue-800">
See more case studies
<i data-feather="arrow-right" class="ml-2 w-5 h-5"></i>
</a>
</div>
</div>
</section>
<!-- Testimonials Section -->
<section class="py-20 bg-blue-600 text-white relative z-10">
<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 mb-4">Client Testimonials</h2>
<div class="w-20 h-1 bg-white mx-auto"></div>
</div>
<div class="grid md:grid-cols-3 gap-8">
<!-- Testimonial 1 -->
<div class="bg-white/10 p-8 rounded-xl backdrop-blur-sm">
<div class="flex items-center mb-4">
<div class="w-12 h-12 rounded-full overflow-hidden mr-4">
<img src="http://static.photos/people/200x200/1" alt="Client" class="w-full h-full object-cover">
</div>
<div>
<h4 class="font-bold">Financial Director</h4>
<p class="text-blue-100 text-sm">Major European Bank</p>
</div>
</div>
<p class="italic">
"Sollersys transformed our audit processes with their visualization platform. What used to take weeks now takes days, with much greater insight."
</p>
<div class="flex mt-4">
<i data-feather="star" class="w-5 h-5 text-yellow-300 fill-yellow-300"></i>
<i data-feather="star" class="w-5 h-5 text-yellow-300 fill-yellow-300"></i>
<i data-feather="star" class="w-5 h-5 text-yellow-300 fill-yellow-300"></i>
<i data-feather="star" class="w-5 h-5 text-yellow-300 fill-yellow-300"></i>
<i data-feather="star" class="w-5 h-5 text-yellow-300 fill-yellow-300"></i>
</div>
</div>
<!-- Testimonial 2 -->
<div class="bg-white/10 p-8 rounded-xl backdrop-blur-sm">
<div class="flex items-center mb-4">
<div class="w-12 h-12 rounded-full overflow-hidden mr-4">
<img src="http://static.photos/people/200x200/2" alt="Client" class="w-full h-full object-cover">
</div>
<div>
<h4 class="font-bold">CIO</h4>
<p class="text-blue-100 text-sm">Global Automotive Manufacturer</p>
</div>
</div>
<p class="italic">
"The stability improvements to our commerce platform have been remarkable. System downtime has been reduced to near zero."
</p>
<div class="flex mt-4">
<i data-feather="star" class="w-5 h-5 text-yellow-300 fill-yellow-300"></i>
<i data-feather="star" class="w-5 h-5 text-yellow-300 fill-yellow-300"></i>
<i data-feather="star" class="w-5 h-5 text-yellow-300 fill-yellow-300"></i>
<i data-feather="star" class="w-5 h-5 text-yellow-300 fill-yellow-300"></i>
<i data-feather="star" class="w-5 h-5 text-yellow-300 fill-yellow-300"></i>
</div>
</div>
<!-- Testimonial 3 -->
<div class="bg-white/10 p-8 rounded-xl backdrop-blur-sm">
<div class="flex items-center mb-4">
<div class="w-12 h-12 rounded-full overflow-hidden mr-4">
<img src="http://static.photos/people/200x200/3" alt="Client" class="w-full h-full object-cover">
</div>
<div>
<h4 class="font-bold">Head of IT Security</h4>
<p class="text-blue-100 text-sm">Staffing Solutions Provider</p>
</div>
</div>
<p class="italic">
"Our IAM implementation was delivered on time and exceeded all security requirements. The architecture is both robust and flexible."
</p>
<div class="flex mt-4">
<i data-feather="star" class="w-5 h-5 text-yellow-300 fill-yellow-300"></i>
<i data-feather="star" class="w-5 h-5 text-yellow-300 fill-yellow-300"></i>
<i data-feather="star" class="w-5 h-5 text-yellow-300 fill-yellow-300"></i>
<i data-feather="star" class="w-5 h-5 text-yellow-300 fill-yellow-300"></i>
<i data-feather="star" class="w-5 h-5 text-yellow-300 fill-yellow-300"></i>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="py-20 bg-white relative z-10">
<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-gray-900 mb-4">Let's Build Something Great</h2>
<div class="w-20 h-1 bg-blue-600 mx-auto"></div>
</div>
<div class="grid md:grid-cols-2 gap-12">
<div>
<h3 class="text-xl font-bold text-gray-900 mb-6">Get in touch</h3>
<div class="space-y-6">
<div class="flex items-start">
<div class="flex-shrink-0 bg-blue-100 rounded-lg p-3 mr-4">
<i data-feather="mail" class="w-6 h-6 text-blue-600"></i>
</div>
<div>
<h4 class="font-medium text-gray-900">Email Us</h4>
<p class="text-gray-600">contact@sollersys.com</p>
</div>
</div>
<div class="flex items-start">
<div class="flex-shrink-0 bg-blue-100 rounded-lg p-3 mr-4">
<i data-feather="phone" class="w-6 h-6 text-blue-600"></i>
</div>
<div>
<h4 class="font-medium text-gray-900">Call Us</h4>
<p class="text-gray-600">+1 (555) 123-4567</p>
</div>
</div>
<div class="flex items-start">
<div class="flex-shrink-0 bg-blue-100 rounded-lg p-3 mr-4">
<i data-feather="map-pin" class="w-6 h-6 text-blue-600"></i>
</div>
<div>
<h4 class="font-medium text-gray-900">Visit Us</h4>
<p class="text-gray-600">123 Architect Avenue, Tech City, TC 10101</p>
</div>
</div>
</div>
<div class="mt-12">
<h4 class="font-medium text-gray-900 mb-4">Follow Us</h4>
<div class="flex space-x-4">
<a href="#" class="bg-gray-100 hover:bg-gray-200 p-3 rounded-full transition duration-300">
<i data-feather="linkedin" class="w-5 h-5 text-gray-700"></i>
</a>
<a href="#" class="bg-gray-100 hover:bg-gray-200 p-3 rounded-full transition duration-300">
<i data-feather="twitter" class="w-5 h-5 text-gray-700"></i>
</a>
<a href="#" class="bg-gray-100 hover:bg-gray-200 p-3 rounded-full transition duration-300">
<i data-feather="github" class="w-5 h-5 text-gray-700"></i>
</a>
</div>
</div>
</div>
<div class="bg-gray-50 rounded-xl p-8 border border-gray-200">
<h3 class="text-xl font-bold text-gray-900 mb-6">Send us a message</h3>
<form>
<div class="mb-6">
<label for="name" class="block text-gray-700 font-medium mb-2">Name</label>
<input type="text" id="name" class="w-full px-4 py-3 rounded-lg border border-gray-300 focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-transparent">
</div>
<div class="mb-6">
<label for="email" class="block text-gray-700 font-medium mb-2">Email</label>
<input type="email" id="email" class="w-full px-4 py-3 rounded-lg border border-gray-300 focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-transparent">
</div>
<div class="mb-6">
<label for="company" class="block text-gray-700 font-medium mb-2">Company</label>
<input type="text" id="company" class="w-full px-4 py-3 rounded-lg border border-gray-300 focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-transparent">
</div>
<div class="mb-6">
<label for="message" class="block text-gray-700 font-medium mb-2">Message</label>
<textarea id="message" rows="4" class="w-full px-4 py-3 rounded-lg border border-gray-300 focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-transparent"></textarea>
</div>
<button type="submit" class="w-full bg-blue-600 hover:bg-blue-700 text-white font-medium py-3 px-6 rounded-lg transition duration-300">
Send Message
</button>
</form>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-900 text-white py-12 relative z-10">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid md:grid-cols-4 gap-8">
<div>
<div class="flex items-center mb-4">
<i data-feather="cpu" class="h-8 w-8 text-blue-400"></i>
<span class="ml-2 text-xl font-bold">Sollersys</span>
</div>
<p class="text-gray-400">
Architecting secure, scalable information systems that drive business success.
</p>
</div>
<div>
<h4 class="text-lg font-semibold mb-4">Services</h4>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white transition duration-300">System Architecture</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Cybersecurity</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Digital Transformation</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Data Visualization</a></li>
</ul>
</div>
<div>
<h4 class="text-lg font-semibold mb-4">Industries</h4>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Retail Banking</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Automotive</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Temporary Employment</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Transportation</a></li>
</ul>
</div>
<div>
<h4 class="text-lg font-semibold mb-4">Legal</h4>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Privacy Policy</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Terms of Service</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Cookie Policy</a></li>
</ul>
</div>
</div>
<div class="border-t border-gray-800 mt-12 pt-8 flex flex-col md:flex-row justify-between items-center">
<p class="text-gray-400 mb-4 md:mb-0">
© 2023 Sollersys Consulting. All rights reserved.
</p>
<div class="flex space-x-6">
<a href="#" class="text-gray-400 hover:text-white transition duration-300">
<i data-feather="linkedin" class="w-5 h-5"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white transition duration-300">
<i data-feather="twitter" class="w-5 h-5"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white transition duration-300">
<i data-feather="github" class="w-5 h-5"></i>
</a>
</div>
</div>
</div>
</footer>
<script>
// Initialize Vanta.js background
VANTA.NET({
el: "#vanta-bg",
mouseControls: true,
touchControls: true,
gyroControls: false,
minHeight: 200.00,
minWidth: 200.00,
scale: 1.00,
scaleMobile: 1.00,
color: 0x3b82f6,
backgroundColor: 0x111827,
points: 10.00,
maxDistance: 22.00,
spacing: 18.00
});
</script>
<script>
feather.replace();
</script>
</body>
</html>
|