undefined / security.html
Nadeemk2801's picture
Replace with this Logo
b44b5f1 verified
Raw
History Blame Contribute Delete
8.71 kB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Security Commitment - Y-I.T.</title>
<meta name="description" content="Y-I.T.'s commitment to cybersecurity and data protection in Durban. Professional security solutions for businesses.">
<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>
.security-gradient {
background: linear-gradient(135deg, rgba(0,0,0,0.9) 0%, rgba(53,56,57,0.8) 100%);
}
.security-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(192, 192, 192, 0.2);
}
.shield-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="services.html" class="text-silver hover:text-white px-3 py-2">Services</a>
<a href="#" class="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 security-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">Security <span class="text-silver">Commitment</span></h1>
</div>
<p class="text-xl text-silver mb-8">Protecting South African and International Businesses in an increasingly complex digital world for over 25 years.</p>
</div>
</div>
</section>
<!-- Security Focus Section -->
<section class="py-20 bg-gunmetal">
<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">Security</span> Focus</h2>
<p class="text-silver mb-6">At Y-I.T., we understand that cybersecurity is not just about technology—it's about protecting your business, your reputation, and your customers' trust.</p>
<p class="text-silver">Our team of certified security professionals stays ahead of emerging threats to provide you with the most effective protection available.</p>
</div>
<div>
<img src="http://static.photos/technology/640x360/2" alt="Security Image" class="rounded-lg shadow-xl w-full">
</div>
</div>
</div>
</section>
<!-- Security Solutions -->
<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">Comprehensive <span class="text-silver">Security Solutions</span></h2>
<p class="max-w-2xl mx-auto text-silver">Multi-layered protection for your digital assets.</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<div class="security-card bg-onyx rounded-lg p-8 transition duration-300">
<div class="shield-icon w-16 h-16 rounded-full flex items-center justify-center mb-6">
<i data-feather="lock" class="w-8 h-8 text-silver"></i>
</div>
<h3 class="text-xl font-semibold text-white mb-4">Network Security</h3>
<p class="text-silver">Firewalls, intrusion prevention, and secure network architecture to protect your infrastructure.</p>
</div>
<div class="security-card bg-onyx rounded-lg p-8 transition duration-300">
<div class="shield-icon w-16 h-16 rounded-full flex items-center justify-center mb-6">
<i data-feather="user" class="w-8 h-8 text-silver"></i>
</div>
<h3 class="text-xl font-semibold text-white mb-4">Endpoint Protection</h3>
<p class="text-silver">Advanced threat detection and response for all devices accessing your network.</p>
</div>
<div class="security-card bg-onyx rounded-lg p-8 transition duration-300">
<div class="shield-icon w-16 h-16 rounded-full flex items-center justify-center mb-6">
<i data-feather="database" class="w-8 h-8 text-silver"></i>
</div>
<h3 class="text-xl font-semibold text-white mb-4">Data Protection</h3>
<p class="text-silver">Encryption, backup solutions and access controls to safeguard your critical information.</p>
</div>
</div>
</div>
</section>
<!-- Compliance 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">Regulatory <span class="text-silver">Compliance</span></h2>
<p class="max-w-2xl mx-auto text-silver">Helping you meet industry standards and legal requirements.</p>
</div>
<div class="grid grid-cols-2 md:grid-cols-4 gap-6">
<div class="flex flex-col items-center p-4">
<div class="shield-icon w-16 h-16 rounded-full flex items-center justify-center mb-4">
<i data-feather="shield" class="w-8 h-8 text-silver"></i>
</div>
<span class="text-white">POPIA</span>
</div>
<div class="flex flex-col items-center p-4">
<div class="shield-icon w-16 h-16 rounded-full flex items-center justify-center mb-4">
<i data-feather="shield" class="w-8 h-8 text-silver"></i>
</div>
<span class="text-white">GDPR</span>
</div>
<div class="flex flex-col items-center p-4">
<div class="shield-icon w-16 h-16 rounded-full flex items-center justify-center mb-4">
<i data-feather="shield" class="w-8 h-8 text-silver"></i>
</div>
<span class="text-white">ISO 27001</span>
</div>
<div class="flex flex-col items-center p-4">
<div class="shield-icon w-16 h-16 rounded-full flex items-center justify-center mb-4">
<i data-feather="shield" class="w-8 h-8 text-silver"></i>
</div>
<span class="text-white">PCI DSS</span
</body>
</html>