-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathterms.html
285 lines (231 loc) · 11.9 KB
/
terms.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
<!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>Terms and Conditions - 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>Terms and Conditions</h2>
<ol class="breadcrumb">
<li><a href="/">Home</a></li>
<li class="active">Terms</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>Terms and Conditions ("Terms")</h1>
<p>Posted by <a href="#" class="blog-admin">Asif Mughal</a> on <span class="blog-date">28 january 2019</span></p>
</div>
<div class="blog-details-content">
<p>Last updated: January 28, 2019</p>
<p>Please read these Terms and Conditions ("Terms", "Terms and Conditions") carefully before using the https://jqueryprojects.com website (the "Service") operated by jQuery Projects ("us", "we", or "our").</p>
<p>Your access to and use of the Service is conditioned on your acceptance of and compliance with these Terms. These Terms apply to all visitors, users and others who access or use the Service.</p>
<p>By accessing or using the Service you agree to be bound by these Terms. If you disagree with any part of the terms then you may not access the Service. The Terms and Conditions agreement for jQuery Projects has been created with the help of <a href="https://termsfeed.com/">TermsFeed</a>.</p>
<h2>Links To Other Web Sites</h2>
<p>Our Service may contain links to third-party web sites or services that are not owned or controlled by jQuery Projects.</p>
<p>jQuery Projects has no control over, and assumes no responsibility for, the content, privacy policies, or practices of any third party web sites or services. You further acknowledge and agree that jQuery Projects shall not be responsible or liable, directly or indirectly, for any damage or loss caused or alleged to be caused by or in connection with use of or reliance on any such content, goods or services available on or through any such web sites or services.</p>
<p>We strongly advise you to read the terms and conditions and privacy policies of any third-party web sites or services that you visit.</p>
<h2>Termination</h2>
<p>We may terminate or suspend access to our Service immediately, without prior notice or liability, for any reason whatsoever, including without limitation if you breach the Terms.</p>
<p>All provisions of the Terms which by their nature should survive termination shall survive termination, including, without limitation, ownership provisions, warranty disclaimers, indemnity and limitations of liability.</p>
<h2>Governing Law</h2>
<p>These Terms shall be governed and construed in accordance with the laws of California, United States, without regard to its conflict of law provisions.</p>
<p>Our failure to enforce any right or provision of these Terms will not be considered a waiver of those rights. If any provision of these Terms is held to be invalid or unenforceable by a court, the remaining provisions of these Terms will remain in effect. These Terms constitute the entire agreement between us regarding our Service, and supersede and replace any prior agreements we might have between us regarding the Service.</p>
<h2>Changes</h2>
<p>We reserve the right, at our sole discretion, to modify or replace these Terms at any time. If a revision is material we will try to provide at least 30 days notice prior to any new terms taking effect. What constitutes a material change will be determined at our sole discretion.</p>
<p>By continuing to access or use our Service after those revisions become effective, you agree to be bound by the revised terms. If you do not agree to the new terms, please stop using the Service.</p>
<h2>Contact Us</h2>
<p>If you have any questions about these Terms, please <a href="https://jqueryprojects.com/contact.html"> contact us</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>