undefined / services.html
Nadeemk2801's picture
Make this an actual chat section that sends a message to WhatsApp number 0820934198
bd18a0a verified
Raw
History Blame Contribute Delete
13.7 kB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Our Services - Y-I.T.</title>
<meta name="description" content="Comprehensive IT services including 24/7 support, cybersecurity, cloud computing and more from Durban's leading IT company.">
<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>
.service-gradient {
background: linear-gradient(135deg, rgba(0,0,0,0.9) 0%, rgba(53,56,57,0.8) 100%);
}
.service-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(192, 192, 192, 0.2);
}
.service-icon {
background: linear-gradient(135deg, rgba(192,192,192,0.1) 0%, rgba(192,192,192,0.2) 100%);
}
</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="about.html" class="text-silver hover:text-white px-3 py-2">About Us</a>
<a href="#" class="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 service-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">Our <span class="text-silver">Services</span></h1>
</div>
<p class="text-xl text-silver mb-8">Comprehensive IT solutions for South African and International Businesses for over 25 years.</p>
</div>
</div>
</section>
<!-- Services Grid -->
<section class="py-20 bg-black">
<div class="container mx-auto px-4">
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Service 1 -->
<div class="service-card bg-gunmetal rounded-lg p-8 transition duration-300">
<div class="service-icon w-16 h-16 rounded-full flex items-center justify-center mb-6">
<i data-feather="clock" class="w-8 h-8 text-silver"></i>
</div>
<h3 class="text-xl font-semibold text-white mb-4">24/7 IT Support</h3>
<p class="text-silver mb-4">Round-the-clock technical assistance to keep your business running smoothly.</p>
<ul class="text-silver text-sm space-y-2">
<li class="flex items-start">
<i data-feather="check" class="w-4 h-4 mr-2 mt-0.5 text-silver"></i>
<span>Helpdesk support</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="w-4 h-4 mr-2 mt-0.5 text-silver"></i>
<span>Remote troubleshooting</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="w-4 h-4 mr-2 mt-0.5 text-silver"></i>
<span>On-site assistance</span>
</li>
</ul>
</div>
<!-- Service 2 -->
<div class="service-card bg-gunmetal rounded-lg p-8 transition duration-300">
<div class="service-icon w-16 h-16 rounded-full flex items-center justify-center mb-6">
<i data-feather="shield" class="w-8 h-8 text-silver"></i>
</div>
<h3 class="text-xl font-semibold text-white mb-4">Cybersecurity</h3>
<p class="text-silver mb-4">Protect your business from evolving digital threats with our security solutions.</p>
<ul class="text-silver text-sm space-y-2">
<li class="flex items-start">
<i data-feather="check" class="w-4 h-4 mr-2 mt-0.5 text-silver"></i>
<span>Vulnerability assessments</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="w-4 h-4 mr-2 mt-0.5 text-silver"></i>
<span>Firewall management</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="w-4 h-4 mr-2 mt-0.5 text-silver"></i>
<span>Endpoint protection</span>
</li>
</ul>
</div>
<!-- Service 3 -->
<div class="service-card bg-gunmetal rounded-lg p-8 transition duration-300">
<div class="service-icon w-16 h-16 rounded-full flex items-center justify-center mb-6">
<i data-feather="cloud" class="w-8 h-8 text-silver"></i>
</div>
<h3 class="text-xl font-semibold text-white mb-4">Cloud Computing</h3>
<p class="text-silver mb-4">Scalable cloud solutions to enhance your business flexibility and efficiency.</p>
<ul class="text-silver text-sm space-y-2">
<li class="flex items-start">
<i data-feather="check" class="w-4 h-4 mr-2 mt-0.5 text-silver"></i>
<span>Azure & AWS solutions</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="w-4 h-4 mr-2 mt-0.5 text-silver"></i>
<span>Cloud migration</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="w-4 h-4 mr-2 mt-0.5 text-silver"></i>
<span>Hybrid cloud configurations</span>
</li>
</ul>
</div>
<!-- Service 4 -->
<div class="service-card bg-gunmetal rounded-lg p-8 transition duration-300">
<div class="service-icon w-16 h-16 rounded-full flex items-center justify-center mb-6">
<i data-feather="hard-drive" class="w-8 h-8 text-silver"></i>
</div>
<h3 class="text-xl font-semibold text-white mb-4">Hosting Services</h3>
<p class="text-silver mb-4">Reliable hosting solutions with maximum uptime and performance.</p>
<ul class="text-silver text-sm space-y-2">
<li class="flex items-start">
<i data-feather="check" class="w-4 h-4 mr-2 mt-0.5 text-silver"></i>
<span>Dedicated servers</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="w-4 h-4 mr-2 mt-0.5 text-silver"></i>
<span>Virtual private servers</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="w-4 h-4 mr-2 mt-0.5 text-silver"></i>
<span>Email hosting</span>
</li>
</ul>
</div>
<!-- Service 5 -->
<div class="service-card bg-gunmetal rounded-lg p-8 transition duration-300">
<div class="service-icon w-16 h-16 rounded-full flex items-center justify-center mb-6">
<i data-feather="mail" class="w-8 h-8 text-silver"></i>
</div>
<h3 class="text-xl font-semibold text-white mb-4">Mimecast Security</h3>
<p class="text-silver mb-4">Advanced email protection against phishing, malware and data leaks.</p>
<ul class="text-silver text-sm space-y-2">
<li class="flex items-start">
<i data-feather="check" class="w-4 h-4 mr-2 mt-0.5 text-silver"></i>
<span>Email encryption</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="w-4 h-4 mr-2 mt-0.5 text-silver"></i>
<span>Attachment scanning</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="w-4 h-4 mr-2 mt-0.5 text-silver"></i>
<span>URL protection</span>
</li>
</ul>
</div>
<!-- Service 6 -->
<div class="service-card bg-gunmetal rounded-lg p-8 transition duration-300">
<div class="service-icon w-16 h-16 rounded-full flex items-center justify-center mb-6">
<i data-feather="briefcase" class="w-8 h-8 text-silver"></i>
</div>
<h3 class="text-xl font-semibold text-white mb-4">IT Consulting</h3>
<p class="text-silver mb-4">Strategic guidance to align your technology with business objectives.</p>
<ul class="text-silver text-sm space-y-2">
<li class="flex items-start">
<i data-feather="check" class="w-4 h-4 mr-2 mt-0.5 text-silver"></i>
<span>Technology roadmaps</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="w-4 h-4 mr-2 mt-0.5 text-silver"></i>
<span>IT budgeting</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="w-4 h-4 mr-2 mt-0.5 text-silver"></i>
<span>Vendor management</span>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Call to Action -->
<section class="py-16 bg-gunmetal">
<div class="container mx-auto px-4 text-center">
<h2 class="text-2xl md:text-3xl font-bold text-white mb-6">Ready to Transform Your IT Infrastructure?</h2>
<p class="max-w-2xl mx-auto text-silver mb-8">Contact us today to discuss how we can support your business technology needs.</p>
<a href="contact.html" class="inline-block bg-silver text-black px-8 py-3 rounded-md font-semibold hover:bg-white transition duration-300">Get in Touch</a>
</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>