-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.php
More file actions
51 lines (42 loc) · 2.45 KB
/
Copy pathabout.php
File metadata and controls
51 lines (42 loc) · 2.45 KB
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
<?php
include 'header.php';
?>
<!-- About Start -->
<div class="about">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-5 col-md-6">
<div class="about-img">
<img src="img/about.jpg" alt="Image">
</div>
</div>
<div class="col-lg-7 col-md-6">
<div class="section-header">
<h2>About Us</h2>
</div>
<div class="about-text">
<p class="text-justify">
Welcome to our website, where justice meets expertise. We are a dedicated team of legal professionals committed to providing you with exceptional legal representation. With years of experience in various areas of the law, our attorneys are well-equipped to handle your legal needs, no matter how complex they may be. Our passion for the law drives us to go above and beyond in advocating for your rights and interests. We believe that every client deserves personalized attention and a tailored legal strategy. We take the time to understand your unique situation, offering clear guidance and support throughout the legal process. Whether you need assistance with estate planning, or require a skilled defense in a criminal case, we are here to stand by your side and provide you with the legal expertise you deserve. Thank you for considering us as your legal partners; we look forward to serving you with dedication and integrity.
</p>
</div>
</div>
</div>
</div>
</div>
<!-- About End -->
<!-- Newsletter Start -->
<div class="newsletter">
<div class="container">
<div class="section-header">
<h2>Subscribe Our Newsletter</h2>
</div>
<div class="form">
<input class="form-control" placeholder="Email here">
<button class="btn">Submit</button>
</div>
</div>
</div>
<!-- Newsletter End -->
<?php
include 'footer.php';
?>