MOON
Server: Apache
System: Linux e2e-78-16.ssdcloudindia.net 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
User: imensosw (1005)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/imensosw/www/imenso.co/dev/imenso-dev/index-old.php
<!doctype html>
<html lang="en">
  <head>
    <title>Homepage | Imenso Software</title>
    <?php include 'header.php';?>
  </head>
  <body>
    <?php include 'topbar.php';?>
    <?php include 'banner.php';?>
    
    <section class="burger services background_1" data-aos="fade-up">
      <div class="container">
        <div class="row">
          <div class="col-lg-4 services__sidebar">
            <div class="section-header">
              <span class="shade">What we do?</span>
              <h2>We offer high-quality IT services that evolve with business trends</h2>
              <p>Let your teams focus on what they do best. Give your marketing and design team greater control and free your engineering team to focus on bigger challenges.</p>
              <a href="" class="btn btn-primary mt-3">View All Services</a>
            </div>
          </div>
          <div class="col-lg-7 offset-lg-1">
            <div class="services__wrapper">
              <div class="services__wrapper-item" data-aos="fade-up">
                <img src="images/desktop/development.svg" width="100" alt="">
                <div class="services__item-body">
                   <h5>Development</h5>
                   <p>Bespoke web development services that respond to your business needs services that respond to your.</p>
                   <ul>
                    <li>Product Engineering</li>
                    <li>Digital Transfromation</li>
                    <li>Mobile Apps</li>
                    <li>Process Automation</li>
                    <li>Application Modernization</li>
                   </ul>

                   <a href="" class="link-arrow"><i class="fa fa-long-arrow-right" aria-hidden="true"></i> Know More</a>
                </div>
              </div>
              <div class="services__wrapper-item" data-aos="fade-up">
                <img src="images/desktop/uxuidesign.svg" width="100" alt="">
                <div class="services__item-body">
                   <h5 class="">UX/UI Design</h5>
                   <p>Bespoke web development services that respond to your business needs services that respond to your.</p>
                   <ul>
                    <li>Product Design</li>
                    <li>UX Research</li>
                    <li>UX/UI Design </li>
                    <li>Responsive Web Design (RDW)</li>
                    <li>Wireframing and Prototyping</li>
                   </ul>
                   <a href="" class="link-arrow"><i class="fa fa-long-arrow-right" aria-hidden="true"></i> Know More</a>
                </div>
              </div>
              <div class="services__wrapper-item" data-aos="fade-up">
                <img src="images/desktop/data-analytics.svg" width="100" alt="">
                <div class="services__item-body">
                   <h5 class="">Data Analytics</h5>
                   <p>Bespoke web development services that respond to your business needs services that respond to your.</p>
                   <ul>
                    <li>Data Visualization</li>
                    <li>Dashboards </li>
                    <li>Data Warehousing</li>
                    <li>Power BI reporting</li>
                    <li>Power BI embeded</li>
                   </ul>
                   <a href="" class="link-arrow"><i class="fa fa-long-arrow-right" aria-hidden="true"></i> Know More</a>
                </div>
              </div>
              <div class="services__wrapper-item" data-aos="fade-up">
                <img src="images/desktop/cloud.svg" width="100" alt="">
                <div class="services__item-body">
                   <h5 class="">Cloud</h5>
                   <p>Bespoke web development services that respond to your business needs services that respond to your.</p>
                   <ul>
                    <li>Serverless Architecture</li>
                    <li>AWS Cloud</li>
                    <li>Google Cloud </li>
                    <li>Azure </li>
                    <li>DevOps</li>
                   </ul>
                   <a href="" class="link-arrow"><i class="fa fa-long-arrow-right" aria-hidden="true"></i> Know More</a>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </section>


    <?php include 'help.php';?> 
    <?php include 'faq.php';?> 
    <?php include 'footer.php';?> 
  </body>
</html>