-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
611 lines (353 loc) · 21.6 KB
/
index.html
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
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Legit Law</title>
<link rel="stylesheet" href="/style.css">
<script defer type="module" src="/main.js"></script>
<!-- for font -->
<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=Montserrat:wght@400;600&display=swap" rel="stylesheet">
<!-- Favicon Start -->
<link rel="icon" type="image/png" href="/favicon/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/favicon/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/ico" href="/assets/favicon.ico">
<!-- Apple Touch Icon -->
<link rel="apple-touch-icon" href="/favicon/apple-touch-icon.png">
<!-- Android Chrome Icons -->
<link rel="icon" type="image/png" sizes="192x192" href="/favicon/android-chrome-192x192.png">
<link rel="icon" type="image/png" sizes="512x512" href="/favicon/android-chrome-512x512.png">
<!-- Favicon End -->
<!-- Chat Option -->
<script>(function (w, d) { w.CollectId = "648a035e94ae2b59a69d50fd"; var h = d.head || d.getElementsByTagName("head")[0]; var s = d.createElement("script"); s.setAttribute("type", "text/javascript"); s.async = true; s.setAttribute("src", "https://collectcdn.com/launcher.js"); h.appendChild(s); })(window, document);</script>
</head>
<!-- to create parallex effect -->
<!-- <body class=" relative bg-cover bg-center bg-fixed "
style=" background-image: url('images/img9.jpg'); height: 100vh;"> -->
<body class=" bg-cover bg-center bg-fixed bg-no-repeat bg-image1 md:bg-image2">
<!-- Header -->
<div id="header-placeholder"></div>
<!-- Hero Start From here ---------------------------------------------------------------------------------------------------------->
<!-- <section id="Home" class="relative bg-cover bg-center bg-fixed"> -->
<section id="Home" class="relative h-screen ">
<div class="relative w-full h-full">
<video class="hidden md:block w-full h-full object-cover" autoplay loop muted playsinline>
<source src="/assets/videos/hero-bg.mp4" type="video/mp4">
</video>
<img class="md:hidden w-full h-full object-cover" src="/assets/images/bg-image-1.jpg" alt="">
<div class="absolute inset-0 bg-black opacity-50"></div>
<div class="absolute inset-0 flex flex-col items-center justify-center">
<h1 class="text-4xl md:text-6xl text-white font-extrabold
font-Montserrat mb-4 text-center">Welcome to Legit Law</h1>
<p class="text-xl md:text-3xl text-white font-Montserrat font-bold text-center">Your Trusted Legal
Assistance</p>
<!-- <p class="text-xl text-white font-Montserrat font-medium">Find the Right Lawyer for Your Legal Needs.</p> -->
<div class="mt-4 md:mt-8">
<a href="/contact.html"
class="inline-block rounded-lg bg-white px-6 py-3 text-base md:text-lg font-Montserrat font-bold text-gray-950 transition hover:bg-gray-700 hover:text-white hover:duration-500 focus:outline-none focus:ring focus:ring-gray-950">
Contact Us Today
</a>
</div>
</div>
</div>
</section>
<!-- Hero End here ------------------------------------------------------------------------------------------------------------>
<!-- Who we are Start -->
<!-- Container -->
<div class=" container mb-1 px-5 my-24 mx-auto md:px-6">
<!-- for bg black color -->
<!-- <div
class="absolute top-[400px] left-0 w-full h-[4900px] sm:h-[4000px] md:h-[3908px] lg:h-[2600px] xl:h-[2961px] bg-black bg-opacity-70 z-[-1]">
</div> -->
<div class="fixed inset-0 bg-black bg-opacity-70 z-[-1]"></div>
<!-- <h1 class="sm:text-3xl text-center px-5 py-24 text-2xl font-medium title-font mb-4 text-gray-900">Who we are </h1> -->
<!-- Section: Design Block -->
<section class=" mb-0 ">
<div class=" flex flex-wrap">
<div class=" mb-12 w-full shrink-0 grow-0 basis-auto lg:mb-0 lg:w-5/12">
<div class=" flex lg:py-12">
<!-- <img src="https://mdbcdn.b-cdn.net/img/new/standard/people/033.jpg"
class="w-full rounded-lg shadow-lg dark:shadow-black/20 lg:ml-[50px] z-[10]" alt="image" /> -->
<video id="videoPlayer"
class=" w-full h-full rounded-lg shadow-xl dark:shadow-gray-800/40 lg:ml-[50px] z-[10]" controls>
<source src="/assets/videos/legit-law-Intro.mp4" type="video/mp4">
</video>
</div>
</div>
<div class="w-full shrink-0 grow-0 basis-auto lg:w-7/12 ">
<div
class=" flex font-Montserrat shadow-2xl dark:shadow-black/50 h-full items-center rounded-lg bg-white p-4 text-left md:text-center text-white lg:pl-12 lg:text-left">
<div class=" lg:pl-12 text-black">
<h2
class="mb-6 text-2xl md:text-3xl lg:text-4xl font-bold text-center md:text-left text-white bg-gray-700 rounded-lg p-4 md:p-6">
Who we are
</h2>
<p class="text-gray-950 font-medium text-sm md:text-base text-justify mb-6 pb-2 lg:pb-0">
Legit Law simplifies finding reliable legal representation by connecting clients with top-tier lawyers
across various fields of law. We offer personalized and expert services for everyday legal matters and
complex cases. Trust, transparency, and integrity are at the core of our commitment to providing the
highest quality legal assistance for individuals and businesses.
</p>
<div class="flex justify-center md:justify-normal">
<a href="/about.html">
<button type=" button"
class="rounded-full border-2 border-black px-7 pb-2.5 pt-3 text-xs lg:text-sm font-semibold uppercase leading-normal text-gray-950 transition duration-150 ease-in-out hover:border-black hover:bg-gray-700 hover:bg-opacity-100 hover:text-white focus:border-black focus:text-black focus:outline-none focus:ring-0 active:border-neutral-200 active:text-white"
data-te-ripple-init data-te-ripple-color="light">
know more
</button>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Section: Design Block -->
</div>
<!-- Container -->
<!-- Who we are end here ----------------------------------------------------------------------------------------------- -->
<!-- Services Section Start ----------------------------------------------------------------------------------------------------------->
<!-- give bg color if you dont want transparent bg -->
<section id="Services" class=" text-gray-600 body-font ">
<div class="container pt-32 px-5 py-20 mx-auto">
<div class="flex flex-col text-center w-full mb-10 bg-white rounded-lg p-4 font-Montserrat ">
<h1
class="md:text-3xl text-2xl lg:text-4xl font-bold title-font lg:mb-4 text-white bg-gray-700 rounded-lg p-4 md:p-6 ">
Legal
Services</h1>
<!-- <p class="hidden lg:block lg:w-2/3 mx-auto leading-relaxed text-base font-semibold font-Montserrat"> -->
<p class="hidden lg:block text-gray-950 lg:w-2/3 mx-auto leading-relaxed text-lg font-medium "> Our
comprehensive range of services, is designed to meet your specific requirements.
<!-- Trust our experienced team to provide professional guidance and support across different areas of law.</p> -->
</div>
<div class="flex flex-wrap -m-2 text-center font-Montserrat">
<!-- card 1 start -->
<div class="p-2 lg:w-1/3 md:w-1/2 w-full ">
<div
class="h-full flex items-center bg-white border-gray-200 border p-4 md:p-6 rounded-lg shadow-md hover:bg-gray-700 group duration-500">
<!-- <img alt="team" class="w-16 h-16 bg-gray-100 object-cover object-center flex-shrink-0 rounded-full mr-4" src="https://dummyimage.com/80x80"> -->
<div class="flex-grow">
<h2
class="text-white text-lg md:text-2xl title-font font-semibold group-hover:text-gray-950 mb-4 bg-gray-700 rounded-lg p-3 md:p-4 group-hover:bg-white">
Family Law</h2>
<p class="text-gray-950 text-center group-hover:text-white font-medium text-sm md:text-base "> Assisting
clients with legal matters
related to divorce, child custody, adoption, prenuptial agreements and other family-related issues.
</p>
</div>
</div>
</div>
<!-- card 1 end -->
<div class="p-2 lg:w-1/3 md:w-1/2 w-full">
<div
class="h-full flex items-center bg-white border-gray-200 border p-4 md:p-6 rounded-lg hover:bg-gray-700 group duration-500">
<!-- <img alt="team" class="w-16 h-16 bg-gray-100 object-cover object-center flex-shrink-0 rounded-full mr-4" src="https://dummyimage.com/84x84"> -->
<div class="flex-grow">
<h2 class=" text-white bg-gray-700 group-hover:text-gray-950 rounded-lg p-3 md:p-4 group-hover:bg-white
title-font font-semibold text-lg md:text-2xl mb-4 ">Criminal Law</h2>
<p class="text-gray-950 text-center font-medium text-sm md:text-base group-hover:text-white ">Legal
representation for individuals facing criminal charges,including defense in trials,plea negotiations and
handling criminal appeals.
</p>
</div>
</div>
</div>
<!-- card 2 end -->
<div class="p-2 lg:w-1/3 md:w-1/2 w-full">
<div
class="h-full flex items-center bg-white border-gray-200 border p-4 md:p-6 rounded-lg hover:bg-gray-700 group duration-500">
<!-- <img alt="team" class="w-16 h-16 bg-gray-100 object-cover object-center flex-shrink-0 rounded-full mr-4" src="https://dummyimage.com/88x88"> -->
<div class="flex-grow">
<h2 class=" text-white bg-gray-700 group-hover:text-gray-950 rounded-lg p-3 md:p-4 group-hover:bg-white
title-font font-semibold text-lg md:text-2xl mb-4">Civil Litigation</h2>
<p class="text-gray-950 text-center font-medium text-sm md:text-base group-hover:text-white ">
Representing clients in legal disputes
and lawsuits in civil matters, such as contract disputes, personal injury claims, and property disputes.
</p>
</div>
</div>
</div>
<!-- card 3 end -->
<div class="p-2 lg:w-1/3 md:w-1/2 w-full">
<div
class="bg-white h-full flex items-center border-gray-200 border p-4 md:p-6 rounded-lg hover:bg-gray-700 group duration-500">
<!-- <img alt="team" class="w-16 h-16 bg-gray-100 object-cover object-center flex-shrink-0 rounded-full mr-4" src="https://dummyimage.com/90x90"> -->
<div class="flex-grow">
<h2 class=" text-white bg-gray-700 group-hover:text-gray-950 rounded-lg p-3 md:p-4 group-hover:bg-white
title-font font-semibold text-lg md:text-2xl mb-4 ">Corporate Law</h2>
<p class="text-gray-950 text-center font-medium text-sm md:text-base group-hover:text-white "> Legal
services related to business
formation, contracts, mergers and acquisitions, corporate governance,intellectual property and
compliance.
</p>
</div>
</div>
</div>
<!-- card 4 end -->
<div class="p-2 lg:w-1/3 md:w-1/2 w-full">
<div
class="bg-white h-full flex items-center border-gray-200 border p-4 md:p-6 rounded-lg hover:bg-gray-700 group duration-500">
<!-- <img alt="team" class="w-16 h-16 bg-gray-100 object-cover object-center flex-shrink-0 rounded-full mr-4" src="https://dummyimage.com/94x94"> -->
<div class="flex-grow">
<h2 class=" text-white bg-gray-700 group-hover:text-gray-950 rounded-lg p-3 md:p-4 group-hover:bg-white
title-font font-semibold text-lg md:text-2xl mb-4">Real Estate Law</h2>
<p class="text-gray-950 text-center font-medium text-sm md:text-base group-hover:text-white "> Handling
legal matters related to real
estate transactions, property disputes, landlord-tenant issues, zoning regulations, and property
development.
</p>
</div>
</div>
</div>
<!-- card 5 end -->
<div class="p-2 lg:w-1/3 md:w-1/2 w-full">
<div
class="bg-white h-full flex items-center border-gray-200 border p-4 md:p-6 rounded-lg hover:bg-gray-700 group duration-500 ">
<!-- <img alt="team" class="w-16 h-16 bg-gray-100 object-cover object-center flex-shrink-0 rounded-full mr-4" src="https://dummyimage.com/98x98"> -->
<div class="flex-grow">
<h2 class="text-white bg-gray-700 group-hover:text-gray-950 rounded-lg p-3 md:p-4 group-hover:bg-white
title-font font-semibold text-lg md:text-2xl mb-4">Employment Law</h2>
<p class="text-gray-950 text-center font-medium text-sm md:text-base group-hover:text-white ">Advising
clients on employment-related
matters, including workplace discrimination, wrongful termination, labor laws, and employee contracts.
</p>
</div>
</div>
</div>
<!-- card 6 end -->
<div class="p-2 lg:w-1/3 md:w-1/2 w-full">
<div
class="bg-white h-full flex items-center border-gray-200 border p-4 md:p-6 rounded-lg hover:bg-gray-700 group duration-500">
<!-- <img alt="team" class="w-16 h-16 bg-gray-100 object-cover object-center flex-shrink-0 rounded-full mr-4" src="https://dummyimage.com/100x90"> -->
<div class="flex-grow">
<h2 class=" text-white bg-gray-700 group-hover:text-gray-950 rounded-lg p-3 md:p-4 group-hover:bg-white
title-font font-semibold text-lg md:text-2xl mb-4">Intellectual Property Law</h2>
<p class="text-gray-950 text-center font-medium text-sm md:text-base group-hover:text-white ">Assistance
with protecting and managing
intellectual property rights, including trademarks, copyrights, patents, and trade secrets.
</p>
</div>
</div>
</div>
<!-- card 7 end -->
<div class="p-2 lg:w-1/3 md:w-1/2 w-full">
<div
class="bg-white h-full flex items-center border-gray-200 border p-4 md:p-6 rounded-lg hover:bg-gray-700 group duration-500">
<!-- <img alt="team" class="w-16 h-16 bg-gray-100 object-cover object-center flex-shrink-0 rounded-full mr-4" src="https://dummyimage.com/104x94"> -->
<div class="flex-grow">
<h2 class=" text-white bg-gray-700 group-hover:text-gray-950 rounded-lg p-3 md:p-4 group-hover:bg-white
title-font font-semibold text-lg md:text-2xl mb-4">Immigration Law</h2>
<p class="text-gray-950 text-center font-medium text-sm md:text-base group-hover:text-white "> Providing
legal services related to
immigration matters, such as visa applications, citizenship, deportation defense, and asylum
applications.
</p>
</div>
</div>
</div>
<!-- card 8 end -->
<div class="p-2 lg:w-1/3 md:w-1/2 w-full">
<div
class="bg-white h-full flex items-center border-gray-200 border p-4 md:p-6 rounded-lg hover:bg-gray-700 group duration-500">
<!-- <img alt="team" class="w-16 h-16 bg-gray-100 object-cover object-center flex-shrink-0 rounded-full mr-4" src="https://dummyimage.com/108x98"> -->
<div class="flex-grow">
<h2 class=" text-white bg-gray-700 group-hover:text-gray-950 rounded-lg p-3 md:p-4 group-hover:bg-white
title-font font-semibold text-lg md:text-2xl mb-4 ">Legal Documentation</h2>
<p class="text-gray-950 text-center font-medium text-sm md:text-base group-hover:text-white ">Creating
accurate and customized legal
documents,such as contracts and agreements,so you can concentrate on your legal matters with confidence.
</p>
</div>
</div>
</div>
<!-- card 9 end -->
</div>
</div>
</section>
<!-- Services Section End Here ---------------------------------------------------------------------------------------------- -->
<!--
Why us section start---------------------------------------------------------------------------------------->
<!-- <section class="bg-white dark:bg-gray-900"> -->
<section id="Whyus" class=" ">
<div class="font-Montserrat container px-6 py-10 mx-auto">
<div class="lg:flex lg:items-center ">
<div class="w-full space-y-[1.6rem] lg:w-1/2 bg-white rounded-lg p-4 ">
<div>
<h1
class="text-2xl font-bold text-white text-center capitalize md:text-3xl lg:text-4xl bg-gray-700 rounded-lg p-4 md:p-6">
Why
Choose <br> Legit Law</h1>
<!-- <div class="mt-2">
to draw colorful underline
<span class="inline-block w-full h-1 bg-blue-500 rounded-full "></span>
<span class="inline-block w-3 h-1 ml-1 bg-blue-500 rounded-full"></span>
<span class="inline-block w-1 h-1 ml-1 bg-blue-500 rounded-full"></span>
</div> -->
</div>
<!-- 1st Heading -->
<div class="md:flex md:items-start md:-mx-4 ">
<!-- <span class="hidden md:inline-block p-2 rounded-xl md:mx-4 ">
<img src="/images/gavel-1.svg" alt="Gavel Icon" class=" w-32 h-auto object-contain bg-white" />
</span> -->
<div class="mt-4 md:mx-4 md:mt-0 bg-white group duration-500 hover:bg-gray-700 rounded-lg p-4 ">
<h1
class="text-xl md:text-2xl text-center font-semibold text-white capitalize rounded-lg p-2 md:p-4 group-hover:bg-white bg-gray-700 group-hover:text-gray-950">
Comprehensive Services</h1>
<p
class="mt-3 text-center md:text-justify text-gray-950 font-medium group-hover:text-white text-sm md:text-base ">
Legit Law offers a wide range of comprehensive legal services, catering to all your legal needs under
one roof. Our team of experts is providing efficient and effective solutions tailored to your
requirements.
</p>
</div>
</div>
<!-- 2nd Heading -->
<div class="md:flex md:items-start md:-mx-4">
<!-- <span class="hidden md:inline-block p-2 rounded-xl md:mx-4 ">
<img src="/images/handshake-2.svg" alt="Handshake Icon" class=" w-32 h-auto object-contain" />
</span> -->
<div class="mt-4 md:mx-4 md:mt-0 bg-white group duration-500 hover:bg-gray-700 rounded-lg p-4 ">
<h1
class="text-xl md:text-2xl font-semibold text-white capitalize text-center rounded-lg p-2 md:p-4 group-hover:bg-white bg-gray-700 group-hover:text-gray-950">
Trusted Legal Partners</h1>
<p
class="mt-3 text-center md:text-justify text-gray-950 font-medium group-hover:text-white text-sm md:text-base ">
Our network of trusted lawyers guarantees top-tier representation. With our experienced
professionals,your legal matters are in capable hands, ensuring the best outcomes for you.
</p>
</div>
</div>
<!-- 3rd Heading -->
<div class="md:flex md:items-start md:-mx-4">
<!-- <span class="hidden md:inline-block p-2 rounded-xl md:mx-4 ">
<img src="/images/customer4.svg" alt="Client Icon" class=" w-32 h-auto object-contain" />
</span> -->
<div class="mt-4 md:mx-4 md:mt-0 bg-white group duration-500 hover:bg-gray-700 rounded-lg p-4 ">
<h1
class="text-xl md:text-2xl font-semibold text-white capitalize text-center rounded-lg p-2 md:p-4 group-hover:bg-white bg-gray-700 group-hover:text-gray-950">
Client-Centric Approach</h1>
<p
class="mt-3 text-center md:text-justify text-gray-950 font-medium group-hover:text-white text-sm md:text-base ">
At Legit Law, Our client-centric approach means that we are committed to providing personalized
attention, clear communication, and proactive guidance throughout your legal journey.
</p>
</div>
</div>
</div>
<div class="hidden lg:flex lg:items-center lg:w-1/2 lg:justify-center">
<img class="w-[30rem] h-[30rem] object-cover xl:w-[30rem] xl:h-[30rem] rounded-2xl" src="/assets/images/handshake-img.jpg"
alt="">
</div>
</div>
<!-- <hr class="my-12 border-gray-200 dark:border-gray-700"> -->
</div>
</div>
</section>
<!-- Why us section end -->
<!-- Foootar -->
<div id="footer-placeholder"></div>
</body>
</html>