ok
Direktori : /home/importfo/public_html/vsdesigno.com/ |
Current File : /home/importfo/public_html/vsdesigno.com/services.php |
<?php include("admin/config.php") ?> <!DOCTYPE html> <html lang="en"> <!-- services27:08--> <head> <?php include('top.php'); ?> </head> <body> <div class="page-wrapper"> <!-- Preloader --> <div class="preloader"></div> <!-- Main Header--> <?php include('header.php'); ?> <!--End Main Header --> <!--Page Title--> <section class="page-title" style="background-image:url(images/background/10.jpg);"> <div class="auto-container"> <div class="inner-container clearfix"> <div class="title-box"> <h1>Services</h1> <span class="title">The Interior speak for themselves</span> </div> <ul class="bread-crumb clearfix"> <li><a href="index-2.php">Home</a></li> <li>Services</li> </ul> </div> </div> </section> <!--End Page Title--> <!-- Specialize Section --> <section class="specialize-section"> <div class="auto-container"> <div class="sec-title"> <span class="float-text">Services</span> <h2>Our Specialization</h2> </div> <div class="services-carousel-two owl-carousel owl-theme"> <?php $sql="SELECT * FROM `spare_cat_main` sc INNER JOIN parts p ON sc.spare_id=p.s_id"; $res=mysqli_query($db,$sql); while($row=mysqli_fetch_array($res)) { ?> <!-- Service Block --> <div class="service-block-two"> <div class="inner-box"> <div class="image-box"><figure class="image"><a href="service-detail.php?slug=<?php echo $row['spare_id']; ?>"><img src="admin/upload/<?php echo$row['parts_image']; ?>" style="height:250px; width: 370px;" alt="" ></a></figure></div> <div class="caption-box"> <h3><a href="service-detail.php?slug=<?php echo $row['spare_id']; ?>"><?php echo $row['machine_name']; ?></a></h3> <div class="link-box"><a href="service-detail.php?slug=<?php echo $row['spare_id']; ?>">Read More <i class="fa fa-angle-double-right"></i></a></div> </div> </div> </div> <?php } ?> </div> </div> </section> <!-- End Specialize Section --> <!-- Fun Fact And Features --> <section class="fun-fact-and-features alternate" style="background-image: url(images/background/3.jpg);"> <div class="outer-box"> <div class="auto-container"> <!-- Fact Counter --> <div class="fact-counter"> <div class="row"> <!--Column--> <div class="counter-column col-lg-3 col-md-6 col-sm-12 wow fadeInUp"> <div class="count-box"> <div class="count"><span class="count-text" data-speed="5000" data-stop="12">0</span>+</div> <h4 class="counter-title">Years of <br>Experience</h4> </div> </div> <!--Column--> <div class="counter-column col-lg-3 col-md-6 col-sm-12 wow fadeInUp" data-wow-delay="400ms"> <div class="count-box"> <div class="count"><span class="count-text" data-speed="5000" data-stop="237">0</span></div> <h4 class="counter-title">Project <br>Taken</h4> </div> </div> <!--Column--> <div class="counter-column col-lg-3 col-md-6 col-sm-12 wow fadeInUp" data-wow-delay="800ms"> <div class="count-box"> <div class="count"><span class="count-text" data-speed="5000" data-stop="15">0</span></div> <h4 class="counter-title">Project <br> Expert</h4> </div> </div> <!--Column--> <div class="counter-column col-lg-3 col-md-6 col-sm-12 wow fadeInUp" data-wow-delay="1200ms"> <div class="count-box"> <div class="count"><span class="count-text" data-speed="5000" data-stop="200">0</span>+</div> <h4 class="counter-title">Satisfy <br>Clint</h4> </div> </div> </div> </div> <!-- Features --> <div class="features"> <div class="row"> <!-- Feature Block --> <div class="feature-block col-lg-4 col-md-6 col-sm-12"> <div class="inner-box"> <div class="icon-box"><span class="icon flaticon-decorating"></span></div> <h3>Perfect Design</h3> <div class="text" style="text-align:justify"> Interior design is a multifaceted profession that includes conceptual development, space planning, site inspections, programming, research, communicating with the stakeholders of a project, construction management, and execution of the design.</div> <!-- <div class="link-box"><a href="service-detail.html">Read More</a></div> --> </div> </div> <!-- Feature Block --> <div class="feature-block col-lg-4 col-md-6 col-sm-12"> <div class="inner-box"> <div class="icon-box"><span class="icon flaticon-plan"></span></div> <h3>Carefully Planned</h3> <div class="text" style="text-align:justify">Interior Design is defined as the act of carefully choosing the products, styles, materials, fabrics and colors that will be used to decorate a room. Interior design also is defined as the way that the room looks with all of these things in it.</div> <!-- <div class="link-box"><a href="service-detail.html">Read More</a></div> --> </div> </div> <!-- Feature Block --> <div class="feature-block col-lg-4 col-md-6 col-sm-12"> <div class="inner-box"> <div class="icon-box"><span class="icon flaticon-sketch-3"></span></div> <h3>Smartly Execute</h3> <div class="text" style="text-align:justify">An interior designer is someone who plans, researches, coordinates, and manages such enhancement projects.Interior designer implies that there is more of an emphasis on planning, functional design and the effective use of space, as compared to interior decorating. </div> <!-- <div class="link-box"><a href="service-detail.html">Read More</a></div> --> </div> </div> </div> </div> </div> </div> </section> <!--End Fun Fact Section --> <!-- Specialize Section --> <!-- End Specialize Section --> <!-- Contact Section --> <!-- --> <!--End Contact Section --> <!-- Main Footer --> <?php include('footer.php'); ?> <!-- End Main Footer --> </div> <!--Scroll to top--> <div class="scroll-to-top scroll-to-target" data-target="php"><span class="fa fa-arrow-circle-o-up"></span></div> <script src="js/jquery.js"></script> <script src="js/popper.min.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/jquery.fancybox.js"></script> <script src="js/owl.js"></script> <script src="js/wow.js"></script> <script src="js/appear.js"></script> <script src="js/mixitup.js"></script> <script src="js/script.js"></script> <!-- Color Setting --> <script src="js/color-settings.js"></script> </body> <!-- services27:08--> </php>