?
Path : /home/u949514618/domains/karmaasrconsultants.com/public_html/ |
Current File : /home/u949514618/domains/karmaasrconsultants.com/public_html/contact.php |
<?php include_once("admin/db.php"); ?> <?php include_once("logosection.php"); ?> <?php $edit_query = "select * from cms where id = '8'"; $edit_query_run = mysqli_query($con, $edit_query); $edit_row = mysqli_fetch_array($edit_query_run); $e_page_title = $edit_row['title']; $e_page_desc = $edit_row['desc']; $e_page_mtitle = $edit_row['mtitle']; $e_page_mdesc = $edit_row['mdesc']; $e_image = $edit_row['image']; $e_headerimage = $edit_row['header_image']; ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title><?php echo $websitename; ?> | <?php echo $e_page_mtitle; ?></title> <meta name="description" content="<?php echo $e_page_mdesc; ?>"> <!-- Stylesheets --> <!-- bootstrap v3.3.6 css --> <link href="css/bootstrap.css" rel="stylesheet"> <!-- font-awesome css --> <link href="css/font-awesome.css" rel="stylesheet"> <!-- flaticon css --> <link href="css/flaticon.css" rel="stylesheet"> <!-- factoryplus-icons css --> <link href="css/factoryplus-icons.css" rel="stylesheet"> <!-- animate css --> <link href="css/animate.css" rel="stylesheet"> <!-- owl.carousel css --> <link href="css/owl.css" rel="stylesheet"> <!-- fancybox css --> <link href="css/jquery.fancybox.css" rel="stylesheet"> <link href="css/hover.css" rel="stylesheet"> <link href="css/frontend.css" rel="stylesheet"> <link href="css/style.css" rel="stylesheet"> <!-- switcher css --> <link href="css/switcher.css" rel="stylesheet"> <link rel='stylesheet' id='factoryhub-color-switcher-css' href='css/switcher/default.css' /> <!-- revolution slider css --> <link rel="stylesheet" type="text/css" href="css/revolution/settings.css"> <link rel="stylesheet" type="text/css" href="css/revolution/layers.css"> <link rel="stylesheet" type="text/css" href="css/revolution/navigation.css"> <!--Favicon--> <link rel="shortcut icon" href="website/<?php echo $favicon; ?>" type="image/x-icon"> <link rel="icon" href="website/<?php echo $favicon; ?>" type="image/x-icon"> <!-- Responsive --> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href="css/responsive.css" rel="stylesheet"> <!--[if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script><![endif]--> <!--[if lt IE 9]><script src="js/respond.js"></script><![endif]--> </head> <body class="home header-sticky header-transparent header-v3 hide-topbar-mobile"> <div id="page" class="hfeed site"> <?php include_once("includes/topbar.php"); ?> <?php include_once("includes/header.php"); ?> <!--page-header--> <div class="page-header has-image"> <div class="page-header-content"> <div class="featured-image" style="background: url(admin/img/page/banner/<?php echo $e_headerimage; ?>) center top no-repeat fixed;"></div> <div class="container"> <h1><?php echo $e_page_title; ?></h1> <nav class="breadcrumbs"> <a class="home" href="index.php"><span>Home</span></a> <i class="fa fa-angle-right" aria-hidden="true"></i> <span><?php echo $e_page_title; ?></span> </nav> </div> </div> </div> <!--page-header end--> <!-- team--> <div class="contactpage pagepadd"> <div class="container"> <div class="row"> <div class="col-lg-12 col-md-12"> <div class="mf-contact-box clearfix "> <div class="mf-section-title text-left dark medium-size "> <h2>Headquarter</h2> </div> <?php $query = "select * from contact"; $query_run = mysqli_query($con, $query); $row = mysqli_fetch_array($query_run); $address = $row['address']; $phoneno = $row['phoneno']; $email = $row['email']; $website = $row['website']; $locationmap = $row['locationmap']; ?> <div class="contact-info address"><i class="flaticon-arrow"></i> <div><span>Address:</span> <?php echo $address; ?></div> </div> <div class="contact-info phone"><i class="fa fa-phone"></i> <div><span>Call Us:</span> <?php echo $phoneno; ?></div> </div> <div class="contact-info email"><i class="flaticon-note"></i> <div><span>Mail Us:</span> <?php echo $email; ?></div> </div> <ul class="contact-social"> <li class="facebook"> <a href="#" target="_blank"> <i class="fa fa-facebook"></i> </a> </li> <li class="twitter"> <a href="#" target="_blank"> <i class="fa fa-twitter"></i> </a> </li> <li class="googleplus"> <a href="#" target="_blank"> <i class="fa fa-google-plus"></i> </a> </li> <li class="skype"> <a href="#" target="_blank"> <i class="fa fa-skype"></i> </a> </li> <li class="linkedin"> <a href="#" target="_blank"> <i class="fa fa-linkedin"></i> </a> </li> </ul> </div> </div> </div> </div> </div> <div class="contactform"> <div class="container"> <div class="mf-section-title text-center dark large-size margbtm20"> <h2>Message Us</h2> </div> <div class="contact-form mf-contact-form-7 form-light"> <form id="contact-form" method="post" action="inc/contact.php" role="form" class="wpcf7-form" novalidate="novalidate"> <div class="messages"></div> <div class="controls mf-form mf-form-2"> <div class="row"> <div class="col-md-6 col-xs-12 col-sm-12 mf-input-field"> <div class="form-group"> <input type="text" name="name" value="" size="40" placeholder="Your Name*" required> <div class="help-block with-errors"></div> </div> <div class="form-group"> <input type="email" name="email" value="" size="40" placeholder="Email Address*" required> <div class="help-block with-errors"></div> </div> <div class="form-group"> <input type="text" name="phone" value="" size="40" placeholder="Phone Number" required> <div class="help-block with-errors"></div> </div> </div> <div class="col-md-6 col-xs-12 col-sm-12 mf-textarea-field"> <div class="form-group"> <textarea name="message" cols="40" rows="10" placeholder="Enter Your Message..."></textarea> <div class="help-block with-errors"></div> </div> </div> <div class="text-center mf-submit col-md-12 col-xs-12 col-sm-12"> <div class="form-group"> <button type="submit" class="btn-style-two">SEND</button> </div> </div> </div> </div> </form> </div> </div> </div> <!-- contact--> <!--google map--> <div class="google-map-area"> <iframe src="<?php echo $locationmap; ?>" width="100%" height="350px"></iframe> </div> <!--google map end--> <!-- footer --> <?php include_once("includes/footer.php"); ?> </div> <!--End pagewrapper--> <?php include_once("includes/mobmenu.php"); ?> <!--Scroll to top--> <a id="scroll-top" class="backtotop" href="#page-top"><i class="fa fa-angle-up"></i></a> <!-- jquery Liabrary --> <script src="js/jquery-1.12.4.min.js"></script> <!-- bootstrap v3.3.6 js --> <script src="js/bootstrap.min.js"></script> <!-- fancybox js --> <script src="js/jquery.fancybox.pack.js"></script> <script src="js/jquery.fancybox-media.js"></script> <script src="https://unpkg.com/isotope-layout@3/dist/isotope.pkgd.min.js"></script> <!-- owl.carousel js --> <script src="js/owl.js"></script> <!-- counter js --> <script src="js/jquery.appear.js"></script> <script src="js/jquery.countTo.js"></script> <!-- validate js --> <script src="js/validate.js"></script> <!-- switcher js --> <script src="js/switcher.js"></script> <!-- google map --> <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAHzPSV2jshbjI8fqnC_C4L08ffnj5EN3A"></script> <script src="js/gmap.js"></script> <script src="js/map-helper.js"></script> <!-- REVOLUTION JS FILES --> <script type="text/javascript" src="js/revolution/jquery.themepunch.tools.min.js"></script> <script type="text/javascript" src="js/revolution/jquery.themepunch.revolution.min.js"></script> <script type="text/javascript" src="js/revolution/extensions/revolution.extension.actions.min.js"></script> <script type="text/javascript" src="js/revolution/extensions/revolution.extension.carousel.min.js"></script> <script type="text/javascript" src="js/revolution/extensions/revolution.extension.kenburn.min.js"></script> <script type="text/javascript" src="js/revolution/extensions/revolution.extension.layeranimation.min.js"></script> <script type="text/javascript" src="js/revolution/extensions/revolution.extension.migration.min.js"></script> <script type="text/javascript" src="js/revolution/extensions/revolution.extension.navigation.min.js"></script> <script type="text/javascript" src="js/revolution/extensions/revolution.extension.parallax.min.js"></script> <script type="text/javascript" src="js/revolution/extensions/revolution.extension.slideanims.min.js"></script> <script type="text/javascript" src="js/revolution/extensions/revolution.extension.video.min.js"></script> <!-- script JS --> <script src="js/scripts.min.js"></script> <script src="js/script.js"></script> </body> </html>