PK

ADDRLIN : /home/questend/public_html/domains/ireneslegal.com/
FLL :
Current File : /home/questend/public_html/domains/ireneslegal.com/about.php

<!DOCTYPE html>
<html>
   <head>
      <title>Irenes legal | About</title>
      <meta charset="utf-8">
      <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <!-- seo tag -->
      <meta name="title" content="Irene’s Legal">
      <meta name="description" content="We are proud that the firm has been recognised for its commitment to diversity, equality and sustainability.">
      <meta name="keywords" content="Criminal, POCSO,IPR, Civil, Matrimonial, Property related disputes, Contract Drafting & Review, Media & Entertainment Laws, Authorship Agreements, Artist Agreements, Personality Rights, Copyrights, Virtual Office Agreements, Co-working Space Agreements, Loan Agreements, Lease Deeds, ">
      <meta name="robots" content="index, follow">
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      <meta name="language" content="English">

      <!-- og tage -->
      <meta property="og:title" content="Irene’s Legal" />
      <meta property="og:description" content="We are proud that the firm has been recognised for its commitment to diversity, equality and sustainability." />
      <link rel="stylesheet" type="text/css" href="assets/css/plugins.css">
      <link rel="stylesheet" type="text/css" href="assets/css/style.css">  
   </head>
   <body>
      <?php include_once'header.php';?>
      <div class="container-fluid bg-page-header" style="margin-bottom:90px;">
         <div class="container">
            <div class="d-flex flex-column align-items-center justify-content-center" style="min-height:400px">
               <h3 class="display-3 text-white text-uppercase">About</h3>
               <div class="d-inline-flex text-white">
                  <p class="m-0 text-uppercase"><a class="text-white" href="index.php">Home</a></p>
                  <i class="fa fa-angle-double-right pt-1 px-3"></i>
                  <p class="m-0 text-uppercase">About</p>
               </div>
            </div>
         </div>
      </div>            
      <div class="container-fluid py-5">
         <div class="container py-5">
            <div class="row">
               <div class="col-lg-6" style="min-height:500px;">
                  <div class="position-relative h-100 rounded overflow-hidden"><img src="assets/img/feature.jpg" alt="website template image" class="position-absolute w-100 h-100" style="object-fit:cover;"></div>
               </div>
               <div class="col-lg-6 pt-5 pb-lg-5">
                  <div class="feature-text bg-white rounded p-lg-5">                     
                     <h1 class="mb-4">About</h1>
                     <div class="d-flex mb-4">
                        <!-- <div class="btn-primary btn-lg-square px-3" style="border-radius:50px;">
                           <h5 class="text-secondary m-0">01</h5>
                        </div> -->
                        <div class="ml-4">                           
                           <p class="m-0 mb-4">Irene’s Legal, established in 2022 is a full-service law firm with the office in Delhi. We are well known for the quality of our services and client satisfaction. We are proud that the firm has been recognised for its commitment to diversity, equality and sustainability. In a very short span of time our state-of-the-art services have made us proud. We specialise in Criminal Laws, Civil Laws, Intellectual Property Laws. We are expert in dealing matters related to POCSO. We also specialise in Contract Drafting and Review for our clients in India and abroad. If you are looking for Mediation then we are a one stop solution for you. </p>
                           <p>Apart from the above mentioned services we also deal in Audit &amp; Assurance, Taxation, Corporate Law Compliances, Accounting and Business Support Services.</p>                           
                        </div>
                     </div>                   
                  </div>
               </div>
            </div>
         </div>
      </div>      
      <?php include_once'footer.php';?>

      <!-- modal -->
        <div class="modal fade bd-example-modal-lg" id="disclaimerModal" data-bs-backdrop="static" data-bs-keyboard="false" tabindex="-1" aria-labelledby="staticBackdropLabel" aria-hidden="true">
          <div class="modal-dialog modal-lg" role="document">
            <div class="modal-content">
              <div class="modal-header">
                <h5 class="modal-title">Disclaimer</h5>
                <!-- <button type="button" class="close" data-dismiss="modal" aria-label="Close">
                  <span aria-hidden="true">&times;</span>
                </button> -->
              </div>
              <div class="modal-body">
                <p>The Bar Council of India does not permit advertisement or solicitation by advocates in
                  any form or manner. By accessing this website,  www.ireneslegal.in, you acknowledge
                  and confirm that:</p>
                  <ul>
                    <li>You are seeking information relating to Irene’s Legal of your own accord and that there has been no form of solicitation, advertisement or inducement by Irene’s Legal or its members.</li>
                    <li>The content of this website is for informational purposes only and should not be interpreted as soliciting or advertisement.</li>
                    <li>No material/information provided on this website should be construed as legal advice.</li>
                    <li>Any information obtained or downloaded by the user from our website does not lead to the creation of the client – attorney relationship between the Firm and the user</li>
                    <li>Irene’s Legal shall not be liable for consequences of any action taken by relying on the material/information provided on this website</li>
                    <li>You acknowledge that your information will be used in accordance with Privacy Policy and Terms Of Use.</li>
                  </ul>
              </div>
              <div class="modal-footer">
                <button type="button" class="btn btn-primary" data-dismiss="modal" aria-label="Close">I Agree</button>
                <button type="button" class="btn btn-secondary" data-dismiss="modal" disabled>I Disagree</button>
              </div>
            </div>
          </div>
        </div>

      <!-- end modal -->
      <a href="javascript:void(0)" class="btn btn-primary px-3 back-to-top"><i class="fa fa-angle-double-up"></i></a>
      <script src="assets/js/jquery.min.js"></script>
      <script src="assets/js/bootstrap.bundle.min.js"></script>
      <script src="assets/js/easing.min.js"></script>
      <script src="assets/js/waypoints.min.js"></script>
      <script src="assets/js/owl.carousel.min.js"></script>
      <script src="assets/js/moment.min.js"></script>
      <script src="assets/js/moment-timezone.min.js"></script>
      <script src="assets/js/tempusdominus-bootstrap-4.min.js"></script>
      <script src="assets/js/main.js"></script>
      
      <!-- <script type="text/javascript">
         setTimeout(function () {
            $('#disclaimerModal').modal('show');
         }, 1000); //30 seconds
         
         $('#disclaimerModal').modal({backdrop: 'static', keyboard: false})  
      </script> -->
   </body>
</html>


PK 99
E-SHOP || DASHBOARD
404

Page Not Found

It looks like you found a glitch in the matrix...

← Back to Home