forked from Lucas2308/simple-survey
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacy.html
201 lines (173 loc) · 7.27 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
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
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
<html>
<body>
<div class="danger">
<p><strong></strong> </p>
</div>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body{
margin:0px;
padding:0px;
}
form{
font-size:14px;
color:orangered;
}
.back-color{
background-color: #fff;
}
h3 {
color: orangered;
}
.checkbox{
color : white;
}
lable{
display: inline-block;
margin: 8px;
padding: 12px;
list-style: none;
width: 493px;
padding-right: 276px ;
}
.danger {
width: 1200px;
/* background-color: #bb511e; */
/* height: 85px; */
float: right;
}
.center {
margin: auto;
border: 0px solid #6153d82e;
padding: 75px;
margin: -87px 11px;
}
.header img {
float: left;
width: 104px;
height: 95px;
/* background: #555; */
/* padding-top: 31px; */
}
.header {
height: 100px;
width:100%;
}
.header h2 {
top: 10px;
left: 10px;
color: black;
}
.header h1 {
top: 10px;
left: 10px;
color: black;
}
h4{
color:orangered;
}
.button {
background-color: rgb(175, 165, 76); /* Green */
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
}
input[type=text] {
width: 18%;
padding: 12px 20px;
margin: 10px 3px;
box-sizing: border-box;
}
p {
display: block;
margin-block-start: -4em;
margin-block-end: 3em;
margin-inline-start: 1015px;
margin-inline-end: 55px;
}
/* chekcbox in select item style Start */
.multiselect {
width: 223px;
margin: 39px 700px;
height: 46px -26px;
}
.selectBox {
position: relative;
}
.selectBox select {
width: 294px;
font-weight: bold;
height: 41px;
padding: -26px -30px;
margin: -70px 801px;
}
.overSelect {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
#checkboxes {
display: none;
border: 1px #dadada solid;
color:#000;
}
#checkboxes label {
display: block;
}
#checkboxes label:hover {
background-color: #1e90ff;
}
/* chekcbox in select item style End */
.button2 {background-color: #008CBA;}
.left{
float:left;
}
.right_txt{
float:right;
position: absolute;
top:30px;
left:115px;
font-size:25px;
font-family:arial;
}
.text{
padding: 61px;
}
.clear{
clear:both;
}
</style>
<body>
<div class="danger">
<strong>
</strong>
</div>
<div class="header">
<div class="left">
<img src="./image.jpg" alt="logo" />
</div>
<div class="right_txt">
PwC Survey
</div>
<div class="both"></div>
</div>
<div class="center back-color">
<br>
<br>
<br>
This privacy statement applies to the collection, process, disclosure and use of personal identifiable information (PII) or the personal sensitive information (PSI), as the case may be, which is submitted to PricewaterhouseCoopers Private Limited (a limited liability company in India having Corporate Identity Number or CIN: U74140WB1983PTC036093), having its registered office at Y-14, Block EP, Sector V, Salt Lake, Kolkata – 700091 (‘PwC’ or ‘we’). PwC is an Indian member firm of PricewaterhouseCoopers International Limited (PwCIL), each member firm of which is a separate legal entity.
<ul>
<li>PwC is committed to maintaining the privacy and integrity of PII and PSI and this privacy statement describes PwC’s approach on addressing all such issues. </li>
<li>This privacy statement provides details about the types of personal information that we collect, how we use, process, protect and disclose such personal information and the rights individuals have to control our usage and disclosure of such personal information.</li>
</ul>
You do not have to answer any questions that you do not feel comfortable answering, and you may stop the survey at any point during a session without penalty. Feel free to ask any questions before, during, or after the survey, either in person or via email at somsubhra.chakraborty@pwc.com
</body>
</html>