]][ahhhhhhhfgfgdsfstrrrttrfwerwerwerdgdgrrreeteetffwerwerwerwerdsddfgh
במ12[aspddfsdf3J0BUHtPiO8Rifngttrtrtrtrtrgsd g ggk ffghdsfaswerwerwerwerwvbndZ1vDtHUYefyrvfdgdgfbnasd asdaioioidgh;';';'
/
home1
/
tradete1
/
public_html
/
hitechkunnathur
/
Upload FileeE
HOME
<?php include('head.php');?> <style type="text/css"> .pHeaderLink.is-stuck { position: fixed; width: 100%; top: 50px; z-index: 99999; margin-top: 30px; } </style> <img class="banner" src="<?= DOMAIN_NAME?>asset/banner.jpg" alt="" style="height:250px;width:100%;"> <section class="container" id="about"> <div class="row"> <div class="col"> <div class="row text-center "> <div class="col-md-10 mx-md-auto" style="padding-top:25px"> <div class="overflow-hidden "> <h1 class="word-rotator slide font-weight-bold text-6 mb-0 appear-animation" data-appear-animation="maskUp"> <span>ABOUT HITECH</span> </h1> </div> </div> </div> </div> </div> <div class="row"> <div class="col"> <div class="row align-items-center pt-4 pb-3 appear-animation" data-appear-animation="fadeInRightShorter"> <div class="col-md-6" style="padding-right:40px"> <p class="text-4" style="text-align:justify">Capitalizing on our rich industrial expertise and commitment to render utmost client satisfaction, we, Hi- Tech Industry have successfully risen up as a leader in this challenging industry. Established in the year 2010, we have started our operations as a manufacturer, trader and supplier of a comprehensive range of Tractor Loaders, Tractor Attachments, Wood Splitters & Coir Bailing Machines. The company is also reckoned for offering authorized and trustworthy Servicing Work to the clients. The products offered by us are designed as well as developed with the incorporation of high grade raw material, which we procure from the well-known vendors of industry. Moreover, we have adopted advanced methods of production, which keep us in tune with the upcoming challenges of industry and have enhanced our production capacity as well. </div> <div class="col-md-6 " style="padding-left:40px"> <p class="text-4"style="text-align:justify">Supported by our commendable managing director Mr. K. Murugan, we have achieved strong foothold in this competitive industry. His sound marketing skills, managerial qualities, rich industrial experience and foresightedness are the key factors, which have led to our constant growth as well as achievement in this competitive industry. </br></br> <b>OUR TEAM</b> <p class="text-4"style="text-align:justify">With an objective to serve to the rising demands of clients efficiently, we have made the selection of highly exprienced and trained professionals. They are chosen on the basis of their industrial experience, knowledge,skills of respective domain. </div> </div> </div> </div> </section> <section class="section section-height2 border-0 mt-0 mb-0" style="background:#f2f3f4 ;text-align:center"> <div class="container"> <div class="row"> <div class="col"> <div class="col"> <div class="row align-items-center pt-0 appear-animation animated fadeInLeftShorter appear-animation-visible" data-appear-animation="fadeInLeftShorter" style="animation-delay: 100ms;"> <div class="row" style="width:100%"> <div class="col-md-12 pl-md-5" > <h1 style="font-size:30px"><b>OUR MANAGEMENT</b></h1> </div> </div> <div class="col-md-6 pl-md-5"> <img class="content" src="<?= DOMAIN_NAME?>asset/person_pic.png " alt="MD Picture" style="height:250px; width:250px"> <p><b style="font-size:15px; color:black">MURUGAN</b></br>Founder/Managing Director</p> </div> <div class="col-md-6 pl-md-5"> <img class="content" src="<?= DOMAIN_NAME?>asset/person_pic.png " alt="CEO Picture" style="height:250px; width:250px"> <p><b style="font-size:15px; color:black">MUNUSAMY</b></br>CEO</p> </div> </div> </div> </div> </div> </section> <div class="container clearfix my-5 py-3"> <div class="row"> <div class="col-lg-12 col-sm-12 col-md-12 col-xs-12 "> <div class="row"> <div class="col"> <h4 class="font-weight-normal " style=" border-bottom: 1px solid #e0e0e0;font-size: 18px; line-height: 1.528571;">New Launches</h4> <div class="owl-carousel owl-theme show-nav-title" data-plugin-options="{'items': 4, 'margin': 10, 'loop': true, 'nav': true, 'dots': false, 'autoplay':false}"> <?php $query_p="SELECT * FROM `product` WHERE status=1 ORDER BY `creatdt` ASC"; $sql_p=$DBcon->query($query_p); $row_p=$sql_p->rowCount(); if($row_p > 0){ while($data_p=$sql_p->fetch(PDO::FETCH_ASSOC)){ echo '<div class="text-center"> <a href="'.DOMAIN_NAME.'product?id='.$data_p['id'].'" > <img alt="" class="img-fluid rounded" src="'.DOMAIN_NAME.'asset/product/'.$data_p['image'].'" style="border: 1px solid #e0e0e0;padding: 15px;"> </a> <span class="brand-logo font-weight-bold">'.$data_p['name'].'</span> <a class="tp-caption btn btn-dark btn-outline btn-rounded font-weight-semibold" href="'.DOMAIN_NAME.'product?id='.$data_p['id'].'">View Specification <i class="fas fa-chevron-right ml-2"></i></a> </div>'; } } ?> </div> </div> </div> </div> </div> </div> <?php include('foot.php');?> <script type="text/javascript"> 217 $(window).scroll(function() { var scroll = $(window).scrollTop(); //>=, not <= if (scroll >= 100) { //clearHeader, not clearheader - caps H $(".pHeaderLink").addClass("is-stuck"); }else{ $(".pHeaderLink").removeClass("is-stuck"); } }); </script>