-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacypolicy.php
157 lines (137 loc) · 8.55 KB
/
privacypolicy.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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.1/css/bootstrap.min.css" integrity="sha384-VCmXjywReHh4PwowAiWNagnWcLhlEJLA5buUprzK8rxFgeH0kww/aWY76TfkUoSX" crossorigin="anonymous">
<title>Privacy Policy</title>
<link rel="shortcut icon" type="image/x-icon" href="images/logo2.png" />
<style>
#syl1{
color: white;
border: none;
margin-left: 40px;
}
#box5{
width: 100%;
padding-top: 0.5%;
padding-bottom: 0.5%;
background-color: rgb(61, 59, 59);
color: white;
padding-left: 40px;
}
#box6{
width: 100%;
padding-top: 1%;
padding-bottom: 1%;
background-color: black;
color: white;
padding-left: 40px;
}
body{
background-color: #81b29a;
}
</style>
</head>
<body>
<nav class="navbar fixed-top navbar-expand-lg navbar-light" style="background-color: #457B8B;width: 100%; " >
<a class="navbar-brand" href="homepage.php" style="padding-left: 35px;"><img src="images/finallogo.png" style="width: 100px; ;"/></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<button class="btn btn-outline-dark" id="syl1" type="button"> <a href="homepage.php" style="text-decoration: none; color: white;">Home</a></button>
</li>
<li class="nav-item active">
<button class="btn btn-outline-dark" id="syl1" type="button"><a href="service.php" style="text-decoration: none; color: white;">Services</a></button>
</li>
<li class="nav-item active">
<button class="btn btn-outline-dark" id="syl1" type="button"><a href="blog.php" style="text-decoration: none; color: white;">Blog</a></button>
</li>
<li class="nav-item active">
<button class="btn btn-outline-dark" id="syl1" type="button"><a href="./feedback/feedbackhome.php" style="text-decoration: none; color: white;">Feedback</a></button>
</li>
<li class="nav-item dropdown">
<a class="btn btn-outline-dark dropdown-toggle" id="syl1" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" style="color:white;">
Account
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown" style="background-color: rgb(197, 191, 191); margin-left: 35px; ">
<a class="dropdown-item" style="color: black; " href="login.php">Login</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" style="color: black; " href="registration.php">Sign Up</a>
</div>
</li>
</ul>
</div>
</nav>
<br>
<br>
<div class="container" style="margin-top: 5%; justify-content:center;">
<h2><strong>Privacy Policy</strong></h2>
<p style="color: #F4F1DE; font-weight:bold;">Welcome to FIXit!</p>
<div style="background-color: #d0d0e1; padding: 2%; border-radius: 10px; box-shadow: 7px 7px #888888;">
<p>At FIXit, accessible from www.FIXit.com, one of our main priorities is the privacy of our visitors. This Privacy Policy document contains types of information that is collected and recorded by FIXit and how we use it.
<p>If you have additional questions or require more information about our Privacy Policy, do not hesitate to contact us.</p>
<p>This Privacy Policy applies only to our online activities and is valid for visitors to our website with regards to the information that they shared and/or collect in FIXit. This policy is not applicable to any
information collected offline or via channels other than this website.</p>
<strong>Consent</strong>
<p>By using our website, you hereby consent to our Privacy Policy and agree to its terms.</p>
</div>
<h4 style="margin-top: 2%;"><strong>Infomation we collect</strong></h4>
<div style="background-color: #adebeb; padding: 2%; border-radius: 10px; box-shadow: 7px 7px #888888;">
<p>The personal information that you are asked to provide, and the reasons why you are asked to provide it, will be made clear to you at the point we ask you to provide your personal information.</p>
<p>If you contact us directly, we may receive additional information about you such as your name, email address, phone number, the contents of the message and/or attachments you may send us, and any other information you may choose to provide.</p>
<p>When you register for an Account, we may ask for your contact information, including items such as name, company name, address, email address, and telephone number.</p>
</div>
<h4 style="margin-top: 2%;"><strong>How we use your information</strong></h4>
<div style="background-color: #ffffcc; padding: 2%; border-radius: 10px; box-shadow: 7px 7px #888888;">
<p>We use the information we collect in various ways, including to:</p>
<ul>
<li>Provide, operate, and maintain our website</li>
<li>Improve, personalize, and expand our website</li>
<li>Understand and analyze how you use our website</li>
<li>Develop new products, services, features, and functionality</li>
<li>Communicate with you, either directly or through one of our partners, including for customer service, to provide you with updates and other information
relating to the website, and for marketing and promotional purposes</li>
<li>Send you emails</li>
<li>Find and prevent fraud</li>
</ul>
</div>
</div>
<br>
<br>
<br>
<div id="box5">
<a href="aboutus.php" style="color: white; font-size: 1.3vw;">About Us</a>
<a href="terms&condition.php" style="color: white; margin-left: 60px; font-size: 1.3vw;">Terms & condition</a>
<a href="privacypolicy.php" style="color: white; margin-left: 60px; font-size: 1.3vw;">Privacy Policy</a>
<a href="help.php" style="color: white; margin-left: 60px; font-size: 1.3vw;">Help</a>
</div>
<div id="box6">
<div style="color: white;">
<p style=" font-size: 1vw;">Contact Us</p>
<p style=" font-size: 1vw;"> Contact No-   022-4335678 (Toll free)<br> Email Us-        [email protected]</p>
</div>
<div style="color: white; margin-top: -7%;position: relative;">
<p style=" font-size: 1vw; margin-left: 30%; margin-top: -47px;padding-top:-10px ;"> Address</p>
<p style=" font-size: 1vw; margin-left: 30%; "> Infocity<br>Bhubaneswar, 751024<br>Odisha, India</p>
</div>
<div style="color: white; position: relative;margin-top: -7%;">
<p style="font-size: 1vw;margin-left: 80%;margin-top: -47px;color: white;">Join with us</p>
<a href="https://www.facebook.com"><img src="images/fb.png" style="width: 2%;margin-left: 75%;position: relative; margin-top: 0px;"></a>
<a href="https://www.instagram.com/creative_sambit"><img src="images/insta.png" style="width: 2%;margin-left: 80%;position: relative; margin-top: -50px;"></a>
<a href="https://www.mi.co.in/"><img src="images/twitter.png" style="width: 2%;margin-left: 85%;position: relative; margin-top: -98px;"></a>
<a href="https://www.google.com"><img src="images/whatsapp.png" style="width: 2%;margin-left: 90%;position: relative; margin-top: -146px;"></a>
</div>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
</body>
</html>