File: /home/imensosw/www/imenso.co/dev/imenso/contact.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">Contact Us</span>
<h1 style="font-size: 62px;">Book Free Consultation</h2>
</div>
</div>
</div>
</div>
</section> -->
<section class="burger" style="display:block; margin-top:100px; background-color:#fff;">
<div class="container">
<div class="row">
<div class="col-lg-3 sidebar">
<span class="shade-big">Book Free Consultation</span>
<p class="mt-4 sml-p">Imenso software offers flexible engagement models for companies that outsource software development to fuel their mission with our ninja expertise in web and mobile development.</p>
</div>
<div class="col-lg-8 offset-lg-1">
<h2 class="big-light">Lets discuss your project!</h2>
<form class="mt-5 estimate">
<div class="form-row">
<div class="col">
<div class="form-group">
<label>First Name</label>
<input type="" class="form-control" name="">
</div>
</div>
<div class="col">
<div class="form-group">
<label>Last Name</label>
<input type="" class="form-control" name="">
</div>
</div>
</div>
<div class="form-row">
<div class="col">
<div class="form-group">
<label>Company Name</label>
<input type="" class="form-control" name="">
</div>
</div>
<div class="col">
<div class="form-group">
<label>Company Email Address</label>
<input type="" class="form-control" name="">
</div>
</div>
</div>
<div class="form-group">
<label>Write your requirement</label>
<textarea class="form-control" rows="3"></textarea>
</div>
<div class="mt-5 text-center">
<a href="" class="btn btn-primary">Get Free Estimate</a>
</div>
</form>
<div class="banner-logos text-center" style="margin-top:80px;">
<div class="my-3 blur-heading text-center">Trusted By</div>
<img src="images/logos-2.png" class="img-fluid" width="350">
<img src="images/logos-2.png" class="img-fluid" width="350">
</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>