-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacy.html
101 lines (92 loc) · 4.6 KB
/
privacy.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width'>
<title>Privacy Policy</title>
<link rel="icon" type="image/png" href="images/thailogogoldn.svg">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous">
<style>
body {
font-family: 'Poppins', sans-serif;
padding: 1em;
position: relative;
background-color: #f9f9f9;
}
.logo-1 {
display: block;
margin: 0 auto 1em;
width: 150px;
}
.container {
max-width: 800px;
margin: 0 auto;
padding: 2em;
background: white;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
border-radius: 10px;
}
h1 {
text-align: center;
margin-bottom: 1em;
}
h4 {
margin-top: 1em;
}
ul {
list-style-type: none;
padding: 0;
}
ul li {
margin-bottom: 0.5em;
}
a {
color: #007bff;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<div class="container">
<img src="img/aimcs.png" alt="Team Thai Logo" class="logo-1">
<h1>AIMCS AFRICA</h1>
<h2>Privacy Policy</h2>
<p>This privacy policy applies to the Thai MIS app, Thai Vision app, and Thai ARMS app (collectively referred to as "Applications") for mobile devices created by Team Thai (hereby referred to as "Service Provider") as free services. These services are intended for use "AS IS" and are strictly for the employees of Team Thai for the purpose of viewing reports within the organization. No personal information is collected from users while using the services. The main functionalities of the apps include adding photos and stock data, accessible to admins and employees for enhanced visibility.</p>
<h4>Information Collection</h4>
<p>We collect only the information necessary for the main purpose of the app, which is for the visibility team to add photos and stock data of our company products while visiting customers and to record the customer's location. We do not collect any personal information from users while using our services. The app is primarily for admins and employees to view reports within the organization.</p>
<h4>Use of Information</h4>
<p>We use the information we collect solely to enhance the functionality of our services, ensuring efficient management of photos and stock data input by the visibility team. This data is instrumental in maintaining and improving our app's performance and facilitating communication.</p>
<h4>Sharing of Information</h4>
<p>We do not share your personal information with third parties except as necessary to provide our services or as required by law.</p>
<h4>Data Security</h4>
<p>We implement security measures to protect your information from unauthorized access, alteration, or destruction.</p>
<h4>Your Rights</h4>
<p>You have the right to access, update, and delete your personal information. Please contact us if you wish to exercise these rights.</p>
<h4>Contact Us</h4>
<p>If you have any questions about this privacy policy, please contact us:</p>
<ul>
<li><strong>Email:</strong> <a href="mailto:[email protected]">[email protected]</a></li>
<li><strong>Phone:</strong> +91 7994447896</li>
<li><strong>Address:</strong> 28/1670 B Thondayad, Mini Bypass Rd, Near Cyber Park, Nellikode, Kozhikode</li>
</ul>
<h4>Changes to This Policy</h4>
<p>We may update this privacy policy from time to time. We will notify you of any changes by posting the new privacy policy on our website.</p>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js" integrity="sha384-smHYKdLADwkXOn1EmN1qk/HfnUcbVRZyYmZ4qpPea6sjB/pTJ0euyQp0Mk8ck+5T" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/bxslider/4.2.12/jquery.bxslider.min.js"></script>
<script src="js/scrollIt.min.js"></script>
<script src="js/wow.min.js"></script>
<script>
$(document).ready(function() {
wow = new WOW();
wow.init();
});
</script>
</body>
</html>