ok

Mini Shell

Direktori : /home/importfo/public_html/goldluxuryspa.com/
Upload File :
Current File : /home/importfo/public_html/goldluxuryspa.com/index.php

<?php include ("admin/config.php");?>
<!DOCTYPE html>
<html lang="en">

<head>
   <?php include('topup.php'); ?>
</head>

<body>

    <!-- Start: Preloader
    ============================= -->
<!-- 
    <div class="preloader">        
        <div class="wrapper">
            <div class="circle circle-1"></div>
            <div class="circle circle-1a"></div>
            <div class="circle circle-2"></div>
            <div class="circle circle-3"></div>
        </div>
        <h1>Loading&hellip;</h1>
    </div> -->

    <!-- End: Preloader
    ============================= -->

    <?php include("top.php") ?>


    <!-- Start: Header Slider
    ============================= -->
    <header>
        <div class="row">
            <div class="col-md-12">
                 
                <div class="header-slider">
                     <?php
                            $sql="SELECT * from slider";
                            $res=mysqli_query($db,$sql);
                            while($row=mysqli_fetch_array($res))
                            {
                        ?>
                    <div class="header-single-slider">
                        <figure>
                            <img src="admin/upload/<?php echo $row['app_image']; ?>" alt="">
                            <figcaption>
                                <div class="content">
                                    <div class="container inner-content text-left">
                                        <h3><?php echo $row['tline1']; ?></h3>
                                        <h1><?php echo $row['tline2']; ?></h1>
                                        <p><?php echo $row['tline3']; ?></p>
                                        <a href="contact.php" class="boxed-btn"><?php echo $row['button']; ?></a>
                                    </div>
                                </div>
                            </figcaption>
                        </figure>
                    </div>
             
                     <?php } ?>
                </div>
           
            </div>
        </div>
    </header>

<!--  -->

    
 <section id="welcome" class="section-padding">
        <div class="container">            
          

            <div class="row">
                <?php
                            $sql="SELECT * from blog";
                            $res=mysqli_query($db,$sql);
                            while($row=mysqli_fetch_array($res))
                            {
                        ?>
                
                <div class="col-lg-6 col-md-6 mb-4 mb-lg-0 text-center">
                    <div class="welcome-box" >
                        <img src="admin/upload/<?php echo $row['image']; ?>" alt="" >
                       
                    </div>
                </div>
                <div class="col-lg-6 col-md-6 mb-4 mb-lg-0 text-center">
                     <div class="section-title">
                       <center><h3>Welcome to</h3></center> 
                                               <center><h2><?php echo $row['title']; ?></h2></center> 
                        <hr>
                       <!--  <p>Our Spa is Most Popular, Clean and Recommended U & Me Spa</p> -->
                        <p style="text-align: justify;"><?php echo $row['post_desc']; ?></p>
                    </div>
                   
                </div>
              <?php } ?>
            </div>
        </div>
    </section>

    <!-- Start: Portfolio
    ============================= -->
    
    <section id="blog-content" class="section-padding">
        <div class="container">
             <div class="row">
                <div class="col-lg-6 offset-lg-3 col-12 text-center">
                    <div class="section-title">
                        <center><h2>Our Services</h2></center> 
                        <hr>
                        <center><p>We are Providing different type of massage. If you are Interested In Spa. Than you Take Any type of Massage</p></center> 
                    </div>
                </div>
            </div>
            <div class="row">

                <!-- Blog Content -->
                <div class="col-lg-12 col-md-12 mb-5 mb-lg-0 order-lg-2">

                    <div class="row">
                        <?php
                             $sql="SELECT * FROM `spare_cat_main` sc INNER JOIN parts p ON sc.spare_id=p.s_id LIMIT 6";
                            $res=mysqli_query($db,$sql);
                            while($row=mysqli_fetch_array($res))
                            {
                        ?>
                        <div class="col-md-4">
                            <article class="blog-post">
                                <div class="post-thumb">
                                    <img src="admin/upload/<?php echo$row['parts_image']; ?>" alt="" style="height: 250px;">
                                </div>
                                <div class="post-content">
                                    <h2 class="post-title" style="background: #fff;border: 2px solid #822642;padding: 3px;    border-radius: 10px 10px 0px 0px;"><center><a href=""><?php echo $row['machine_name']; ?></a></center></h2><br/>                               
                                   <br/>
                                    <center>
                                        <a href="tel:916356323030">
                                   <button class="boxed-btn">Contact Now</button></a>
                                   </center>
                                </div>
                            </article>                            
                        </div>
                       
                       
                      
                        <?php } ?>
                        
                    </div>                    

                  
                </div>

                <!-- Sidebar -->
                
            </div>

        </div>
    </section>
    <!-----gallery----------->

      <section id="blog-content" class="section-padding">
        <div class="container">
             <div class="row">
                <div class="col-lg-6 offset-lg-3 col-12 text-center">
                    <div class="section-title">
                      <center>  <h2>Our Gallery </h2></center>
                            
                      
                    </div>
                </div>
            </div>
            <div class="row">
                   
                <!-- Blog Content -->
                <div class="col-lg-12 col-md-12 mb-5 mb-lg-0 order-lg-2">
                   

                    <div class="row">
                         <?php
                            $sql="SELECT * from gallery LIMIT 3";
                            $res=mysqli_query($db,$sql);
                            while($row=mysqli_fetch_array($res))
                            {
                        ?>
                          
                        <div class="col-md-4">
                            <article class="">
                                <div class="post-thumb">
                                    <img src="admin/upload/<?php echo $row['app_image']; ?>" alt="" style="border-radius: 20px; height: 300px; width: 350px;">
                                </div>
                            </article>                            
                        </div>
                
                      
                        <?php } ?>
                      
                    </div>                    

                  
                </div>

                <!-- Sidebar -->
             
            </div>

                <br><center><h4></h4>
                 <a href="Gallery.php">
                <button class="boxed-btn">View More Images</button></a></center>
        </div>

    </section>
    <!------End Gallary--------->

    <!--our mission-->
    <section id="welcome" class="section-padding">
        <div class="container">            
          

            <div class="row">
                <?php
                            $sql="SELECT * from mission";
                            $res=mysqli_query($db,$sql);
                            while($row=mysqli_fetch_array($res))
                            {
                        ?>
                
                <div class="col-lg-4 col-md-5 mb-4 mb-lg-0 text-center" style="background-color:#28211a;border-radius:20px; box-shadow: 5px 5px 5px 5px black; padding: 15px;">
                      <div class="section-title">
                       <!--  <h3>Welcome to</h3> -->
                        <center><h2><?php echo $row['title1']; ?></h2></center>
                        <hr>
                       <!--  <p>Our Spa is Most Popular, Clean and Recommended U & Me Spa</p> -->
                        <p style="text-align: justify;"><?php echo $row['post_desc1']; ?></p>
                    </div>
                </div>
                <div class="col-lg-4 col-md-6 mb-4 mb-lg-0 text-center" style="background-color:#28211a;border-radius:20px; box-shadow: 5px 5px 5px 5px black;  padding: 10px;">
                     <div class="section-title">
                        <!-- <h3>Welcome to</h3> -->
                       <center> <h2><?php echo $row['title2']; ?></h2></center>
                        <hr>
                       <!--  <p>Our Spa is Most Popular, Clean and Recommended U & Me Spa</p> -->
                        <p style="text-align: justify;"><?php echo $row['post_desc3']; ?></p>
                    </div>
                   
                </div>
                <div class="col-lg-4 col-md-6 mb-4 mb-lg-0 text-center" style="background-color:#28211a;border-radius:20px; box-shadow: 5px 5px 5px 5px black;  padding: 15px;">
                     <div class="section-title">
                        <!-- <h3>Welcome to</h3> -->
                        <center><h2><?php echo $row['title3']; ?></h2></center>
                        <hr>
                       <!--  <p>Our Spa is Most Popular, Clean and Recommended U & Me Spa</p> -->
                        <p style="text-align: justify;"><?php echo $row['post_desc3']; ?></p>
                    </div>
                   
                </div>
              <?php } ?>
            </div>
        </div>
    </section>
     

    <!-- Start: Testimonial
    ============================= -->
    
    <section id="testimonial" class="section-padding">
        <div class="container">
            <div class="row">
                
                <div class="col-md-12">
                     <div class="testimonial-carousel text-center">
                        <?php
                            $sql="SELECT * from testi";
                            $res=mysqli_query($db,$sql);
                            while($row=mysqli_fetch_array($res))
                            {
                        ?>
                      <div class="single-testimonial" style="text-align:center; color:#241208">
                            <p style="text-align:center; color:#241208"><?php echo $row['testi'];?></p>
                            <h5 style="text-align:center;"><?php echo $row['title'];?></h5>
                            <p class="title" style="text-align:center">Customer</p>
                        </div>

                    <?php } ?>
                    </div>
                </div>
            
            </div>
        </div>
    </section>

    <!-- End: Testimonial
    ============================= -->

    <!-- Start: Expert Beauticians
    ============================= -->
    
    

    <!-- End: Expert Beauticians
    ============================= -->

    <!-- Start: Appoinment
    ============================= -->
    
    <section id="appoinment" class="section-padding">
        <div class="container">
            <div class="row">
                <div class="col-md-12">
                     
                    <div class="opening-hours">
                        <?php
                            $sql="SELECT * from header";
                            $res=mysqli_query($db,$sql);
                            while($row=mysqli_fetch_array($res))
                            {
                        ?>
                        <h3>Opening Hours</h3>
                        <p></p>
                        <ul>
                            <li>Opening Hours - <?php echo $row['time']; ?></li>
                            <li></li><br/>
                            <li><i class="fa fa-phone"></i>&nbsp;<?php echo $row['phone']; ?></li><br/>
                            <li><i class="fas fa-envelope"></i><span class="mailto<?php echo $row['mail']; ?>" >&nbsp;<?php echo $row['mail']; ?></li>
                            
                        </ul>
                    <?php } ?>
                    </div>
                    <div class="appoinment-wrapper">
                        <form action="inquiry.php" method="post">
                            <span class="input input--hantus">
                                <input class="input__field input__field--hantus" type="text" id="input-08" name="name" required="" />
                                <label class="input__label input__label--hantus" for="input-08">
                                    <svg class="graphic graphic--hantus" width="100%" height="100%" viewBox="0 0 404 77" preserveAspectRatio="none">
                                    <path d="m0,0l404,0l0,77l-404,0l0,-77z"/>
                                    </svg>
                                    <span class="input__label-content input__label-content--hantus">Name</span>
                                </label>
                            </span>
                            <span class="input input--hantus">
                                <input class="input__field input__field--hantus" type="text" id="input-08" name="email" required="" />
                                <label class="input__label input__label--hantus" for="input-08">
                                    <svg class="graphic graphic--hantus" width="100%" height="100%" viewBox="0 0 404 77" preserveAspectRatio="none">
                                    <path d="m0,0l404,0l0,77l-404,0l0,-77z"/>
                                    </svg>
                                    <span class="input__label-content input__label-content--hantus">Email</span>
                                </label>
                            </span>


                            <span class="input input--hantus">
                                <input class="input__field input__field--hantus" type="text" id="input-09" name="contact" required="" />
                                <label class="input__label input__label--hantus" for="input-09">
                                    <svg class="graphic graphic--hantus" width="100%" height="100%" viewBox="0 0 404 77" preserveAspectRatio="none">
                                    <path d="m0,0l404,0l0,77l-404,0l0,-77z"/>
                                    </svg>
                                    <span class="input__label-content input__label-content--hantus">Phone</span>
                                </label>
                            </span>
        
                            <span class="input input--hantus textarea">
                                <textarea class="input__field input__field--hantus" rows="5" id="input-10" name="msg"></textarea>
                                <label class="input__label input__label--hantus" for="input-10">
                                    <svg class="graphic graphic--hantus" width="100%" height="100%" viewBox="0 0 404 77" preserveAspectRatio="none">
                                    <path d="m0,0l404,0l0,77l-404,0l0,-77z"/>
                                    </svg>
                                    <span class="input__label-content input__label-content--hantus">Message</span>
                                </label>
                            </span>

                            <button type="submit" class="boxed-btn" name="submit">Submit Now</button>
                        </form>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- End: Appoinment
    ============================= -->


    <!-- Start: Our partner
    ============================= -->
    
    <!-- End: Our Partner
    ============================= -->


  

    <?php include("footer.php") ?>

    
    <!-- Scripts -->
    <script src="assets/js/jquery-3.2.1.min.js"></script>
    <script src="assets/js/popper.min.js"></script>
    <script src="assets/js/bootstrap.min.js"></script>
    <script src="assets/js/jquery.sticky.js"></script>
    <script src="assets/js/owl.carousel.min.js"></script>
    <script src="assets/js/jquery.shuffle.min.js"></script>
    <script src="assets/js/jquery.counterup.min.js"></script>
    <script src="assets/js/wow.min.js"></script>
    <script src="assets/js/jquery.meanmenu.min.js"></script>
    <script src="assets/js/jquery.magnific-popup.min.js"></script>
    
    <!-- Custom Script -->
    <script src="assets/js/custom.js"></script>
    
</body>

</html>



Zerion Mini Shell 1.0