sssd / index.html
Wegerte's picture
Images are too few - Follow Up Deployment
2930bfb verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ServerHop - Bulletproof Dedicated Servers & IP Rentals</title>
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
:root {
--primary-blue: #2196F3;
--dark-blue: #0D47A1;
--light-blue: #BBDEFB;
}
body {
font-family: 'Inter', sans-serif;
scroll-behavior: smooth;
}
.hero-gradient {
background: linear-gradient(135deg, #f5f7fa 0%, #e4f0ff 100%);
}
.card-hover {
transition: all 0.3s ease;
}
.card-hover:hover {
transform: translateY(-5px);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.btn-primary {
background-color: var(--primary-blue);
transition: all 0.3s ease;
}
.btn-primary:hover {
background-color: var(--dark-blue);
transform: translateY(-2px);
box-shadow: 0 4px 8px rgba(33, 150, 243, 0.3);
}
.server-illustration {
animation: float 6s ease-in-out infinite;
}
@keyframes float {
0% { transform: translateY(0px); }
50% { transform: translateY(-15px); }
100% { transform: translateY(0px); }
}
.testimonial-card {
opacity: 0;
transition: opacity 0.5s ease;
}
.testimonial-card.active {
opacity: 1;
}
.nav-link {
position: relative;
}
.nav-link::after {
content: '';
position: absolute;
width: 0;
height: 2px;
bottom: -2px;
left: 0;
background-color: var(--primary-blue);
transition: width 0.3s ease;
}
.nav-link:hover::after {
width: 100%;
}
</style>
</head>
<body class="bg-white text-gray-700">
<!-- Navigation -->
<nav class="bg-white shadow-sm sticky top-0 z-50">
<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 class="fas fa-server text-2xl text-blue-500 mr-2"></i>
<span class="text-xl font-bold text-blue-800">ServerHop</span>
</div>
</div>
<div class="hidden md:ml-6 md:flex md:items-center md:space-x-8">
<a href="#services" class="nav-link text-gray-700 hover:text-blue-600 px-3 py-2 text-sm font-medium">Services</a>
<a href="#features" class="nav-link text-gray-700 hover:text-blue-600 px-3 py-2 text-sm font-medium">Features</a>
<a href="#pricing" class="nav-link text-gray-700 hover:text-blue-600 px-3 py-2 text-sm font-medium">Pricing</a>
<a href="#testimonials" class="nav-link text-gray-700 hover:text-blue-600 px-3 py-2 text-sm font-medium">Testimonials</a>
<a href="#contact" class="nav-link text-gray-700 hover:text-blue-600 px-3 py-2 text-sm font-medium">Contact</a>
</div>
<div class="flex items-center">
<a href="#contact" class="btn-primary text-white px-4 py-2 rounded-md text-sm font-medium shadow-sm">Get Started</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">
<span class="sr-only">Open main menu</span>
<i class="fas fa-bars"></i>
</button>
</div>
</div>
</div>
<!-- Mobile menu -->
<div id="mobile-menu" class="hidden md:hidden">
<div class="px-2 pt-2 pb-3 space-y-1 sm:px-3">
<a href="#services" class="block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-blue-600 hover:bg-blue-50">Services</a>
<a href="#features" class="block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-blue-600 hover:bg-blue-50">Features</a>
<a href="#pricing" class="block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-blue-600 hover:bg-blue-50">Pricing</a>
<a href="#testimonials" class="block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-blue-600 hover:bg-blue-50">Testimonials</a>
<a href="#contact" class="block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-blue-600 hover:bg-blue-50">Contact</a>
</div>
</div>
</nav>
<!-- Hero Section -->
<section class="hero-gradient py-20">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:grid lg:grid-cols-2 lg:gap-8 items-center">
<div class="mb-12 lg:mb-0">
<h1 class="text-4xl md:text-5xl font-bold text-gray-800 leading-tight mb-6">
Secure, <span class="text-blue-600">Bulletproof</span> Dedicated Servers
</h1>
<p class="text-lg text-gray-600 mb-8 max-w-lg">
High-performance dedicated servers with flexible IP rental options.
Perfect for businesses requiring stability, security, and scalability.
</p>
<div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4">
<a href="#pricing" class="btn-primary text-white px-6 py-3 rounded-md text-lg font-medium shadow-md text-center">
View Pricing
</a>
<a href="#features" class="border-2 border-blue-500 text-blue-600 px-6 py-3 rounded-md text-lg font-medium text-center hover:bg-blue-50 transition">
Learn More
</a>
</div>
</div>
<div class="relative server-illustration">
<img src="https://cdn-icons-png.flaticon.com/512/2927/2927347.png" alt="Server Illustration" class="w-full max-w-md mx-auto">
</div>
</div>
</div>
</section>
<!-- Trust Badges -->
<section class="py-8 bg-gray-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex flex-wrap justify-center items-center gap-8 md:gap-16">
<div class="flex items-center">
<i class="fas fa-shield-alt text-blue-500 text-3xl mr-3"></i>
<span class="text-gray-700 font-medium">DDoS Protected</span>
</div>
<div class="flex items-center">
<i class="fas fa-clock text-blue-500 text-3xl mr-3"></i>
<span class="text-gray-700 font-medium">99.9% Uptime</span>
</div>
<div class="flex items-center">
<i class="fas fa-globe text-blue-500 text-3xl mr-3"></i>
<span class="text-gray-700 font-medium">Global Locations</span>
</div>
<div class="flex items-center">
<i class="fas fa-headset text-blue-500 text-3xl mr-3"></i>
<span class="text-gray-700 font-medium">24/7 Support</span>
</div>
</div>
</div>
</section>
<!-- Services Section -->
<section id="services" class="py-20 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h2 class="text-3xl font-bold text-gray-800 mb-4">Our Services</h2>
<p class="text-lg text-gray-600 max-w-2xl mx-auto">
Comprehensive solutions tailored to your infrastructure needs
</p>
</div>
<div class="grid md:grid-cols-3 gap-8">
<!-- Service 1 -->
<div class="bg-white rounded-xl shadow-md overflow-hidden card-hover">
<div class="p-6">
<div class="mb-6">
<img src="https://cdn-icons-png.flaticon.com/512/2885/2885417.png" alt="Dedicated Server" class="w-24 h-24 mx-auto">
</div>
<h3 class="text-xl font-bold text-gray-800 mb-3 text-center">Dedicated Servers</h3>
<p class="text-gray-600 mb-4">
High-performance bare metal servers with full root access and customizable configurations.
</p>
<ul class="space-y-2 text-gray-600">
<li class="flex items-start">
<i class="fas fa-check text-blue-500 mt-1 mr-2"></i>
<span>Enterprise-grade hardware</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-blue-500 mt-1 mr-2"></i>
<span>Multiple global locations</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-blue-500 mt-1 mr-2"></i>
<span>24/7 monitoring</span>
</li>
</ul>
</div>
</div>
<!-- Service 2 -->
<div class="bg-white rounded-xl shadow-md overflow-hidden card-hover">
<div class="p-6">
<div class="mb-6">
<img src="https://cdn-icons-png.flaticon.com/512/2283/2283805.png" alt="IP Subnet" class="w-24 h-24 mx-auto">
</div>
<h3 class="text-xl font-bold text-gray-800 mb-3 text-center">IP Subnet Bundles</h3>
<p class="text-gray-600 mb-4">
Dedicated servers bundled with /24 and /22 subnets for your networking needs.
</p>
<ul class="space-y-2 text-gray-600">
<li class="flex items-start">
<i class="fas fa-check text-blue-500 mt-1 mr-2"></i>
<span>/24 (256 IPs) available</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-blue-500 mt-1 mr-2"></i>
<span>/22 (1024 IPs) available</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-blue-500 mt-1 mr-2"></i>
<span>Clean IP reputation</span>
</li>
</ul>
</div>
</div>
<!-- Service 3 -->
<div class="bg-white rounded-xl shadow-md overflow-hidden card-hover">
<div class="p-6">
<div class="mb-6">
<img src="https://cdn-icons-png.flaticon.com/512/2885/2885427.png" alt="IP Rental" class="w-24 h-24 mx-auto">
</div>
<h3 class="text-xl font-bold text-gray-800 mb-3 text-center">IP Rental Services</h3>
<p class="text-gray-600 mb-4">
Flexible IP rental options for businesses needing additional IP resources.
</p>
<ul class="space-y-2 text-gray-600">
<li class="flex items-start">
<i class="fas fa-check text-blue-500 mt-1 mr-2"></i>
<span>/24, /23, /22 subnets</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-blue-500 mt-1 mr-2"></i>
<span>Monthly or annual contracts</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-blue-500 mt-1 mr-2"></i>
<span>Easy transfer process</span>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- Features Section -->
<section id="features" class="py-20 bg-gray-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 mb-16">
<img src="https://cdn-icons-png.flaticon.com/512/2885/2885434.png" alt="Network Infrastructure" class="w-full max-w-3xl mx-auto">
</div>
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h2 class="text-3xl font-bold text-gray-800 mb-4">Why Choose ServerHop?</h2>
<p class="text-lg text-gray-600 max-w-2xl mx-auto">
Enterprise-grade infrastructure with a focus on security and reliability
</p>
</div>
<div class="grid md:grid-cols-2 gap-12">
<div class="flex">
<div class="flex-shrink-0">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white">
<i class="fas fa-lock"></i>
</div>
</div>
<div class="ml-4">
<h3 class="text-lg font-medium text-gray-800">Bulletproof Protection</h3>
<p class="mt-2 text-gray-600">
Our servers are protected against DDoS attacks with multi-layered filtering and mitigation systems.
</p>
</div>
</div>
<div class="flex">
<div class="flex-shrink-0">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white">
<i class="fas fa-tachometer-alt"></i>
</div>
</div>
<div class="ml-4">
<h3 class="text-lg font-medium text-gray-800">High Performance</h3>
<p class="mt-2 text-gray-600">
Latest generation Intel Xeon and AMD EPYC processors with NVMe storage options.
</p>
</div>
</div>
<div class="flex">
<div class="flex-shrink-0">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white">
<i class="fas fa-globe-americas"></i>
</div>
</div>
<div class="ml-4">
<h3 class="text-lg font-medium text-gray-800">Global Network</h3>
<p class="mt-2 text-gray-600">
Servers located in multiple Tier 3+ data centers across North America, Europe, and Asia.
</p>
</div>
</div>
<div class="flex">
<div class="flex-shrink-0">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white">
<i class="fas fa-sliders-h"></i>
</div>
</div>
<div class="ml-4">
<h3 class="text-lg font-medium text-gray-800">Flexible Configurations</h3>
<p class="mt-2 text-gray-600">
Customize your server with the exact specifications you need - RAM, storage, bandwidth, and more.
</p>
</div>
</div>
<div class="flex">
<div class="flex-shrink-0">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white">
<i class="fas fa-user-shield"></i>
</div>
</div>
<div class="ml-4">
<h3 class="text-lg font-medium text-gray-800">Privacy Focused</h3>
<p class="mt-2 text-gray-600">
No logging policies and anonymous payment options available for maximum privacy.
</p>
</div>
</div>
<div class="flex">
<div class="flex-shrink-0">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white">
<i class="fas fa-life-ring"></i>
</div>
</div>
<div class="ml-4">
<h3 class="text-lg font-medium text-gray-800">Expert Support</h3>
<p class="mt-2 text-gray-600">
24/7 technical support from server specialists with average response time under 15 minutes.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Pricing Section -->
<section id="pricing" class="py-20 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h2 class="text-3xl font-bold text-gray-800 mb-4">Simple, Transparent Pricing</h2>
<p class="text-lg text-gray-600 max-w-2xl mx-auto">
Competitive pricing with no hidden fees. Scale up or down as needed.
</p>
</div>
<div class="grid md:grid-cols-3 gap-8">
<!-- Dedicated Servers Pricing -->
<div class="bg-white rounded-xl shadow-lg overflow-hidden card-hover">
<div class="p-6">
<div class="flex items-center justify-center w-16 h-16 bg-blue-100 rounded-full mb-6 mx-auto">
<i class="fas fa-server text-blue-600 text-2xl"></i>
</div>
<h3 class="text-xl font-bold text-gray-800 mb-3 text-center">Dedicated Servers</h3>
<p class="text-gray-600 mb-6 text-center">
Starting at
<span class="text-3xl font-bold text-blue-600">$99</span>
/month
</p>
<ul class="space-y-3 text-gray-600 mb-8">
<li class="flex items-start">
<i class="fas fa-check text-blue-500 mt-1 mr-2"></i>
<span>Intel Xeon E3-1230v6</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-blue-500 mt-1 mr-2"></i>
<span>32GB DDR4 RAM</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-blue-500 mt-1 mr-2"></i>
<span>1TB NVMe SSD</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-blue-500 mt-1 mr-2"></i>
<span>10TB Bandwidth</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-blue-500 mt-1 mr-2"></i>
<span>1Gbps Port</span>
</li>
</ul>
<a href="#contact" class="btn-primary text-white px-6 py-3 rounded-md text-lg font-medium shadow-sm w-full text-center block">
Order Now
</a>
</div>
</div>
<!-- IP Subnet Bundles Pricing -->
<div class="bg-white rounded-xl shadow-lg overflow-hidden card-hover border-2 border-blue-500 relative">
<div class="absolute top-0 right-0 bg-blue-500 text-white px-3 py-1 text-sm font-bold rounded-bl-lg">
POPULAR
</div>
<div class="p-6">
<div class="flex items-center justify-center w-16 h-16 bg-blue-100 rounded-full mb-6 mx-auto">
<i class="fas fa-network-wired text-blue-600 text-2xl"></i>
</div>
<h3 class="text-xl font-bold text-gray-800 mb-3 text-center">IP Subnet Bundles</h3>
<p class="text-gray-600 mb-6 text-center">
Starting at
<span class="text-3xl font-bold text-blue-600">$299</span>
/month
</p>
<ul class="space-y-3 text-gray-600 mb-8">
<li class="flex items-start">
<i class="fas fa-check text-blue-500 mt-1 mr-2"></i>
<span>Same specs as dedicated</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-blue-500 mt-1 mr-2"></i>
<span>+ /24 subnet (256 IPs)</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-blue-500 mt-1 mr-2"></i>
<span>BGP session available</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-blue-500 mt-1 mr-2"></i>
<span>RIPE/ARIN allocations</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-blue-500 mt-1 mr-2"></i>
<span>Reverse DNS included</span>
</li>
</ul>
<a href="#contact" class="btn-primary text-white px-6 py-3 rounded-md text-lg font-medium shadow-sm w-full text-center block">
Order Now
</a>
</div>
</div>
<!-- IP Rental Pricing -->
<div class="bg-white rounded-xl shadow-lg overflow-hidden card-hover">
<div class="p-6">
<div class="flex items-center justify-center w-16 h-16 bg-blue-100 rounded-full mb-6 mx-auto">
<i class="fas fa-address-card text-blue-600 text-2xl"></i>
</div>
<h3 class="text-xl font-bold text-gray-800 mb-3 text-center">IP Rental</h3>
<p class="text-gray-600 mb-6 text-center">
Starting at
<span class="text-3xl font-bold text-blue-600">$149</span>
/month
</p>
<ul class="space-y-3 text-gray-600 mb-8">
<li class="flex items-start">
<i class="fas fa-check text-blue-500 mt-1 mr-2"></i>
<span>/24 subnet (256 IPs)</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-blue-500 mt-1 mr-2"></i>
<span>/23 subnet (512 IPs)</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-blue-500 mt-1 mr-2"></i>
<span>/22 subnet (1024 IPs)</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-blue-500 mt-1 mr-2"></i>
<span>Clean IP history</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-blue-500 mt-1 mr-2"></i>
<span>Flexible terms</span>
</li>
</ul>
<a href="#contact" class="btn-primary text-white px-6 py-3 rounded-md text-lg font-medium shadow-sm w-full text-center block">
Order Now
</a>
</div>
</div>
</div>
<div class="mt-12 text-center">
<p class="text-gray-600 mb-4">
Need a custom configuration or larger IP allocation?
</p>
<a href="#contact" class="inline-block border-2 border-blue-500 text-blue-600 px-6 py-3 rounded-md text-lg font-medium hover:bg-blue-50 transition">
Contact Our Sales Team
</a>
</div>
</div>
</section>
<!-- Testimonials Section -->
<section id="testimonials" class="py-20 bg-gray-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h2 class="text-3xl font-bold text-gray-800 mb-4">What Our Clients Say</h2>
<p class="text-lg text-gray-600 max-w-2xl mx-auto">
Trusted by businesses worldwide for their critical infrastructure needs
</p>
</div>
<div class="relative max-w-3xl mx-auto">
<div class="testimonial-card active bg-white rounded-xl shadow-md p-8">
<div class="flex items-center mb-6">
<div class="flex-shrink-0">
<img class="h-12 w-12 rounded-full" src="https://randomuser.me/api/portraits/men/32.jpg" alt="Client">
</div>
<div class="ml-4">
<h4 class="text-lg font-medium text-gray-800">Michael Chen</h4>
<p class="text-blue-600">CTO, TechStart Inc.</p>
</div>
</div>
<p class="text-gray-600 italic">
"ServerHop's bulletproof servers have been instrumental in our growth. Their network stability and IP reputation management are second to none. We've been using their /22 subnet bundle for over a year with zero issues."
</p>
<div class="mt-4 flex">
<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 class="testimonial-card hidden bg-white rounded-xl shadow-md p-8">
<div class="flex items-center mb-6">
<div class="flex-shrink-0">
<img class="h-12 w-12 rounded-full" src="https://randomuser.me/api/portraits/women/44.jpg" alt="Client">
</div>
<div class="ml-4">
<h4 class="text-lg font-medium text-gray-800">Sarah Johnson</h4>
<p class="text-blue-600">Network Engineer, GlobalVPN</p>
</div>
</div>
<p class="text-gray-600 italic">
"The IP rental service from ServerHop solved our immediate need for additional IP space without the long-term commitment. Their team was incredibly responsive and helped us through the entire transfer process."
</p>
<div class="mt-4 flex">
<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 class="testimonial-card hidden bg-white rounded-xl shadow-md p-8">
<div class="flex items-center mb-6">
<div class="flex-shrink-0">
<img class="h-12 w-12 rounded-full" src="https://randomuser.me/api/portraits/men/75.jpg" alt="Client">
</div>
<div class="ml-4">
<h4 class="text-lg font-medium text-gray-800">David Müller</h4>
<p class="text-blue-600">CEO, DataHost EU</p>
</div>
</div>
<p class="text-gray-600 italic">
"We migrated three of our most critical services to ServerHop's dedicated servers and the performance improvement was noticeable immediately. Their support team actually understands server administration, which is rare these days."
</p>
<div class="mt-4 flex">
<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 class="flex justify-center mt-8 space-x-2">
<button class="testimonial-dot w-3 h-3 rounded-full bg-blue-500 active" data-index="0"></button>
<button class="testimonial-dot w-3 h-3 rounded-full bg-blue-300" data-index="1"></button>
<button class="testimonial-dot w-3 h-3 rounded-full bg-blue-300" data-index="2"></button>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="py-16 bg-blue-600 text-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
<h2 class="text-3xl font-bold mb-6">Ready to Get Started?</h2>
<p class="text-xl mb-8 max-w-3xl mx-auto">
Join thousands of businesses that trust ServerHop for their critical infrastructure needs.
</p>
<a href="#contact" class="inline-block bg-white text-blue-600 px-8 py-4 rounded-md text-lg font-bold shadow-lg hover:bg-gray-100 transition">
Contact Us Today
</a>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="py-20 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:grid lg:grid-cols-2 lg:gap-12">
<div class="mb-12 lg:mb-0">
<h2 class="text-3xl font-bold text-gray-800 mb-6">Get In Touch</h2>
<p class="text-gray-600 mb-8">
Have questions about our services or need a custom quote? Our team is ready to help you find the perfect solution for your needs.
</p>
<div class="space-y-6">
<div class="flex items-start">
<div class="flex-shrink-0">
<i class="fas fa-envelope text-blue-500 text-xl mt-1"></i>
</div>
<div class="ml-4">
<h3 class="text-lg font-medium text-gray-800">Email Us</h3>
<p class="text-gray-600">sales@serverhop.com</p>
</div>
</div>
<div class="flex items-start">
<div class="flex-shrink-0">
<i class="fas fa-headset text-blue-500 text-xl mt-1"></i>
</div>
<div class="ml-4">
<h3 class="text-lg font-medium text-gray-800">24/7 Support</h3>
<p class="text-gray-600">+1 (555) 123-4567</p>
</div>
</div>
<div class="flex items-start">
<div class="flex-shrink-0">
<i class="fas fa-map-marker-alt text-blue-500 text-xl mt-1"></i>
</div>
<div class="ml-4">
<h3 class="text-lg font-medium text-gray-800">Headquarters</h3>
<p class="text-gray-600">123 Tech Park, Suite 456<br>San Francisco, CA 94107</p>
</div>
</div>
</div>
</div>
<div class="bg-white rounded-xl shadow-md p-8">
<h3 class="text-xl font-bold text-gray-800 mb-6">Send Us a Message</h3>
<form>
<div class="mb-4">
<label for="name" class="block text-gray-700 font-medium mb-2">Name</label>
<input type="text" id="name" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-blue-500">
</div>
<div class="mb-4">
<label for="email" class="block text-gray-700 font-medium mb-2">Email</label>
<input type="email" id="email" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-blue-500">
</div>
<div class="mb-4">
<label for="service" class="block text-gray-700 font-medium mb-2">Service Interested In</label>
<select id="service" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-blue-500">
<option>Dedicated Servers</option>
<option>IP Subnet Bundles</option>
<option>IP Rental Services</option>
<option>Custom Solution</option>
</select>
</div>
<div class="mb-6">
<label for="message" class="block text-gray-700 font-medium mb-2">Message</label>
<textarea id="message" rows="4" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-blue-500"></textarea>
</div>
<button type="submit" class="btn-primary text-white px-6 py-3 rounded-md text-lg font-medium shadow-sm w-full">
Send Message
</button>
</form>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-900 text-white py-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid md:grid-cols-4 gap-8">
<div class="mb-8 md:mb-0">
<div class="flex items-center mb-4">
<i class="fas fa-server text-2xl text-blue-400 mr-2"></i>
<span class="text-xl font-bold">ServerHop</span>
</div>
<p class="text-gray-400">
Providing secure, high-performance dedicated servers and IP solutions since 2015.
</p>
<div class="flex space-x-4 mt-6">
<a href="#" class="text-gray-400 hover:text-white">
<i class="fab fa-twitter"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<i class="fab fa-linkedin"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<i class="fab fa-github"></i>
</a>
</div>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Services</h3>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white">Dedicated Servers</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">IP Subnet Bundles</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">IP Rental Services</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">DDoS Protection</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Managed Services</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Company</h3>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white">About Us</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Data Centers</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Network</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Blog</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Careers</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Legal</h3>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white">Terms of Service</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Privacy Policy</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Acceptable Use</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">SLA</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">DMCA</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 mb-4 md:mb-0">
&copy; 2023 ServerHop. All rights reserved.
</p>
<div class="flex space-x-6">
<a href="#" class="text-gray-400 hover:text-white">Privacy</a>
<a href="#" class="text-gray-400 hover:text-white">Terms</a>
<a href="#" class="text-gray-400 hover:text-white">Sitemap</a>
</div>
</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');
});
// 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) {
targetElement.scrollIntoView({
behavior: 'smooth'
});
// Close mobile menu if open
const mobileMenu = document.getElementById('mobile-menu');
if (!mobileMenu.classList.contains('hidden')) {
mobileMenu.classList.add('hidden');
}
}
});
});
// Testimonial carousel
const testimonials = document.querySelectorAll('.testimonial-card');
const dots = document.querySelectorAll('.testimonial-dot');
let currentTestimonial = 0;
function showTestimonial(index) {
testimonials.forEach(testimonial => testimonial.classList.remove('active'));
dots.forEach(dot => dot.classList.remove('bg-blue-500', 'active'));
dots.forEach(dot => dot.classList.add('bg-blue-300'));
testimonials[index].classList.add('active');
dots[index].classList.add('bg-blue-500', 'active');
dots[index].classList.remove('bg-blue-300');
currentTestimonial = index;
}
dots.forEach((dot, index) => {
dot.addEventListener('click', () => showTestimonial(index));
});
// Auto-rotate testimonials
setInterval(() => {
let nextIndex = (currentTestimonial + 1) % testimonials.length;
showTestimonial(nextIndex);
}, 5000);
// Add shadow to navbar on scroll
window.addEventListener('scroll', function() {
const nav = document.querySelector('nav');
if (window.scrollY > 10) {
nav.classList.add('shadow-md');
nav.classList.remove('shadow-sm');
} else {
nav.classList.remove('shadow-md');
nav.classList.add('shadow-sm');
}
});
</script>
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=Wegerte/sssd" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html>