File: /home/imensosw/www/imenso.co/dev/imenso/work.php
<!doctype html>
<html lang="en-US" >
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="http://gmpg.org/xfn/11">
<title>Homepage | Imenso Software</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.css" integrity="sha384-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG/eSrtxUkn" crossorigin="anonymous">
<link rel='stylesheet' href='css/style.css' media='all' />
<link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.min.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" media="all">
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
<style type="text/css">
.navbar {
height: 100px;
}
.offset {
margin-top: 100px;
}
</style>
</head>
<body>
<?php include('header.php');?>
<section class="burger border-bottom" data-aos="fade-up">
<img src="images/lines.svg" class="line2" width="300">
<img src="images/lines.svg" class="line1" width="300">
<div class="container">
<div class="row">
<div class="col-sm-8 m-auto">
<div class="section-header text-center mt-5">
<span class="shade">Success Stories</span>
<h1 style="font-size: 62px;">Creating world-class digital products</h2>
</div>
</div>
</div>
</div>
</section>
<section class="mt-5 projects">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="d-flex">
<ul class="tabs">
<li><a href="" class="active">Services</a></li>
<li><a href="">Industries</a></li>
<li><a href="">Technologies</a></li>
</ul>
</div>
<div class="blog__category">
<ul>
<li> <a href="#">All</a> </li>
<li> <a href="#">Analytics</a> </li>
<li> <a href="#">Cloud Computing</a> </li>
<li> <a href="#">Development</a> </li>
<li> <a href="#">Digital Marketing</a> </li>
<li> <a href="#">Ecommerce</a> </li>
<li> <a href="#">Healthcare</a> </li>
<li> <a href="#">Marketplace</a> </li>
<li> <a href="#">Outsourcing</a> </li>
<li> <a href="#">SQL Server</a> </li>
<li> <a href="#">Trending</a> </li>
<li> <a href="#">Wordpress</a> </li>
</ul>
</div>
</div>
</div>
<div class="row mt-5">
<div class="col-lg-12">
<div class="projects image-grid">
<div class="project-item">
<a href="" target="_blank"><img src="images/project3.png" class=""></a>
<div class="project-brief">
<p>MobilePay</p>
<h3>Creating better payment experiences for healthcare</h3>
</div>
</div>
<div class="project-item">
<a href="" target="_blank"><img src="images/mps-com-2.png" class=""></a>
<div class="project-brief">
<p>Patient Communication Portal</p>
<h3>Collaborating patient workflows effectively through patient communication</h3>
</div>
</div>
</div>
<div class="cursor cursor-eye">
<span class="cursor-show">View</span>
</div>
</div>
</div>
<div class="row mt-5">
<div class="col-lg-12">
<div class="projects image-grid">
<div class="project-item">
<a href="" target="_blank"><img src="images/lm-thumb.jpg" class=""></a>
<div class="project-brief">
<p>MobilePay</p>
<h3>Creating better payment experiences for healthcare</h3>
</div>
</div>
<div class="project-item">
<a href="" target="_blank"><img src="images/project3.png" class=""></a>
<div class="project-brief">
<p>Patient Communication Portal</p>
<h3>Collaborating patient workflows effectively through patient communication</h3>
</div>
</div>
</div>
<div class="cursor cursor-eye">
<span class="cursor-show">View</span>
</div>
</div>
</div>
<div class="row mt-5">
<div class="col-lg-12">
<div class="projects image-grid">
<div class="project-item">
<a href="" target="_blank"><img src="images/project3.png" class=""></a>
<div class="project-brief">
<p>MobilePay</p>
<h3>Creating better payment experiences for healthcare</h3>
</div>
</div>
<div class="project-item">
<a href="" target="_blank"><img src="images/mps-com-2.png" class=""></a>
<div class="project-brief">
<p>Patient Communication Portal</p>
<h3>Collaborating patient workflows effectively through patient communication</h3>
</div>
</div>
</div>
<div class="cursor cursor-eye">
<span class="cursor-show">View</span>
</div>
</div>
</div>
<div class="row mt-5">
<div class="col-lg-12">
<div class="projects image-grid">
<div class="project-item">
<a href="" target="_blank"><img src="images/lm-thumb.jpg" class=""></a>
<div class="project-brief">
<p>MobilePay</p>
<h3>Creating better payment experiences for healthcare</h3>
</div>
</div>
<div class="project-item">
<a href="" target="_blank"><img src="images/project3.png" class=""></a>
<div class="project-brief">
<p>Patient Communication Portal</p>
<h3>Collaborating patient workflows effectively through patient communication</h3>
</div>
</div>
</div>
<div class="cursor cursor-eye">
<span class="cursor-show">View</span>
</div>
</div>
</div>
</div>
</section>
<?php include('footer.php');?>
<script type="text/javascript" src="https://unpkg.co/gsap@3/dist/gsap.min.js"></script>
<!-- <script type="text/javascript">
$(document).ready(function () {
$(window).scroll(function () {
$('.blog__category').toggleClass("fixed", ($(window).scrollTop() > 300));
});
});
</script> -->
</body>
</html>