deepsite-project / index.html
Pablassso's picture
make even more comfortable for use layout, different one
cca0612 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Modern Static Space</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=K2D:wght@400;700&family=Montserrat:wght@300;400;600;700&display=swap" rel="stylesheet">
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
theme: {
fontFamily: {
sans: ['Montserrat', 'sans-serif'],
heading: ['K2D', 'sans-serif'],
}
}
}
</script>
<style>
.hero-gradient {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.card-hover:hover {
transform: translateY(-5px);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
</style>
</head>
<body class="bg-gray-50">
<header class="bg-gradient-to-r from-indigo-500 via-purple-500 to-pink-500 text-white">
<div class="container mx-auto px-6 py-24">
<div class="max-w-3xl mx-auto text-center">
<h1 class="text-4xl md:text-6xl font-bold leading-tight mb-6">Build Better with Modern Static</h1>
<p class="text-xl md:text-2xl mb-10 opacity-90">The simplest way to create blazing fast websites with no server headaches</p>
<div class="flex flex-col sm:flex-row gap-4 justify-center">
<a href="#pricing" class="bg-white text-purple-700 font-semibold px-8 py-4 rounded-full hover:bg-gray-100 transition duration-300 inline-block text-lg">
Get Started
</a>
<a href="#features" class="border-2 border-white px-8 py-4 rounded-full font-semibold hover:bg-white hover:bg-opacity-10 transition duration-300 inline-block text-lg">
Explore Features
</a>
</div>
</div>
<div class="mt-20 max-w-5xl mx-auto">
<img src="http://static.photos/technology/1024x576/5" alt="Hero Image" class="rounded-xl shadow-2xl w-full">
</div>
</div>
</header>
<section id="features" class="py-20 bg-gray-50">
<div class="container mx-auto px-6">
<div class="max-w-3xl mx-auto text-center mb-16">
<h2 class="text-4xl font-bold text-gray-900 mb-4">Everything You Need to Succeed</h2>
<p class="text-xl text-gray-600">Our platform provides all the tools to build, launch, and grow your online presence</p>
</div>
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-10">
<div class="bg-white rounded-xl p-8 shadow-sm hover:shadow-lg transition-all duration-300 border border-gray-100">
<div class="text-purple-600 mb-6">
<i class="fas fa-bolt text-5xl"></i>
</div>
<h3 class="text-2xl font-bold mb-4">Lightning Fast</h3>
<p class="text-gray-600 text-lg">Static sites load instantly with our global CDN, keeping visitors engaged.</p>
<ul class="mt-6 space-y-3">
<li class="flex items-start">
<i class="fas fa-check text-green-500 mt-1 mr-3"></i>
<span>90+ PageSpeed score</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-green-500 mt-1 mr-3"></i>
<span>Global edge network</span>
</li>
</ul>
</div>
<div class="bg-white rounded-xl p-8 shadow-sm hover:shadow-lg transition-all duration-300 border border-gray-100">
<div class="text-purple-600 mb-6">
<i class="fas fa-shield-alt text-5xl"></i>
</div>
<h3 class="text-2xl font-bold mb-4">Secure by Design</h3>
<p class="text-gray-600 text-lg">Built-in security features protect your site from threats.</p>
<ul class="mt-6 space-y-3">
<li class="flex items-start">
<i class="fas fa-check text-green-500 mt-1 mr-3"></i>
<span>Automatic HTTPS</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-green-500 mt-1 mr-3"></i>
<span>DDoS protection</span>
</li>
</ul>
</div>
<div class="bg-white rounded-xl p-8 shadow-sm hover:shadow-lg transition-all duration-300 border border-gray-100">
<div class="text-purple-600 mb-6">
<i class="fas fa-chart-line text-5xl"></i>
</div>
<h3 class="text-2xl font-bold mb-4">Powerful Analytics</h3>
<p class="text-gray-600 text-lg">Understand your visitors with built-in privacy-focused analytics.</p>
<ul class="mt-6 space-y-3">
<li class="flex items-start">
<i class="fas fa-check text-green-500 mt-1 mr-3"></i>
<span>Real-time stats</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-green-500 mt-1 mr-3"></i>
<span>Traffic sources</span>
</li>
</ul>
</div>
<div class="bg-white rounded-xl p-8 shadow-sm hover:shadow-lg transition-all duration-300 border border-gray-100">
<div class="text-purple-600 mb-6">
<i class="fas fa-mobile-alt text-5xl"></i>
</div>
<h3 class="text-2xl font-bold mb-4">Mobile Optimized</h3>
<p class="text-gray-600 text-lg">All sites are automatically responsive on any device.</p>
<ul class="mt-6 space-y-3">
<li class="flex items-start">
<i class="fas fa-check text-green-500 mt-1 mr-3"></i>
<span>Perfect on all screens</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-green-500 mt-1 mr-3"></i>
<span>Touch optimized</span>
</li>
</ul>
</div>
<div class="bg-white rounded-xl p-8 shadow-sm hover:shadow-lg transition-all duration-300 border border-gray-100">
<div class="text-purple-600 mb-6">
<i class="fas fa-sync-alt text-5xl"></i>
</div>
<h3 class="text-2xl font-bold mb-4">Continuous Updates</h3>
<p class="text-gray-600 text-lg">Your site stays fresh with automatic updates and deployments.</p>
<ul class="mt-6 space-y-3">
<li class="flex items-start">
<i class="fas fa-check text-green-500 mt-1 mr-3"></i>
<span>Git integration</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-green-500 mt-1 mr-3"></i>
<span>Instant previews</span>
</li>
</ul>
</div>
<div class="bg-white rounded-xl p-8 shadow-sm hover:shadow-lg transition-all duration-300 border border-gray-100">
<div class="text-purple-600 mb-6">
<i class="fas fa-headset text-5xl"></i>
</div>
<h3 class="text-2xl font-bold mb-4">24/7 Support</h3>
<p class="text-gray-600 text-lg">Our team is always available to help you succeed.</p>
<ul class="mt-6 space-y-3">
<li class="flex items-start">
<i class="fas fa-check text-green-500 mt-1 mr-3"></i>
<span>Live chat</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-green-500 mt-1 mr-3"></i>
<span>Documentation</span>
</li>
</ul>
</div>
</div>
</div>
</section>
<section id="pricing" class="py-16 bg-gray-50">
<div class="container mx-auto px-6">
<h2 class="font-heading text-4xl font-bold text-center text-gray-900 mb-4">Choose Your Perfect Plan</h2>
<p class="text-xl text-center text-gray-600 max-w-2xl mx-auto mb-16">Simple, transparent pricing that grows with you</p>
<div class="flex justify-center mb-8">
<div class="inline-flex bg-white rounded-full p-1 shadow-sm">
<button class="px-6 py-2 rounded-full font-medium bg-purple-600 text-white">Monthly</button>
<button class="px-6 py-2 rounded-full font-medium text-gray-700">Annual (Save 20%)</button>
</div>
</div>
<div class="grid md:grid-cols-3 gap-8 max-w-6xl mx-auto">
<!-- Basic Plan -->
<div class="bg-white rounded-2xl shadow-lg overflow-hidden border border-gray-200 transition-all hover:shadow-xl">
<div class="p-8">
<div class="flex items-center mb-4">
<div class="w-12 h-12 bg-purple-100 rounded-lg flex items-center justify-center mr-4">
<i class="fas fa-rocket text-purple-600 text-xl"></i>
</div>
<h3 class="font-heading text-2xl font-bold">Starter</h3>
</div>
<p class="text-gray-500 mb-6">Ideal for individuals getting started</p>
<div class="mb-8">
<span class="text-5xl font-bold text-gray-900">$9</span>
<span class="text-gray-500">/month</span>
</div>
<button class="w-full bg-gray-100 text-purple-600 font-semibold py-4 rounded-lg hover:bg-purple-600 hover:text-white transition duration-300 mb-8">
Get Started
</button>
<ul class="space-y-4">
<li class="flex items-start">
<i class="fas fa-check text-green-500 mt-1 mr-3"></i>
<span>1 Website</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-green-500 mt-1 mr-3"></i>
<span>5GB Storage</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-green-500 mt-1 mr-3"></i>
<span>Basic Support</span>
</li>
</ul>
</div>
</div>
<!-- Popular Plan -->
<div class="bg-purple-600 text-white rounded-2xl shadow-2xl overflow-hidden transform scale-105 relative">
<div class="absolute top-0 right-0 bg-yellow-400 text-purple-900 px-4 py-1 font-bold rounded-bl-lg">BEST VALUE</div>
<div class="p-8">
<div class="flex items-center mb-4">
<div class="w-12 h-12 bg-white bg-opacity-20 rounded-lg flex items-center justify-center mr-4">
<i class="fas fa-star text-white text-xl"></i>
</div>
<h3 class="font-heading text-2xl font-bold">Professional</h3>
</div>
<p class="text-purple-200 mb-6">Perfect for growing businesses</p>
<div class="mb-8">
<span class="text-5xl font-bold">$29</span>
<span class="text-purple-200">/month</span>
</div>
<button class="w-full bg-white text-purple-600 font-semibold py-4 rounded-lg hover:bg-gray-100 transition duration-300 mb-8">
Get Started
</button>
<ul class="space-y-4">
<li class="flex items-start">
<i class="fas fa-check text-yellow-400 mt-1 mr-3"></i>
<span>5 Websites</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-yellow-400 mt-1 mr-3"></i>
<span>50GB Storage</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-yellow-400 mt-1 mr-3"></i>
<span>Priority Support</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-yellow-400 mt-1 mr-3"></i>
<span>Advanced Analytics</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-yellow-400 mt-1 mr-3"></i>
<span>Custom Domain</span>
</li>
</ul>
</div>
</div>
<!-- Enterprise Plan -->
<div class="bg-white rounded-2xl shadow-lg overflow-hidden border border-gray-200 transition-all hover:shadow-xl">
<div class="p-8">
<div class="flex items-center mb-4">
<div class="w-12 h-12 bg-purple-100 rounded-lg flex items-center justify-center mr-4">
<i class="fas fa-globe text-purple-600 text-xl"></i>
</div>
<h3 class="font-heading text-2xl font-bold">Enterprise</h3>
</div>
<p class="text-gray-500 mb-6">For large scale projects</p>
<div class="mb-8">
<span class="text-5xl font-bold text-gray-900">$99</span>
<span class="text-gray-500">/month</span>
</div>
<button class="w-full bg-gray-100 text-purple-600 font-semibold py-4 rounded-lg hover:bg-purple-600 hover:text-white transition duration-300 mb-8">
Get Started
</button>
<ul class="space-y-4">
<li class="flex items-start">
<i class="fas fa-check text-green-500 mt-1 mr-3"></i>
<span>Unlimited Websites</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-green-500 mt-1 mr-3"></i>
<span>500GB Storage</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-green-500 mt-1 mr-3"></i>
<span>24/7 Premium Support</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-green-500 mt-1 mr-3"></i>
<span>Advanced Analytics</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-green-500 mt-1 mr-3"></i>
<span>Custom Domains</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-green-500 mt-1 mr-3"></i>
<span>Team Collaboration</span>
</li>
</ul>
</div>
</div>
</div>
<div class="mt-16 text-center">
<p class="text-gray-600 mb-4">Need something custom? We've got you covered.</p>
<button class="inline-flex items-center text-purple-600 font-semibold hover:text-purple-800">
Contact Sales <i class="fas fa-arrow-right ml-2"></i>
</button>
</div>
</div>
</section>
<section class="py-20 bg-gray-900 text-white">
<div class="container mx-auto px-6">
<div class="max-w-4xl mx-auto text-center">
<h2 class="text-4xl font-bold mb-6">Join 15,000+ Happy Customers</h2>
<p class="text-xl text-gray-300 mb-12">See what our customers say about building with Modern Static</p>
<div class="grid md:grid-cols-2 gap-10 mb-16">
<div class="bg-gray-800 p-8 rounded-xl">
<div class="flex items-center mb-6">
<img src="http://static.photos/people/200x200/1" alt="User" class="w-12 h-12 rounded-full mr-4">
<div>
<h4 class="font-bold">Sarah Johnson</h4>
<p class="text-gray-400">Marketing Director</p>
</div>
</div>
<p class="text-gray-300 italic">"Migrating our site to Modern Static reduced our load times by 80% and improved our conversion rates dramatically."</p>
</div>
<div class="bg-gray-800 p-8 rounded-xl">
<div class="flex items-center mb-6">
<img src="http://static.photos/people/200x200/2" alt="User" class="w-12 h-12 rounded-full mr-4">
<div>
<h4 class="font-bold">Michael Chen</h4>
<p class="text-gray-400">Startup Founder</p>
</div>
</div>
<p class="text-gray-300 italic">"As a non-technical founder, I love how easy it is to update my site without needing a developer."</p>
</div>
</div>
<div class="flex flex-col sm:flex-row justify-center gap-6">
<a href="#pricing" class="bg-purple-600 text-white px-10 py-5 rounded-full font-semibold hover:bg-purple-700 transition duration-300 text-lg flex items-center justify-center">
<i class="fas fa-rocket mr-3"></i> Start Free Trial
</a>
<a href="#" class="border-2 border-white px-10 py-5 rounded-full font-semibold hover:bg-white hover:bg-opacity-10 transition duration-300 text-lg flex items-center justify-center">
<i class="fas fa-comment-dots mr-3"></i> Chat with Sales
</a>
</div>
</div>
</div>
</section>
<footer class="bg-gray-800 text-white py-12">
<div class="container mx-auto px-6">
<div class="grid md:grid-cols-4 gap-8">
<div>
<h3 class="text-xl font-semibold mb-4">Modern Static</h3>
<p class="text-gray-400">Building fast, secure websites for modern businesses.</p>
</div>
<div>
<h3 class="text-xl font-semibold mb-4">Quick Links</h3>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white transition">Home</a></li>
<li><a href="#pricing" class="text-gray-400 hover:text-white transition">Pricing</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Features</a></li>
</ul>
</div>
<div>
<h3 class="text-xl font-semibold mb-4">Resources</h3>
<ul class="space-y-2">
<li><a href="https://huggingface.co/docs/hub/spaces" target="_blank" class="text-gray-400 hover:text-white transition">Documentation</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Blog</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Support</a></li>
</ul>
</div>
<div>
<h3 class="text-xl font-semibold mb-4">Connect</h3>
<div class="flex space-x-4">
<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-facebook"></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-github"></i></a>
</div>
</div>
</div>
<div class="border-t border-gray-700 mt-12 pt-8 text-center text-gray-400">
<p>© 2023 Modern Static Space. All rights reserved.</p>
</div>
</div>
</footer>
<script>
// Simple animation for buttons
document.querySelectorAll('button').forEach(button => {
button.addEventListener('mouseenter', () => {
button.classList.add('animate-pulse');
});
button.addEventListener('mouseleave', () => {
button.classList.remove('animate-pulse');
});
});
</script>
</body>
</html>