MMCT TEAM
Server IP : 162.214.80.37  /  Your IP : 216.73.216.83
Web Server : Apache
System : Linux sh013.webhostingservices.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
User : imyrqtmy ( 2189)
PHP Version : 8.2.18
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0750) :  /home2/imyrqtmy/public_html/giftsglobal/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/imyrqtmy/public_html/giftsglobal/home.php
<?php  include("admin/includes/config.php"); ?>

<!doctype html>
<html class="no-js" lang="en">

<?php require "inc/head.php"; ?>

<body>

<!-- Main Wrapper Start -->
<div id="main-wrapper" class="section">
    

    <!-- Header Section Start -->

    <?php require "inc/header.php"; ?>


      <!-- <div class="hero-slider section fix">
        
    <iframe src="img/v1.mp4" class="vv" frameborder="0"></iframe>
    </div> -->

<!--    <div class="section fix">-->
<!--    <video class="vv" autoplay muted loop>-->
<!--        <source src="img/v1.mp4" type="video/mp4">-->
<!--        Your browser does not support the video tag.-->
<!--    </video>-->
<!--</div>-->
<div class="section fix">
    <iframe class="vv" 
          
            src="https://www.youtube.com/embed/OxvvdC1ewA4?autoplay=1&mute=1&loop=1&playlist=OxvvdC1ewA4" 
            title="YouTube video player" 
            frameborder="0" 
            allow="autoplay; encrypted-media; loop; picture-in-picture" 
            allowfullscreen>
    </iframe>
</div>


       
 
    <!-- <div class="hero-slider section fix">
        <div class="hero-item" style="background-image: url(img/hero/1.jpg)">
            <div class="hero-content text-center m-auto">
                <h2>Save 25%</h2>
                <h1>Customize Gift Shop</h1>
                <p>"Discover a world of custom gifts that are as unique as the people you care about."</p>
                <a href="about.php">LEARN MORE</a>
            </div>
        </div>
        <div class="hero-item" style="background-image: url(img/hero/2.jpg)">
            <div class="hero-content text-center m-auto">

                <h2>Save 25%</h2>
                <h1>Shop Now</h1>
                <p>Browse our wide selection of customizable gifts. From jewelry to home decor, we have a variety of items that can be personalized.</p>
                <a href="about.php">LEARN MORE</a>
            </div>
        </div>
    </div> -->
    
       
    <!-- Banner Section Start-->
    <div class="banner-section section pt-120">
        <div class="container">
            <div class="row">
                
                <div class="col-lg-6 col-12 mb-30">
                    
                    <div class="single-banner">
                        <img src="img/banner/1.jpg" alt="banner">
                        <div class="banner-content right">
                         
                            <h1 class="white"><span>Perfect Gift for</span>Every Occasion</h1>
                            <a href="shop.php" class="button">Shop Now</a>
                        </div>
                    </div>
                    
                </div>
                
                <div class="col-lg-6 col-12 mb-30">
                    
                    <div class="single-banner">
                        <img src="img/banner/2.jpg" alt="banner">
                        <div class="banner-content left">
                          
                            <h2 class="black"><span class="small">Virtual <span class="red">&nbsp; & </span></span><span class="red">Online </span> Gifts</h2>
                            <a href="shop.php" class="link">Shop Now</a>
                        </div>
                    </div>
                    
                </div>
                
            </div>
        </div>
    </div><!-- Banner Section End-->
    <div class="blog-section section bg-gray pt-100 pb-60">
        <div class="container">
            <div class="row">
                <div class="section-title text-center col mb-60">
                    <h1>Category</h1>
                </div>
            </div>

    <div class="client-section section pb-90">
        <div class="container">
            <div class="row">
                <div class="col">
                    
                    <div class="client-slider text-center product">
                        <?php
                                $query = "SELECT * FROM categories";
                                $query_run =mysqli_query($conn, $query);
                                    
                                if(mysqli_num_rows($query_run) > 0){
                                    foreach($query_run as $row){    
                        ?>
                    
                        <div class="single-client">
                            <img src="<?php echo "admin/category/". $row['photo'] ?>" class="cate" alt="client"> 
                            <div class="mt-3">
                            <h3><a href="shopbycat.php?category_id=<?php echo $row['id']; ?>"><?php echo $row['cat_name'] ?></a></h3>
                            </div>
                        </div>

                        <?php 
                    }} 
                    ?>

                        <!-- <div class="single-client">
                            <img src="img/blog/1.jpg" class="cate" alt="client">
                           <div class="mt-3">
                           <h3><a href="shop.php">Cate1</a></h3>
                           </div>
                        </div>
                        <div class="single-client">
                            <img src="img/blog/2.jpg" class="cate" alt="client">
                           <div class="mt-3">
                           <h3><a href="shop.php">Cate2</a></h3>
                           </div>
                        </div>
                        <div class="single-client">
                            <img src="img/blog/3.jpg" class="cate" alt="client">
                            <div class="mt-3">
                            <h3><a href="shop.php">Cate3</a></h3>

                            </div>
                        </div>
                        <div class="single-client">
                            <img src="img/blog/1.jpg" class="cate" alt="client">
                           <div class="mt-3">
                           <h3><a href="shop.php">Cate4</a></h3>

                           </div>
                        </div>
                        <div class="single-client">
                            <img src="img/blog/2.jpg" class="cate" alt="client">
                          <div class="mt-3">
                          <h3><a href="shop.php">Cate5</a></h3>

                          </div>
                        </div>
                        <div class="single-client">
                            <img src="img/blog/3.jpg" class="cate" alt="client">
                          <div class="mt-3">
                          <h3><a href="shop.php">Cate6</a></h3>

                          </div>
                        </div> -->
                        
                    </div>
                    
                </div>
            </div>
        </div>
    </div>
    </div>
    </div>
    
    <!-- Client Section End-->


    <!-- <div class="blog-section section bg-gray pt-100 pb-60">
        <div class="container">
            <div class="row">
                <div class="section-title text-center col mb-60">
                    <h1>Category</h1>
                </div>
            </div>
            <div class="row">
                <div class="blog-item col-lg-4 col-md-6 col-12 mb-60">
                    <a href="shop.php" class="image"><img src="img/blog/1.jpg" alt="blog"></a>
                    <div class="content fix">
                        <h4 class="title"><a href="shop.php">Doll</a></h4>
                    </div> 
                </div>
                <div class="blog-item col-lg-4 col-md-6 col-12 mb-60">
                    <a href="shop.php" class="image"><img src="img/blog/2.jpg" alt="blog"></a>
                    <div class="content fix">
                        <h4 class="title"><a href="shop.php">Gift</a></h4>
                    </div>
                </div>
                <div class="blog-item col-lg-4 col-md-6 col-12 mb-60">
                    <a href="shop.php" class="image"><img src="img/blog/3.jpg" alt="blog"></a>
                    <div class="content fix">
                        <h4 class="title"><a href="shop.php">Gift</a></h4>
                    </div>
                </div>
            </div>
        </div>
    </div> -->
    
       
    <!-- Product Section Start-->
    <div class="product-section section pt-70 pb-60">
        <div class="container">
           
            <!-- Section Title Start-->
            <div class="row">
                <div class="section-title text-center col mb-60">
                    <h1 style="color:white;">Featured Products</h1>
                </div>
            </div><!-- Section Title End-->
            
            <!-- Product Wrapper Start-->
            <div class="row">
                
                <!-- Product Start-->

                            <?php
                                // $query = "SELECT * FROM products";
                                $query = "SELECT * FROM products ORDER BY RAND() LIMIT 9";
                                $query_run =mysqli_query($conn, $query);
                                    
                                if(mysqli_num_rows($query_run) > 0){
                                    foreach($query_run as $row){    
                                ?>

                <div class="col-lg-4 col-md-6 col-12 mb-60">
                    <div class="product">
                        <div class="image">
                            <a href="product-details.php" class="img"><img src="<?php echo "admin/products/" . $row['photo']; ?>" alt="Product"></a>
                        </div>
                        <div class="content">
                            <div class="head fix">
                                <div class="title-category float-left">
                                    <h4 class="title1"><a href="product-details.php?id=<?php echo $row['id']; ?>"><?php echo $row['product_name']; ?></a></h4>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>

              
            
                <?php }} ?>
              
              
                <div class="single-banner">
                       
                        <div class="banner-content right">
                           
                            <a href="shop.php" class="button">View More</a>
                        </div>
                    </div>
               
               
                
            </div><!-- Product Wrapper End-->
            
        </div>
    </div><!-- Product Section End-->
    
       
    <!-- Testimonial Section Start-->
    <!-- <div class="testimonial-section section bg-gray pt-100 pb-65" style="background-image: url(img/bg/testimonial.png)"> -->
    <div class="testimonial-section section bg-gray pt-100 pb-65" >
        <div class="container">
           
            <!-- Section Title Start-->
            <div class="row">
                <div class="section-title text-center col mb-60">
                    <h1>Customer Reviews</h1>
                </div>
            </div><!-- Section Title End-->
            
            <div class="row justify-content-center">
                <div class="col-lg-8 col-md-10 col-12 ">
                    
                    <!-- Testimonial Slider Start -->
                    <div class="testimonial-slider text-center">
                        
                        <!-- Single Testimonial -->
                        <div class="single-testimonial">
                            <!--<img src="img/testimonial/1.jpg" alt="customer">-->
                            <p>“I ordered a custom necklace for my best friend’s birthday, and she absolutely loved it! The engraving was perfect, and it made her feel so special. Thank you for creating such a meaningful gift!”</p>
                            <h5>Karanveer</h5>
                        </div>
                        
                        <!-- Single Testimonial -->
                        <div class="single-testimonial">
                            <!--<img src="img/testimonial/1.jpg" alt="customer">-->
                            <p>“I ordered personalized mugs for my family reunion, and they were a huge hit. The quality was fantastic, and the personal touches made them even more memorable!”</p>
                            <h5>Kavita Sharma</h5>
                        </div>
                        
                        <!-- Single Testimonial -->
                        <div class="single-testimonial">
                            <!--<img src="img/testimonial/1.jpg" alt="customer">-->
                            <p>"A hidden gem!"
                            "I stumbled upon this shop and was blown away by the variety of items. From handmade crafts to luxury gifts, there's something for everyone. Highly recommend!"</p>
                            <h5>Vijay Singh</h5>
                        </div>

                        <div class="single-testimonial">
                            <!--<img src="img/testimonial/1.jpg" alt="customer">-->
                            <p>"Perfect gifts for every occasion!"
                            "I always find the most unique and thoughtful gifts here. The staff is super friendly, and everything is beautifully arranged. My go-to shop for birthdays and holidays!"</p>
                            <h5>Pawan Sharma</h5>
                        </div>

                        <div class="single-testimonial">
                            <!--<img src="img/testimonial/1.jpg" alt="customer">-->
                            <p>"Exceptional quality and service."
                            "Not only are the products amazing, but the gift wrapping service is a game-changer. The team made my shopping experience stress-free. I'll definitely be back!"</p>
                            <h5>Priya Rastogi</h5>
                        </div>

                        <div class="single-testimonial">
                            <!--<img src="img/testimonial/1.jpg" alt="customer">-->
                            <p>"Exceptional quality and service."
                            "Not only are the products amazing, but the gift wrapping service is a game-changer. The team made my shopping experience stress-free. I'll definitely be back!"</p>
                            <h5>Ekta Nagpal</h5>
                        </div>

                        <div class="single-testimonial">
                            <!--<img src="img/testimonial/1.jpg" alt="customer">-->
                            <p>"I was looking for a unique gift for my best friend's wedding, and this site had the perfect options. The personalized wine glasses were a hit. Excellent packaging too!"
                        </p>
                            <h5>Neha S., Delhi</h5>
                        </div>
                        
                    </div><!-- Testimonial Slider End -->
                    
                </div>
            </div>
            
        </div>
    </div><!-- Testimonial Section End-->
    
       
    <!-- Newsletter Section Start-->
    <!-- <div class="newsletter-section section pt-100 pb-120">
        <div class="container">
           
           
            <div class="row">
                <div class="section-title text-center col mb-55">
                    <h1>Newsletter</h1>
                    <p>On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment.</p>
                </div>
            </div>
            
            <div class="row">
                <div class="text-center col">
                    
                  
                    <form action="http://devitems.us11.list-manage.com/subscribe/post?u=6bbb9b6f5827bd842d9640c82&amp;id=05d85f18ef" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="subscribe-form validate" target="_blank" novalidate>
                        <div id="mc_embed_signup_scroll">
                            <label for="mce-EMAIL" class="d-none">Subscribe to our mailing list</label>
                            <input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="Your email address" required>
                           
                            <div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_6bbb9b6f5827bd842d9640c82_05d85f18ef" tabindex="-1" value=""></div>
                            <button type="submit" name="subscribe" id="mc-embedded-subscribe" class="button">subscribe</button>
                        </div>
                    </form>
                    
                </div>
            </div>
            
        </div>
    </div> -->
    <!-- Testimonial Section End-->
    
       
    <!-- Blog Section Start-->
    <!-- <div class="blog-section section bg-gray pt-100 pb-60">
        <div class="container">
           
            <div class="row">
                <div class="section-title text-center col mb-60">
                    <h1>Christmas Blog</h1>
                </div>
            </div>
            
            <div class="row">
       
                <div class="blog-item col-lg-4 col-md-6 col-12 mb-60">
                
                    <a href="shop.php" class="image"><img src="img/blog/1.jpg" alt="blog"></a>
                 
                    <div class="content fix">
                   
                        <span class="publish"><span>Published on:</span> 25 May 2017</span>
                      
                        <h4 class="title"><a href="shop.php">If you are going to use a passage.</a></h4>
                     
                        <p>If you are going to use a passage of Lorem Ipsum, yneed to be sure there isn't anything embarrassing hidden ithe middle text. All the Lorem Ipsum.</p>
                        
                   
                        <a href="shop.php" class="read-more">Read More</a>
                        
                    </div>
                    
                </div>
                <div class="blog-item col-lg-4 col-md-6 col-12 mb-60">
                 
                    <a href="shop.php" class="image"><img src="img/blog/2.jpg" alt="blog"></a>
                
                    <div class="content fix">
                     
                        <span class="publish"><span>Published on:</span> 25 May 2017</span>
                    
                        <h4 class="title"><a href="shop.php">Ut enim ad minima veniam, quis.</a></h4>
                      
                        <p>If you are going to use a passage of Lorem Ipsum, yneed to be sure there isn't anything embarrassing hidden ithe middle text. All the Lorem Ipsum.</p>
                       
                        <a href="shop.php" class="read-more">Read More</a>
                        
                    </div>
                    
                </div>
                <div class="blog-item col-lg-4 col-md-6 col-12 mb-60">
             
                    <a href="shop.php" class="image"><img src="img/blog/3.jpg" alt="blog"></a>
                  
                    <div class="content fix">
                   
                        <span class="publish"><span>Published on:</span> 25 May 2017</span>
                   
                        <h4 class="title"><a href="shop.php">At vero eos et accusamus et iusto</a></h4>
                        
                    
                        <p>If you are going to use a passage of Lorem Ipsum, yneed to be sure there isn't anything embarrassing hidden ithe middle text. All the Lorem Ipsum.</p>
                        
                        
                        <a href="shop.php" class="read-more">Read More</a>
                        
                    </div>
                    
                </div>
                
            </div>
            
        </div>
    </div> -->
    
       
    <!-- Footer Section Start-->
    <?php require "inc/footer.php"; ?>

    

</div><!-- Main Wrapper End -->

<!-- JS
============================================ -->

<!-- jQuery JS -->
<script src="js/vendor/jquery-1.12.0.min.js"></script>
<script src="js/vendor/jquery-migrate-1.4.1.min.js"></script>
<!-- Popper JS -->
<script src="js/popper.min.js"></script>
<!-- Bootstrap JS -->
<script src="js/bootstrap.min.js"></script>
<!-- Plugins JS -->
<script src="js/plugins.js"></script>
<!-- Ajax Mail JS -->
<script src="js/ajax-mail.js"></script>
<!-- Main JS -->
<script src="js/main.js"></script>
</body>

</html>

MMCT - 2023