-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacy.php
141 lines (124 loc) · 4.76 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
<?php require_once('./App.php'); ?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="forntEnd-Developer" content="Mamunur Rashid">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> Privacy Policy - MTL Wheels</title>
<!-- favicon -->
<link rel="shortcut icon" href="assets/images/favicon.html" type="image/x-icon">
<!-- bootstrap -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<!-- Plugin css -->
<link rel="stylesheet" href="assets/css/plugin.css">
<!-- stylesheet -->
<link rel="stylesheet" href="assets/css/style.css">
<!-- responsive -->
<link rel="stylesheet" href="assets/css/responsive.css">
</head>
<body class="index2">
<!-- preloader area start -->
<div class="preloader" id="preloader">
<div class="loader loader-1">
<div class="loader-outter"></div>
<div class="loader-inner"></div>
</div>
</div>
<!-- preloader area end -->
<!-- Header Area Start -->
<?php include 'includes/header.php'; ?>
<!-- Header Area End -->
<!-- Breadcrumb Area Start -->
<section class="breadcrumb-area bc-contact">
<img class="bc-img" src="assets/images/breadcrumb/about.png" alt="">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h4 class="title">
Privacy Policy
</h4>
<ul class="breadcrumb-list">
<li>
<a href="index.html">
<i class="fas fa-home"></i>
Home
</a>
</li>
<li>
<span><i class="fas fa-chevron-right"></i> </span>
</li>
<li>
<a href="contact.html">Privacy Policy</a>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Breadcrumb Area End -->
<!-- Contact Area End -->
<section class="help-section writter-artical-details">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="help-box">
<div class="help-box-inner2 mt-0">
<div class="single-artical">
<div class="content">
<h4 class="top-title">
Privacy Policy
</h4>
<div class="inner-content">
<p class="text">
Your privacy is important to us. It is Mtl wheel's policy to respect your privacy regarding any information we may collect from you through our app, Mtl wheel.
<br /><br />
We only ask for personal information when we truly need it to provide a service to you. We collect it by fair and lawful means, with your knowledge and consent. We also let you know why we’re collecting it and how it will be used.
<br /><br />
We only retain collected information for as long as necessary to provide you with your requested service. What data we store, we’ll protect within commercially acceptable means to prevent loss and theft, as well as unauthorized access, disclosure, copying, use or modification.
<br /><br />
We don’t share any personally identifying information publicly or with third-parties, except when required to by law.
<br /><br />
Our app may link to external sites that are not operated by us. Please be aware that we have no control over the content and practices of these sites, and cannot accept responsibility or liability for their respective privacy policies.
<br /><br />
You are free to refuse our request for your personal information, with the understanding that we may be unable to provide you with some of your desired services.
<br /><br />
Your continued use of our app will be regarded as acceptance of our practices around privacy and personal information. If you have any questions about how we handle user data and personal information, feel free to contact us.
<br /><br />
This policy is effective as of 15 July 2020 © Mtlwheels.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Area End -->
<!-- Footer Area Start -->
<?php include 'includes/footer.php'; ?>
<!-- Footer Area End -->
<!-- Back to Top Start -->
<div class="bottomtotop">
<i class="fas fa-chevron-right"></i>
</div>
<!-- Back to Top End -->
<!-- jquery -->
<script src="assets/js/jquery.js"></script>
<!-- popper -->
<script src="assets/js/popper.min.js"></script>
<!-- bootstrap -->
<script src="assets/js/bootstrap.min.js"></script>
<!-- plugin js-->
<script src="assets/js/plugin.js"></script>
<!-- MpusemoverParallax JS-->
<script src="assets/js/TweenMax.js"></script>
<script src="assets/js/mousemoveparallax.js"></script>
<!-- main -->
<script src="assets/js/main.js"></script>
</body>
</html>