File size: 14,160 Bytes
52d3f38 99b2c5a 52d3f38 99b2c5a 52d3f38 |
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 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us | Justice Law Partners</title>
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://unpkg.com/feather-icons"></script>
<style>
.hero-about {
background: linear-gradient(135deg, #1e40af 0%, #0f172a 100%);
min-height: 50vh;
}
.team-card: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="font-sans antialiased">
<!-- Navigation -->
<nav class="fixed w-full z-50 bg-white shadow-md">
<div class="container mx-auto px-6 py-4">
<div class="flex justify-between items-center">
<a href="index.html" class="text-2xl font-bold text-blue-900">Justice<span class="text-amber-600">Law</span></a>
<div class="hidden md:flex space-x-8">
<a href="index.html" class="text-blue-900 hover:text-amber-600 transition-colors">Home</a>
<a href="about.html" class="text-amber-600 font-semibold">About</a>
<a href="services.html" class="text-blue-900 hover:text-amber-600 transition-colors">Services</a>
<a href="contact.html" class="text-blue-900 hover:text-amber-600 transition-colors">Contact</a>
</div>
<button class="md:hidden text-blue-900">
<i data-feather="menu"></i>
</button>
</div>
</div>
</nav>
<!-- Hero Section -->
<section class="hero-about flex items-center justify-center pt-20">
<div class="container mx-auto px-6 text-center">
<h1 class="text-4xl md:text-6xl font-bold text-white mb-6" data-aos="fade-up">
About Our Firm
</h1>
<p class="text-xl text-blue-100 max-w-3xl mx-auto" data-aos="fade-up" data-aos-delay="200">
Building trust through excellence, integrity, and unwavering commitment to our clients.
</p>
</div>
</section>
<!-- Our Story -->
<section class="py-20 bg-white">
<div class="container mx-auto px-6">
<div class="grid md:grid-cols-2 gap-12 items-center">
<div data-aos="fade-right">
<h2 class="text-4xl font-bold text-blue-900 mb-6">Our Story</h2>
<p class="text-lg text-gray-700 mb-6">
Founded in 1999, Justice Law Partners has been at the forefront of providing exceptional legal services to clients across various industries. Our journey began with a simple mission: to deliver personalized, effective legal solutions that make a real difference in our clients' lives.
</p>
<p class="text-lg text-gray-700 mb-6">
Over the past 25 years, we've grown from a small practice to a respected full-service law firm, but our core values remain unchanged. We believe in building lasting relationships based on trust, transparency, and outstanding results.
</p>
<div class="flex items-center space-x-4">
<div class="w-12 h-12 bg-amber-600 rounded-full flex items-center justify-center">
<i data-feather="award" class="text-white w-6 h-6"></i>
</div>
<span class="text-lg font-semibold text-blue-900">Award-Winning Legal Excellence</span>
</div>
</div>
<div data-aos="fade-left">
<img src="http://static.photos/legal/640x360/1" alt="Law firm office" class="rounded-xl shadow-2xl">
</div>
</div>
</div>
</section>
<!-- Values -->
<section class="py-20 bg-gray-50">
<div class="container mx-auto px-6">
<div class="text-center mb-16">
<h2 class="text-4xl font-bold text-blue-900 mb-4" data-aos="fade-up">Our Values</h2>
<p class="text-xl text-gray-600 max-w-2xl mx-auto" data-aos="fade-up" data-aos-delay="200">
The principles that guide everything we do
</p>
</div>
<div class="grid md:grid-cols-3 gap-8">
<div class="bg-white p-8 rounded-xl shadow-lg" data-aos="fade-up">
<div class="w-16 h-16 bg-blue-100 rounded-lg flex items-center justify-center mb-6">
<i data-feather="shield" class="text-blue-900 w-8 h-8"></i>
</div>
<h3 class="text-2xl font-bold text-blue-900 mb-4">Integrity</h3>
<p class="text-gray-600">We uphold the highest ethical standards in all our dealings, ensuring complete transparency and honesty with our clients.</p>
</div>
<div class="bg-white p-8 rounded-xl shadow-lg" data-aos="fade-up" data-aos-delay="200">
<div class="w-16 h-16 bg-blue-100 rounded-lg flex items-center justify-center mb-6">
<i data-feather="target" class="text-blue-900 w-8 h-8"></i>
</div>
<h3 class="text-2xl font-bold text-blue-900 mb-4">Excellence</h3>
<p class="text-gray-600">We strive for excellence in every aspect of our work, delivering superior results through meticulous preparation and execution.</p>
</div>
<div class="bg-white p-8 rounded-xl shadow-lg" data-aos="fade-up" data-aos-delay="400">
<div class="w-16 h-16 bg-blue-100 rounded-lg flex items-center justify-center mb-6">
<i data-feather="heart" class="text-blue-900 w-8 h-8"></i>
</div>
<h3 class="text-2xl font-bold text-blue-900 mb-4">Commitment</h3>
<p class="text-gray-600">We are deeply committed to our clients' success, providing dedicated service and personalized attention to every case.</p>
</div>
</div>
</div>
</section>
<!-- Team Section -->
<section class="py-20 bg-white">
<div class="container mx-auto px-6">
<div class="text-center mb-16">
<h2 class="text-4xl font-bold text-blue-900 mb-4" data-aos="fade-up">Meet Our Team</h2>
<p class="text-xl text-gray-600 max-w-2xl mx-auto" data-aos="fade-up" data-aos-delay="200">
Experienced legal professionals dedicated to your success
</p>
</div>
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Team Member 1 -->
<div class="bg-gray-50 rounded-xl overflow-hidden team-card transition-all duration-300" data-aos="fade-up">
<img src="http://static.photos/people/400x400/1" alt="Sarah Johnson" class="w-full h-64 object-cover">
<div class="p-6">
<h3 class="text-2xl font-bold text-blue-900 mb-2">Sarah Johnson</h3>
<p class="text-amber-600 font-semibold mb-4">Managing Partner</p>
<p class="text-gray-600 mb-4">Harvard Law School, 25 years experience in corporate law and litigation.</p>
<div class="flex space-x-3">
<a href="#" class="text-blue-900 hover:text-amber-600">
<i data-feather="linkedin" class="w-5 h-5"></i>
</a>
<a href="#" class="text-blue-900 hover:text-amber-600">
<i data-feather="mail" class="w-5 h-5"></i>
</a>
</div>
</div>
</div>
<!-- Team Member 2 -->
<div class="bg-gray-50 rounded-xl overflow-hidden team-card transition-all duration-300" data-aos="fade-up" data-aos-delay="200">
<img src="http://static.photos/people/400x400/2" alt="Michael Chen" class="w-full h-64 object-cover">
<div class="p-6">
<h3 class="text-2xl font-bold text-blue-900 mb-2">Michael Chen</h3>
<p class="text-amber-600 font-semibold mb-4">Senior Partner</p>
<p class="text-gray-600 mb-4">Yale Law School, specializes in real estate and property law with 20 years experience.</p>
<div class="flex space-x-3">
<a href="#" class="text-blue-900 hover:text-amber-600">
<i data-feather="linkedin" class="w-5 h-5"></i>
</a>
<a href="#" class="text-blue-900 hover:text-amber-600">
<i data-feather="mail" class="w-5 h-5"></i>
</a>
</div>
</div>
</div>
<!-- Team Member 3 -->
<div class="bg-gray-50 rounded-xl overflow-hidden team-card transition-all duration-300" data-aos="fade-up" data-aos-delay="400">
<img src="http://static.photos/people/400x400/3" alt="Emily Rodriguez" class="w-full h-64 object-cover">
<div class="p-6">
<h3 class="text-2xl font-bold text-blue-900 mb-2">Emily Rodriguez</h3>
<p class="text-amber-600 font-semibold mb-4">Partner</p>
<p class="text-gray-600 mb-4">Stanford Law School, expert in family law with 15 years of compassionate service.</p>
<div class="flex space-x-3">
<a href="#" class="text-blue-900 hover:text-amber-600">
<i data-feather="linkedin" class="w-5 h-5"></i>
</a>
<a href="#" class="text-blue-900 hover:text-amber-600">
<i data-feather="mail" class="w-5 h-5"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="py-20 bg-blue-900 text-white">
<div class="container mx-auto px-6 text-center">
<h2 class="text-4xl font-bold mb-6" data-aos="fade-up">Ready to Work With Us?</h2>
<p class="text-xl mb-8 max-w-2xl mx-auto" data-aos="fade-up" data-aos-delay="200">
Experience the difference that comes with working with a team that truly cares about your success.
</p>
<a href="index.html#contact" class="bg-amber-600 hover:bg-amber-700 text-white px-8 py-4 rounded-lg font-semibold transition-colors inline-block" data-aos="fade-up" data-aos-delay="400">
Get Started Today
</a>
</div>
</section>
<!-- Footer -->
<footer class="bg-blue-900 text-white py-12">
<div class="container mx-auto px-6">
<div class="grid md:grid-cols-4 gap-8">
<div>
<h3 class="text-2xl font-bold mb-4">Justice<span class="text-amber-600">Law</span></h3>
<p class="text-gray-300">Providing exceptional legal services with integrity and excellence.</p>
</div>
<div>
<h4 class="text-lg font-semibold mb-4">Quick Links</h4>
<ul class="space-y-2">
<li><a href="index.html" class="text-gray-300 hover:text-amber-600 transition-colors">Home</a></li>
<li><a href="about.html" class="text-amber-600">About</a></li>
<li><a href="services.html" class="text-gray-300 hover:text-amber-600 transition-colors">Services</a></li>
<li><a href="contact.html" class="text-gray-300 hover:text-amber-600 transition-colors">Contact</a></li>
</ul>
</div>
<div>
<h4 class="text-lg font-semibold mb-4">Contact Info</h4>
<div class="space-y-2 text-gray-300">
<p>123 Legal Avenue</p>
<p>New York, NY 10001</p>
<p>info@justicelaw.com</p>
<p>(555) 123-4567</p>
</div>
</div>
<div>
<h4 class="text-lg font-semibold mb-4">Follow Us</h4>
<div class="flex space-x-4">
<a href="#" class="text-gray-300 hover:text-amber-600 transition-colors">
<i data-feather="facebook" class="w-6 h-6"></i>
</a>
<a href="#" class="text-gray-300 hover:text-amber-600 transition-colors">
<i data-feather="twitter" class="w-6 h-6"></i>
</a>
<a href="#" class="text-gray-300 hover:text-amber-600 transition-colors">
<i data-feather="linkedin" class="w-6 h-6"></i>
</a>
</div>
</div>
</div>
<div class="border-t border-gray-700 mt-8 pt-8 text-center text-gray-300">
<p>© 2024 Justice Law Partners. All rights reserved.</p>
</div>
</div>
</footer>
<script>
AOS.init();
feather.replace();
</script>
</body>
</html>
|