added features in software development page.
This commit is contained in:
@@ -368,11 +368,15 @@
|
|||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
background: var(--bs-white);
|
background: var(--bs-white);
|
||||||
transition: 0.5s;
|
transition: 0.5s;
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.feature .feature-item:hover {
|
.feature .feature-item:hover {
|
||||||
background: var(--bs-primary);
|
background: var(--bs-primary);
|
||||||
}
|
}
|
||||||
|
.feature .feature-item:hover h6 {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
.feature .feature-item .feature-icon {
|
.feature .feature-item .feature-icon {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|||||||
@@ -173,6 +173,143 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- Software develppment End -->
|
<!-- Software develppment End -->
|
||||||
|
|
||||||
|
<!-- Feature Start -->
|
||||||
|
<div class="container-fluid feature bg-light py-5">
|
||||||
|
<div class="container py-5">
|
||||||
|
<div
|
||||||
|
class="text-center mx-auto pb-5 wow fadeInUp"
|
||||||
|
data-wow-delay="0.2s"
|
||||||
|
style="max-width: 800px">
|
||||||
|
<h4 class="text-primary">Key Features</h4>
|
||||||
|
<h1 class="display-4 mb-4">Innovative Solutions for a Better Future</h1>
|
||||||
|
<!-- <p class="mb-0">
|
||||||
|
Explore our range of advanced technologies and solutions designed to transform industries, enhance productivity, and drive sustainable growth.
|
||||||
|
</p> -->
|
||||||
|
</div>
|
||||||
|
<div class="row g-4">
|
||||||
|
<div
|
||||||
|
class="col-md-6 col-lg-6 col-xl-4 wow fadeInUp"
|
||||||
|
data-wow-delay="0.2s">
|
||||||
|
<div class="feature-item p-4 pt-0">
|
||||||
|
<div class="feature-icon p-4 mb-4">
|
||||||
|
<i class="fab fa-google-play fa-3x"></i>
|
||||||
|
</div>
|
||||||
|
<h6 class="mb-4">
|
||||||
|
White labelled Mobile App* on Play Store and Appstore
|
||||||
|
</h6>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="col-md-6 col-lg-6 col-xl-4 wow fadeInUp"
|
||||||
|
data-wow-delay="0.4s">
|
||||||
|
<div class="feature-item p-4 pt-0">
|
||||||
|
<div class="feature-icon p-4 mb-4">
|
||||||
|
<i class="fas fa-bell fa-3x"></i>
|
||||||
|
</div>
|
||||||
|
<h6 class="mb-4">
|
||||||
|
Real-time Notifications for faster engagement
|
||||||
|
</h6>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="col-md-6 col-lg-6 col-xl-4 wow fadeInUp"
|
||||||
|
data-wow-delay="0.6s">
|
||||||
|
<div class="feature-item p-4 pt-0">
|
||||||
|
<div class="feature-icon p-4 mb-4">
|
||||||
|
<i class="fas fa-business-time fa-3x"></i>
|
||||||
|
</div>
|
||||||
|
<h6 class="mb-4">
|
||||||
|
Rule Engine brings complete control on business processes
|
||||||
|
</h6>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="col-md-6 col-lg-6 col-xl-4 wow fadeInUp"
|
||||||
|
data-wow-delay="0.8s">
|
||||||
|
<div class="feature-item p-4 pt-0">
|
||||||
|
<div class="feature-icon p-4 mb-4">
|
||||||
|
<i class="fas fa-tag fa-3x"></i>
|
||||||
|
</div>
|
||||||
|
<h6 class="mb-4">
|
||||||
|
Tagging enables you to Understand patterns and pick and visualize data
|
||||||
|
</h6>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="col-md-6 col-lg-6 col-xl-4 wow fadeInUp"
|
||||||
|
data-wow-delay="0.2s">
|
||||||
|
<div class="feature-item p-4 pt-0">
|
||||||
|
<div class="feature-icon p-4 mb-4">
|
||||||
|
<i class="fas fa-map-pin fa-3x"></i>
|
||||||
|
</div>
|
||||||
|
<h6 class="mb-4">
|
||||||
|
GPS Enabled Workflows for real time tracking of assets
|
||||||
|
</h6>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="col-md-6 col-lg-6 col-xl-4 wow fadeInUp"
|
||||||
|
data-wow-delay="0.4s">
|
||||||
|
<div class="feature-item p-4 pt-0">
|
||||||
|
<div class="feature-icon p-4 mb-4">
|
||||||
|
<i class="fas fa-satellite-dish fa-3x"></i>
|
||||||
|
</div>
|
||||||
|
<h6 class="mb-4">
|
||||||
|
Demand forecasting driven purchase planning reduces capital risks
|
||||||
|
</h6>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="col-md-6 col-lg-6 col-xl-4 wow fadeInUp"
|
||||||
|
data-wow-delay="0.6s">
|
||||||
|
<div class="feature-item p-4 pt-0">
|
||||||
|
<div class="feature-icon p-4 mb-4">
|
||||||
|
<i class="fas fa-tasks fa-3x"></i>
|
||||||
|
</div>
|
||||||
|
<h6 class="mb-4">
|
||||||
|
Line of Business feature allows to create rules specific to each Business vertical
|
||||||
|
</h6>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="col-md-6 col-lg-6 col-xl-4 wow fadeInUp"
|
||||||
|
data-wow-delay="0.8s">
|
||||||
|
<div class="feature-item p-4 pt-0">
|
||||||
|
<div class="feature-icon p-4 mb-4">
|
||||||
|
<i class="fas fa-sync fa-3x"></i>
|
||||||
|
</div>
|
||||||
|
<h6 class="mb-4">
|
||||||
|
Integrate with existing ERP, handle change management with ease.
|
||||||
|
</h6>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="col-md-6 col-lg-6 col-xl-4 wow fadeInUp"
|
||||||
|
data-wow-delay="0.8s">
|
||||||
|
<div class="feature-item p-4 pt-0">
|
||||||
|
<div class="feature-icon p-4 mb-4">
|
||||||
|
<i class="fas fa-laptop-house fa-3x"></i>
|
||||||
|
</div>
|
||||||
|
<h6 class="mb-4">
|
||||||
|
Successful handheld Remote Implementation. Solution centric approach
|
||||||
|
</h6>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Feature End -->
|
||||||
|
|
||||||
|
|
||||||
<!-- Footer Start -->
|
<!-- Footer Start -->
|
||||||
<footer>
|
<footer>
|
||||||
|
|||||||
Reference in New Issue
Block a user