Download Template HTML Free : Internet Service Provider (NetLink)
gudanginformatika
135 x views • 1 year ago
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>NetLink - High-Speed Internet for the Digital Age</title>
<meta name="description" content="Experience ultra-fast, reliable internet with NetLink. Get fiber-optic connections with up to 1Gbps speed for your home or business.">
<meta name="keywords" content="internet provider, fiber internet, high-speed internet, broadband, WiFi service">
<meta name="author" content="NetLink">
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
body {
font-family: 'Poppins', sans-serif;
scroll-behavior: smooth;
}
.hero-gradient {
background: linear-gradient(135deg, #4f46e5 0%, #10b981 100%);
}
.speed-card:hover {
transform: translateY(-10px);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.network-node {
position: absolute;
width: 10px;
height: 10px;
background: #4f46e5;
border-radius: 50%;
opacity: 0;
}
.network-animation {
position: relative;
overflow: hidden;
}
.feature-card:hover .feature-icon {
transform: scale(1.1);
color: #4f46e5;
}
/* Animation for network nodes */
@keyframes float {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-20px);
}
}
.animate-float {
animation: float 6s ease-in-out infinite;
}
.animate-delay-1 {
animation-delay: 0.5s;
}
.animate-delay-2 {
animation-delay: 1s;
}
/* Pulse animation for CTA */
@keyframes pulse {
0% {
box-shadow: 0 0 0 0 rgba(79, 70, 229, 0.7);
}
70% {
box-shadow: 0 0 0 10px rgba(79, 70, 229, 0);
}
100% {
box-shadow: 0 0 0 0 rgba(79, 70, 229, 0);
}
}
.animate-pulse {
animation: pulse 2s infinite;
}
</style>
</head>
<body>
<!-- Navigation -->
<header class="sticky top-0 z-50 bg-white shadow-md">
<nav class="container mx-auto px-6 py-3">
<div class="flex justify-between items-center">
<a href="#" class="text-2xl font-bold text-indigo-600">
<span class="text-indigo-900">Net</span>Link
<i class="fas fa-bolt ml-1 text-yellow-400"></i>
</a>
<div class="hidden md:flex space-x-8">
<a href="#home" class="text-gray-700 hover:text-indigo-600 transition">Home</a>
<a href="#plans" class="text-gray-700 hover:text-indigo-600 transition">Plans</a>
<a href="#features" class="text-gray-700 hover:text-indigo-600 transition">Features</a>
<a href="#coverage" class="text-gray-700 hover:text-indigo-600 transition">Coverage</a>
<a href="#contact" class="text-gray-700 hover:text-indigo-600 transition">Contact</a>
</div>
<div class="hidden md:block">
<a href="#plans" class="bg-indigo-600 text-white px-4 py-2 rounded-lg hover:bg-indigo-700 transition animate-pulse">
Get Connected
</a>
</div>
<button id="menu-btn" class="md:hidden focus:outline-none">
<i class="fas fa-bars text-gray-700 text-xl"></i>
</button>
</div>
<!-- Mobile Menu -->
<div id="mobile-menu" class="hidden md:hidden mt-4">
<a href="#home" class="block py-2 text-gray-700 hover:text-indigo-600">Home</a>
<a href="#plans" class="block py-2 text-gray-700 hover:text-indigo-600">Plans</a>
<a href="#features" class="block py-2 text-gray-700 hover:text-indigo-600">Features</a>
<a href="#coverage" class="block py-2 text-gray-700 hover:text-indigo-600">Coverage</a>
<a href="#contact" class="block py-2 text-gray-700 hover:text-indigo-600">Contact</a>
<a href="#plans" class="block py-2 mt-2 bg-indigo-600 text-white text-center px-4 py-2 rounded-lg hover:bg-indigo-700 transition">
Get Connected
</a>
</div>
</nav>
</header>
<!-- Hero Section -->
<section id="home" class="hero-gradient text-white py-20 overflow-hidden">
<div class="container mx-auto px-6 flex flex-col md:flex-row items-center">
<div class="md:w-1/2 flex flex-col justify-center relative">
<h1 class="text-4xl md:text-5xl font-bold leading-tight mb-4 animate-float">
Ultra-Fast <span class="text-yellow-300">Fiber Internet</span> for Your Digital Life
</h1>
<p class="text-xl mb-8 text-indigo-100 animate-float animate-delay-1">
Experience lightning-fast speeds up to 1Gbps with 99.9% network uptime. Stream, game, and work without limits.
</p>
<div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4 animate-float animate-delay-2">
<a href="#plans" class="bg-white text-indigo-600 px-6 py-3 rounded-lg font-semibold hover:bg-gray-100 transition text-center">
View Plans
</a>
<a href="#contact" class="border-2 border-white text-white px-6 py-3 rounded-lg font-semibold hover:bg-white hover:text-indigo-600 transition text-center">
Contact Us
</a>
</div>
<!-- Floating network nodes -->
<div class="network-animation hidden md:block">
<div class="network-node" style="top: 20%; left: 70%;"></div>
<div class="network-node" style="top: 50%; left: 80%;"></div>
<div class="network-node" style="top: 70%; left: 60%;"></div>
</div>
</div>
<div class="md:w-1/2 mt-10 md:mt-0 relative">
<img src="https://cdn.pixabay.com/photo/2017/07/10/23/43/question-mark-2492009_1280.jpg" alt="High speed internet connection" class="w-full max-w-lg mx-auto rounded-lg shadow-xl hover:shadow-2xl transition" id="hero-image">
<div class="absolute -bottom-5 -left-5 bg-indigo-500 rounded-lg p-4 shadow-lg hidden md:block">
<div class="flex items-center">
<div class="mr-3">
<i class="fas fa-wifi text-2xl text-white"></i>
</div>
<div>
<p class="text-white font-bold text-sm">Average Speed</p>
<p class="text-white text-xl font-bold">836 Mbps</p>
</div>
</div>
</div>
<div class="absolute -top-5 -right-5 bg-gray-800 rounded-lg p-4 shadow-lg hidden md:block">
<div class="flex items-center">
<div class="mr-3">
<i class="fas fa-clock text-2xl text-green-400"></i>
</div>
<div>
<p class="text-white font-bold text-sm">Uptime</p>
<p class="text-white text-xl font-bold">99.9%</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Stats Section -->
<section class="bg-white py-12">
<div class="container mx-auto px-6">
<div class="grid grid-cols-2 md:grid-cols-4 gap-8 text-center">
<div class="p-6 shadow-lg rounded-lg hover:shadow-xl transition">
<i class="fas fa-users text-4xl text-indigo-600 mb-3"></i>
<h3 class="text-3xl font-bold text-gray-800">250K+</h3>
<p class="text-gray-600">Happy Customers</p>
</div>
<div class="p-6 shadow-lg rounded-lg hover:shadow-xl transition">
<i class="fas fa-city text-4xl text-indigo-600 mb-3"></i>
<h3 class="text-3xl font-bold text-gray-800">15+</h3>
<p class="text-gray-600">Cities Covered</p>
</div>
<div class="p-6 shadow-lg rounded-lg hover:shadow-xl transition">
<i class="fas fa-bolt text-4xl text-indigo-600 mb-3"></i>
<h3 class="text-3xl font-bold text-gray-800">1Gbps</h3>
<p class="text-gray-600">Max Speed</p>
</div>
<div class="p-6 shadow-lg rounded-lg hover:shadow-xl transition">
<i class="fas fa-headset text-4xl text-indigo-600 mb-3"></i>
<h3 class="text-3xl font-bold text-gray-800">24/7</h3>
<p class="text-gray-600">Customer Support</p>
</div>
</div>
</div>
</section>
<!-- Internet Plans -->
<section id="plans" class="py-16 bg-gray-50">
<div class="container mx-auto px-6">
<div class="text-center mb-12">
<h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">Choose Your Perfect Plan</h2>
<p class="text-gray-600 max-w-2xl mx-auto">We offer flexible plans to suit every need and budget. No contracts, no hidden fees.</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<!-- Basic Plan -->
<div class="speed-card bg-white p-8 rounded-xl shadow-lg transition duration-300 hover:border-indigo-500 border-2 border-transparent">
<div class="text-center mb-6">
<h3 class="text-xl font-semibold text-gray-800 mb-2">Essential</h3>
<p class="text-gray-600 mb-4">Perfect for browsing & emails</p>
<p class="text-4xl font-bold text-indigo-600">$29<span class="text-lg font-normal">/mo</span></p>
</div>
<ul class="space-y-3 mb-8">
<li class="flex items-center">
<i class="fas fa-check-circle text-green-500 mr-2"></i>
<span>100 Mbps download speed</span>
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-green-500 mr-2"></i>
<span>Unlimited data</span>
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-green-500 mr-2"></i>
<span>Basic WiFi router</span>
</li>
<li class="flex items-center text-gray-400">
<i class="fas fa-times-circle text-red-400 mr-2"></i>
<span>No priority support</span>
</li>
</ul>
<button class="w-full bg-gray-200 text-gray-800 py-2 rounded-lg font-semibold hover:bg-gray-300 transition">
Start Today
</button>
</div>
<!-- Popular Plan -->
<div class="speed-card bg-indigo-600 text-white p-8 rounded-xl shadow-lg transform scale-105 z-10 transition duration-300">
<div class="text-center mb-6">
<div class="inline-block bg-yellow-400 text-indigo-900 px-3 py-1 rounded-full text-xs font-bold mb-3">
MOST POPULAR
</div>
<h3 class="text-xl font-semibold mb-2">Premium</h3>
<p class="text-indigo-100 mb-4">Ideal for families & streaming</p>
<p class="text-4xl font-bold">$49<span class="text-lg font-normal">/mo</span></p>
</div>
<ul class="space-y-3 mb-8">
<li class="flex items-center">
<i class="fas fa-check-circle text-yellow-400 mr-2"></i>
<span>500 Mbps download speed</span>
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-yellow-400 mr-2"></i>
<span>Unlimited data</span>
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-yellow-400 mr-2"></i>
<span>Advanced WiFi 6 router</span>
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-yellow-400 mr-2"></i>
<span>Priority customer support</span>
</li>
</ul>
<button class="w-full bg-white text-indigo-600 py-2 rounded-lg font-semibold hover:bg-gray-100 transition">
Start Today
</button>
</div>
<!-- Pro Plan -->
<div class="speed-card bg-white p-8 rounded-xl shadow-lg transition duration-300 hover:border-indigo-500 border-2 border-transparent">
<div class="text-center mb-6">
<h3 class="text-xl font-semibold text-gray-800 mb-2">Ultimate</h3>
<p class="text-gray-600 mb-4">For power users & gamers</p>
<p class="text-4xl font-bold text-indigo-600">$79<span class="text-lg font-normal">/mo</span></p>
</div>
<ul class="space-y-3 mb-8">
<li class="flex items-center">
<i class="fas fa-check-circle text-green-500 mr-2"></i>
<span>1 Gbps download speed</span>
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-green-500 mr-2"></i>
<span>Unlimited data</span>
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-green-500 mr-2"></i>
<span>Mesh WiFi system (3 nodes)</span>
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-green-500 mr-2"></i>
<span>24/7 VIP support</span>
</li>
</ul>
<button class="w-full bg-gray-200 text-gray-800 py-2 rounded-lg font-semibold hover:bg-gray-300 transition">
Start Today
</button>
</div>
</div>
<div class="mt-12 text-center">
<p class="text-gray-600">Need a business plan? <a href="#contact" class="text-indigo-600 font-semibold hover:underline">Contact our sales team</a></p>
</div>
</div>
</section>
<!-- Features Section -->
<section id="features" class="py-16 bg-white">
<div class="container mx-auto px-6">
<div class="text-center mb-12">
<h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">Why Choose NetLink?</h2>
<p class="text-gray-600 max-w-2xl mx-auto">We're committed to providing the best internet experience with cutting-edge technology and outstanding customer service.</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<div class="feature-card bg-gray-50 p-8 rounded-xl hover:shadow-lg transition">
<div class="feature-icon w-16 h-16 bg-indigo-100 rounded-full flex items-center justify-center mb-6 text-indigo-600 text-2xl transition">
<i class="fas fa-tachometer-alt"></i>
</div>
<h3 class="text-xl font-semibold mb-3">Blazing Fast Speeds</h3>
<p class="text-gray-600">Our fiber-optic network delivers symmetrical speeds up to 1Gbps for ultra-fast downloads and uploads.</p>
</div>
<div class="feature-card bg-gray-50 p-8 rounded-xl hover:shadow-lg transition">
<div class="feature-icon w-16 h-16 bg-indigo-100 rounded-full flex items-center justify-center mb-6 text-indigo-600 text-2xl transition">
<i class="fas fa-shield-alt"></i>
</div>
<h3 class="text-xl font-semibold mb-3">Built-in Security</h3>
<p class="text-gray-600">Advanced network security protects your devices from malware, phishing, and other online threats.</p>
</div>
<div class="feature-card bg-gray-50 p-8 rounded-xl hover:shadow-lg transition">
<div class="feature-icon w-16 h-16 bg-indigo-100 rounded-full flex items-center justify-center mb-6 text-indigo-600 text-2xl transition">
<i class="fas fa-clock"></i>
</div>
<h3 class="text-xl font-semibold mb-3">99.9% Uptime</h3>
<p class="text-gray-600">Our reliable network ensures you're connected when you need it most with minimal downtime.</p>
</div>
<div class="feature-card bg-gray-50 p-8 rounded-xl hover:shadow-lg transition">
<div class="feature-icon w-16 h-16 bg-indigo-100 rounded-full flex items-center justify-center mb-6 text-indigo-600 text-2xl transition">
<i class="fas fa-wifi"></i>
</div>
<h3 class="text-xl font-semibold mb-3">Whole-Home WiFi</h3>
<p class="text-gray-600">Eliminate dead zones with our powerful WiFi systems that cover every corner of your home.</p>
</div>
<div class="feature-card bg-gray-50 p-8 rounded-xl hover:shadow-lg transition">
<div class="feature-icon w-16 h-16 bg-indigo-100 rounded-full flex items-center justify-center mb-6 text-indigo-600 text-2xl transition">
<i class="fas fa-headset"></i>
</div>
<h3 class="text-xl font-semibold mb-3">24/7 Support</h3>
<p class="text-gray-600">Our friendly, knowledgeable support team is available around the clock to assist you.</p>
</div>
<div class="feature-card bg-gray-50 p-8 rounded-xl hover:shadow-lg transition">
<div class="feature-icon w-16 h-16 bg-indigo-100 rounded-full flex items-center justify-center mb-6 text-indigo-600 text-2xl transition">
<i class="fas fa-dollar-sign"></i>
</div>
<h3 class="text-xl font-semibold mb-3">No Contracts</h3>
<p class="text-gray-600">No long-term commitments. Stay with us because you want to, not because you have to.</p>
</div>
</div>
</div>
</section>
<!-- Coverage Map -->
<section id="coverage" class="py-16 bg-indigo-50">
<div class="container mx-auto px-6">
<div class="text-center mb-12">
<h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">Our Coverage Area</h2>
<p class="text-gray-600 max-w-2xl mx-auto">We're constantly expanding our network to bring high-speed internet to more communities.</p>
</div>
<div class="bg-white rounded-xl shadow-lg p-8">
<div class="flex flex-col md:flex-row">
<div class="md:w-1/2 flex items-center justify-center">
<!-- Placeholder for map - would be replaced with actual map implementation -->
<div class="w-full h-64 md:h-96 bg-gradient-to-r from-indigo-100 to-indigo-200 rounded-lg flex items-center justify-center text-indigo-600">
<div class="text-center">
<i class="fas fa-map-marked-alt text-5xl mb-4"></i>
<p>Interactive Coverage Map</p>
</div>
</div>
</div>
<div class="md:w-1/2 mt-8 md:mt-0 md:pl-8">
<h3 class="text-xl font-semibold mb-4">Currently Serving 15+ Cities</h3>
<div class="grid grid-cols-2 gap-4">
<ul class="space-y-2">
<li class="flex items-center">
<i class="fas fa-check-circle text-green-500 mr-2"></i>
<span>New York</span>
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-green-500 mr-2"></i>
<span>Los Angeles</span>
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-green-500 mr-2"></i>
<span>Chicago</span>
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-green-500 mr-2"></i>
<span>Houston</span>
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-green-500 mr-2"></i>
<span>Phoenix</span>
</li>
</ul>
<ul class="space-y-2">
<li class="flex items-center">
<i class="fas fa-check-circle text-green-500 mr-2"></i>
<span>Philadelphia</span>
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-green-500 mr-2"></i>
<span>San Antonio</span>
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-green-500 mr-2"></i>
<span>San Diego</span>
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-green-500 mr-2"></i>
<span>Dallas</span>
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-green-500 mr-2"></i>
<span>San Jose</span>
</li>
</ul>
</div>
<div class="mt-8 bg-indigo-100 p-4 rounded-lg">
<h4 class="font-semibold mb-2">Coming Soon to These Areas:</h4>
<p class="text-gray-700">Seattle, Miami, Denver, Atlanta, Boston</p>
<button class="mt-4 bg-indigo-600 text-white px-4 py-2 rounded-lg hover:bg-indigo-700 transition text-sm">
Request Coverage for Your Area
</button>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Testimonials -->
<section class="py-16 bg-white">
<div class="container mx-auto px-6">
<div class="text-center mb-12">
<h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">What Our Customers Say</h2>
<p class="text-gray-600 max-w-2xl mx-auto">Don't just take our word for it. See what our customers have to say about their experience with NetLink.</p>
</div>
<div class="grid grid-cols-1 md:grid-ccols-2 lg:grid-cols-3 gap-8">
<div class="bg-gray-50 p-8 rounded-xl shadow-sm hover:shadow-md transition">
<div class="flex items-center mb-4">
<div class="w-12 h-12 rounded-full bg-indigo-100 flex items-center justify-center text-indigo-600 font-bold mr-4">
JD
</div>
<div>
<h4 class="font-semibold">John D.</h4>
<div class="flex items-center">
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
</div>
</div>
</div>
<p class="text-gray-600">
"Switched to NetLink six months ago and it's been flawless. The speeds are consistently high, even during peak hours. Customer support is responsive and actually helpful!"
</p>
</div>
<div class="bg-gray-50 p-8 rounded-xl shadow-sm hover:shadow-md transition">
<div class="flex items-center mb-4">
<div class="w-12 h-12 rounded-full bg-indigo-100 flex items-center justify-center text-indigo-600 font-bold mr-4">
SC
</div>
<div>
<h4 class="font-semibold">Sarah C.</h4>
<div class="flex items-center">
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
</div>
</div>
</div>
<p class="text-gray-600">
"Working from home requires reliable internet, and NetLink delivers. The install was quick and professional, and I've had zero downtime in 8 months. Highly recommend!"
</p>
</div>
<div class="bg-gray-50 p-8 rounded-xl shadow-sm hover:shadow-md transition">
<div class="flex items-center mb-4">
<div class="w-12 h-12 rounded-full bg-indigo-100 flex items-center justify-center text-indigo-600 font-bold mr-4">
MR
</div>
<div>
<h4 class="font-semibold">Miguel R.</h4>
<div class="flex items-center">
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star-half-alt text-yellow-400"></i>
</div>
</div>
</div>
<p class="text-gray-600">
"The whole family is online constantly - streaming, gaming, video calls. NetLink handles it all without a hitch. Finally an ISP that actually provides the speeds they advertise."
</p>
</div>
</div>
<div class="mt-12 text-center">
<button class="bg-indigo-600 text-white px-6 py-3 rounded-lg hover:bg-indigo-700 transition font-semibold">
Read More Reviews
</button>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="py-16 bg-gradient-to-r from-indigo-600 to-purple-600 text-white">
<div class="container mx-auto px-6 text-center">
<h2 class="text-3xl md:text-4xl font-bold mb-6">Ready to Experience Better Internet?</h2>
<p class="text-xl mb-8 max-w-2xl mx-auto">Check if NetLink is available at your address and join thousands of happy customers today.</p>
<div class="flex flex-col sm:flex-row justify-center max-w-lg mx-auto">
<input type="text" placeholder="Enter your address" class="px-4 py-3 rounded-l-lg w-full focus:outline-none text-gray-800">
<button class="bg-yellow-400 text-indigo-900 px-6 py-3 font-bold hover:bg-yellow-300 transition sm:rounded-r-lg sm:rounded-l-none mt-2 sm:mt-0">
Check Availability
<i class="fas fa-arrow-right ml-2"></i>
</button>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="py-16 bg-white">
<div class="container mx-auto px-6">
<div class="text-center mb-12">
<h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">Contact Us</h2>
<p class="text-gray-600 max-w-2xl mx-auto">Have questions? Our team is ready to help you with anything you need.</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 gap-12">
<div>
<h3 class="text-xl font-semibold mb-6">Get in Touch</h3>
<form class="space-y-4">
<div>
<label for="name" class="block text-gray-700 mb-1">Full Name</label>
<input type="text" id="name" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:border-transparent">
</div>
<div>
<label for="email" class="block text-gray-700 mb-1">Email Address</label>
<input type="email" id="email" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:border-transparent">
</div>
<div>
<label for="phone" class="block text-gray-700 mb-1">Phone Number</label>
<input type="tel" id="phone" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:border-transparent">
</div>
<div>
<label for="message" class="block text-gray-700 mb-1">Your Message</label>
<textarea id="message" rows="4" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:border-transparent"></textarea>
</div>
<button type="submit" class="bg-indigo-600 text-white px-6 py-3 rounded-lg hover:bg-indigo-700 transition font-semibold">
Send Message
</button>
</form>
</div>
<div>
<h3 class="text-xl font-semibold mb-6">Our Contact Info</h3>
<div class="space-y-6">
<div class="flex items-start">
<div class="w-10 h-10 bg-indigo-100 rounded-full flex items-center justify-center text-indigo-600 mr-4 mt-1">
<i class="fas fa-map-marker-alt"></i>
</div>
<div>
<h4 class="font-semibold">Headquarters</h4>
<p class="text-gray-600">123 Tech Park Drive, Suite 500<br>San Francisco, CA 94107</p>
</div>
</div>
<div class="flex items-start">
<div class="w-10 h-10 bg-indigo-100 rounded-full flex items-center justify-center text-indigo-600 mr-4 mt-1">
<i class="fas fa-phone-alt"></i>
</div>
<div>
<h4 class="font-semibold">Phone</h4>
<p class="text-gray-600">Sales: (800) 555-1234<br>Support: (800) 555-5678</p>
</div>
</div>
<div class="flex items-start">
<div class="w-10 h-10 bg-indigo-100 rounded-full flex items-center justify-center text-indigo-600 mr-4 mt-1">
<i class="fas fa-envelope"></i>
</div>
<div>
<h4 class="font-semibold">Email</h4>
<p class="text-gray-600">[email protected]<br>[email protected]</p>
</div>
</div>
</div>
<div class="mt-8">
<h4 class="font-semibold mb-4">Follow Us</h4>
<div class="flex space-x-4">
<a href="#" class="w-10 h-10 bg-gray-100 rounded-full flex items-center justify-center text-gray-700 hover:bg-indigo-600 hover:text-white transition">
<i class="fab fa-facebook-f"></i>
</a>
<a href="#" class="w-10 h-10 bg-gray-100 rounded-full flex items-center justify-center text-gray-700 hover:bg-indigo-600 hover:text-white transition">
<i class="fab fa-twitter"></i>
</a>
<a href="#" class="w-10 h-10 bg-gray-100 rounded-full flex items-center justify-center text-gray-700 hover:bg-indigo-600 hover:text-white transition">
<i class="fab fa-instagram"></i>
</a>
<a href="#" class="w-10 h-10 bg-gray-100 rounded-full flex items-center justify-center text-gray-700 hover:bg-indigo-600 hover:text-white transition">
<i class="fab fa-linkedin-in"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- FAQ Section -->
<section class="py-16 bg-gray-50">
<div class="container mx-auto px-6">
<div class="text-center mb-12">
<h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">Frequently Asked Questions</h2>
<p class="text-gray-600 max-w-2xl mx-auto">Have questions? We've got answers.</p>
</div>
<div class="max-w-3xl mx-auto">
<div class="accordion-item mb-4 border border-gray-200 rounded-lg overflow-hidden">
<button class="accordion-header w-full px-6 py-4 bg-white text-left font-semibold flex justify-between items-center hover:bg-gray-50 transition">
<span>What is the installation process like?</span>
<i class="fas fa-chevron-down transition-transform duration-300"></i>
</button>
<div class="accordion-content px-6 py-4 bg-gray-50 hidden">
<p class="text-gray-600">
Our professional installation typically takes 1-2 hours. A technician will install the necessary equipment and ensure everything is working perfectly before they leave. We'll test your connection speeds and help connect your devices to the network.
</p>
</div>
</div>
<div class="accordion-item mb-4 border border-gray-200 rounded-lg overflow-hidden">
<button class="accordion-header w-full px-6 py-4 bg-white text-left font-semibold flex justify-between items-center hover:bg-gray-50 transition">
<span>Is there a contract or cancellation fee?</span>
<i class="fas fa-chevron-down transition-transform duration-300"></i>
</button>
<div class="accordion-content px-6 py-4 bg-gray-50 hidden">
<p class="text-gray-600">
No! We don't believe in locking you into long-term contracts. You can cancel at any time without penalty. However, if you decide to use our modem or router, you'll need to return it or pay the equipment fee.
</p>
</div>
</div>
<div class="accordion-item mb-4 border border-gray-200 rounded-lg overflow-hidden">
<button class="accordion-header w-full px-6 py-4 bg-white text-left font-semibold flex justify-between items-center hover:bg-gray-50 transition">
<span>How does NetLink compare to other ISPs?</span>
<i class="fas fa-chevron-down transition-transform duration-300"></i>
</button>
<div class="accordion-content px-6 py-4 bg-gray-50 hidden">
<p class="text-gray-600">
NetLink delivers faster, more reliable service than cable-based ISPs because we use 100% fiber-optic technology. Unlike DSL or cable, fiber isn't affected by distance or network congestion. We also don't impose data caps or throttle speeds during peak hours.
</p>
</div>
</div>
<div class="accordion-item mb-4 border border-gray-200 rounded-lg overflow-hidden">
<button class="accordion-header w-full px-6 py-4 bg-white text-left font-semibold flex justify-between items-center hover:bg-gray-50 transition">
<span>What if I experience technical issues?</span>
<i class="fas fa-chevron-down transition-transform duration-300"></i>
</button>
<div class="accordion-content px-6 py-4 bg-gray-50 hidden">
<p class="text-gray-600">
Our 24/7 technical support team is always available to help troubleshoot any issues. Most problems can be resolved remotely, but if needed, we can dispatch a technician usually within 24-48 hours (sooner for urgent cases).
</p>
</div>
</div>
<div class="text-center mt-8">
<a href="#" class="text-indigo-600 font-semibold hover:underline">See all FAQs</a>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-900 text-white pt-16 pb-8">
<div class="container mx-auto px-6">
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-12">
<div>
<h3 class="text-xl font-bold mb-6">
<span class="text-white">Net</span><span class="text-indigo-400">Link</span>
<i class="fas fa-bolt ml-1 text-yellow-400"></i>
</h3>
<p class="text-gray-400 mb-4">
Connecting you to what matters most with fast, reliable fiber internet.
</p>
<div class="flex space-x-4">
<a href="#" class="text-gray-400 hover:text-white transition">
<i class="fab fa-facebook-f"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white transition">
<i class="fab fa-twitter"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white transition">
<i class="fab fa-instagram"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white transition">
<i class="fab fa-linkedin-in"></i>
</a>
</div>
</div>
<div>
<h4 class="font-semibold text-lg mb-6">Quick Links</h4>
<ul class="space-y-3">
<li><a href="#home" class="text-gray-400 hover:text-white transition">Home</a></li>
<li><a href="#plans" class="text-gray-400 hover:text-white transition">Plans</a></li>
<li><a href="#features" class="text-gray-400 hover:text-white transition">Features</a></li>
<li><a href="#coverage" class="text-gray-400 hover:text-white transition">Coverage</a></li>
<li><a href="#contact" class="text-gray-400 hover:text-white transition">Contact</a></li>
</ul>
</div>
<div>
<h4 class="font-semibold text-lg mb-6">Support</h4>
<ul class="space-y-3">
<li><a href="#" class="text-gray-400 hover:text-white transition">Help Center</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Live Chat</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Account Login</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Speed Test</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Service Status</a></li>
</ul>
</div>
<div>
<h4 class="font-semibold text-lg mb-6">Business</h4>
<ul class="space-y-3">
<li><a href="#" class="text-gray-400 hover:text-white transition">Business Plans</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Enterprise Solutions</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Government</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Partnerships</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Careers</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 text-sm mb-4 md:mb-0">
© 2023 NetLink Internet. All rights reserved.
</p>
<div class="flex space-x-6">
<a href="#" class="text-gray-400 hover:text-white transition text-sm">Privacy Policy</a>
<a href="#" class="text-gray-400 hover:text-white transition text-sm">Terms of Service</a>
<a href="#" class="text-gray-400 hover:text-white transition text-sm">Sitemap</a>
</div>
</div>
</div>
</footer>
<script>
// Mobile menu toggle
const menuBtn = document.getElementById('menu-btn');
const mobileMenu = document.getElementById('mobile-menu');
menuBtn.addEventListener('click', () => {
mobileMenu.classList.toggle('hidden');
});
// FAQ accordion
const accordionHeaders = document.querySelectorAll('.accordion-header');
accordionHeaders.forEach(header => {
header.addEventListener('click', () => {
const accordionItem = header.parentElement;
const accordionContent = header.nextElementSibling;
const icon = header.querySelector('i');
// Close all other items
document.querySelectorAll('.accordion-item').forEach(item => {
if (item !== accordionItem) {
item.querySelector('.accordion-content').classList.add('hidden');
item.querySelector('i').classList.remove('fa-chevron-up');
item.querySelector('i').classList.add('fa-chevron-down');
}
});
// Toggle current item
accordionContent.classList.toggle('hidden');
icon.classList.toggle('fa-chevron-up');
icon.classList.toggle('fa-chevron-down');
});
});
// Animate network nodes in hero section
const networkAnimation = () => {
const nodes = document.querySelectorAll('.network-node');
nodes.forEach(node => {
// Random position and animation delay
node.style.top = `${Math.random() * 80 + 10}%`;
node.style.left = `${Math.random() * 60 + 20}%`;
node.style.animationDelay = `${Math.random() * 2}s`;
node.style.animationDuration = `${3 + Math.random() * 5}s`;
node.style.opacity = '0.7';
node.classList.add('animate-pulse');
});
};
// Run animation when page loads
window.addEventListener('load', networkAnimation);
// Smooth scrolling for anchor links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function(e) {
e.preventDefault();
const targetId = this.getAttribute('href');
if (targetId === '#') return;
const targetElement = document.querySelector(targetId);
if (targetElement) {
window.scrollTo({
top: targetElement.offsetTop - 100,
behavior: 'smooth'
});
// Close mobile menu if open
if (!mobileMenu.classList.contains('hidden')) {
mobileMenu.classList.add('hidden');
}
}
});
});
// Hero image hover effect
const heroImage = document.getElementById('hero-image');
if (heroImage) {
heroImage.addEventListener('mouseenter', () => {
heroImage.style.transform = 'scale(1.03) rotate(1deg)';
});
heroImage.addEventListener('mouseleave', () => {
heroImage.style.transform = 'scale(1)';
});
}
</script>
</body>
</html>