Server IP : 162.214.80.37 / Your IP : 216.73.216.173 Web Server : Apache System : Linux sh013.webhostingservices.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : imyrqtmy ( 2189) PHP Version : 8.2.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home2/imyrqtmy/public_html/skyispatudyog/sym/Users/0-imyrqtmy/tomarlawyers/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!DOCTYPE html> <html dir="ltr" lang="en"> <head> <!-- Meta Tags --> <meta name="viewport" content="width=device-width,initial-scale=1.0"/> <meta http-equiv="content-type" content="text/html; charset=UTF-8"/> <meta name="description" content="Tomar Lawyers"/> <meta name="keywords" content="adviser, attorney, bootstrap, business"/> <meta name="author" content="ThemeMascot"/> <!-- Page Title --> <title>Tomar Lawyers</title> <!-- Favicon and Touch Icons --> <link href="images/tomarlogo.jpg" rel="shortcut icon" type="image/png"> <link href="images/logo.png" rel="apple-touch-icon"> <link href="images/logo.png" rel="apple-touch-icon" sizes="72x72"> <link href="images/logo.png" rel="apple-touch-icon" sizes="114x114"> <link href="images/logo.png" rel="apple-touch-icon" sizes="144x144"> <!-- Stylesheet --> <link href="css/bootstrap.min.css" rel="stylesheet" type="text/css"> <link href="css/animate.min.css" rel="stylesheet" type="text/css"> <link href="css/javascript-plugins-bundle.css" rel="stylesheet"/> <!-- CSS | menuzord megamenu skins --> <link href="js/menuzord/css/menuzord.css" rel="stylesheet"/> <!-- CSS | Main style file --> <link href="css/style-main.css" rel="stylesheet" type="text/css"> <link id="menuzord-menu-skins" href="css/menuzord-skins/menuzord-rounded-boxed.css" rel="stylesheet"/> <!-- CSS | Responsive media queries --> <link href="css/responsive.css" rel="stylesheet" type="text/css"> <!-- CSS | Style css. This is the file where you can place your own custom css code. Just uncomment it and use it. --> <!-- CSS | Theme Color --> <link href="css/colors/theme-skin-color-set1.css" rel="stylesheet" type="text/css"> <!-- external javascripts --> <script src="js/jquery.js"></script> <script src="js/popper.min.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/javascript-plugins-bundle.js"></script> <script src="js/menuzord/js/menuzord.js"></script> <!-- <link href="css/style.css" rel="stylesheet" type="text/css"> --> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body class="tm-container-1300px"> <div id="wrapper" class="clearfix"> <?php include 'include/header.php';?> <!-- Start main-content --> <div class="main-content-area"> <!-- Section: home --> <section id="home" class="divider parallax layer-overlay overlay-dark-9" data-tm-bg-img="images/bg/bg4.jpg"> <div class="display-table"> <div class="display-table-cell"> <div class="container pt-100 pb-100"> <div class="row"> <div class="col-md-6 offset-md-3"> <div class="text-center mb-60"><a href="#" class=""><img alt="images" src="images/tomarlogo.jpg"></a></div> <div class="bg-white-fc border-1px p-25"> <h4 class="text-theme-colored1 text-uppercase m-0">Looking to hearing from you</h4> <div class="line-bottom mb-30"></div> <p>Fill the details.</p> <form id="appointment_form" name="appointment_form" class="mt-30" method="post"> <div class="row"> <div class="col-sm-12"> <div class="mb-3 mb-10"> <input name="name" class="form-control" type="text" placeholder="Enter Name" aria-required="true" required=""> </div> </div> <div class="col-sm-12"> <div class="mb-3 mb-10"> <input name="email" class="form-control required email" type="email" placeholder="Enter Email" aria-required="true" required=""> </div> </div> <div class="col-sm-12"> <div class="mb-3 mb-10"> <input name="phone" class="form-control required" type="text" placeholder="Enter Phone" aria-required="true" required=""> </div> </div> <!-- <div class="col-sm-12"> <div class="mb-3 mb-10"> <input name="form_appontment_date" class="form-control required date-picker" type="text" placeholder="Appoinment Date" aria-required="true"> </div> </div> <div class="col-sm-12"> <div class="mb-3 mb-10"> <input name="form_appontment_time" class="form-control required time-picker" type="text" placeholder="Appoinment Time" aria-required="true"> </div> </div> --> </div> <div class="mb-3 mb-10"> <textarea name="message" class="form-control required" placeholder="Enter Message" rows="5" aria-required="true" required=""></textarea> </div> <div class="mb-3 tm-sc-button mb-0 mt-20"> <!--<input name="form_botcheck" class="form-control" type="hidden" value="">--> <input type="submit" name="submit" class="btn btn-theme-colored1 btn-sm" value="Send Message"> </div> </form> <?php if(isset($_POST['submit'])){ $email=$_POST['email']; $html_message = '<h1>New Enquriy Details.</h1>'; $html_message .= '<p>Name : '. $_POST['name'] .'</p>'; $html_message .= '<p>Email :'.$_POST['email'].'</p>'; $html_message .= '<p>Phone :'.$_POST['phone'].'</p>'; $html_message .= '<p>Message :'.$_POST['message'].'</p>'; $to = "info@tomarlawyers.com"; $subject = "contact us"; $header = "From:$email \r\n"; // $header .= "Cc:afgh@somedomain.com \r\n"; $header .= "MIME-Version: 1.0\r\n"; $header .= "Content-type: text/html\r\n"; $retval = mail ($to,$subject,$html_message,$header); if( $retval == true ) { echo "Message sent successfully..."; }else { echo "Message could not be sent..."; } } ?> <!-- Appointment Form Validation--> <!-- <script> (function($) { $("#appointment_form").validate({ submitHandler: function(form) { var form_btn = $(form).find('button[type="submit"]'); var form_result_div = '#form-result'; $(form_result_div).remove(); form_btn.before('<div id="form-result" class="alert alert-success" role="alert" style="display: none;"></div>'); var form_btn_old_msg = form_btn.html(); form_btn.html(form_btn.prop('disabled', true).data("loading-text")); $(form).ajaxSubmit({ dataType: 'json', success: function(data) { if( data.status === 'true' ) { $(form).find('.form-control').val(''); } form_btn.prop('disabled', false).html(form_btn_old_msg); $(form_result_div).html(data.message).fadeIn('slow'); setTimeout(function(){ $(form_result_div).fadeOut('slow') }, 6000); } }); } }); })(jQuery); </script> --> </div> </div> </div> </div> </div> </div> </section> </div> <!-- end main-content --> <div class="container"> <div class="row"> <h2>NEW DELHI Office’s: </h2> <div class="col-md-6"> <p> Office Address1<br> LAWYERS CHAMBER, F 611 6TH FLOOR KARKARDOOMA COURTS, DELHI – 110032<br> Timings: 9am-5pm<br> <h5>Cal us at:</h5> <p> <a href="tel:011-22474359">011-22474359</a><br> <a href="tel:+91-7065030001">+91-7065030001</a><br> <a href="tel:+91-8826030001">+91-8826030001</a><br> </p> </p> <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3501.172026337265!2d77.2930489144078!3d28.65456738983562!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x390cfb6784f730ff%3A0x6a15eb419054c404!2sDistrict%20Court%20Karkardooma!5e0!3m2!1sen!2sin!4v1617427161202!5m2!1sen!2sin" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy"></iframe> </div> <div class="col-md-6"> <p> Office Address2<br> A 32 GIRI MARG MANDAWALI PATPARGANZ DELHI 110092 <br> Timings: 5pm-8pm<br> <h5>Cal us at:</h5> <p> <a href="tel:011-22474359">011-22474359</a><br> <a href="tel:+91-7065030001">+91-7065030001</a><br> <a href="tel:+91-8826030001">+91-8826030001</a><br> </p> </p> <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3502.149431139254!2d77.28969681440702!3d28.62528319116125!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x390ce4a981033db5%3A0x8b2426b12690e588!2sGiri%20Marg%2C%20Fazalpur%2C%20Mandawali%2C%20Delhi%2C%20110092!5e0!3m2!1sen!2sin!4v1617427200994!5m2!1sen!2sin" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy"></iframe> </div> </div> </div> <!-- Footer --> <?php include 'include/footer.php';?> <a class="scrollToTop" href="#"><i class="fa fa-angle-up"></i></a> </div> <!-- end wrapper --> <!-- Footer Scripts --> <!-- JS | Custom script for all pages --> <script src="js/custom.js"></script> </body> </html>