D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home3
/
encodto1
/
public_html
/
Filename :
site-map.php
back
Copy
<!DOCTYPE html> <html lang="en"> <?php include 'style.php' ?> <body> <!-- Main --> <main class="main-page service-details-page portfolio-details-page"> <!-- Header Bar --> <!-- Header --> <?php include 'header.php' ?> <!-- Service Details Hero --> <section class="hero-service-wrap hero-section-wrap hero-overview-wrap"> <div class="hero-section-content-wrap"> <div class="custom-container"> <div class="hero-portfolio-body"> <div class="hero-section-content text-center"> <h5 class="section-subtitle">Site-map</h5> <h1 class="section-title fade-in"> Encoders Unlimited Site Map </h1> </div> </div> </div> </div> </section> <!-- Feature --> <section class="feature3-area feature3-style-2"> <!-- <img src="./assets/imgs/bg-shape-1.svg" alt="Shape" class="bg-shape" /> --> <div class="custom-container"> <div class="feature3-body"> <div class="feature3-lists"> <div class="feature-box"> <i class="icon-box las la-check"></i> <h3>Siliguri</h3> <p> The development process starts with gathering and analyzing the requirements from stakeholders, including clients, end-users, and business analysts requirements from stakeholders, </p> </div> <div class="feature-box"> <i class="icon-box las la-check"></i> <h3>Gangtok</h3> <p> In today's interconnected world, software often needs to integrate with other systems and platforms. Developing software with interoperability in mind ensures. </p> </div> <div class="feature-box"> <i class="icon-box las la-check"></i> <h3>Alipurduar</h3> <p> Software applications should be designed and developed with scalability in mind. As user bases grow and data increases, the software should be able to handle. </p> </div> <div class="feature-box"> <i class="icon-box las la-check"></i> <h3>Guwahati</h3> <p> The development process starts with gathering and analyzing the requirements from stakeholders, including clients, end and business analysts. As user bases grow and data increases </p> </div> <div class="feature-box"> <i class="icon-box las la-check"></i> <h3>Kolkata</h3> <p> Software applications should be designed and developed with scalability in mind. As user bases grow and data increases, the software should be able to handle. </p> </div> <div class="feature-box"> <i class="icon-box las la-check"></i> <h3>West Bengal</h3> <p> The development process starts with gathering and analyzing the requirements from stakeholders, including clients, end and business analysts. As user bases grow and data increases </p> </div> </div> </div> </div> </section> <?php include 'footer.php' ?> </main> <!-- jQuery Frameworks ============================================= --> <script src="assets/js/jquery-3.7.0.min.js"></script> <script src="assets/js/bootstrap.bundle.min.js"></script> <script src="assets/js/gsap.min.js"></script> <script src="assets/js/Draggable.min.js"></script> <script src="assets/js/swiper-bundle.min.js"></script> <script src="assets/js/client-marquee.js"></script> <script src="assets/js/theme-custom.js"></script> <script src="assets/js/form1.js"></script> <script src="assets/js/subscribe-form.js"></script> </body> </html>