-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprivacy.php
106 lines (85 loc) · 6.31 KB
/
privacy.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Inesh | Privacy Policy</title>
<!-- Stylesheets -->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<!-- mobile responsive meta -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!--Favicon-->
<link rel="shortcut icon" href="images/logo.png" type="image/x-icon">
<link rel="icon" href="images/logo.png" type="image/x-icon">
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
<script>
$(function(){
$("#header1").load("header.php");
$("#footer1").load("footer.php");
});
</script>
</head>
<body>
<div class="page-wrapper">
<!-- Preloader -->
<div class="preloader"></div>
<!-- Preloader -->
<div id="header1"></div>
<!--Wellcome Section-->
<section class="wellcome-section">
<div class="container">
<div class="section-title text-center">
<h2>Privacy Policy</h2>
</div>
<div class="container">
<p style="font-size: 1.5rem; color: black; margin-bottom: 10px!important; font-weight: 600">At Inesh, we are committed to protecting the privacy and confidentiality of information about our customers as well as the data of our customers. We take following steps to safeguard the privacy of information of our client, both online and offline:</p> <Br/>
• We notify our customers when we need any information and request the same from them, including the type of information and the purpose for which that information will be used.<br/>
• We maintain accurate records of our clients and provide access to personal, identifiable, and retainable information online.<br/>
• We safeguard the information of our clients using secure system technology, physically and electronically.<br/><br/>
Our Privacy Policy applies to all the information that we receive from our customers online and in a document form. We collect all the information from our customers or about our customers in instances when a customer initiates an online request for a demonstration or executes contracts with Inesh. In these situations, we collect information to verify our customers' identities and intent for use of our product(s). The specific information that we require from our customers includes: name, address, email and their phone number.
Inesh may also use information about our customers for the internal business purposes, such as billing, statistics, client services, fraud monitoring, and improving the products offered by Inesh. Additionally, we may use the information, including postal address and/or email address to send you the product information and marketing material. (You will have an option to opt out of receiving such information by contacting Inesh and a written request to be removed from any such list.)
<h5>Disclosure</h5>
We may disclose any of the information that we collect from or about you (as described above) to the following types of entities upon a written request: regulatory authorities, affiliated or partner companies, data bureaus, or an entity that has executed a service or a product contract with Inesh for purposes of providing our software solution(s).<br/>
We do not disclose any personal identity information data you may provide to us via our online software to any third party for any kind of marketing purposes. We do not sell, trade or distribute the information that we collect from you to any outside vendors or third parties unrelated to the services provided by Inesh. These types of information may be disclosed to the authorized regulatory authorities upon request, as required by law.
<h5>Use of Cookies</h5>
Inesh uses "cookie" technology in web sessions during which users will access our software product site. The use of cookies as described above, is limited to the creation of a trace identification number each time you will sign on to the website and such cookies will expire within a short period of time after leaving the site.
</div>
</div>
</section>
<div id="footer1"></div>
<!--Scroll to top-->
<div class="scroll-to-top scroll-to-target" data-target=".header-top"><span class="icon fa fa-angle-up"></span></div>
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.fancybox.pack.js"></script>
<script src="js/jquery.fancybox-media.js"></script>
<script src="js/html5lightbox.js"></script>
<script src="js/isotope.js"></script>
<!-- revolution slider js -->
<script src="assets/revolution/js/jquery.themepunch.tools.min.js"></script>
<script src="assets/revolution/js/jquery.themepunch.revolution.min.js"></script>
<script src="assets/revolution/js/extensions/revolution.extension.actions.min.js"></script>
<script src="assets/revolution/js/extensions/revolution.extension.carousel.min.js"></script>
<script src="assets/revolution/js/extensions/revolution.extension.kenburn.min.js"></script>
<script src="assets/revolution/js/extensions/revolution.extension.layeranimation.min.js"></script>
<script src="assets/revolution/js/extensions/revolution.extension.migration.min.js"></script>
<script src="assets/revolution/js/extensions/revolution.extension.navigation.min.js"></script>
<script src="assets/revolution/js/extensions/revolution.extension.parallax.min.js"></script>
<script src="assets/revolution/js/extensions/revolution.extension.slideanims.min.js"></script>
<script src="assets/revolution/js/extensions/revolution.extension.video.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/validate.js"></script>
<script src="js/wow.js"></script>
<!-- gmap helper -->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAHzPSV2jshbjI8fqnC_C4L08ffnj5EN3A"></script>
<!--gmap script-->
<script src="js/gmaps.js"></script>
<script src="js/map-helper.js"></script>
<!-- bxslider -->
<script src="js/jquery.appear.js"></script>
<script src="js/jquery.countTo.js"></script>
<script src="js/script.js"></script>
</body>
</html>