Spaces:
Running
Running
Make this an actual chat section that sends a message to WhatsApp number 0820934198
bd18a0a verified | <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>About Us - Y-I.T.</title> | |
| <meta name="description" content="Learn about Y-I.T., Durban's premier IT support company. Our mission, values and team."> | |
| <link rel="icon" type="image/x-icon" href="/static/favicon.ico"> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script> | |
| <script src="https://unpkg.com/feather-icons"></script> | |
| <script> | |
| tailwind.config = { | |
| theme: { | |
| extend: { | |
| colors: { | |
| 'silver': '#C0C0C0', | |
| 'onyx': '#353839', | |
| 'gunmetal': '#2C3539' | |
| } | |
| } | |
| } | |
| } | |
| </script> | |
| <style> | |
| .about-gradient { | |
| background: linear-gradient(135deg, rgba(0,0,0,0.9) 0%, rgba(53,56,57,0.8) 100%); | |
| } | |
| .team-card:hover { | |
| transform: translateY(-5px); | |
| box-shadow: 0 10px 25px rgba(192, 192, 192, 0.2); | |
| } | |
| </style> | |
| </head> | |
| <body class="bg-black text-silver font-sans"> | |
| <!-- Navigation --> | |
| <nav class="bg-onyx shadow-lg fixed w-full z-10"> | |
| <div class="container mx-auto px-4"> | |
| <div class="flex justify-between items-center h-16"> | |
| <div class="flex items-center"> | |
| <a href="index.html"><img src="https://huggingface.co/spaces/Nadeemk2801/undefined/resolve/main/images/New_Logo-removebg-preview.png" alt="Y-IT Logo" class="h-12 object-contain"></a> | |
| </div> | |
| <div class="hidden md:flex space-x-8"> | |
| <a href="index.html" class="text-silver hover:text-white px-3 py-2">Home</a> | |
| <a href="#" class="text-white px-3 py-2">About Us</a> | |
| <a href="services.html" class="text-silver hover:text-white px-3 py-2">Services</a> | |
| <a href="security.html" class="text-silver hover:text-white px-3 py-2">Security</a> | |
| <a href="contact.html" class="text-silver hover:text-white px-3 py-2">Contact</a> | |
| </div> | |
| <div class="md:hidden"> | |
| <button class="text-silver focus:outline-none"> | |
| <i data-feather="menu"></i> | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| </nav> | |
| <!-- Hero Section --> | |
| <section class="pt-32 pb-20 about-gradient relative"> | |
| <div class="container mx-auto px-4"> | |
| <div class="max-w-3xl mx-auto text-center"> | |
| <div class="flex flex-col items-center"> | |
| <img src="https://huggingface.co/spaces/Nadeemk2801/undefined/resolve/main/images/New_Logo-removebg-preview.png" alt="Y-IT Logo" class="h-24 mb-6 object-contain"> | |
| <h1 class="text-4xl md:text-6xl font-bold text-white mb-6">About <span class="text-silver">Y-I.T.</span></h1> | |
| </div> | |
| <p class="text-xl text-silver mb-8">Delivering professional IT solutions to South African and International Businesses for over 25 years.</p> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Mission Section --> | |
| <section class="py-20 bg-gunmetal pb-32"> | |
| <div class="container mx-auto px-4"> | |
| <div class="grid grid-cols-1 md:grid-cols-2 gap-12 items-center"> | |
| <div> | |
| <h2 class="text-3xl font-bold text-white mb-6">Our <span class="text-silver">Mission</span></h2> | |
| <p class="text-silver mb-6">To provide reliable, innovative and professional IT services that empower businesses to operate efficiently and securely in the digital landscape.</p> | |
| <p class="text-silver">We believe technology should be an enabler, not a barrier, to business success. Our team is committed to understanding your unique needs and delivering tailored solutions that drive growth.</p> | |
| </div> | |
| <div> | |
| <img src="http://static.photos/technology/640x360/1" alt="Mission Image" class="rounded-lg shadow-xl w-full"> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Values Section --> | |
| <section class="py-20 bg-black"> | |
| <div class="container mx-auto px-4"> | |
| <div class="text-center mb-16"> | |
| <h2 class="text-3xl md:text-4xl font-bold text-white mb-4">Our <span class="text-silver">Core Values</span></h2> | |
| <p class="max-w-2xl mx-auto text-silver">The principles that guide everything we do.</p> | |
| </div> | |
| <div class="grid grid-cols-1 md:grid-cols-3 gap-8"> | |
| <div class="bg-onyx p-8 rounded-lg"> | |
| <div class="text-silver mb-4"> | |
| <i data-feather="check-circle" class="w-10 h-10"></i> | |
| </div> | |
| <h3 class="text-xl font-semibold text-white mb-4">Integrity</h3> | |
| <p class="text-silver">We believe in transparent, honest communication and ethical business practices.</p> | |
| </div> | |
| <div class="bg-onyx p-8 rounded-lg"> | |
| <div class="text-silver mb-4"> | |
| <i data-feather="users" class="w-10 h-10"></i> | |
| </div> | |
| <h3 class="text-xl font-semibold text-white mb-4">Client Focus</h3> | |
| <p class="text-silver">Your success is our success. We listen carefully and respond quickly.</p> | |
| </div> | |
| <div class="bg-onyx p-8 rounded-lg"> | |
| <div class="text-silver mb-4"> | |
| <i data-feather="award" class="w-10 h-10"></i> | |
| </div> | |
| <h3 class="text-xl font-semibold text-white mb-4">Excellence</h3> | |
| <p class="text-silver">We strive for the highest standards in all aspects of our service delivery.</p> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Team Section --> | |
| <section class="py-20 bg-gunmetal"> | |
| <div class="container mx-auto px-4"> | |
| <div class="text-center mb-16"> | |
| <h2 class="text-3xl md:text-4xl font-bold text-white mb-4">Meet Our <span class="text-silver">Team</span></h2> | |
| <p class="max-w-2xl mx-auto text-silver">The skilled professionals behind Y-I.T.</p> | |
| </div> | |
| <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8"> | |
| <div class="team-card bg-onyx rounded-lg p-6 transition duration-300 text-center"> | |
| <img src="https://avatars.dicebear.com/api/male/wyattrowe.svg?background=%23808080" alt="Wyatt Rowe" class="w-32 h-32 rounded-full mx-auto mb-4"> | |
| <h3 class="text-xl font-semibold text-white mb-2">Wyatt Rowe</h3> | |
| <p class="text-silver mb-2">Founder & CEO</p> | |
| <p class="text-silver text-sm">20+ years in IT infrastructure and security</p> | |
| </div> | |
| <div class="team-card bg-onyx rounded-lg p-6 transition duration-300 text-center"> | |
| <img src="https://avatars.dicebear.com/api/male/nadeemkhan.svg?background=%23808080" alt="Nadeem Khan" class="w-32 h-32 rounded-full mx-auto mb-4"> | |
| <h3 class="text-xl font-semibold text-white mb-2">Nadeem Khan</h3> | |
| <p class="text-silver mb-2">Technical Manager</p> | |
| <p class="text-silver text-sm">Digital transformation and enterprise solutions expert</p> | |
| </div> | |
| <div class="team-card bg-onyx rounded-lg p-6 transition duration-300 text-center"> | |
| <img src="https://avatars.dicebear.com/api/female/jessicanormallewis.svg?background=%23808080" alt="Jessica Normal Lewis" class="w-32 h-32 rounded-full mx-auto mb-4"> | |
| <h3 class="text-xl font-semibold text-white mb-2">Jessica Normal Lewis</h3> | |
| <p class="text-silver mb-2">IT Support Specialist</p> | |
| <p class="text-silver text-sm">10+ years experience in IT support and customer service</p> | |
| </div> | |
| <div class="team-card bg-onyx rounded-lg p-6 transition duration-300 text-center"> | |
| <img src="https://avatars.dicebear.com/api/male/emilelee.svg?background=%23808080" alt="Emile Lee" class="w-32 h-32 rounded-full mx-auto mb-4"> | |
| <h3 class="text-xl font-semibold text-white mb-2">Emile Lee</h3> | |
| <p class="text-silver mb-2">Account Manager & Solutions Architect</p> | |
| <p class="text-silver text-sm">Client relationship expert with technical solution design</p> | |
| </div> | |
| <div class="team-card bg-onyx rounded-lg p-6 transition duration-300 text-center"> | |
| <img src="https://avatars.dicebear.com/api/male/caleanwarren.svg?background=%23808080" alt="Calean Warren" class="w-32 h-32 rounded-full mx-auto mb-4"> | |
| <h3 class="text-xl font-semibold text-white mb-2">Calean Warren</h3> | |
| <p class="text-silver mb-2">Sales Manager</p> | |
| <p class="text-silver text-sm">Driving business growth through strategic partnerships</p> | |
| </div> | |
| <div class="team-card bg-onyx rounded-lg p-6 transition duration-300 text-center"> | |
| <img src="https://avatars.dicebear.com/api/female/chantellenaidoo.svg?background=%23808080" alt="Chantelle Naidoo" class="w-32 h-32 rounded-full mx-auto mb-4"> | |
| <h3 class="text-xl font-semibold text-white mb-2">Chantelle Naidoo</h3> | |
| <p class="text-silver mb-2">Accounts Manager</p> | |
| <p class="text-silver text-sm">Financial operations and client account management</p> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Footer --> | |
| <footer class="bg-onyx py-8"> | |
| <div class="container mx-auto px-4"> | |
| <div class="flex flex-col md:flex-row justify-between items-center"> | |
| <p class="text-silver mb-4 md:mb-0">© 2023 Y-IT. All rights reserved.</p> | |
| <div class="flex space-x-4"> | |
| <a href="#" class="text-silver hover:text-white"><i data-feather="facebook"></i></a> | |
| <a href="#" class="text-silver hover:text-white"><i data-feather="twitter"></i></a> | |
| <a href="#" class="text-silver hover:text-white"><i data-feather="linkedin"></i></a> | |
| </div> | |
| </div> | |
| </div> | |
| </footer> | |
| <a href="https://wa.me/27820934198" target="_blank" class="fixed bottom-8 right-8 bg-silver text-black p-4 rounded-full shadow-lg z-40 hover:bg-white transition duration-300"> | |
| <i data-feather="message-square"></i> | |
| </a> | |
| <script> | |
| feather.replace(); | |
| </script> | |
| </body> | |
| </html> | |