144 lines
6.9 KiB
PHP
144 lines
6.9 KiB
PHP
<!DOCTYPE html>
|
||
<html>
|
||
|
||
<?php include('includes/head/head.php'); ?>
|
||
|
||
<body>
|
||
|
||
<!-- Loader -->
|
||
<div id="loader-overflow">
|
||
<div id="loader3">Please enable JS</div>
|
||
</div>
|
||
|
||
<div id="wrap" class="boxed ">
|
||
<div class="grey-bg">
|
||
|
||
<!-- Header -->
|
||
|
||
<?php include('includes/header/header.php'); ?>
|
||
|
||
<!-- Page Title -->
|
||
<div class="page-title-cont page-title-large grey-dark-bg page-title-img pt-150"
|
||
style="background-image: url(images/about-me.jpg)">
|
||
<div class="relative container align-left">
|
||
<div class="row">
|
||
<div class="col-md-8">
|
||
<h1 class="page-title">Ideal Business Practice</h1>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="container pt-100">
|
||
<div class="row masonry">
|
||
<div class="col-sm-6 col-md-6 col-lg-6 pb-70">
|
||
<div class="post-prev-img">
|
||
<img src="images/blog/proces-diagnostic.png" alt="img">
|
||
</div>
|
||
<div class="post-prev-title">
|
||
<h3>Process Diagnostic</h3>
|
||
</div>
|
||
<div class="post-prev-text">
|
||
<p>Tenext Techonologies Solution Development methodology assimilates best practices in the
|
||
industry. Flexibility
|
||
in complying with customer specific or commercial Application Development framework.
|
||
</p>
|
||
<p>We have institutionalized sound Project Management which defines activities to be
|
||
performed from initial
|
||
customer contact through final delivery, and is supported by Tenext Techonology Center
|
||
for
|
||
Quality Management.</p><br>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="col-sm-6 col-md-6 col-lg-6 pb-70">
|
||
<div class="post-prev-img">
|
||
<img src="images/blog/process-improvement.png" alt="img">
|
||
</div>
|
||
<div class="post-prev-title">
|
||
<h3>Process Improvement</h3>
|
||
</div>
|
||
<div class="post-prev-text">
|
||
<p>Business Process Improvement (BPI) employs a systematic approach to help any organization
|
||
make significant changes in the
|
||
way it does business. BPI aims for a complete transformation of an organization’s
|
||
performance, not simply a series of incremental
|
||
adjustments.</p>
|
||
<p>With this knowledge, Tenext Techonologies BPI experts design new Processes that will
|
||
maximize
|
||
Customer Value and Operate Efficiently.
|
||
Implementing these Processes will revolutionize the organization and its systems.</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="row masonry">
|
||
<!-- Post Item -->
|
||
<div class="col-sm-6 col-md-6 col-lg-6 pb-70">
|
||
<div class="post-prev-img">
|
||
<img src="images/blog/focused-process.png" alt="img">
|
||
</div>
|
||
<div class="post-prev-title">
|
||
<h3>Focused Process Solutions</h3>
|
||
</div>
|
||
<div class="post-prev-text">
|
||
<p>Quality development begins with an understanding of your wants and needs. Tenext
|
||
Understands no two projects are the
|
||
same – and no one plan works for all projects. With this in mind, developed has
|
||
developed an Application Development Process
|
||
to serve as our software development life cycle (SDLC) for application development.</p>
|
||
<p>It has been designed with the rigor to consistently deliver, the flexibility to support
|
||
and the scalability to maximize the
|
||
investment.</p><br>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="col-sm-6 col-md-6 col-lg-6 pb-70">
|
||
<div class="post-prev-img">
|
||
<img src="images/blog/customer-experience.png" alt="img">
|
||
</div>
|
||
<div class="post-prev-title">
|
||
<h3>Customer Experience</h3>
|
||
</div>
|
||
<div class="post-prev-text">
|
||
<p>We chase our Dreams to build an Innovation Based Economy by constructing solid Verticals
|
||
to meet the next generation people,
|
||
process and technology; Our Teams are built to achieve customer requirements with high
|
||
responsibility, irrespective of heights.
|
||
</p>
|
||
<p>We deliver customer experience by building new class of solution that has a perfect
|
||
combination of mobility, adaptability
|
||
and manageability from a single platform which is capable of providing secure, reliable,
|
||
and scalable connected framework
|
||
of business and market.</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<!-- Footer -->
|
||
<?php include('includes/footer/footer.php'); ?>
|
||
<!-- BACK TO TOP -->
|
||
<p id="back-top">
|
||
<a href="#top" title="Back to Top"><span class="icon icon-arrows-up"></span></a>
|
||
</p>
|
||
</div>
|
||
</div>
|
||
<!-- End wrap -->
|
||
|
||
<!-- JS begin -->
|
||
<script type="text/javascript" src="js/jquery-1.11.2.min.js"></script>
|
||
<script src="js/bootstrap.min.js"></script>
|
||
<script src='js/jquery.magnific-popup.min.js'></script>
|
||
<script type="text/javascript" src="js/imagesloaded.pkgd.min.js"></script>
|
||
<script type="text/javascript" src="js/masonry.pkgd.min.js"></script>
|
||
<script type="text/javascript" src="js/jquery.countTo.js"></script>
|
||
<script type="text/javascript" src="js/jquery.appear.js"></script>
|
||
<script type="text/javascript" src="js/owl.carousel.min.js"></script>
|
||
<script src="js/main.js"></script>
|
||
<!-- JS end -->
|
||
|
||
</body>
|
||
|
||
</html>
|