-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprivacy-policy.html
291 lines (242 loc) · 14.2 KB
/
privacy-policy.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
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
<!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">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Privacy Policy - jQueryProjects.com</title>
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#eeeeee">
<meta name="theme-color" content="#eeeeee">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-80520768-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-80520768-3');
</script>
<!-- Font Awesome -->
<link href="assets/css/font-awesome.css" rel="stylesheet">
<!-- Bootstrap -->
<link href="assets/css/bootstrap.css" rel="stylesheet">
<!-- Slick slider -->
<link rel="stylesheet" type="text/css" href="assets/css/slick.css"/>
<!-- Fancybox slider -->
<link rel="stylesheet" href="assets/css/jquery.fancybox.css" type="text/css" media="screen" />
<!-- Animate css -->
<link rel="stylesheet" type="text/css" href="assets/css/animate.css"/>
<!-- Theme color -->
<link id="switcher" href="assets/css/theme-color/default.css" rel="stylesheet">
<!-- Main Style -->
<link href="style.css" rel="stylesheet">
<link href="assets/css/jp-menu.css" rel="stylesheet">
<!-- Fonts -->
<!-- Open Sans for body font -->
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<!-- Raleway for Title -->
<link href='https://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
<!-- Pacifico for 404 page -->
<link href='https://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- BEGAIN PRELOADER -->
<div id="preloader">
<div class="loader"> </div>
</div>
<!-- END PRELOADER -->
<!-- SCROLL TOP BUTTON -->
<a class="scrollToTop" href="#"><i class="fa fa-chevron-up"></i></a>
<!-- END SCROLL TOP BUTTON -->
<!-- Start menu section -->
<header class="jp-header">
<button class="jp-trigger menu-btn">
</button>
<button class="jp-trigger search-btn">
</button>
<div class="jp-logo">
<a href="/">
<img src="images/jp-logo.png" alt="jQuery Projects" title="jQuery Projects" />
</a>
</div>
<div class="jp-search">
<gcse:search></gcse:search>
</div>
</header>
<nav class="jp-nav">
<ul class="jp-nav-links">
<li> <a href="/">Home</a></li>
<li> <a href="/latest-jquery-plugins.html"> Latest jQuery Plugins</a></li>
<li> <a href="/about.html">About Us</a></li>
<li> <a href="/contact.html">Contact Us</a></li>
<li> <a href="/privacy-policy.html">Privacy Policy </a></li>
<li> <a href="/terms.html">Terms</a></li>
</ul>
</nav>
<div class="dim-overlay"></div>
<!-- End menu section -->
<!-- Start blog banner section -->
<section id="blog-banner">
<img src="assets/images/blog-banner.jpg" alt="img">
<div class="blog-overlay">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="blog-banner-area">
<h2>Privacy Policy</h2>
<ol class="breadcrumb">
<li><a href="/">Home</a></li>
<li class="active">Privacy Policy</li>
</ol>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End blog banner section -->
<!-- Start blog section -->
<section id="blog">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="blog-area">
<div class="row">
<div class="col-lg-8 col-md-7 col-sm-12">
<div class="blog-left blog-details">
<!-- Start single blog post -->
<article class="single-from-blog">
<div class="blog-title">
<h1>Privacy Policy for jQuery Projects</h1>
<p>Posted by <a href="#" class="blog-admin">Asif Mughal</a> on <span class="blog-date">27 january 2019</span></p>
</div>
<div class="blog-details-content">
<p>At jQuery Projects, accessible from https://jqueryprojects.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 jQuery Projects and how we use it.</p>
<p>If you have additional questions or require more information about our Privacy Policy, do not hesitate to contact us through <a href="https://jqueryprojects.com/contact.html"> contact form</a>. </p>
<h2>Log Files</h2>
<p>jQuery Projects 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>Cookies and Web Beacons</h2>
<p>Like any other website, jQuery Projects uses 'cookies'. These cookies are used to store information including visitors' preferences, and the pages on the website that the visitor accessed or visited. The information is used to optimize the users' experience by customizing our web page content based on visitors' browser type and/or other information.</p>
<h2>Google DoubleClick DART Cookie</h2>
<p>Google is one of a third-party vendor on our site. It also uses cookies, known as DART cookies, to serve ads to our site visitors based upon their visit to www.website.com and other sites on the internet. However, visitors may choose to decline the use of DART cookies by visiting the Google ad and content network Privacy Policy at the following URL – <a href="https://policies.google.com/technologies/ads">https://policies.google.com/technologies/ads</a></p>
<h2>Our Advertising Partners</h2>
<p>Some of advertisers on our site may use cookies and web beacons. Our advertising partners are listed below. Each of our advertising partners has their own Privacy Policy for their policies on user data. For easier access, we hyperlinked to their Privacy Policies below.</p>
<ul>
<li>
<p>Google</p>
<p><a href="https://policies.google.com/technologies/ads">https://policies.google.com/technologies/ads</a></p>
</li>
</ul>
<h2>Privacy Policies</h2>
<P>You may consult this list to find the Privacy Policy for each of the advertising partners of jQuery Projects. Our Privacy Policy was created with the help of the <a href="https://privacypolicygenerator.info">GDPR Privacy Policy Generator</a> and the <a href="https://termsandconditionstemplate.net">Terms and Conditions Template</a>.</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 jQuery Projects, 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 jQuery Projects has no access to or control over these cookies that are used by third-party advertisers.</p>
<h2>Third Pary Privacy Policies</h2>
<p>jQuery Projects'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. You may find a complete list of these Privacy Policies and their links here: Privacy Policy Links.</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. What Are Cookies?</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>jQuery Projects 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>Online Privacy Policy Only</h2>
<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 jQuery Projects. 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 <a href="https://jqueryprojects.com/terms.html"> Terms and Conditions </a>.</p>
</div>
</article>
<!-- End single blog post -->
</div>
</div>
<div class="col-lg-4 col-md-5 col-sm-12">
<aside class="blog-right">
<div class="jp-popular">
<!--Popular Projects-->
</div>
</aside>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End blog section -->
<!-- Start Footer -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="footer-top-area">
<div class="footer-social">
<a class="facebook" href="https://web.facebook.com/JQuery-Projects-1257433314413114/" title="Like us on Facebook" target="_blank"><span class="fa fa-facebook"></span></a>
<a class="twitter" href="https://www.twitter.com/JqueryProjects" title="Follow jQuery Projects" target="_blank"><span class="fa fa-twitter"></span></a>
<a class="google-plus" href="https://plus.google.com/b/114648289979341124496/114648289979341124496" title="Follow us on Google+"><span class="fa fa-google-plus"></span></a>
<a class="github" href="https://github.com/jquery-projects" title="Follow on GitHub" target="_blank"><span class="fa fa-github"></span></a>
<a class="linkedin" href="https://www.linkedin.com/company/jquery-projects/" title="Follow us on LinkedIn" target="_blank"><span class="fa fa-linkedin"></span></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer-bottom">
<ul class="footer-menu">
<li> <a href="/"> Home</a></li>
<li> <a href="/about.html"> About </a></li>
<li> <a href="/contact.html"> Contact </a></li>
<li> <a href="/terms.html"> Terms </a></li>
<li> <a href="/privacy-policy.html"> Privacy Policy</a></li>
</ul>
<p class="jp-copyright"> Copyright 2019 © jQuery Projects - All Rights Reserved </p>
</div>
</footer>
<!-- End Footer -->
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<!-- Bootstrap -->
<script src="assets/js/bootstrap.js"></script>
<!-- Slick Slider -->
<script type="text/javascript" src="assets/js/slick.js"></script>
<!-- Counter -->
<script type="text/javascript" src="assets/js/waypoints.js"></script>
<script type="text/javascript" src="assets/js/jquery.counterup.js"></script>
<!-- mixit slider -->
<script type="text/javascript" src="assets/js/jquery.mixitup.js"></script>
<!-- Add fancyBox -->
<script type="text/javascript" src="assets/js/jquery.fancybox.pack.js"></script>
<!-- Wow animation -->
<script type="text/javascript" src="assets/js/wow.js"></script>
<script src="assets/js/jp-menu.js"></script>
<!-- Custom js -->
<script type="text/javascript" src="assets/js/custom.js"></script>
<script>
(function() {
var cx = '017595015292625421891:_xx367qtqjs';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = 'https://cse.google.com/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script>
<script>
$(function(){
$(".jp-popular").load("popular.html");
});
</script>
</body>
</html>