File size: 25,682 Bytes
2716e0c 85d5d9a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 | <!DOCTYPE html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CrimsonCode - Powerful SaaS Solution</title>
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/feather-icons"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script>
tailwind.config = {
darkMode: 'class',
theme: {
extend: {
colors: {
primary: '#EF4444',
secondary: '#0D9488'
}
}
}
}
</script>
<style>
.hero-gradient {
background: linear-gradient(135deg, rgba(15,23,42,1) 0%, rgba(30,41,59,1) 100%);
}
.feature-card:hover {
transform: translateY(-5px);
box-shadow: 0 20px 25px -5px rgba(239, 68, 68, 0.1), 0 10px 10px -5px rgba(239, 68, 68, 0.04);
}
.pricing-card:hover {
transform: scale(1.03);
box-shadow: 0 25px 50px -12px rgba(13, 148, 136, 0.25);
}
</style>
</head>
<body class="bg-gray-900 text-gray-100 min-h-screen">
<!-- Navigation -->
<nav class="border-b border-gray-800 py-4">
<div class="container mx-auto px-6 flex justify-between items-center">
<div class="flex items-center">
<i data-feather="zap" class="text-primary mr-2"></i>
<span class="text-xl font-bold">Crimson<span class="text-primary">Code</span></span>
</div>
<div class="hidden md:flex space-x-8">
<a href="#" class="hover:text-primary transition">Features</a>
<a href="#" class="hover:text-primary transition">Solutions</a>
<a href="#" class="hover:text-primary transition">Pricing</a>
<a href="#" class="hover:text-primary transition">Resources</a>
</div>
<div class="flex items-center space-x-4">
<button class="px-4 py-2 rounded-md hover:bg-gray-800 transition">Login</button>
<button class="bg-primary px-4 py-2 rounded-md hover:bg-red-600 transition">Get Started</button>
</div>
<button class="md:hidden">
<i data-feather="menu"></i>
</button>
</div>
</nav>
<!-- Hero Section -->
<section class="hero-gradient py-20">
<div class="container mx-auto px-6 flex flex-col md:flex-row items-center">
<div class="md:w-1/2 mb-10 md:mb-0">
<h1 class="text-4xl md:text-6xl font-bold leading-tight mb-6">
Transform Your <span class="text-primary">Business</span> With Our SaaS
</h1>
<p class="text-xl text-gray-400 mb-8">
The most powerful, feature-rich platform to take your operations to the next level.
</p>
<div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4">
<button class="bg-primary hover:bg-red-600 px-8 py-3 rounded-md font-semibold transition">
Start Free Trial
</button>
<button class="border border-gray-700 hover:border-primary px-8 py-3 rounded-md font-semibold transition">
<i data-feather="play" class="inline mr-2"></i> Watch Demo
</button>
</div>
<div class="mt-8 flex items-center">
<div class="flex -space-x-2 mr-4">
<img src="http://static.photos/people/200x200/1" class="w-10 h-10 rounded-full border-2 border-gray-800" alt="User">
<img src="http://static.photos/people/200x200/2" class="w-10 h-10 rounded-full border-2 border-gray-800" alt="User">
<img src="http://static.photos/people/200x200/3" class="w-10 h-10 rounded-full border-2 border-gray-800" alt="User">
</div>
<p class="text-gray-400">
Trusted by <span class="text-white">10,000+</span> businesses worldwide
</p>
</div>
</div>
<div class="md:w-1/2">
<div class="relative">
<div class="absolute -top-10 -left-10 w-32 h-32 bg-primary rounded-full opacity-20 blur-xl"></div>
<div class="absolute -bottom-10 -right-10 w-32 h-32 bg-secondary rounded-full opacity-20 blur-xl"></div>
<img src="http://static.photos/technology/1024x576/5" alt="Dashboard" class="relative rounded-xl border border-gray-800 shadow-2xl">
</div>
</div>
</div>
</section>
<!-- Features Section -->
<section class="py-20 bg-gray-900">
<div class="container mx-auto px-6">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold mb-4">Powerful Features</h2>
<p class="text-xl text-gray-400 max-w-2xl mx-auto">
Everything you need to succeed, all in one place
</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<!-- Feature 1 -->
<div class="feature-card bg-gray-800 p-8 rounded-xl transition duration-300">
<div class="w-14 h-14 bg-primary bg-opacity-20 rounded-lg flex items-center justify-center mb-6">
<i data-feather="activity" class="text-primary w-6 h-6"></i>
</div>
<h3 class="text-xl font-bold mb-3">Real-time Analytics</h3>
<p class="text-gray-400">
Get instant insights with our powerful analytics dashboard that updates in real-time.
</p>
</div>
<!-- Feature 2 -->
<div class="feature-card bg-gray-800 p-8 rounded-xl transition duration-300">
<div class="w-14 h-14 bg-primary bg-opacity-20 rounded-lg flex items-center justify-center mb-6">
<i data-feather="lock" class="text-primary w-6 h-6"></i>
</div>
<h3 class="text-xl font-bold mb-3">Enterprise Security</h3>
<p class="text-gray-400">
Military-grade encryption keeps your data safe with our security-first approach.
</p>
</div>
<!-- Feature 3 -->
<div class="feature-card bg-gray-800 p-8 rounded-xl transition duration-300">
<div class="w-14 h-14 bg-primary bg-opacity-20 rounded-lg flex items-center justify-center mb-6">
<i data-feather="repeat" class="text-primary w-6 h-6"></i>
</div>
<h3 class="text-xl font-bold mb-3">Automation</h3>
<p class="text-gray-400">
Automate repetitive tasks with our powerful workflow engine to save time and resources.
</p>
</div>
<!-- Feature 4 -->
<div class="feature-card bg-gray-800 p-8 rounded-xl transition duration-300">
<div class="w-14 h-14 bg-primary bg-opacity-20 rounded-lg flex items-center justify-center mb-6">
<i data-feather="users" class="text-primary w-6 h-6"></i>
</div>
<h3 class="text-xl font-bold mb-3">Team Collaboration</h3>
<p class="text-gray-400">
Work seamlessly with your team with built-in collaboration tools and shared workspaces.
</p>
</div>
<!-- Feature 5 -->
<div class="feature-card bg-gray-800 p-8 rounded-xl transition duration-300">
<div class="w-14 h-14 bg-primary bg-opacity-20 rounded-lg flex items-center justify-center mb-6">
<i data-feather="code" class="text-primary w-6 h-6"></i>
</div>
<h3 class="text-xl font-bold mb-3">API Access</h3>
<p class="text-gray-400">
Full API access allows you to integrate with your existing systems and workflows.
</p>
</div>
<!-- Feature 6 -->
<div class="feature-card bg-gray-800 p-8 rounded-xl transition duration-300">
<div class="w-14 h-14 bg-primary bg-opacity-20 rounded-lg flex items-center justify-center mb-6">
<i data-feather="cloud" class="text-primary w-6 h-6"></i>
</div>
<h3 class="text-xl font-bold mb-3">Cloud Hosted</h3>
<p class="text-gray-400">
Our globally distributed infrastructure ensures maximum uptime and performance.
</p>
</div>
</div>
</div>
</section>
<!-- Pricing Section -->
<section class="py-20 bg-gray-800">
<div class="container mx-auto px-6">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold mb-4">Simple, Transparent Pricing</h2>
<p class="text-xl text-gray-400 max-w-2xl mx-auto">
Choose the plan that fits your needs. No hidden fees, cancel anytime.
</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8 max-w-5xl mx-auto">
<!-- Basic Plan -->
<div class="pricing-card bg-gray-900 p-8 rounded-xl border border-gray-700 transition duration-300">
<h3 class="text-xl font-bold mb-2">Basic</h3>
<p class="text-gray-400 mb-6">Perfect for individuals and small teams</p>
<div class="mb-6">
<span class="text-4xl font-bold">$19</span>
<span class="text-gray-400">/month</span>
</div>
<ul class="space-y-3 mb-8">
<li class="flex items-center">
<i data-feather="check" class="text-secondary mr-2 w-4 h-4"></i>
<span>10,000 Monthly Requests</span>
</li>
<li class="flex items-center">
<i data-feather="check" class="text-secondary mr-2 w-4 h-4"></i>
<span>Basic Analytics</span>
</li>
<li class="flex items-center">
<i data-feather="check" class="text-secondary mr-2 w-4 h-4"></i>
<span>Email Support</span>
</li>
</ul>
<button class="w-full py-3 rounded-md border border-gray-700 hover:border-primary transition">
Get Started
</button>
</div>
<!-- Pro Plan -->
<div class="pricing-card bg-gray-900 p-8 rounded-xl border-2 border-primary transition duration-300 transform scale-105 relative">
<div class="absolute -top-3 left-1/2 transform -translate-x-1/2 bg-primary text-white text-xs font-bold px-3 py-1 rounded-full">
POPULAR
</div>
<h3 class="text-xl font-bold mb-2">Pro</h3>
<p class="text-gray-400 mb-6">For growing businesses and teams</p>
<div class="mb-6">
<span class="text-4xl font-bold">$49</span>
<span class="text-gray-400">/month</span>
</div>
<ul class="space-y-3 mb-8">
<li class="flex items-center">
<i data-feather="check" class="text-secondary mr-2 w-4 h-4"></i>
<span>50,000 Monthly Requests</span>
</li>
<li class="flex items-center">
<i data-feather="check" class="text-secondary mr-2 w-4 h-4"></i>
<span>Advanced Analytics</span>
</li>
<li class="flex items-center">
<i data-feather="check" class="text-secondary mr-2 w-4 h-4"></i>
<span>Priority Support</span>
</li>
<li class="flex items-center">
<i data-feather="check" class="text-secondary mr-2 w-4 h-4"></i>
<span>API Access</span>
</li>
</ul>
<button class="w-full bg-primary hover:bg-red-600 py-3 rounded-md transition">
Get Started
</button>
</div>
<!-- Enterprise Plan -->
<div class="pricing-card bg-gray-900 p-8 rounded-xl border border-gray-700 transition duration-300">
<h3 class="text-xl font-bold mb-2">Enterprise</h3>
<p class="text-gray-400 mb-6">For large organizations</p>
<div class="mb-6">
<span class="text-4xl font-bold">$99</span>
<span class="text-gray-400">/month</span>
</div>
<ul class="space-y-3 mb-8">
<li class="flex items-center">
<i data-feather="check" class="text-secondary mr-2 w-4 h-4"></i>
<span>Unlimited Requests</span>
</li>
<li class="flex items-center">
<i data-feather="check" class="text-secondary mr-2 w-4 h-4"></i>
<span>Premium Analytics</span>
</li>
<li class="flex items-center">
<i data-feather="check" class="text-secondary mr-2 w-4 h-4"></i>
<span>24/7 Dedicated Support</span>
</li>
<li class="flex items-center">
<i data-feather="check" class="text-secondary mr-2 w-4 h-4"></i>
<span>Custom Integrations</span>
</li>
</ul>
<button class="w-full py-3 rounded-md border border-gray-700 hover:border-primary transition">
Get Started
</button>
</div>
</div>
</div>
</section>
<!-- Testimonials Section -->
<section class="py-20 bg-gray-900">
<div class="container mx-auto px-6">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold mb-4">Trusted by Industry Leaders</h2>
<p class="text-xl text-gray-400 max-w-2xl mx-auto">
Don't just take our word for it. Here's what our customers say.
</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<!-- Testimonial 1 -->
<div class="bg-gray-800 p-8 rounded-xl">
<div class="flex items-center mb-6">
<img src="http://static.photos/people/200x200/10" class="w-12 h-12 rounded-full mr-4" alt="User">
<div>
<h4 class="font-bold">Sarah Johnson</h4>
<p class="text-gray-400 text-sm">CTO at TechCorp</p>
</div>
</div>
<p class="text-gray-300 italic">
"CrimsonCode has transformed how we operate. The automation features alone have saved us thousands of hours annually."
</p>
<div class="flex mt-4">
<i data-feather="star" class="text-yellow-400 w-4 h-4 mr-1"></i>
<i data-feather="star" class="text-yellow-400 w-4 h-4 mr-1"></i>
<i data-feather="star" class="text-yellow-400 w-4 h-4 mr-1"></i>
<i data-feather="star" class="text-yellow-400 w-4 h-4 mr-1"></i>
<i data-feather="star" class="text-yellow-400 w-4 h-4"></i>
</div>
</div>
<!-- Testimonial 2 -->
<div class="bg-gray-800 p-8 rounded-xl">
<div class="flex items-center mb-6">
<img src="http://static.photos/people/200x200/12" class="w-12 h-12 rounded-full mr-4" alt="User">
<div>
<h4 class="font-bold">Michael Chen</h4>
<p class="text-gray-400 text-sm">Product Manager at Innovate</p>
</div>
</div>
<p class="text-gray-300 italic">
"The real-time analytics dashboard gives us insights we never had before. It's like we were operating blind before."
</p>
<div class="flex mt-4">
<i data-feather="star" class="text-yellow-400 w-4 h-4 mr-1"></i>
<i data-feather="star" class="text-yellow-400 w-4 h-4 mr-1"></i>
<i data-feather="star" class="text-yellow-400 w-4 h-4 mr-1"></i>
<i data-feather="star" class="text-yellow-400 w-4 h-4 mr-1"></i>
<i data-feather="star" class="text-yellow-400 w-4 h-4"></i>
</div>
</div>
<!-- Testimonial 3 -->
<div class="bg-gray-800 p-8 rounded-xl">
<div class="flex items-center mb-6">
<img src="http://static.photos/people/200x200/14" class="w-12 h-12 rounded-full mr-4" alt="User">
<div>
<h4 class="font-bold">Emma Rodriguez</h4>
<p class="text-gray-400 text-sm">CEO at GrowthLabs</p>
</div>
</div>
<p class="text-gray-300 italic">
"From implementation to daily use, the experience has been seamless. Our team adopted it immediately with no learning curve."
</p>
<div class="flex mt-4">
<i data-feather="star" class="text-yellow-400 w-4 h-4 mr-1"></i>
<i data-feather="star" class="text-yellow-400 w-4 h-4 mr-1"></i>
<i data-feather="star" class="text-yellow-400 w-4 h-4 mr-1"></i>
<i data-feather="star" class="text-yellow-400 w-4 h-4 mr-1"></i>
<i data-feather="star" class="text-yellow-400 w-4 h-4"></i>
</div>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="py-20 bg-gradient-to-r from-gray-800 to-gray-900">
<div class="container mx-auto px-6 text-center">
<h2 class="text-3xl md:text-4xl font-bold mb-6">Ready to Transform Your Business?</h2>
<p class="text-xl text-gray-400 max-w-2xl mx-auto mb-8">
Join thousands of businesses that are already achieving remarkable results with our platform.
</p>
<div class="flex flex-col sm:flex-row justify-center space-y-4 sm:space-y-0 sm:space-x-4">
<button class="bg-primary hover:bg-red-600 px-8 py-4 rounded-md font-semibold transition">
Start Your Free Trial
</button>
<button class="border border-gray-700 hover:border-primary px-8 py-4 rounded-md font-semibold transition">
Contact Sales
</button>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-900 border-t border-gray-800 py-12">
<div class="container mx-auto px-6">
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
<div>
<div class="flex items-center mb-4">
<i data-feather="zap" class="text-primary mr-2"></i>
<span class="text-xl font-bold">Crimson<span class="text-primary">Code</span></span>
</div>
<p class="text-gray-400">
The most powerful SaaS platform for modern businesses.
</p>
<div class="flex space-x-4 mt-6">
<a href="#" class="text-gray-400 hover:text-primary transition">
<i data-feather="twitter"></i>
</a>
<a href="#" class="text-gray-400 hover:text-primary transition">
<i data-feather="facebook"></i>
</a>
<a href="#" class="text-gray-400 hover:text-primary transition">
<i data-feather="linkedin"></i>
</a>
<a href="#" class="text-gray-400 hover:text-primary transition">
<i data-feather="github"></i>
</a>
</div>
</div>
<div>
<h4 class="text-lg font-bold mb-4">Product</h4>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-primary transition">Features</a></li>
<li><a href="#" class="text-gray-400 hover:text-primary transition">Pricing</a></li>
<li><a href="#" class="text-gray-400 hover:text-primary transition">Solutions</a></li>
<li><a href="#" class="text-gray-400 hover:text-primary transition">Updates</a></li>
</ul>
</div>
<div>
<h4 class="text-lg font-bold mb-4">Resources</h4>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-primary transition">Documentation</a></li>
<li><a href="#" class="text-gray-400 hover:text-primary transition">Blog</a></li>
<li><a href="#" class="text-gray-400 hover:text-primary transition">Webinars</a></li>
<li><a href="#" class="text-gray-400 hover:text-primary transition">Support</a></li>
</ul>
</div>
<div>
<h4 class="text-lg font-bold mb-4">Company</h4>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-primary transition">About Us</a></li>
<li><a href="#" class="text-gray-400 hover:text-primary transition">Careers</a></li>
<li><a href="#" class="text-gray-400 hover:text-primary transition">Press</a></li>
<li><a href="#" class="text-gray-400 hover:text-primary transition">Contact</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">
© 2023 CrimsonCode. All rights reserved.
</p>
<div class="flex space-x-6">
<a href="#" class="text-gray-400 hover:text-primary transition">Privacy Policy</a>
<a href="#" class="text-gray-400 hover:text-primary transition">Terms of Service</a>
<a href="#" class="text-gray-400 hover:text-primary transition">Cookies</a>
</div>
</div>
</div>
</footer>
<script>
feather.replace();
// Simple animation on scroll
document.addEventListener('DOMContentLoaded', function() {
const featureCards = document.querySelectorAll('.feature-card');
const pricingCards = document.querySelectorAll('.pricing-card');
const observer = new IntersectionObserver((entries) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
entry.target.style.opacity = '1';
entry.target.style.transform = 'translateY(0)';
}
});
}, { threshold: 0.1 });
featureCards.forEach((card, index) => {
card.style.opacity = '0';
card.style.transform = 'translateY(20px)';
card.style.transition = `all 0.5s ease ${index * 0.1}s`;
observer.observe(card);
});
pricingCards.forEach((card, index) => {
card.style.opacity = '0';
card.style.transform = 'translateY(20px)';
card.style.transition = `all 0.5s ease ${index * 0.1}s`;
observer.observe(card);
});
});
</script>
</body>
</html>
|