- Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathterms.html
More file actions
Latest commit
285 lines (231 loc) · 11.9 KB
/
Copy pathterms.html
File metadata and controls
285 lines (231 loc) · 11.9 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
<!DOCTYPE html>
<htmllang="en">
<head>
<metacharset="utf-8">
<metahttp-equiv="X-UA-Compatible" content="IE=edge">
<metaname="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 -->
<linkrel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<linkrel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<linkrel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<linkrel="manifest" href="/site.webmanifest">
<linkrel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<metaname="msapplication-TileColor" content="#eeeeee">
<metaname="theme-color" content="#eeeeee">
<!-- Global site tag (gtag.js) - Google Analytics -->
<scriptasyncsrc="https://www.googletagmanager.com/gtag/js?id=UA-80520768-3"></script>
<script>
window.dataLayer=window.dataLayer||[];
functiongtag(){dataLayer.push(arguments);}
gtag('js',newDate());
gtag('config','UA-80520768-3');
</script>
<!-- Font Awesome -->
<linkhref="assets/css/font-awesome.css" rel="stylesheet">
<!-- Bootstrap -->
<linkhref="assets/css/bootstrap.css" rel="stylesheet">
<!-- Slick slider -->
<linkrel="stylesheet" type="text/css" href="assets/css/slick.css"/>
<!-- Fancybox slider -->
<linkrel="stylesheet" href="assets/css/jquery.fancybox.css" type="text/css" media="screen" />
<!-- Animate css -->
<linkrel="stylesheet" type="text/css" href="assets/css/animate.css"/>
<!-- Theme color -->
<linkid="switcher" href="assets/css/theme-color/default.css" rel="stylesheet">
<!-- Main Style -->
<linkhref="style.css" rel="stylesheet">
<linkhref="assets/css/jp-menu.css" rel="stylesheet">
<!-- Fonts -->
<!-- Open Sans for body font -->
<linkhref='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<!-- Raleway for Title -->
<linkhref='https://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
<!-- Pacifico for 404 page -->
<linkhref='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 -->
<divid="preloader">
<divclass="loader"> </div>
</div>
<!-- END PRELOADER -->
<!-- SCROLL TOP BUTTON -->
<aclass="scrollToTop" href="#"><iclass="fa fa-chevron-up"></i></a>
<!-- END SCROLL TOP BUTTON -->
<!-- Start menu section -->
<headerclass="jp-header">
<buttonclass="jp-trigger menu-btn">
</button>
<buttonclass="jp-trigger search-btn">
</button>
<divclass="jp-logo">
<ahref="/">
<imgsrc="images/jp-logo.png" alt="jQuery Projects" title="jQuery Projects" />
</a>
</div>
<divclass="jp-search">
<gcse:search></gcse:search>
</div>
</header>
<navclass="jp-nav">
<ulclass="jp-nav-links">
<li><ahref="/">Home</a></li>
<li><ahref="/latest-jquery-plugins.html"> Latest jQuery Plugins</a></li>
<li><ahref="/about.html">About Us</a></li>
<li><ahref="/contact.html">Contact Us</a></li>
<li><ahref="/privacy-policy.html">Privacy Policy </a></li>
<li><ahref="/terms.html">Terms</a></li>
</ul>
</nav>
<divclass="dim-overlay"></div>
<!-- End menu section -->
<!-- Start blog banner section -->
<sectionid="blog-banner">
<imgsrc="assets/images/blog-banner.jpg" alt="img">
<divclass="blog-overlay">
<divclass="container">
<divclass="row">
<divclass="col-md-12">
<divclass="blog-banner-area">
<h2>Terms and Conditions</h2>
<olclass="breadcrumb">
<li><ahref="/">Home</a></li>
<liclass="active">Terms</li>
</ol>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End blog banner section -->
<!-- Start blog section -->
<sectionid="blog">
<divclass="container">
<divclass="row">
<divclass="col-md-12">
<divclass="blog-area">
<divclass="row">
<divclass="col-lg-8 col-md-7 col-sm-12">
<divclass="blog-left blog-details">
<!-- Start single blog post -->
<articleclass="single-from-blog">
<divclass="blog-title">
<h1>Terms and Conditions ("Terms")</h1>
<p>Posted by <ahref="#" class="blog-admin">Asif Mughal</a> on <spanclass="blog-date">28 january 2019</span></p>
</div>
<divclass="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 <ahref="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 <ahref="https://jqueryprojects.com/contact.html"> contact us</a>.</p>
</div>
</article>
<!-- End single blog post -->
</div>
</div>
<divclass="col-lg-4 col-md-5 col-sm-12">
<asideclass="blog-right">
<divclass="jp-popular">
<!--Popular Projects-->
</div>
</aside>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End blog section -->
<!-- Start Footer -->
<footerid="footer">
<divclass="footer-top">
<divclass="container">
<divclass="row">
<divclass="col-md-12">
<divclass="footer-top-area">
<divclass="footer-social">
<aclass="facebook" href="https://web.facebook.com/JQuery-Projects-1257433314413114/" title="Like us on Facebook" target="_blank"><spanclass="fa fa-facebook"></span></a>
<aclass="twitter" href="https://www.twitter.com/JqueryProjects" title="Follow jQuery Projects" target="_blank"><spanclass="fa fa-twitter"></span></a>
<aclass="google-plus" href="https://plus.google.com/b/114648289979341124496/114648289979341124496" title="Follow us on Google+"><spanclass="fa fa-google-plus"></span></a>
<aclass="github" href="https://github.com/jquery-projects" title="Follow on GitHub" target="_blank"><spanclass="fa fa-github"></span></a>
<aclass="linkedin" href="https://www.linkedin.com/company/jquery-projects/" title="Follow us on LinkedIn" target="_blank"><spanclass="fa fa-linkedin"></span></a>
</div>
</div>
</div>
</div>
</div>
</div>
<divclass="footer-bottom">
<ulclass="footer-menu">
<li><ahref="/"> Home</a></li>
<li><ahref="/about.html"> About </a></li>
<li><ahref="/contact.html"> Contact </a></li>
<li><ahref="/terms.html"> Terms </a></li>
<li><ahref="/privacy-policy.html"> Privacy Policy</a></li>
</ul>
<pclass="jp-copyright"> Copyright 2019 © jQuery Projects - All Rights Reserved </p>
</div>
</footer>
<!-- End Footer -->
<!-- jQuery library -->
<scriptsrc="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 -->
<scriptsrc="assets/js/bootstrap.js"></script>
<!-- Slick Slider -->
<scripttype="text/javascript" src="assets/js/slick.js"></script>
<!-- Counter -->
<scripttype="text/javascript" src="assets/js/waypoints.js"></script>
<scripttype="text/javascript" src="assets/js/jquery.counterup.js"></script>
<!-- mixit slider -->
<scripttype="text/javascript" src="assets/js/jquery.mixitup.js"></script>
<!-- Add fancyBox -->
<scripttype="text/javascript" src="assets/js/jquery.fancybox.pack.js"></script>
<!-- Wow animation -->
<scripttype="text/javascript" src="assets/js/wow.js"></script>
<scriptsrc="assets/js/jp-menu.js"></script>
<!-- Custom js -->
<scripttype="text/javascript" src="assets/js/custom.js"></script>
<script>
(function(){
varcx='017595015292625421891:_xx367qtqjs';
vargcse=document.createElement('script');
gcse.type='text/javascript';
gcse.async=true;
gcse.src='https://cse.google.com/cse.js?cx='+cx;
vars=document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse,s);
})();
</script>
<script>
$(function(){
$(".jp-popular").load("popular.html");
});
</script>
</body>
</html>