PK

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

<?php
    $statusMsg = "";
    if(isset($_POST['btnAppointment'])){        
        $name = !empty($_POST['name'])?trim($_POST['name']):"";
        $email = !empty($_POST['email'])?trim($_POST['email']):"";
        $date = !empty($_POST['date'])?trim($_POST['date']):"";
        $time = !empty($_POST['time'])?trim($_POST['time']):"";       
      
      if(!empty($email)){        
        $contactmail='<table cellpadding="0" cellspacing="0" style="width:600px; margin:0px auto; color:#7b7b7c; vertical-align:middle; font-family:Arial, Helvetica, sans-serif; font-size:16px;">
          <tr>
            <td style="text-align:center;"><a href="https://ireneslegal.com/"><img src="https://ireneslegal.com/assets/img/Irene-legal-logo.jpg" /></a></td>
          </tr>
          <tr>
            <td>&nbsp;</td>
          </tr>
          <tr>
            <td style="color:#333;"><strong>Hi, Admin</strong></td>
          </tr>
          <tr>
            <td>&nbsp;</td>
          </tr>
          <tr>
            <td>You have been received a query.</td>
          </tr>
          </table>
          <table cellpadding="0" cellspacing="0" style="width:600px; margin:0px auto; color:#7b7b7c; vertical-align:top; font-family:Arial, Helvetica, sans-serif; font-size:14px; line-height:22px;">
          <tr>
            <td>&nbsp;</td>
          </tr>
          <tr>
            <td style="color:#333;" colspan="3"><strong>Contact Details</strong></td>
          </tr>
          <tr>
            <td>&nbsp;</td>
          </tr>
            <tr>
              <td width="200px;">Name</td>
              <td width="20px;">:</td>
              <td width="380px;">'.$name.'</td>
            </tr>
            <tr>
              <td width="200px;">Email Address</td>
              <td width="20px;">:</td>
              <td width="380px;">'.$email.'</td>
            </tr>
            <tr>
              <td width="200px;">Date </td>
              <td width="20px;">:</td>
              <td width="380px;">'.$date.'</td>
            </tr>            
            <tr>
              <td width="200px;">Time</td>
              <td width="20px;">:</td>
              <td width="380px;"><p>'.$time.'</p></td>
            </tr>      
          </table>';
          //print_r($contactmail); exit;
          
          $to_email = 'vinay@gmail.com';
          $subject_mail = 'Irene’s Legal Appointment Enquiry';  
         // To send HTML mail, the Content-type header must be set
      
         $headers[] = 'MIME-Version: 1.0';
         $headers[] = 'Content-type: text/html; charset=iso-8859-1';

         // Additional headers
         
         $headers[] = 'From: Irene’s Legal <info@ireneslegal.com>';
         //$headers[] = 'Cc: udilip1511@gmail.com';

         // Mail it
         $sendmail = mail($to_email, $subject_mail, $contactmail, implode("\r\n", $headers));
            
            if ($sendmail == true) {
                $statusMsg = "Massege succesfully sent!";
            }else {
                $statusMsg = "Massege not sent! Try again later.";
            }
      }
      // Mail it        
    }    
?>
<!DOCTYPE html>
<html>
   <head>
      <title>Irenes legal</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">     
      <style type="text/css">
         .error {color: red;}
      </style>
   </head>
   <body>
      <?php include_once'header.php';?>
      <div class="container-fluid p-0 mb-5 pb-5">
         <div id="header-carousel" class="carousel slide carousel-fade" data-ride="carousel">
            <div class="carousel-inner">
               <div class="carousel-item position-relative active" style="height:100vh; min-height:400px;">
                  <img src="assets/img/carousel-1.jpg" alt="website template image" class="position-absolute w-100 h-100" style="object-fit:cover;">
                  <div class="carousel-caption d-flex flex-column align-items-center justify-content-center">
                     <div class="p-3" style="max-width:900px;">
                        <h4 class="text-white text-uppercase mb-4" style="letter-spacing:3px;">Best Law Agency</h4>
                        <h3 class="display-2 text-capitalize text-white mb-4">Our fighting Is for your justice</h3>
                        <a class="btn btn-primary py-3 px-5 mt-2" href="#">Get An Appointment</a>
                     </div>
                  </div>
               </div>
               <div class="carousel-item position-relative" style="height:100vh; min-height:400px;">
                  <img src="assets/img/carousel-2.jpg" alt="website template image" class="position-absolute w-100 h-100" style="object-fit:cover;">
                  <div class="carousel-caption d-flex flex-column align-items-center justify-content-center">
                     <div class="p-3" style="max-width:900px;">
                        <h4 class="text-white text-uppercase mb-4" style="letter-spacing:3px;">Results You Deserve</h4>
                        <h3 class="display-2 text-capitalize text-white mb-4">We prepared to oppose for you</h3>
                        <a class="btn btn-primary py-3 px-5 mt-2" href="#">Call Us Now</a>
                     </div>
                  </div>
               </div>
            </div>
            <a class="carousel-control-prev" href="#header-carousel" data-slide="prev">
               <div class="btn btn-lg btn-secondary btn-lg-square"><span class="carousel-control-prev-icon"></span></div>
            </a>
            <a class="carousel-control-next" href="#header-carousel" data-slide="next">
               <div class="btn btn-lg btn-secondary btn-lg-square"><span class="carousel-control-next-icon"></span></div>
            </a>
         </div>
      </div>
      <div class="container-fluid py-5">
         <div class="container py-5">
            <div class="row">
               <div class="col-lg-5"><img class="img-fluid rounded" src="assets/img/about.jpg" alt="website template image"></div>
               <div class="col-lg-7 mt-4 mt-lg-0">
                  <h2 class="position-relative text-center bg-white text-primary rounded p-3 mt-4 mb-4 d-none d-lg-block" style="width:350px;margin-left: -205px;">Neha Irene Saluja</h2>
                  <h6 class="text-uppercase">Message from the Founder</h6>
                  <h1 class="mb-4">You are Welcome!</h1>
                  <p>At Irene’s Legal, we strive for excellence. With our state-of-the-art services and our unbeatable team, we
                      are dedicated towards the wellness of our clients. We have passion towards our work and our ability to
                      handle and balance the unforeseen circumstances make us distinctive. Our team of experienced
                      professionals have the ability to plan and help our clients to achieve best results. I am indebted for the
                      dedication of our team.</p>
               </div>
            </div>
         </div>
      </div>
      <div class="container-fluid py-5" id="PracticeAreas">
         <div class="container py-5">
            <div class="text-center pb-2">
               <h6 class="text-uppercase">Our Practice</h6>
               <h1 class="mb-4">Our Practice Areas</h1>
            </div>
            <div class="row">               
               <div class="col-lg-12 pt-5 pt-lg-0">
                  <div class="bg-primary rounded" style="height:200px;"></div>
                  <div class="owl-carousel service-carousel position-relative" style="margin-top:-100px;padding:0 30px;">
                     <a href="our-practice-area.php">
                        <div class="d-flex flex-column align-items-center text-center bg-white rounded pt-4">
                           <div class="icon-box bg-secondary text-white mt-2 mb-4"><i class="fa fa-2x fa-landmark"></i></div>
                           <h5 class="mb-4 px-4">Criminal</h5>
                        </div>
                     </a>
                     <a href="our-practice-area.php">
                        <div class="d-flex flex-column align-items-center text-center bg-white rounded pt-4">
                           <div class="icon-box bg-secondary text-white mt-2 mb-4"><i class="fa fa-2x fa-users"></i></div>
                           <h5 class="mb-4 px-4">IPR</h5>
                        </div>
                     </a>
                     <a href="our-practice-area.php">
                        <div class="d-flex flex-column align-items-center text-center bg-white rounded pt-4">
                           <div class="icon-box bg-secondary text-white mt-2 mb-4"><i class="fa fa-2x fa-hand-holding-usd"></i></div>
                           <h5 class="mb-4 px-4">Civil</h5>
                        </div>
                     </a>
                     <a href="our-practice-area.php">
                        <div class="d-flex flex-column align-items-center text-center bg-white rounded pt-4">
                           <div class="icon-box bg-secondary text-white mt-2 mb-4"><i class="fa fa-2x fa-hand-holding-usd"></i></div>
                           <h5 class="mb-4 px-4">Commercial</h5>                        
                        </div>
                     </a>
                     <a href="our-practice-area.php">
                        <div class="d-flex flex-column align-items-center text-center bg-white rounded pt-4">
                           <div class="icon-box bg-secondary text-white mt-2 mb-4"><i class="fa fa-2x fa-gavel"></i></div>
                           <h5 class="mb-4 px-4">Contract Drafting & Review</h5>
                        </div>
                     </a>
                     <a href="our-practice-area.php">
                        <div class="d-flex flex-column align-items-center text-center bg-white rounded pt-4">
                           <div class="icon-box bg-secondary text-white mt-2 mb-4"><i class="fa fa-2x fa-gavel"></i></div>
                           <h5 class="mb-4 px-4">Media & Entertainment Laws</h5>
                        </div>
                     </a>
                  </div>
               </div>
            </div>
         </div>
      </div>
      <div class="container-fluid py-5">
         <div class="container py-5">
            <div class="bg-appointment rounded">
               <div class="row h-100 align-items-center justify-content-center">
                  <div class="col-lg-6 py-5">
                     <div class="rounded p-5 my-5" style="background:rgba(55, 55, 63, .7);">
                        <h1 class="text-center text-white mb-4">Get An Appointment</h1>
                        <form action="" method="post" id="getAppointment">
                           <div class="form-group">
                              <input type="text" class="form-control border-0 p-4" name="name" id="name" placeholder="Your Name" required>
                           </div>
                           <div class="form-group">
                              <input type="email" class="form-control border-0 p-4" name="email" id="email" placeholder="Your Email" required>
                           </div>
                           <div class="form-row">
                              <div class="col-6">
                                 <div class="form-group">
                                    <div class="date" data-target-input="nearest">
                                       <input type="text" class="form-control border-0 p-4 datetimepicker-input" placeholder="Select Date" data-target="#date" data-toggle="datetimepicker" id="date"  name="date">
                                    </div>
                                 </div>
                              </div>
                              <div class="col-6">
                                 <div class="form-group">
                                    <div class="time" data-target-input="nearest">
                                       <input type="text" class="form-control border-0 p-4 datetimepicker-input" placeholder="Select Time" data-target="#time" data-toggle="datetimepicker" name="time" id="time">
                                    </div>
                                 </div>
                              </div>
                           </div>
                           <!-- <div class="form-group">
                              <select class="custom-select border-0 px-4" style="height:47px;">
                                 <option selected>Select A Service</option>
                                 <option value="1">Service 1</option>
                                 <option value="2">Service 1</option>
                                 <option value="3">Service 1</option>
                              </select>
                           </div> -->
                           <div>
                              <button class="btn btn-primary btn-block border-0 py-3" type="submit" name="btnAppointment" id="btnAppointment">Get An Appointment</button>
                           </div>
                        </form>
                        <?php if (!empty($statusMsg)) { ?>
                           <p><?=$statusMsg;?></p>
                        <?php } ?>
                     </div>
                  </div>
               </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 Us</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>
                           <a class="btn btn-primary py-3 px-5 mt-2" href="about.php">Read more</a>
                        </div>
                     </div>                   
                  </div>
               </div>
            </div>
         </div>
      </div>
      <div class="container-fluid py-5">
         <div class="container py-5">
            <div class="bg-action rounded" style="height:500px;">
               <div class="row h-100 align-items-center justify-content-center">
                  <div class="col-lg-7 text-center">
                     <h1 class="text-white mb-4">Let's get started. Call us now for a Free Consultation</h1>
                     <a class="btn btn-primary py-3 px-5 mt-2" href="#">Call Us Now</a>
                  </div>
               </div>
            </div>
         </div>
      </div>
      <div class="container-fluid py-5" id="ourTeam">
         <div class="container py-5">
            <div class="text-center pb-2">
               <h6 class="text-uppercase">Our Teams</h6>
               <h1 class="mb-4">Meet Our Teams</h1>
            </div>
            <div class="row">
               <div class="col-12">
                  <div class="bg-primary rounded" style="height:200px;"></div>
                  <div class="owl-carousel team-carousel position-relative" style="margin-top:-97px;padding:0 30px;">
                     <div class="team-item text-center bg-white rounded overflow-hidden pt-4">
                        <a href="our-team.php">
                           <h5 class="mb-2 px-4">Momin Fazal</h5>
                           <p class="mb-3 px-4">Practice Area</p>
                           <div class="team-img position-relative">
                              <img class="img-fluid" src="assets/img/team-2.jpg" alt="website template image">
                           </div>
                        </a>
                     </div>
                     <div class="team-item text-center bg-white rounded overflow-hidden pt-4">
                        <a href="our-team.php">
                           <h5 class="mb-2 px-4">Neha Irene Saluja</h5>
                           <p class="mb-3 px-4">Practice Area</p>
                           <div class="team-img position-relative">
                              <img class="img-fluid" src="assets/img/team-1.jpg" alt="website template image">
                           </div>
                        </a>
                     </div>                     
                     <div class="team-item text-center bg-white rounded overflow-hidden pt-4">
                        <a href="our-team.php">
                           <h5 class="mb-2 px-4">Lakshay Magan</h5>
                           <p class="mb-3 px-4">Practice Area</p>
                           <div class="team-img position-relative">
                              <img class="img-fluid" src="assets/img/team-3.jpg" alt="website template image">
                           </div>
                        </a>
                     </div>
                  </div>
               </div>
            </div>
         </div>
      </div>
      <div class="container-fluid py-5" id="ourTeam">
         <div class="container py-5">            
            <div class="row justify-content-center align-items-center">
               <div class="col-12 text-center">
                  <img src="assets/img/star-Intern.jpg" class="img-fluid">
               </div>
            </div>
         </div>
      </div>
      <div class="container-fluid py-5" id="Testimonials">
         <div class="container py-5">
            <div class="text-center pb-5">
               <h6 class="text-uppercase">Testimonial</h6>
               <h1 class="mb-5">What Our Clients Say</h1>
            </div>
            <div class="owl-carousel testimonial-carousel">
               <div class="testimonial-item">
                  <div class="testimonial-text position-relative bg-secondary text-light rounded p-5 mb-4">We have been using irene's legal for all our application work like trade mark, patent & copyright. She has been a great partner with lots of experience. Always quick to respond and keep us updated on the status of patents, highly recommended.</div>
                  <div class="d-flex align-items-center pt-3">
                     <img class="img-fluid rounded-circle" src="assets/img/testimonial/Prerit_Kapil.jpg" style="width:80px;height:80px;" alt="website template image">
                     <div class="pl-4">
                        <h5>Prerit kapil </h5>
                        <p class="m-0">Webronix( web & app development company)</p>
                     </div>
                  </div>
               </div>
               <div class="testimonial-item">
                  <div class="testimonial-text position-relative bg-secondary text-light rounded p-5 mb-4">Irene's Legal provided me with an excellent service for my ISO certification food safety and trade mark. Their support was outstanding. The best part was their advices which were invaluable and really helped me get the job done. Highly recommended!</div>
                  <div class="d-flex align-items-center pt-3">
                     <img class="img-fluid rounded-circle" src="assets/img/testimonial/amit.jpg" style="width:80px;height:80px;" alt="website template image">
                     <div class="pl-4">
                        <h5>Amit</h5>
                        <p class="m-0">WrapWinks(Food Wrap & Aluminium Foil)</p>
                     </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 src="assets/js/jquery.form-validator.min.js"></script>
      <!-- <script type="text/javascript">
         setTimeout(function () {
            $('#disclaimerModal').modal('show');
         }, 1000); //30 seconds
         
         $('#disclaimerModal').modal({backdrop: 'static', keyboard: false})  
      </script> -->
      <script type="text/javascript">
         $("#getAppointment").validate({
           rules: {
             name: {
               required: true
             },          
             date: {
               required: true
             },
             email: {
               required: true,
               email: true
             },
             time: {
               required: true
             }
           },
           messages: {
             name: {
               required: "Please enter name"
             },          
             date: {
               required: "Please select date"
             },         
             email: {
               required: "Please enter email",
               email: "Please enter valid email"
             },
             time: {
               required: "Please select time"
             }
           },
           submitHandler: function(form) {
              form.submit();             
           }   
         });
      </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