forked from MastanSayyad/Visual-Sort
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Terms.html
412 lines (359 loc) · 24.2 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="terms.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet">
<!-- Link to CSS -->
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/aos.css" />
<link rel="stylesheet" href="https://unpkg.com/[email protected]/swiper-bundle.min.css" />
<!-- font awesome cdn link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<!-- custom css link -->
<script src="https://kit.fontawesome.com/2815a7015d.js" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css?family=Muli:300,400,700,900" rel="stylesheet">
<!-- <link rel="stylesheet" href="fonts/icomoon/style.css"> -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-rbsA2VBKQBo1vBkn6MSmIM6GaeLDJTZf5g5c8IV1qAyyB4W5cZP4Z/et3ur3DqBs" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<!-- Swiper's CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper/swiper-bundle.min.css" />
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/jquery-ui.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/jquery.fancybox.min.css">
<link rel="stylesheet" href="css/bootstrap-datepicker.css">
<link rel="stylesheet" href="fonts/flaticon/font/flaticon.css">
<link rel="stylesheet" href="css/aos.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="about.css">
<link href="https://api.fontshare.com/v2/css?f[]=satoshi@400,500,700&display=swap" rel="stylesheet">
<!-- Remix Icon -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css"
integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"></script>
<style>
.hover-move {
transition: transform 0.3s ease-in-out;
}
.hover-move:hover {
transform: translateX(20px);
}
#progress-container {
width: 100%;
height: 5px;
background-color: #f3f3f3;
border-radius: 5px;
overflow: hidden;
position: fixed;
top: 0;
left: 0;
z-index: 9999;
}
#progress-bar {
/* width: 0%; */
height: 100%;
background-color: rgb(219, 127, 219);
}
</style>
</head>
<body>
<div id="progress-container">
<div id="progress-bar"></div>
</div>
<script>
let lastScrollPercentage = 0; // Keep track of the last scroll percentage
function updateProgressBar() {
const scrollTop = window.scrollY; // Current scroll position
const windowHeight = document.documentElement.scrollHeight - window.innerHeight; // Total scrollable height
const scrollPercentage = (scrollTop / windowHeight) * 100; // Calculate scroll percentage
// Smoothly transition to the new percentage
const progressBar = document.getElementById('progress-bar');
// Use a linear interpolation to gradually move towards the new percentage
lastScrollPercentage += (scrollPercentage - lastScrollPercentage) * 0.1; // Adjust the smoothing factor here
progressBar.style.width = lastScrollPercentage + '%'; // Update the progress bar width
}
// Listen for the scroll event
window.addEventListener('scroll', updateProgressBar);
</script>
<body data-spy="scroll" data-target=".site-navbar-target" data-offset="72">
<div id="Loader"></div>
<div class="site-wrap">
<div class="site-mobile-menu site-navbar-target">
<div class="site-mobile-menu-header">
<div class="site-mobile-menu-close mt-3">
<span class="icon-close2 js-menu-toggle"></span>
</div>
</div>
<div class="site-mobile-menu-body"></div>
</div>
<nav class="navbar navbar-expand-lg fixed-top bg-white">
<div class="container-fluid">
<div class="flex items-center"> <img src="images/fevicon.png" class="h-6 mr-2" alt=""><a
class="navbar-brand" style="font-weight: 900 ; color:rgb(219, 127, 219);" href="#">Visual
Sort</a></div>
<button class="navbar-toggler" style=" background-color: rgb(202, 111, 202) ;color: black;"
type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon "></span>
</button>
<div class="collapse navbar-collapse justify-content-end " id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="wrapper flex_align_justify" style="background-color: rgba(219, 127, 219, 0.9);">
<div class="terms_service">
<div class="tc_item tc_head flex_align_justify">
<div class="icon flex_align_justify">
<ion-icon name="terminal-outline"></ion-icon>
</div>
<div class="text">
<h1>Terms and Conditions</h1>
<p>Welcome to Visual-sort!</p>
</div>
</div>
<div class="tc_item tc_body">
<h3>By accessing this website we assume you accept these terms and conditions. Do not continue
to use Visuak-sort if you do not agree to take all of the terms and conditions stated on
this page.</h3> <br><br>
<h4>The following terminology applies to these Terms and Conditions, Privacy Statement and
Disclaimer Notice and all Agreements: "Client", "You" and "Your" refers to you, the person
log on this website and compliant to the Company's terms and conditions. "The Company",
"Ourselves", "We", "Our" and "Us", refers to our Company. "Party", "Parties", or "Us",
refers to both the Client and ourselves. All terms refer to the offer, acceptance and
consideration of payment necessary to undertake the process of our assistance to the Client
in the most appropriate manner for the express purpose of meeting the Client's needs in
respect of provision of the Company's stated services, in accordance with and subject to,
prevailing law of in. Any use of the above terminology or other words in the singular,
plural, capitalization and/or he/she or they, are taken as interchangeable and therefore as
referring to same.</h4> <br><br>
<div class="txt">
<ol>
<li>
<h3><b>Cookies</b></h3>
<p>We employ the use of cookies. By accessing Visuak-sort, you agreed to use cookies in
agreement with the Visual-Sort's Privacy Policy.
<br>
Most interactive websites use cookies to let us retrieve the user's details for each
visit. Cookies are used by our website to enable the functionality of certain areas
to make it easier for people visiting our website. Some of our affiliate/advertising
partners may also use cookies.
</p>
</li>
<li>
<h3>License</h3>
<p>Unless otherwise stated, Visual-Sort and/or its licensors own the intellectual
property rights for all material on Visuak-sort. All intellectual property rights
are reserved. You may access this from Visuak-sort for your own personal use
subjected to restrictions set in these terms and conditions.</p>
</li>
<li>
<h3>You must not:</h3>
<p>Republish material from Visuak-sort
Sell, rent or sub-license material from Visuak-sort
Reproduce, duplicate or copy material from Visuak-sort
Redistribute content from Visuak-sort
This Agreement shall begin on the date hereof. Our Terms and Conditions were created
with the help of the Free Terms and Conditions Generator. <br> Parts of this website
offer an opportunity for users to post and exchange opinions and information in
certain areas of the website. Visual-Sort does not filter, edit, publish or review
Comments prior to their presence on the website. Comments do not reflect the views
and opinions of Visual-Sort,its agents and/or affiliates. Comments reflect the views
and opinions of the person who post their views and opinions. To the extent
permitted by applicable laws, Visual-Sort shall not be liable for the Comments or
for any liability, damages or expenses caused and/or suffered as a result of any use
of and/or posting of and/or appearance of the Comments on this website. <br>
Visual-Sort reserves the right to monitor all Comments and to remove any Comments
which can be considered inappropriate, offensive or causes breach of these Terms and
Conditions.</p>
</li>
<li>
<h3>You warrant and represent that:</h3>
<p>You are entitled to post the Comments on our website and have all necessary licenses
and consents to do so;
The Comments do not invade any intellectual property right, including without
limitation copyright, patent or trademark of any third party; <br>
The Comments do not contain any defamatory, libelous, offensive, indecent or
otherwise unlawful material which is an invasion of privacy <br>
The Comments will not be used to solicit or promote business or custom or present
commercial activities or unlawful activity.
You hereby grant Visual-Sort a non-exclusive license to use, reproduce, edit and
authorize others to use, reproduce and edit any of your Comments in any and all
forms, formats or media</p>
</li>
<li>
<h3>Hyperlinking to our Content</h3>
<p>The following organizations may link to our Website without prior written approval:
<br>
Government agencies;<br>
Search engines;<br>
News organizations;<br>
Online directory distributors may link to our Website in the same manner as they
hyperlink to the Websites of other listed businesses; and <br>
System wide Accredited Businesses except soliciting non-profit organizations,
charity shopping malls, and charity fundraising groups which may not hyperlink to
our Web site. <br>
These organizations may link to our home page, to publications or to other Website
information so long as the link: (a) is not in any way deceptive; (b) does not
falsely imply sponsorship, endorsement or approval of the linking party and its
products and/or services; and (c) fits within the context of the linking party's
site. <br>
</p>
</li>
<li>
<h3>We may consider and approve other link requests from the following types of
organizations:</h3>
<p>
commonly-known consumer and/or business information sources; <br>
dot.com community sites; <br>
associations or other groups representing charities; <br>
online directory distributors; <br>
internet portals; <br>
accounting, law and consulting firms; and <br>
educational institutions and trade associations. <br>
We will approve link requests from these organizations if we decide that: (a) the
link would not make us look unfavorably to ourselves or to our accredited
businesses; (b) the organization does not have any negative records with us; (c) the
benefit to us from the visibility of the hyperlink compensates the absence of
Visual-Sort; and (d) the link is in the context of general resource information.
<br>
These organizations may link to our home page so long as the link: (a) is not in any
way deceptive; (b) does not falsely imply sponsorship, endorsement or approval of
the linking party and its products or services; and (c) fits within the context of
the linking party's site. <br>
If you are one of the organizations listed in paragraph 2 above and are interested
in linking to our website, you must inform us by sending an e-mail to Visual-Sort.
Please include your name, your organization name, contact information as well as the
URL of your site, a list of any URLs from which you intend to link to our Website,
and a list of the URLs on our site to which you would like to link. Wait 2-3 weeks
for a response.</p>
</li>
<li>
<h3>Disclaimer</h3>
<p>To the maximum extent permitted by applicable law, we exclude all representations,
warranties and conditions relating to our website and the use of this website.
Nothing in this disclaimer will: <br>
limit or exclude our or your liability for death or personal injury; <br>
limit or exclude our or your liability for fraud or fraudulent misrepresentation;
<br>
limit any of our or your liabilities in any way that is not permitted under
applicable law; or <br>
exclude any of our or your liabilities that may not be excluded under applicable
law. <br>
The limitations and prohibitions of liability set in this Section and elsewhere in
this disclaimer: (a) are subject to the preceding paragraph; and (b) govern all
liabilities arising under the disclaimer, including liabilities arising in contract,
in tort and for breach of statutory duty.</p>
</li>
</ol>
</div>
<h3>
As long as the website and the information and services on the website are provided free of
charge, <br> we will not be liable for any loss or damage of any nature.</h4>
</div>
</div>
</div>
<section class="style">
<footer class="container py py-md px px-md footer">
<div class="row d-flex justify-content-center align-items-center text-center footer-header"></div>
<div class="row mt footer-content">
<div class="col-md-4 mb-3 footer-section">
<a class="d-inline-flex align-items-center mb-2 footer-title" href="/" aria-label="Visual Sort">
Visual Sort
</a>
<div class="vs">
<ul class="list-unstyled small">
<li class="mb-2 footer-description">Visual Sort is a web-based sorting algorithm visualization tool which provides an
interactive way to visualize various sorting algorithms in action, helping users understand how
different algorithms work and their efficiency in sorting data</li>
</ul>
</div>
</div>
<div class="col-6 col-md-2 mb-3 footer-section">
<h5 class="footer-header-title">Home</h5>
<ul class="nav flex-column">
<li class="nav-item mb-2"><a href="#home-section" class="nav-link p-0">Home</a></li>
<li class="nav-item mb-2"><a href="#algorithm-section" class="nav-link p-0">Algorithms</a></li>
<li class="nav-item mb-2"><a href="#programs-section" class="nav-link p-0">Programs</a></li>
</ul>
</div>
<div class="col-6 col-md-2 mb-3 footer-section">
<h5 class="footer-header-title">About</h5>
<ul class="nav flex-column">
<li class="nav-item mb-2"><a href="#about-us-section" class="nav-link p-0">About</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0">Our Contributors</a></li>
</ul>
</div>
<div class="col-6 col-md-2 mb-3 footer-section">
<h5 class="footer-header-title">Support</h5>
<ul class="nav flex-column">
<li class="nav-item mb-2"><a href="#faq" class="nav-link p-0">FAQs</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0">Contact</a></li>
</ul>
</div>
<div class="col-6 col-md-2 mb-3 footer-section">
<h5 class="footer-header-title">Legal</h5>
<ul class="nav flex-column">
<li class="nav-item mb-2"><a href="privacy-policy.html" class="nav-link p-0">Privacy Policy</a></li>
<li class="nav-item mb-2"><a href="Terms.html" class="nav-link p-0">Terms & Conditions</a></li>
<li class="nav-item mb-2"><a href="license.html" class="nav-link p-0">Licensing</a></li>
</ul>
</div>
</div>
<div id="topbtn" class="topbtn">
<a class="gotopbtn" href="#"><i class="fa-solid fa-angles-up"></i></a>
</div>
<div class="foot">
<div class="icons">
<div class="linkedin">
<a href="https://www.linkedin.com/in/mastan-sayyad-126904223/"><i class="fa-brands fa-linkedin"></i></a>
</div>
<div class="github">
<a href="https://github.com/MastanSayyad"><i class="fa-brands fa-github"></i></a>
</div>
<div class="instagram">
<a href=""><i class="fa-brands fa-instagram"></i></a>
</div>
<div class="twitter">
<a href=""><i class="fa fa-twitter"></i></a>
</div>
</div>
</div>
<div class="d-flex flex-column flex-sm-row justify-content-center py-4 my-4 border-top footer-bottom">
<p>© 2024 Visual Sort - Mastan Sayyad, Inc. All rights reserved.</p>
</div>
</footer>
</section>
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script>
var loader = document.getElementById("Loader");
window.addEventListener("load", function () {
loader.style.display = "none";
})
</script>
<a href="chatbot.html">
<div class="fixed bottom-0 right-2 chatbot-container">
<button class="chatbot-button group">
<img class="h-20" src="./images/chatbot.gif" alt="chatbot">
<span class="tooltip-text">
Welcome to Visual Sort! <br>
How can I help You? ^_^
</span>
</button>
</div>
</a>
</body>
</html>