?
Path : /home/u949514618/domains/karmaasrconsultants.com/public_html/ |
Current File : /home/u949514618/domains/karmaasrconsultants.com/public_html/about.php |
<?php include_once("admin/db.php"); ?> <?php include_once("logosection.php"); ?> <?php $edit_query = "select * from cms where id = '2'"; $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--> <!-- about top --> <div class="abouttop"> <div class="container"> <div class="row"> <div class="col-md-4"> <img src="admin/img/page/<?php echo $e_image; ?>" alt="" /> </div> <div class="col-md-8"> <?php echo $e_page_desc; ?> </div> </div> </div> </div> <!-- about top end--> <!-- why choose us--> <div class="whychooseus-5 clearfix" style="background: #f2f2f2;"> <div class="container"> <div class="mf-section-title text-center dark large-size margbtm50"> <h2>Why Choose Us</h2> </div> <div class="row"> <div class="col-md-8 col-sm-12"> <div class="mf-icon-box icon_type-flaticon icon_style-has-background-color icon_position-left icon_size-large style-1 box-dark "><span class="mf-icon"><i class="flaticon-pinwheel"></i></span> <div class="box-wrapper"> <h2 class="box-title"><span>Clean Unpolluted</span></h2> <div class="desc">Again is there anyone who loves or pursues or desires obtain pain of itself, because it is pain, but because occasionally.</div> </div> </div> <div class="mf-icon-box icon_type-flaticon icon_style-has-background-color icon_position-left icon_size-large style-1 box-dark "><span class="mf-icon"><i class="flaticon-music"></i></span> <div class="box-wrapper"> <h2 class="box-title"><span>Lasting & Long Term</span></h2> <div class="desc">Who chooses to enjoy a pleasure that has no or one who avoids a pain that produces no resultant pleasure.</div> </div> </div> <div class="mf-icon-box icon_type-flaticon icon_style-has-background-color icon_position-left icon_size-large style-1 box-dark "><span class="mf-icon"><i class="flaticon-road"></i></span> <div class="box-wrapper"> <h2 class="box-title"><span>Easy and Affortable</span></h2> <div class="desc">Explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and will give complete.</div> </div> </div> </div> <div class="col-md-4"> <div class="servdtlaccord margbtm40"> <div class="panel-group" id="accordion"> <?php $query = "select * from threeboxes order by id asc"; $run = mysqli_query($con, $query); if(mysqli_num_rows($run) > 0){ while($row=mysqli_fetch_array($run)) { $id = $row['id']; $title = $row['title']; $content = $row['content']; ?> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion" href="#collapse<?php echo $id; ?>"> <?php echo $title; ?> </a> </h4> </div> <div id="collapse<?php echo $id; ?>" class="panel-collapse collapse in"> <div class="panel-body"> <?php echo $content; ?> </div> </div> </div> <?php } } else { echo "<center><h3>No Data available now!!</h3></center>"; } ?> </div> </div> </div> </div> </div> </div> <!-- why choose us end--> <!-- Action strip --> <div class="action-strip-1"> <div class="container"> <div class="row"> <div class="loc-lg-10 col-md-9 col-sm-12"> <h2>Innovative Products and Service for Construction Projects and Automative Service.</h2> </div> <div class="loc-lg-2 col-md-3 col-sm-12"> <div class="mf-button align-right style-1"> <a class="button mf-btn" href="#">Our Services</a> </div> </div> </div> </div> </div> <!-- Action strip end --> <!-- our Team--> <div class="ourteam"> <div class="container"> <div class="mf-section-title text-left dark large-size"> <h2>Meet Our Team</h2> </div> <div class="mf-team team-carousel "> <div class="team-list team-slide"> <?php $query = "select * from teammanagement order by id asc limit 3"; $run = mysqli_query($con,$query); if(mysqli_num_rows($run) > 0) { while($row=mysqli_fetch_array($run)) { $id = $row['id']; $image = $row['image']; $namepost = $row['namepost']; $title = $row['title']; $subjectname = $row['subjectname']; $facebook = $row['facebook']; $twitter = $row['twitter']; $linkedin = $row['linkedin']; $googleplus = $row['googleplus']; ?> <div class="team-member "> <div class="team-header"> <img class="" src="admin/img/teammanagement/<?php echo $image; ?>" width="265" height="220" alt="team1" title="team1" /> <ul class="team-social"> <li><a href="http://www.facebook.com/<?php echo $facebook; ?>" target="_blank"><i class="fa fa-facebook"></i></a></li> <li><a href="http://www.twitter.com/<?php echo $twitter; ?>" target="_blank"><i class="fa fa-twitter"></i></a></li> <li><a href="http://www.linkedin.com/<?php echo $linkedin; ?>" target="_blank"><i class="fa fa-linkedin"></i></a></li> </ul> </div> <div class="team-info"> <h4 class="name"><?php echo $title; ?></h4><span class="job"><?php echo $subjectname; ?></span></div> </div> <?php } } else { echo "<center><h3>No image available now!!</h3></center>"; } ?> </div> </div> </div> </div> <!-- our Team 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>