forked from dharmanshu1921/Website-1
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPrivacy_policy_css_html.html
More file actions
111 lines (103 loc) · 5.31 KB
/
Privacy_policy_css_html.html
File metadata and controls
111 lines (103 loc) · 5.31 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy</title>
<link rel="icon" href="file:///C:/Users/Divya/Downloads/pivacy.png">
<style>
*{
background-color:rgb(230, 224, 225);
margin-top: 0px;
margin-left: 0px;
}
.both{
background-color:rgb(135, 199, 231);
width: 100vw;
height:350px;
border-radius: 4px;
}
.pol{
display: flex;
padding-left: 520px;
background-color:rgb(135, 199, 231);
}
.img{
height: 70px;
width: 70px;
padding-left: 50px;
padding-top: 20px;
background-color:rgb(135, 199, 231);
}
.text{
padding-top: 35px;
padding-left: 10px;
background-color:rgb(135, 199, 231);
}
.lock{
display: flex;
padding-left: 300px;
background-color:rgb(135, 199, 231);
}
.img1{
height: 200px;
width: 200px;
padding-left: 50px;
padding-top: 30px;
background-color:rgb(135, 199, 231);
}
.text1{
padding-top: 90px;
padding-left: 30px;
font-size: 80px;
color: brown;
background-color:rgb(135, 199, 231);
}
</style>
</head>
<body>
<div class="both">
<div class="pol">
<img class="img" src="file:///C:/Users/Divya/Downloads/pivacy.png">
<h1 class="text">PRIVACY POLICY</h1>
</div>
<div class="lock">
<img class="img1" src="file:///C:/Users/Divya/Downloads/SeekPng.com_padlock-png_2187544.png">
<h1 class="text1">Lock it,forever!!</h1>
</div>
</div>
<p style="font-size:22px;padding-left:30px ;padding-top: 20px;">This policy explains how we handle personal information on the websites where it is published. It also applies to our mobile phone and text messaging practises.</p>
<h3 style="padding-left:50px ;color: red; font-size:20px;">INFORMATION WE COLLECT</h3>
<p style="font-size:22px;padding-left:60px ;padding-top: -2px;">We may collect your name, phone number, or email address as contact information. We may collect demographic information about you, such as your age. </p>
<br>
<h3 style="padding-left:50px ;color: red; font-size:20px;">HOW WE COLLECT INFORMATION</h3>
<p style="font-size:22px;padding-left:60px ;padding-top: -2px;">We obtain information from you directly. We collect information when you leave comments or make contact requests, for example, when you contact us through
a website. We passively collect information from you. We will collect your location if you are on a mobile device and use a location-based service.
Third-party data is collected by us. This data could be combined with other data we already have.</p>
<br>
<h3 style="padding-left:50px ;color: red; font-size:20px;">HOW WE USE INFORMATION</h3>
<p style="font-size:22px;padding-left:60px ;padding-top: -2px;"> To respond to your inquiries and requests. We use your information to contact you, for example. Your information may also be used to register you for a promotion on our website.
To respond to your question, please see our website's Terms and Conditions.
</p>
<br>
<h3 style="padding-left:50px ;color: red; font-size:20px;">SECURITY</h3>
<p style="font-size:22px;padding-left:60px ;padding-top: -2px;">To protect personal information, we employ industry-standard safeguards. However, we cannot guarantee that you will be completely safe.
When using the Internet or mobile devices, we recommend that you exercise caution. Additionally, Our Site may employ technologies such as cookies to
provide visitors with personalised information based on their previous visits. Cookies are small text files sent by a website, accepted by a Web browser,
and then stored on your hard drive as recognition for future visits to the site. Every time you visit Our Site, Our servers collect basic technical information such as
your domain name, the address of the last URL you visited before clicking through to the Site, and your browser and operating system using cookies, pixels,
and/or GIF files. You do not need to enable cookies to visit Our Site; however, if cookies are disabled, some parts of the Site and some services may be more
difficult or impossible to use. To be clear, cookies on this site are not linked to any Personal Information. Your name, address, phone number, and email address
are not included.</p>
<br>
<h3 style="padding-left:50px ;color: red; font-size:20px;">LINKS</h3>
<p style="font-size:22px;padding-left:60px ;padding-top: -2px;">This Site may contain links to other websites that are not owned or operated by the CodeIn community. We have no control over, and are not liable for,
the privacy practices or content of other websites. We recommend that you read the privacy statements of any website that collects personal data.
This Policy only applies to the personal data gathered on this website.</p>
<br>
<h3 style="padding-left:50px ;color: red; font-size:20px;">POLICY UPDATES</h3>
<p style="font-size:22px;padding-left:60px ;padding-top: -2px;">Any changes will be announced on the Site's homepage. The most recent version of our policy can be found here. Changes to our policy will be applied to
information we already have where permitted by law.</p>
</body>
</html>