-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy-policy.html
More file actions
473 lines (305 loc) · 17 KB
/
privacy-policy.html
File metadata and controls
473 lines (305 loc) · 17 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
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
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title> Privacy Policy </title>
<!DOCTYPE html>
<html lang="en">
<head>
<title>Driving School Brooklyn</title>
<link rel="canonical" href="privacy-policy.html" />
<link rel="shortcut icon" href="img/pierredriving.png" alt="" />
<meta charset="UTF-8">
<meta name="title" content="Privacy Policy - Driving School Brooklyn">
<meta name="DC.title" lang="en" content="Privacy Policy - Driving School Brooklyn">
<meta name="description" content="Driving School Brooklyn">
<meta name="keywords" content="Driving School Brooklyn5 Hour Class Online, Driving School NYC, Car Road Test Appointment, Adults Driving School, Automatic Driving Lessons, Teens Driving School, Affordable Driving School">
<meta name="author" content="5 Hour Class Online">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Kumbh+Sans:100,200,300,400,500,600,700,800,900&display=swap" as="style" onload="this.onload=null;this.rel='stylesheet'">
<script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.bundle.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css">
<style type="text/css">
*{
font-family: 'Kumbh Sans', sans-serif;
}
.navbar a{font-size: 18px;
font-weight: bold;
}
.btn-md{
padding: 15px 30px;
border-radius: 0;
}
.btn-warning{
background-color: #ffc107!important;
border-color: #ffc107!important;
color: #000000!important;
}
.nav-link{
color: #000000!important ;
}
.dropdown-menu{
max-width:800px;
overflow-x: auto;
}
.mbr-section-subsection{
color: #999999;
font-size: 20px;
margin-bottom: 21px;
}
.mbr-section-h1{
font-size: 46px;
}
.text-grey{
color: #404040;
}
.content1{
font-size: 20px;
color: #606060;
}
.bg-brown{
background: #eae8e4;
}
.display-4{
font-size:45px;
}
.font-weight-400{
font-weight: 400;
}
body{
color: #232323;
}
.content2{
font-size: 17px;
}
ul{
list-style: circle;
}
a{
text-decoration: none!important;
}
.content3{
color: #696969;
font-size: 17px;
}
.contentImg:hover{
box-shadow: 0 50px 50px -25px rgb(0 0 0 / 30%);
transform: rotate(-2deg) scale(1.03);
}
.contentImg{
transition: all 0.3s;
border-radius: 30px;
}
iframe{
border: none!important;
}
footer{
background: #040404;
color: #ffffff;
}
footer a{
color: #ffffff ;
text-decoration: underline;
}
.underlineShow {
font-weight: inherit;
background-image: linear-gradient(120deg, #ffc658 0%, #ffc658 100%);
background-repeat: no-repeat;
background-size: 100% 30%;
background-position: 0 90%;
transition: background-size 0.2s ease-in;
}
.allShow:hover,.underlineShow:hover{
background-size: 100% 100%!important;
background-image: linear-gradient(120deg, #ffc658 0%, #ffc658 100%)!important;
background-repeat: no-repeat!important;
background-position: 0 90%!important;
transition: background-size 0.2s ease-in!important;
}
.icon-button i:hover{
background: white;
color: #ffc107;
border-radius: 50%;
width: 10mm;
text-align: center;
height: 10mm;
}
.icon-button i{
border-radius: 50%;
width: 10mm;
text-align: center;
height: 10mm;
}
.icon-button i{
font-size: 20px;
padding: 10px;
}
.icon-button i:hover{
color: #7CE0D3;
}
</style>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-white px-md-5 pt-3 pb-3">
<a class="navbar-brand" href="brooklyn.html" >
<img alt="" src="img/pierredriving.png" width="150px"
>
</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="mt-2 nav-item pr-md-4"><a class="nav-link allShow " href="brooklyn.html" >Driving School Brooklyn</a></li>
<li class="mt-2 nav-item pr-md-4" > <a class="nav-link allShow " rel=nofollow href="about-us.html" >
About Us</a></li>
<li class="nav-item ">
<a class="btn btn-md btn-warning " href="https://www.google.com/search?q=Pierre Paul Driving School.&kponly&kgmid=/g/11btvg8yxv" rel="nofollow">Contact Us</a>
</li>
</ul>
</div>
</nav>
<section class="top-se container c" style="min-height: 80vh;">
<h1>Privacy Policy for Pierre Paul Driving School</h1>
<p>At Pierre Paul Driving School 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 Pierre Paul Driving School and how we use it. You can check out our main website here: https://pierrepauldriving.com</p>
<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 only applies to our online activities and is valid for visitors to our website with regards to the information that they shared and/or collect in Pierre Paul Driving School. This policy is not applicable to any information collected offline or via channels other than this website. </p>
<h2>Consent</h2>
<p>By using our website, you hereby consent to our Privacy Policy and agree to its terms.</p>
<h2>Information we collect</h2>
<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, Pierre Paul Driving School, address, email address, and telephone number.</p>
<h2>How we use your information</h2>
<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>
<h2>Log Files</h2>
<p>Pierre Paul Driving School follows a standard procedure of using log files. These files log visitors when they visit websites. All hosting companies do this and a part of hosting services' analytics. The information collected by log files include internet protocol (IP) addresses, browser type, Internet Service Provider (ISP), date and time stamp, referring/exit pages, and possibly the number of clicks. These are not linked to any information that is personally identifiable. The purpose of the information is for analyzing trends, administering the site, tracking users' movement on the website, and gathering demographic information.</p>
<h2>Advertising Partners Privacy Policies</h2>
<P>You may consult this list to find the Privacy Policy for each of the advertising partners of Pierre Paul Driving School.</p>
<p>Third-party ad servers or ad networks uses technologies like cookies, JavaScript, or Web Beacons that are used in their respective advertisements and links that appear on Pierre Paul Driving School, which are sent directly to users' browser. They automatically receive your IP address when this occurs. These technologies are used to measure the effectiveness of their advertising campaigns and/or to personalize the advertising content that you see on websites that you visit.</p>
<p>Note that Pierre Paul Driving School has no access to or control over these cookies that are used by third-party advertisers.</p>
<h2>Third Party Privacy Policies</h2>
<p>Pierre Paul Driving School's Privacy Policy does not apply to other advertisers or websites. Thus, we are advising you to consult the respective Privacy Policies of these third-party ad servers for more detailed information. It may include their practices and instructions about how to opt-out of certain options. </p>
<p>You can choose to disable cookies through your individual browser options. To know more detailed information about cookie management with specific web browsers, it can be found at the browsers' respective websites.</p>
<h2>CCPA Privacy Rights (Do Not Sell My Personal Information)</h2>
<p>Under the CCPA, among other rights, California consumers have the right to:</p>
<p>Request that a business that collects a consumer's personal data disclose the categories and specific pieces of personal data that a business has collected about consumers.</p>
<p>Request that a business delete any personal data about the consumer that a business has collected.</p>
<p>Request that a business that sells a consumer's personal data, not sell the consumer's personal data.</p>
<p>If you make a request, we have one month to respond to you. If you would like to exercise any of these rights, please contact us.</p>
<h2>GDPR Data Protection Rights</h2>
<p>We would like to make sure you are fully aware of all of your data protection rights. Every user is entitled to the following:</p>
<p>The right to access – You have the right to request copies of your personal data. We may charge you a small fee for this service.</p>
<p>The right to rectification – You have the right to request that we correct any information you believe is inaccurate. You also have the right to request that we complete the information you believe is incomplete.</p>
<p>The right to erasure – You have the right to request that we erase your personal data, under certain conditions.</p>
<p>The right to restrict processing – You have the right to request that we restrict the processing of your personal data, under certain conditions.</p>
<p>The right to object to processing – You have the right to object to our processing of your personal data, under certain conditions.</p>
<p>The right to data portability – You have the right to request that we transfer the data that we have collected to another organization, or directly to you, under certain conditions.</p>
<p>If you make a request, we have one month to respond to you. If you would like to exercise any of these rights, please contact us.</p>
<h2>Children's Information</h2>
<p>Another part of our priority is adding protection for children while using the internet. We encourage parents and guardians to observe, participate in, and/or monitor and guide their online activity.</p>
<p>Pierre Paul Driving School does not knowingly collect any Personal Identifiable Information from children under the age of 13. If you think that your child provided this kind of information on our website, we strongly encourage you to contact us immediately and we will do our best efforts to promptly remove such information from our records.</p>
<h2>Publisher</h2>
<p>
This website is owned and published by:
Pierre Paul Driving School</br>
(718) 576-6277</br>
891 Clarkson Ave</br>
Brooklyn</br>
NY</br>
https://pierrepauldriving.com</br>
info@pierrepauldriving.com</br>
</p>
</section>
<footer>
<div class="container py-4 pt-5" style="max-width: 1400px;">
<div class="row">
<div class="col-lg-3">
<p>Pierre Paul Driving School</p>
<p>Phone : (718) 576-6277</p>
<p>Email : info@pierrepauldriving.com</p>
<p>City : Brooklyn</p>
<p>State : NY</p>
<p>Zip : 11203</p>
<p>Address : 891 Clarkson Ave</p>
<p> <a class=" allShow" href="https://goo.gl/maps/UYwhZzszT3RnJksD8?coh=178571&entry=tt" > Google Business Profile</a> </p>
<p>Company Website : <a class=" text-break allShow" href="https://pierrepauldriving.com" rel="nofollow">https://pierrepauldriving.com</a></p>
</div>
<div class="col-lg-3">
<p><a class=" allShow" href="" rel="nofollow" target="_blank"></a></p>
<p><a class=" allShow" href="" rel="nofollow" target="_blank"></a></p>
<p><a class=" allShow" href="" rel="nofollow" target="_blank"></a></p>
<p><a class=" allShow" href="" rel="nofollow" target="_blank"></a></p>
<p><a class=" allShow" href="" rel="nofollow" target="_blank"></a></p>
<p><a class=" allShow" href="" target="_blank"></a></p>
</div>
<div class="col-lg-3">
<p><a class=" allShow" href="" rel="nofollow" target="_blank"></a></p>
<p><a class=" allShow" href="" rel="nofollow" target="_blank"></a></p>
<p><a class=" allShow" href="" rel="nofollow" target="_blank"></a></p>
<p><a class=" allShow" href="" target="_blank"></a></p>
<p>
<a class=" allShow" href="sitemap.html" rel="nofollow" class=" allShow" >
Sitemap</a></p>
<p>
<a class="text- allShow " href="privacy-policy.html" rel="nofollow" class=" allShow" >
Privacy Policy</a></p>
<p>
<a class="text- allShow " href="about-us.html" rel="nofollow" class=" allShow" >
About Us</a></p>
<p>
<p>
</p>
</p>
</div>
<div class="col-lg-3">
<div class="social">
<p class="sub">Follow us</p>
<a href="https://www.facebook.com/pierrepauldrivingschool" class="icon-button facebook" rel="nofollow" ><i class="fa fa-facebook"></i><span></span></a>
<a href="https://www.linkedin.com/in/bernard-pierre-paul-46a109a9" class="icon-button pinterest" rel="nofollow" ><i class="fa fa-linkedin"></i><span></span></a>
<a href="https://www.instagram.com/pierrepauldrivingschool/" class="icon-button google-plus" rel="nofollow" ><i class="fa fa-instagram"></i><span></span></a>
<a href="https://www.youtube.com/c/PierrePaulDrivingSchool" class="icon-button youtube" rel="nofollow" ><i class="fa fa-youtube"></i><span></span></a>
<a href="https://twitter.com/pierrepauldrive" class="icon-button twitter" rel="nofollow" ><i class="fa fa-twitter"></i><span></span></a>
</div>
</div>
</div>
</div>
<script type="text/javascript">
document.addEventListener('DOMContentLoaded', function() {
var dropdowns = document.querySelectorAll('.dropdown-hover');
function showDropdown() {
var dropdownMenu = this.querySelector('.dropdown-menu');
dropdownMenu.style.display = 'block';
}
function hideDropdown() {
var dropdownMenu = this.querySelector('.dropdown-menu');
dropdownMenu.style.display = 'none';
}
function handleClick(event) {
var target = event.target;
console.log(target)
window.location.href = target.getAttribute('href');
}
dropdowns.forEach(function(dropdown) {
dropdown.addEventListener('mouseenter', showDropdown);
dropdown.addEventListener('mouseleave', hideDropdown);
var dropdownMenu = dropdown.querySelector('.dropdown-toggle');
dropdownMenu.addEventListener('click', handleClick);
});
});
</script>
</footer>
</body>
</html>