it / index.html
Kk4147's picture
Create an remote IT Support Multiple page Website for Users - Initial Deployment
fa21594 verified
Raw
History Blame Contribute Delete
25.5 kB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TechConnect | Remote IT Support Solutions</title>
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
<script src="https://cdn.tailwindcss.com"></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>
.hero-gradient {
background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
}
.btn-hover:hover {
transform: translateY(-2px);
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.service-card:hover {
transform: translateY(-5px);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}
</style>
</head>
<body class="font-sans antialiased text-gray-800">
<!-- Navigation -->
<nav class="bg-white shadow-sm fixed w-full z-10">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between h-16">
<div class="flex items-center">
<div class="flex-shrink-0 flex items-center">
<i data-feather="cpu" class="text-blue-600 h-8 w-8"></i>
<span class="ml-2 text-xl font-bold text-gray-900">TechConnect</span>
</div>
</div>
<div class="hidden md:ml-6 md:flex md:items-center md:space-x-8">
<a href="index.html" class="text-blue-600 border-blue-500 px-3 py-2 text-sm font-medium">Home</a>
<a href="services.html" class="text-gray-500 hover:text-blue-600 px-3 py-2 text-sm font-medium">Services</a>
<a href="about.html" class="text-gray-500 hover:text-blue-600 px-3 py-2 text-sm font-medium">About</a>
<a href="contact.html" class="text-gray-500 hover:text-blue-600 px-3 py-2 text-sm font-medium">Contact</a>
<a href="login.html" class="bg-blue-600 text-white px-4 py-2 rounded-md text-sm font-medium hover:bg-blue-700 transition duration-300 btn-hover">Client Login</a>
</div>
<div class="-mr-2 flex items-center md:hidden">
<button type="button" id="mobile-menu-button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none">
<i data-feather="menu"></i>
</button>
</div>
</div>
</div>
<!-- Mobile menu -->
<div class="hidden md:hidden" id="mobile-menu">
<div class="pt-2 pb-3 space-y-1">
<a href="index.html" class="bg-blue-50 text-blue-600 block px-3 py-2 rounded-md text-base font-medium">Home</a>
<a href="services.html" class="text-gray-500 hover:bg-gray-50 hover:text-blue-600 block px-3 py-2 rounded-md text-base font-medium">Services</a>
<a href="about.html" class="text-gray-500 hover:bg-gray-50 hover:text-blue-600 block px-3 py-2 rounded-md text-base font-medium">About</a>
<a href="contact.html" class="text-gray-500 hover:bg-gray-50 hover:text-blue-600 block px-3 py-2 rounded-md text-base font-medium">Contact</a>
<a href="login.html" class="bg-blue-600 text-white block px-3 py-2 rounded-md text-base font-medium hover:bg-blue-700">Client Login</a>
</div>
</div>
</nav>
<!-- Hero Section -->
<div class="hero-gradient pt-24 pb-32">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:grid lg:grid-cols-12 lg:gap-8">
<div class="sm:text-center md:max-w-2xl md:mx-auto lg:col-span-6 lg:text-left" data-aos="fade-right">
<h1 class="text-4xl tracking-tight font-extrabold text-white sm:text-5xl md:text-6xl">
<span class="block">Expert IT Support</span>
<span class="block text-blue-200">Anywhere, Anytime</span>
</h1>
<p class="mt-3 text-base text-blue-100 sm:mt-5 sm:text-lg sm:max-w-xl sm:mx-auto md:mt-5 md:text-xl lg:mx-0">
Our certified technicians provide fast, reliable remote IT support for businesses of all sizes. Available 24/7 to keep your operations running smoothly.
</p>
<div class="mt-8 sm:max-w-lg sm:mx-auto sm:text-center lg:text-left lg:mx-0">
<div class="flex flex-col sm:flex-row space-y-3 sm:space-y-0 sm:space-x-3">
<a href="contact.html" class="w-full flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-blue-700 bg-white hover:bg-gray-50 md:py-4 md:text-lg md:px-10 btn-hover">
Get Started
</a>
<a href="services.html" class="w-full flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-white bg-blue-500 bg-opacity-60 hover:bg-opacity-70 md:py-4 md:text-lg md:px-10 btn-hover">
Our Services
</a>
</div>
</div>
</div>
<div class="mt-12 relative sm:max-w-lg sm:mx-auto lg:mt-0 lg:max-w-none lg:mx-0 lg:col-span-6 lg:flex lg:items-center" data-aos="fade-left">
<div class="relative mx-auto w-full rounded-lg shadow-lg lg:max-w-md">
<img class="w-full rounded-lg" src="http://static.photos/technology/1024x576/1" alt="IT support team">
</div>
</div>
</div>
</div>
</div>
<!-- Stats Section -->
<div class="bg-white py-16">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:text-center">
<h2 class="text-base text-blue-600 font-semibold tracking-wide uppercase">Trusted by businesses worldwide</h2>
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
Why choose TechConnect?
</p>
</div>
<div class="mt-10">
<div class="grid grid-cols-1 gap-8 sm:grid-cols-2 lg:grid-cols-4">
<div class="pt-6" data-aos="fade-up" data-aos-delay="100">
<div class="flow-root bg-gray-50 rounded-lg px-6 pb-8 h-full">
<div class="-mt-6">
<div>
<span class="inline-flex items-center justify-center p-3 bg-blue-500 rounded-md shadow-lg">
<i data-feather="clock" class="h-6 w-6 text-white"></i>
</span>
</div>
<h3 class="mt-8 text-lg font-medium text-gray-900 tracking-tight">24/7 Availability</h3>
<p class="mt-5 text-base text-gray-500">
Our team is available around the clock to resolve your IT issues whenever they arise.
</p>
</div>
</div>
</div>
<div class="pt-6" data-aos="fade-up" data-aos-delay="200">
<div class="flow-root bg-gray-50 rounded-lg px-6 pb-8 h-full">
<div class="-mt-6">
<div>
<span class="inline-flex items-center justify-center p-3 bg-blue-500 rounded-md shadow-lg">
<i data-feather="users" class="h-6 w-6 text-white"></i>
</span>
</div>
<h3 class="mt-8 text-lg font-medium text-gray-900 tracking-tight">Certified Experts</h3>
<p class="mt-5 text-base text-gray-500">
All our technicians are certified professionals with extensive experience in IT support.
</p>
</div>
</div>
</div>
<div class="pt-6" data-aos="fade-up" data-aos-delay="300">
<div class="flow-root bg-gray-50 rounded-lg px-6 pb-8 h-full">
<div class="-mt-6">
<div>
<span class="inline-flex items-center justify-center p-3 bg-blue-500 rounded-md shadow-lg">
<i data-feather="zap" class="h-6 w-6 text-white"></i>
</span>
</div>
<h3 class="mt-8 text-lg font-medium text-gray-900 tracking-tight">Fast Response</h3>
<p class="mt-5 text-base text-gray-500">
Average response time under 15 minutes for critical issues - we know time is money.
</p>
</div>
</div>
</div>
<div class="pt-6" data-aos="fade-up" data-aos-delay="400">
<div class="flow-root bg-gray-50 rounded-lg px-6 pb-8 h-full">
<div class="-mt-6">
<div>
<span class="inline-flex items-center justify-center p-3 bg-blue-500 rounded-md shadow-lg">
<i data-feather="shield" class="h-6 w-6 text-white"></i>
</span>
</div>
<h3 class="mt-8 text-lg font-medium text-gray-900 tracking-tight">Secure Solutions</h3>
<p class="mt-5 text-base text-gray-500">
Enterprise-grade security protocols to ensure your data remains protected at all times.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- How It Works Section -->
<div class="bg-gray-50 py-16">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:text-center">
<h2 class="text-base text-blue-600 font-semibold tracking-wide uppercase">Process</h2>
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
How our remote support works
</p>
</div>
<div class="mt-10">
<div class="relative">
<div class="hidden md:block absolute top-0 left-1/2 h-full border-l-2 border-gray-300 border-dashed"></div>
<div class="space-y-10 md:space-y-0 md:grid md:grid-cols-2 md:gap-x-8 md:gap-y-10">
<div class="relative" data-aos="fade-right">
<div class="flex items-center">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white">
<span class="text-xl font-bold">1</span>
</div>
<h3 class="ml-5 text-lg leading-6 font-medium text-gray-900">Request Support</h3>
</div>
<p class="mt-2 ml-17 text-base text-gray-500">
Contact us via phone, email, or our client portal. Describe your issue and we'll connect you with the right specialist.
</p>
</div>
<div class="relative mt-10 md:mt-0" data-aos="fade-left" data-aos-delay="100">
<div class="flex items-center">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white">
<span class="text-xl font-bold">2</span>
</div>
<h3 class="ml-5 text-lg leading-6 font-medium text-gray-900">Secure Connection</h3>
</div>
<p class="mt-2 ml-17 text-base text-gray-500">
Our technician will establish an encrypted remote connection to your system with your permission.
</p>
</div>
<div class="relative mt-10 md:mt-0" data-aos="fade-right" data-aos-delay="200">
<div class="flex items-center">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white">
<span class="text-xl font-bold">3</span>
</div>
<h3 class="ml-5 text-lg leading-6 font-medium text-gray-900">Diagnose & Resolve</h3>
</div>
<p class="mt-2 ml-17 text-base text-gray-500">
The technician will diagnose the issue and implement the solution while keeping you informed.
</p>
</div>
<div class="relative mt-10 md:mt-0" data-aos="fade-left" data-aos-delay="300">
<div class="flex items-center">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white">
<span class="text-xl font-bold">4</span>
</div>
<h3 class="ml-5 text-lg leading-6 font-medium text-gray-900">Follow Up</h3>
</div>
<p class="mt-2 ml-17 text-base text-gray-500">
We'll follow up to ensure the issue is resolved and provide documentation for your records.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Testimonials -->
<div class="bg-white py-16">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:text-center">
<h2 class="text-base text-blue-600 font-semibold tracking-wide uppercase">Testimonials</h2>
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
What our clients say
</p>
</div>
<div class="mt-10 grid grid-cols-1 gap-8 md:grid-cols-2 lg:grid-cols-3">
<div class="bg-gray-50 p-6 rounded-lg" data-aos="fade-up">
<div class="flex items-center">
<div class="flex-shrink-0">
<img class="h-12 w-12 rounded-full" src="http://static.photos/people/200x200/1" alt="Sarah Johnson">
</div>
<div class="ml-4">
<h3 class="text-lg font-medium text-gray-900">Sarah Johnson</h3>
<p class="text-blue-600">CEO, Digital Solutions Inc.</p>
</div>
</div>
<p class="mt-4 text-gray-600">
"TechConnect has been instrumental in keeping our operations running smoothly. Their 24/7 support means we never have downtime, and their team is incredibly knowledgeable."
</p>
<div class="mt-4 flex text-yellow-400">
<i data-feather="star" class="fill-current"></i>
<i data-feather="star" class="fill-current"></i>
<i data-feather="star" class="fill-current"></i>
<i data-feather="star" class="fill-current"></i>
<i data-feather="star" class="fill-current"></i>
</div>
</div>
<div class="bg-gray-50 p-6 rounded-lg" data-aos="fade-up" data-aos-delay="100">
<div class="flex items-center">
<div class="flex-shrink-0">
<img class="h-12 w-12 rounded-full" src="http://static.photos/people/200x200/2" alt="Michael Chen">
</div>
<div class="ml-4">
<h3 class="text-lg font-medium text-gray-900">Michael Chen</h3>
<p class="text-blue-600">CTO, TechStart LLC</p>
</div>
</div>
<p class="mt-4 text-gray-600">
"The response times are unbelievable. We had a critical server issue at 2 AM, and a TechConnect technician was connected and working on it within 10 minutes of our call."
</p>
<div class="mt-4 flex text-yellow-400">
<i data-feather="star" class="fill-current"></i>
<i data-feather="star" class="fill-current"></i>
<i data-feather="star" class="fill-current"></i>
<i data-feather="star" class="fill-current"></i>
<i data-feather="star" class="fill-current"></i>
</div>
</div>
<div class="bg-gray-50 p-6 rounded-lg" data-aos="fade-up" data-aos-delay="200">
<div class="flex items-center">
<div class="flex-shrink-0">
<img class="h-12 w-12 rounded-full" src="http://static.photos/people/200x200/3" alt="Emily Rodriguez">
</div>
<div class="ml-4">
<h3 class="text-lg font-medium text-gray-900">Emily Rodriguez</h3>
<p class="text-blue-600">IT Director, RetailCorp</p>
</div>
</div>
<p class="mt-4 text-gray-600">
"We switched to TechConnect last year and our IT costs dropped by 30% while service quality improved. Their proactive monitoring has prevented countless potential issues."
</p>
<div class="mt-4 flex text-yellow-400">
<i data-feather="star" class="fill-current"></i>
<i data-feather="star" class="fill-current"></i>
<i data-feather="star" class="fill-current"></i>
<i data-feather="star" class="fill-current"></i>
<i data-feather="star" class="fill-current"></i>
</div>
</div>
</div>
</div>
</div>
<!-- CTA Section -->
<div class="bg-blue-700">
<div class="max-w-2xl mx-auto text-center py-16 px-4 sm:py-20 sm:px-6 lg:px-8">
<h2 class="text-3xl font-extrabold text-white sm:text-4xl" data-aos="fade-up">
<span class="block">Ready to experience better IT support?</span>
<span class="block text-blue-200">Get started today.</span>
</h2>
<p class="mt-4 text-lg leading-6 text-blue-100" data-aos="fade-up" data-aos-delay="100">
Join hundreds of businesses who trust TechConnect for their IT needs. No long-term contracts, just exceptional service.
</p>
<a href="contact.html" class="mt-8 w-full inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-blue-600 bg-white hover:bg-blue-50 sm:w-auto btn-hover" data-aos="fade-up" data-aos-delay="200">
Contact Us Now
</a>
</div>
</div>
<!-- Footer -->
<footer class="bg-gray-900">
<div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8">
<div class="grid grid-cols-2 md:grid-cols-4 gap-8">
<div>
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Company</h3>
<ul class="mt-4 space-y-4">
<li><a href="about.html" class="text-base text-gray-300 hover:text-white">About</a></li>
<li><a href="#" class="text-base text-gray-300 hover:text-white">Careers</a></li>
<li><a href="#" class="text-base text-gray-300 hover:text-white">Blog</a></li>
<li><a href="#" class="text-base text-gray-300 hover:text-white">Press</a></li>
</ul>
</div>
<div>
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Services</h3>
<ul class="mt-4 space-y-4">
<li><a href="services.html" class="text-base text-gray-300 hover:text-white">IT Support</a></li>
<li><a href="services.html" class="text-base text-gray-300 hover:text-white">Network Security</a></li>
<li><a href="services.html" class="text-base text-gray-300 hover:text-white">Cloud Solutions</a></li>
<li><a href="services.html" class="text-base text-gray-300 hover:text-white">Data Backup</a></li>
</ul>
</div>
<div>
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Support</h3>
<ul class="mt-4 space-y-4">
<li><a href="contact.html" class="text-base text-gray-300 hover:text-white">Contact Us</a></li>
<li><a href="#" class="text-base text-gray-300 hover:text-white">Knowledge Base</a></li>
<li><a href="#" class="text-base text-gray-300 hover:text-white">Community</a></li>
<li><a href="#" class="text-base text-gray-300 hover:text-white">System Status</a></li>
</ul>
</div>
<div>
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Legal</h3>
<ul class="mt-4 space-y-4">
<li><a href="#" class="text-base text-gray-300 hover:text-white">Privacy</a></li>
<li><a href="#" class="text-base text-gray-300 hover:text-white">Terms</a></li>
<li><a href="#" class="text-base text-gray-300 hover:text-white">Cookie Policy</a></li>
<li><a href="#" class="text-base text-gray-300 hover:text-white">GDPR</a></li>
</ul>
</div>
</div>
<div class="mt-12 border-t border-gray-800 pt-8 flex flex-col md:flex-row justify-between items-center">
<div class="flex space-x-6 md:order-2">
<a href="#" class="text-gray-400 hover:text-white">
<i data-feather="twitter" class="h-6 w-6"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<i data-feather="facebook" class="h-6 w-6"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<i data-feather="instagram" class="h-6 w-6"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<i data-feather="linkedin" class="h-6 w-6"></i>
</a>
</div>
<p class="mt-8 text-base text-gray-400 md:mt-0 md:order-1">
&copy; 2023 TechConnect. All rights reserved.
</p>
</div>
</div>
</footer>
<script>
// Mobile menu toggle
document.getElementById('mobile-menu-button').addEventListener('click', function() {
const menu = document.getElementById('mobile-menu');
menu.classList.toggle('hidden');
// Change icon based on menu state
const icon = this.querySelector('i');
if (menu.classList.contains('hidden')) {
icon.setAttribute('data-feather', 'menu');
} else {
icon.setAttribute('data-feather', 'x');
}
feather.replace();
});
// Initialize AOS animations
AOS.init({
duration: 800,
easing: 'ease-in-out',
once: true
});
// Initialize feather icons
feather.replace();
</script>
</body>
</html>