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 (0755) :  /home2/imyrqtmy/public_html/asiatourhub/backup/includes/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/imyrqtmy/public_html/asiatourhub/backup/includes/footer.php
<footer id="colophon" class="site-footer footer-primary">
            <div class="top-footer">
               <div class="container">
                  <div class="row">
                     <div class="col-lg-3 col-md-6">
                        <aside class="widget widget_text">
                           <h3 class="widget-title">
                              About India Tour Solution
                           </h3>
                           <div class="textwidget widget-text">
                             Welcome to India Tour Solution – your ultimate travel companion for exploring the enchanting landscapes of India! Whether you're a history buff, a nature lover, or an adventure enthusiast, our expertly curated tour packages cater to every traveler's dream.
                           </div>
                        </aside>
                     </div>
                     <div class="col-lg-2 col-md-6">
                        <aside class="widget widget_text">
                           <h3 class="widget-title">OUR DESTINATION</h3>
                           <div class="textwidget widget-text">
                              Our Top Destination
                              <ul>
                                 <?php  
                                    $sqldestination=mysqli_query($conn,"select * from tbl_category where status='1' ORDER BY order_number asc")or die(mysqli_error());
                                     while($rowdestination=mysqli_fetch_assoc($sqldestination))
                                  {
                                  ?>
                                 <li>
                                    <a href="tour-package/<?php echo $rowdestination['url'];?>.html">
                                       <i class="fas fa-arrow-right"></i>
                                       <?php echo $rowdestination['name'];?>
                                    </a>
                                 </li> 
                                 <?php }?>  
                              </ul>
                           </div>
                        </aside>
                     </div>
                     <div class="col-lg-4 col-md-6">
                        <aside class="widget widget_text">
                           <h3 class="widget-title">OUR PACKAGES</h3>
                           <div class="textwidget widget-text">
                              Our Top Tour Packages
                              <ul>
                                 <?php  
                                    $sqlpackage=mysqli_query($conn,"select * from tbl_product where status='1' ORDER BY ordernumber asc")or die(mysqli_error());
                                     while($rowpackage=mysqli_fetch_assoc($sqlpackage))
                                  {
                                  ?>
                                 <li>
                                    <a href="package-detail/<?php echo $rowpackage['url']; ?>.html">
                                       <i class="fas fa-arrow-right"></i>
                                       <?php echo $rowpackage['productname'];?>
                                    </a>
                                 </li> 
                                 <?php }?>  
                              </ul>
                           </div>
                        </aside>
                     </div>
                     <div class="col-lg-3 col-md-6">
                        <aside class="widget widget_text">
                           <h3 class="widget-title">CONTACT INFORMATION</h3>
                           <div class="textwidget widget-text">
                             We Would Love to Hear from You!
                              <ul>
                                 <li>
                                    <a href="tel:">
                                       <i class="fas fa-phone-alt"></i>
                                       +91-9*********
                                    </a>
                                 </li>
                                 <li>
                                    <a href="tel:">
                                       <i class="fas fa-phone-alt"></i>
                                       +91-9*********
                                    </a>
                                 </li>
                                 <li>
                                    <a href="mailto:info@indiatoursoluiton.org">
                                       <i class="fas fa-envelope"></i>
                                       <span >info@indiatoursoluiton.org</span>
                                    </a>
                                 </li>
                                 <li>
                                    <i class="fas fa-map-marker-alt"></i>
                                    India.
                                 </li>
                              </ul>
                           </div>
                        </aside>
                     </div>
                  </div>
               </div>
            </div>
            <div class="buttom-footer">
               <div class="container">
                  <div class="row align-items-center">
                     <div class="col-md-4">
                        <div class="footer-menu">
                           <ul>
                              <li>
                                 <a href="about.html">About Us</a>
                              </li>
                              <li>
                                 <a href="contact.html">Contact Us</a>
                              </li>
                           </ul>
                        </div>
                     </div>
                     <div class="col-md-4 text-center">
                        <div class="footer-logo">
                           <span style="color:white">India Tour Solution</span>
                        </div>
                     </div>
                     <div class="col-md-4">
                        <div class="copy-right text-right">Copyright © 2024. All rights reserved.</div>
                     </div>
                  </div>
               </div>
            </div>
         </footer>
         <a id="backTotop" href="#" class="to-top-icon">
            <i class="fas fa-chevron-up"></i>
         </a>
          <span class=""><a href="https://api.whatsapp.com/send?phone=91" target="_blank"><img style=" position: fixed;bottom: 80px;right: 10px;height: 40px;  z-index: 10000;" src="assets/images/chat-whatsapp.png"></a></span>
    </main>

MMCT - 2023