-
Notifications
You must be signed in to change notification settings - Fork 0
/
termsandconditions.php
399 lines (319 loc) · 18.2 KB
/
termsandconditions.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Codebug</title>
<?php include 'link/links.php'; ?>
<?php include 'css/style.php'; ?>
<?php include 'JavaScript/javascript.php'; ?>
<style>
.terms{
margin-top: 20%;
margin-bottom: 12%;
}
.terms h1{
color: #111;
text-align: center;
padding-bottom: 8%;
}
.terms span{
color: #329255;
}
</style>
</head>
<body>
<!-- header section start -->
<div class="main-wrapper">
<header>
<!-- Header Section Start -->
<div class="header-section">
<!-- Header Main Start -->
<div class="header-main sticky">
<div class="container">
<!-- Header Main Start -->
<div class="header-main-wrapper">
<!-- Header Logo Start -->
<div class="header-logo">
<a href="index.php"><img src="Images/logo1.png" alt="Logo"></a>
</div>
<!-- Header Logo End -->
<!-- Header Menu Start -->
<div class="header-menu d-none d-lg-block">
<ul class="nav-menu">
<li class="active"><a href="index.php">Home</a></li>
<li class="menu-item-has-children">
<a href="courses.php">Courses</a>
<ul class="sub-menu">
<li><a href="video.php">Courses</a></li>
<li><a href="coursesdetails.php">Courses Details</a></li>
</ul>
</li>
<li class="menu-item-has-children">
<a href="bloggrid.php">Blog</a>
<ul class="sub-menu">
<li class="menu-item-has-children">
<a href="bloggrid.php">Blog</a>
<ul class="sub-menu">
<li><a href="blog-grid.php">Blog</a></li>
<li><a href="blogrightside.php">Blog Right Sidebar</a></li>
</ul>
</li>
<li class="menu-item-has-children">
<a href="#">Blog Details</a>
<ul class="sub-menu">
<li><a href="blogrightside.php">Blog Details Right
Sidebar</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="contactus.php">Contact</a></li>
</ul>
</div>
<!-- Header Menu End -->
<!-- Header Sing In & Up Start -->
<div class="header-sign-in-up d-none d-lg-block">
<ul>
<li><a class="sign-in" href="login.php">Login</a></li>
<li><a class="sign-up" href="Registration.php">Sign Up</a></li>
</ul>
</div>
<!-- Header Sing In & Up End -->
<!-- Header Mobile Toggle Start -->
<div class="header-toggle d-lg-none">
<a class="menu-toggle" href="javascript:void(0)">
<i class="fa fa-bars"></i>
</a>
</div>
<!-- Header Mobile Toggle End -->
</div>
<!-- Header Main End -->
</div>
</div>
<!-- Header Main End -->
</div>
<!-- Header Section End -->
</header>
<!-- Mobile Menu Start -->
<div class="mobile-menu">
<!-- Menu Close Start -->
<a class="menu-close" href="javascript:void(0)">
<i class="icofont-close-line"></i>
</a>
<!-- Menu Close End -->
<!-- Mobile Sing In & Up Start -->
<div class="mobile-sign-in-up">
<ul>
<li><a class="sign-in" href="login.php">Login</a></li>
<li><a class="sign-up" href="Registration.php">Sign Up</a></li>
</ul>
</div>
<!-- Mobile Sing In & Up End -->
<!-- Mobile Menu Start -->
<div class="mobile-menu-items">
<ul class="nav-menu">
<li class="active"><a href="index.php">Home</a></li>
<li class="menu-item-has-children"><span class="mobile-menu-expand"></span>
<a href="#course">All Course</a>
<ul class="sub-menu" style="display: none;">
<li><a href="courses.php">Courses</a></li>
<li><a href="coursesdetails.php">Courses Details</a></li>
</ul>
</li>
<li class="menu-item-has-children"><span class="mobile-menu-expand"></span>
<a href="#">Pages </a>
<ul class="sub-menu" style="display: none;">
<li><a href="about.php">About</a></li>
<li><a href="Registration.php">Registration</a></li>
<li><a href="login.php">Login</a></li>
<li><a href="after-Enroll.php">After Enroll Now</a></li>
</ul>
</li>
<li class="menu-item-has-children"><span class="mobile-menu-expand"></span>
<a href="#">Blog</a>
<ul class="sub-menu" style="display: none;">
<li class="menu-item-has-children"><span class="mobile-menu-expand"></span>
<a href="bloggrid.php">Blog</a>
<ul class="sub-menu" style="display: none;">
<li><a href="bloggrid.php">Blog</a></li>
<li><a href="bloggrid.php">Blog Right Sidebar</a></li>
</ul>
</li>
<li class="menu-item-has-children"><span class="mobile-menu-expand"></span>
<a href="bloggrid.php">Blog Details</a>
<ul class="sub-menu" style="display: none;">
<li><a href="bloggrid.php">Blog Details Right Sidebar</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="contact.php">Contact</a></li>
</ul>
</div>
<!-- Mobile Menu End -->
<!-- Mobile Menu End -->
<div class="mobile-social">
<ul class="social">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-skype"></i></a></li>
<li><a href="#"><i class="fa fa-instagram"></i></a></li>
</ul>
</div>
<!-- Mobile Menu End -->
</div>
<!-- Mobile Menu End -->
<!-- Overlay Start -->
<div class="overlay"></div>
<!-- Overlay End -->
<!-- header section End -->
<div class="container">
<div class="terms">
<h1>Website <span> Terms of Service </sapn> </h1>
<h2>1. Terms</h2>
<p>By accessing this Website, accessible from https://www.codebug.com, you are agreeing to be bound by these Website Terms and Conditions of Use and agree that you are responsible for the agreement with any applicable local laws. If you disagree with any of these terms, you are prohibited from accessing this site. The materials contained in this Website are protected by copyright and trade mark law.</p>
<h2>2. Use License</h2>
<p>Permission is granted to temporarily download one copy of the materials on codebug's Website for personal, non-commercial transitory viewing only. This is the grant of a license, not a transfer of title, and under this license you may not:</p>
<ul>
<li>modify or copy the materials;</li>
<li>use the materials for any commercial purpose or for any public display;</li>
<li>attempt to reverse engineer any software contained on codebug's Website;</li>
<li>remove any copyright or other proprietary notations from the materials; or</li>
<li>transferring the materials to another person or "mirror" the materials on any other server.</li>
</ul>
<p>This will let codebug to terminate upon violations of any of these restrictions. Upon termination, your viewing right will also be terminated and you should destroy any downloaded materials in your possession whether it is printed or electronic format. These Terms of Service has been created with the help of the <a href="https://www.termsofservicegenerator.net">Terms Of Service Generator</a>.</p>
<h2>3. Disclaimer</h2>
<p>All the materials on codebug’s Website are provided "as is". codebug makes no warranties, may it be expressed or implied, therefore negates all other warranties. Furthermore, codebug does not make any representations concerning the accuracy or reliability of the use of the materials on its Website or otherwise relating to such materials or any sites linked to this Website.</p>
<h2>4. Limitations</h2>
<p>codebug or its suppliers will not be hold accountable for any damages that will arise with the use or inability to use the materials on codebug’s Website, even if codebug or an authorize representative of this Website has been notified, orally or written, of the possibility of such damage. Some jurisdiction does not allow limitations on implied warranties or limitations of liability for incidental damages, these limitations may not apply to you.</p>
<h2>5. Revisions and Errata</h2>
<p>The materials appearing on codebug’s Website may include technical, typographical, or photographic errors. codebug will not promise that any of the materials in this Website are accurate, complete, or current. codebug may change the materials contained on its Website at any time without notice. codebug does not make any commitment to update the materials.</p>
<h2>6. Links</h2>
<p>codebug has not reviewed all of the sites linked to its Website and is not responsible for the contents of any such linked site. The presence of any link does not imply endorsement by codebug of the site. The use of any linked website is at the user’s own risk.</p>
<h2>7. Site Terms of Use Modifications</h2>
<p>codebug may revise these Terms of Use for its Website at any time without prior notice. By using this Website, you are agreeing to be bound by the current version of these Terms and Conditions of Use.</p>
<h2>8. Your Privacy</h2>
<p>Please read our Privacy Policy.</p>
<h2>9. Governing Law</h2>
<p>Any claim related to codebug's Website shall be governed by the laws of in without regards to its conflict of law provisions.</p>
</div>
</div>
<!-- scroll button -->
<a href="#" id="toTopBtn" class="cd-top text-replace js-cd-top cd-top--is-visible cd-top--fade-out"
data-abc="true"></a>
<!-- scroll button end -->
<!-- footer section start -->
<div class="section footer-section">
<!-- Footer Widget Section Start -->
<div class="footer-widget-section">
<img class="shape-1 animation-down" src="Images/shape-21.webp" alt="Shape">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 order-md-1 order-lg-1">
<!-- Footer Widget Start -->
<div class="footer-widget">
<div class="widget-logo">
<a href="#"><img src="Images/logo1.png" alt="Logo"></a>
</div>
<div class="widget-address">
<h4 class="footer-widget-title">Code Bug</h4>
<p>Nerul Navi Mumbai</p>
</div>
<ul class="widget-info">
<li>
<p><i class="fa fa-envelope"></i> <a
href="mailto:[email protected]">[email protected]</a> </p>
</li>
<li>
<p> <i class="fa fa-phone-alt"></i> <a href="tel:9702621413">(970)
262-1413</a> </p>
</li>
</ul>
<ul class="widget-social">
<li><a href="#"><i class="fa fa-facebook-f"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-skype"></i></li>
<li><a href="#"><i class="fa fa-instagram"></i></li>
</ul>
</div>
<!-- Footer Widget End -->
</div>
<div class="col-lg-6 order-md-3 order-lg-2">
<!-- Footer Widget Link Start -->
<div class="footer-widget-link">
<!-- Footer Widget Start -->
<div class="footer-widget">
<h4 class="footer-widget-title">Category</h4>
<ul class="widget-link">
<li><a href="courses.php">Creative Writing</a></li>
<li><a href="video.php">Film & Video</a></li>
<li><a href="courses.php">Graphic Design</a></li>
<li><a href="courses.php">UI/UX Design</a></li>
<li><a href="courses.php">Business Analytics</a></li>
<li><a href="courses.php">Marketing</a></li>
</ul>
</div>
<!-- Footer Widget End -->
<!-- Footer Widget Start -->
<div class="footer-widget">
<h4 class="footer-widget-title">Quick Links</h4>
<ul class="widget-link">
<li><a href="termsandconditions.php">Privacy Policy</a></li>
<li><a href="contactus.php">Discussion</a></li>
<li><a href="termsandconditions.php">Terms & Conditions</a></li>
<li><a href="contactus.php">Customer Support</a></li>
<li><a href="contactus.php">Course FAQ's</a></li>
</ul>
</div>
<!-- Footer Widget End -->
</div>
<!-- Footer Widget Link End -->
</div>
<div class="col-lg-3 col-md-6 order-md-2 order-lg-3">
<!-- Footer Widget Start -->
<div class="footer-widget">
<h4 class="footer-widget-title">Subscribe</h4>
<div class="widget-subscribe">
<p>Lorem Ipsum has been them an industry printer took a galley make book.</p>
<div class="widget-form">
<form action="https://codebugg.000webhostapp.com">
<input type="text" placeholder="Email here">
<button class="btn btn-primary btn-hover-dark">Subscribe Now</button>
</form>
</div>
</div>
</div>
<!-- Footer Widget End -->
</div>
</div>
</div>
<img class="shape-2 animation-left" src="Images/shape-22.webp" alt="Shape">
</div>
<!-- Footer Widget Section End -->
<div class="footer-copyright">
<div class="container">
<!-- Footer Copyright Start -->
<div class="copyright-wrapper">
<div class="copyright-link">
<a href="termsandconditions.php">Terms of Service</a>
<a href="termsandconditions.php">Privacy Policy</a>
<a href="about.php">About</a>
<a href="termsandconditions.php">Security</a>
</div>
<div class="copyright-text">
<p>© 2021 <span> Kiran Borge </span> Made with <i class="fa fa-heart"></i> by <a
href="#">Codebug</a></p>
</div>
</div>
<!-- Footer Copyright End -->
</div>
</div>
<!-- Footer End -->
</body>
</html>
<script>
// sticky navigation
window.addEventListener("scroll", function () {
var header = document.querySelector(".header-main");
header.classList.toggle("sticky", window.scrollY > 0);
})
</script>