-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTOS.html
More file actions
649 lines (537 loc) · 30.2 KB
/
TOS.html
File metadata and controls
649 lines (537 loc) · 30.2 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
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
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
Terms of Service
<!DOCTYPE html>
<html lang="en">
<link rel="icon" href="../images/catefav.png">
<title> Terms Of Service | CATE </title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href='https://fonts.googleapis.com/css?family=Lato:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta content="text/html; charset=iso-8859-2" http-equiv="Content-Type">
<link rel="stylesheet" href="https://www.w3schools.com/lib/w3-theme-indigo.css">
<style>
p {
font-size:18px;
line-height:1.6;
max-width: 70ch;
}
li {
font-size:18px;
line-height:1.6;
max-width: 70ch;
}
body {
font-family: 'Lato' , sans-serif;
}
.sm{
display: none ;
background-color: #263168;
}
.column{
float:center;
padding:10%;
}
div.relative{
position:relative;
left:20%;
}
.ic{width:5rem; height:auto; float:left; position:relative; z-index:1;}
.pos {
position: ;
top:70px;
}
body{text-decoration: none;}
.adid{style="width:50%; height:auto"}
.buttn{
background-color: inherit;
border:none;
color: #4054b4;
padding: 64px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
font-family: 'Lato' , sans-serif;
transition:0.3s;
}
.butto{
background-color: inherit;
border:none;
color: white;
padding: 20px 20px;
text-align: center;
text-decoration: none;
display: block;
font-size: 16px;
margin: 4px 2px;
font-family: 'Lato' , sans-serif;
}
.dropdown {
float:center;
overflow:hidden;
display:inline-block !important;
}
.dropdow {
float:center;
overflow:hidden;
display:block;
}
.buttn:hover, .buttn:hover, .buttn:focus {
background-color: #4054b4;
color: #ffffff;
}
.dropdown-content {
display: none !important;
position: absolute;
background-color: #4054b4;
width:100%;
left: 0;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index:2;
}
.dropdown:hover .dropdown-content, .dropdown:focus {
display: block !important;
}
.dropdown-conten {
display: none;
position: absolute;
background-color: #4054b1;
width:100%;
left: 0;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdow:click .dropdown-conten {
display: block;
}
.colum {
float: left;
width:25%;
padding: 10px;
background-color: #4054b4;
height: 250px;
}
.colum a {
float: none;
color: white;
padding: 16px;
text-decoration: none;
display: block;
text-align: left;
font-family: 'Lato' , sans-serif;
}
.colum a:hover {
background-color: #4054b4;
}
.col {
float: right;
width:25%;
padding: 10px;
background-color: inherit;
height: 250px;
}
.col a {
float: none;
color: inherit;
padding: 16px;
text-decoration: none;
display: block !important;
text-align: left;
font-family: 'Lato' , sans-serif;
}
.row:after {
content: "";
display:table !important;
clear: both;
}
.open {
float:right;
color:#4054b4;
margin:1em 0 0 1em;
cursor:pointer;
display:block !important;
}
.nav{
width: 0;
height: 100vh;
z-index: 3;
overflow: auto;
background-color: #4054b4;
transition: 0.3s;
position:fixed;
}
.nav a {
display: block;
color: #ffffff;
padding: 1em 0;
transition: 0.4s;
}
.close {
float: center;
margin: 1em 0 0 1em;
}
.hid{
display:block;
}
.ste{
display:none;
}
@media screen and (min-width:1178px){
.navbar .has-megamenu{position:static!important;}
.navbar .megamenu{left:0; right:0; width:100%; margin-top:0; }
.ste{
display:inherit;
}
.dropdown:hover .dropdown-menu, .dropdown:focus {
display: block !important;
}
.navbar .megamenu{ padding: 10%; }
.lour{
background-color:#d6e9ee ;
color: #4054b4;
}
.ic{width:7rem; height:auto; float:left;position:relative; z-index:1;}
.adid{height:30%; float:right;}
.tog{
color:#4054b4;
background-color: inherit;
transition: 0.3s;
}
.nb {width: 20rem;
height: 7rem;}
.tog:hover, .tog:hover, .tog:focus {
background-color: #4054b4;
color: #ffffff;
text-decoration: none;
}
.ic{width:10%;!important}
.hid {
display:none;
}
}
}
</style>
<header>
<a href="../">
<img class="ic" src="../images/cate_logo_001.png" alt=" A navy blue stylised winking dogs face with one up and one down ear. It is holding a diploma and has a graduation cap on." >
</a>
<div class="wrapper hid">
<div class="nav hid" id="nav">
<a href="javascript:void(0)" class="close hid" onclick="closeNav()" style="color:white;opacity:80%;padding:1em 1em 0em 0em;"><i class="bi bi-x"></i>
</a>
<br>
<a href="javascript:void(0)"class="butto dropdow " onclick="myFunctio() ">Getting an Assistance Dog   <i class="bi bi-chevron-down"></i></a><div class="sm text-center" id="sm">
<a href="../getting-an-assistance-dog/general-information.html"> General Information </a>
<a href="../getting-an-assistance-dog/is-an-assistance-dog-right-for-you.html"> Is An Assistance Dog Right For You? </a>
<a href="../getting-an-assistance-dog/misconceptions.html"> Misconceptions </a>
<a href="../getting-an-assistance-dog/training-options.html"> Training Options </a>
<a href="../getting-an-assistance-dog/training-providers-list.html"> Training Providers List </a>
<a href="../getting-an-assistance-dog/organisation-groups.html"> Organisation Groups </a>
<a href="../getting-an-assistance-dog/usa-vs-uk.html"> USA vs UK </a>
<a href="../getting-an-assistance-dog/glossary.html"> Glossary </a>
<a href="../getting-an-assistance-dog/external-resources.html"> External Resources </a>
</div>
<a href="javascript:void(0)"class="butto dropdow" onclick="myFuncti()"> Current partnerships   <i class="bi bi-chevron-down"></i></a><div class="sm text-center" id="sme">
<a href="../current-partnerships/news.html"> News </a>
<a href="../current-partnerships/organisations.html">Organisations </a>
<a href="../current-partnerships/external-resources.html"> External Resources </a>
</div>
<a href="javascript:void(0)"class="butto dropdow" onclick="myFunction()"> General public   <i class="bi bi-chevron-down"></i></a><div class="sm text-center" id="s">
<a href="../general-public/general-information.html"> General Information </a>
<a href="../general-public/misconceptions.html"> Misconceptions </a>
<a href="../general-public/interacting-with-an-assistance-dog.html"> Interacting with an assistance dogs </a>
<a href="../general-public/resources-for-parents-carers-teachers.html"> Resources for parents/carers/teachers </a>
<a href="../general-public/external-resources.html"> External Resources </a>
</div>
<a href="javascript:void(0)"class="butto dropdow" onclick="myFunc()"> Businesses/Service Providers   <i class="bi bi-chevron-down"></i></a><div class="sm text-center" id="smell">
<a href="../businesses-and-service-providersbuisnesses-and-service-providers/general-information.html"> General Information </a>
<a href="../businesses-and-service-providers/misconceptions.html"> Misconceptions </a>
<a href="../businesses-and-service-providers/give-a-dog-a-sign.html"> Give a dog a sign </a>
</div>
<a href="javascript:void(0)"class="butto dropdow" onclick="myFunct()" > About   <i class="bi bi-chevron-down"></i></a><div class="sm text-center" id="smel">
<a href="../about/about-cate.html"> About CATE </a>
<a href="../about/sub-projects.html"> Sub-Projects </a>
<a href="../about/faq.html"> FAQ </a>
<a href="../about/contact.html"> Contact </a>
</div>
</div><span id="open" class="open hid" onclick="openNav()"style="padding:0em 1em 1em 1em;">☰</span>
</div>
</div>
<script>
function myFunctio() {
var x = document.getElementById("sm");
if (x.style.display === "block") {
x.style.display = "none";
} else {
x.style.display = "block";
}
}
function myFunction() {
var x = document.getElementById("s");
if (x.style.display === "block") {
x.style.display = "none";
} else {
x.style.display = "block";
}
}
function myFuncti() {
var x = document.getElementById("sme");
if (x.style.display === "block") {
x.style.display = "none";
} else {
x.style.display = "block";
}
}
function myFunct() {
var x = document.getElementById("smel");
if (x.style.display === "block") {
x.style.display = "none";
} else {
x.style.display = "block";
}
}
function myFunc() {
var x = document.getElementById("smell");
if (x.style.display === "block") {
x.style.display = "none";
} else {
x.style.display = "block";
}
}
function openNav() {
document.getElementById("open").style.display = "none";
document.getElementById("nav").style.width = "100%";
}
function closeNav(){
document.getElementById("open").style.display = "block";
document.getElementById("nav").style.width = "0";
}
</script>
<div class="ste">
<br>
<nav class="navbar navbar-expand-lg ">
<div class="container-fluid ">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="main_nav">
<ul class="navbar-nav">
<li class="nav-item dropdown has-megamenu">
<a class="nav-link dropdown-toggle tog buttn nb " href="../getting-an-assistance-dog/" data-bs-toggle="dropdown" > Getting an Assistance Dog </a>
<div class="dropdown-menu megamenu lour pos" role="menu">
<div class="row g-3 lour ">
<div class="col-lg-3 col-3 lour ">
<div class="col-megamenu lour ">
<br>
<br>
<ul class="list-unstyled lour">
<li><a href="../getting-an-assistance-dog/general-information.html">General Information</a></li>
<br>
<li><a href="../getting-an-assistance-dog/is-an-assistance-dog-right-for-you.html">Is An Assistance Dog Right For You?</a></li>
<br>
<li><a href="../getting-an-assistance-dog/misconceptions.html">Misconceptions</a></li>
<br>
</ul>
</div>
</div>
<div class="col-lg-3 col-3">
<div class="col-megamenu">
<br>
<br>
<ul class="list-unstyled">
<li><a href="../getting-an-assistance-dog/training-options.html">Training Options</a></li>
<br>
<li><a href="../getting-an-assistance-dog/training-providers-list.html">Training Providers List</a></li>
<br>
<li><a href="../getting-an-assistance-dog/organisation-groups.html">Organisation Groups</a></li>
<br>
</ul>
</div>
</div>
<div class="col-lg-3 col-3">
<div class="col-megamenu">
<br><br>
<ul class="list-unstyled">
<li><a href="../getting-an-assistance-dog/usa-vs-uk.html">USA vs UK</a></li>
<br>
<li><a href="../getting-an-assistance-dog/glossary.html">Glossary</a></li>
<br>
<li><a href="../getting-an-assistance-dog/external-resources.html">External Resources</a></li>
<br>
</ul>
</div>
</div>
</li>
<li class="nav-item dropdown has-megamenu">
<a class="nav-link dropdown-toggle tog buttn nb " href="../current-partnerships/" data-bs-toggle="dropdown" > Current Partnerships </a>
<div class="dropdown-menu megamenu lour pos" role="menu">
<div class="row g-3 lour ">
<div class="col-lg-3 col-3 lour ">
<div class="col-megamenu lour ">
<br>
<br>
<ul class="list-unstyled lour">
<li><a href="../current-partnerships/news.html">News</a></li>
</ul>
</div>
</div>
<div class="col-lg-3 col-3">
<div class="col-megamenu">
<br>
<br>
<ul class="list-unstyled">
<li><a href="../current-partnerships/organisations.html">Organisation</a></li>
</ul>
</div>
</div>
<div class="col-lg-3 col-3">
<div class="col-megamenu">
<br><br>
<ul class="list-unstyled">
<li><a href="../current-partnerships/external-resources.html">External Resource</a></li>
</ul>
</div>
</div>
<li class="nav-item dropdown has-megamenu">
<a class="nav-link dropdown-toggle tog buttn nb " href="../general-public/" data-bs-toggle="dropdown" > General Public </a>
<div class="dropdown-menu megamenu lour pos" role="menu">
<div class="row g-3 lour ">
<div class="col-lg-3 col-3 lour ">
<div class="col-megamenu lour ">
<br>
<br>
<ul class="list-unstyled lour">
<li><a href="../general-public/general-information.html">General Information</a></li>
<br>
<li><a href="../general-public/misconceptions.html">Misconceptions</a></li>
<br>
</ul>
</div>
</div>
<div class="col-lg-3 col-3">
<div class="col-megamenu">
<br>
<br>
<ul class="list-unstyled">
<li><a href="../general-public/interacting-with-an-assistance-dog.html">Interacting with an assistance dog</a></li>
</ul>
</div>
</div>
<div class="col-lg-3 col-3">
<div class="col-megamenu">
<br><br>
<ul class="list-unstyled">
<li><a href="../general-public/resources-for-parents-carers-teachers.html">Resources for parents/carers/teachers</a></li>
<br>
<li><a href="../general-public/external-resources.html">External Resources</a></li>
<br>
</ul>
</div>
</div>
</li>
<li class="nav-item dropdown has-megamenu">
<a class="nav-link dropdown-toggle tog buttn nb " href="../businesses-and-service-providers/" data-bs-toggle="dropdown" > Businesses/Service Providers </a>
<div class="dropdown-menu megamenu lour pos" role="menu">
<div class="row g-3 lour ">
<div class="col-lg-3 col-3 lour ">
<div class="col-megamenu lour ">
<br>
<br>
<ul class="list-unstyled lour">
<li><a href="../businesses-and-service-providers/general-information.html">General Information</a></li>
<br>
<br>
</ul>
</div>
</div>
<div class="col-lg-3 col-3">
<div class="col-megamenu">
<br>
<br>
<ul class="list-unstyled">
<li><a href="../businesses-and-service-providers/misconceptions.html">Misconceptions</a></li>
</ul>
</div>
</div>
<div class="col-lg-3 col-3">
<div class="col-megamenu">
<br><br>
<ul class="list-unstyled">
<li><a href="../businesses-and-service-providers/give-a-dog-a-sign.html">Give a dog a sign</a></li>
</ul>
</div>
</div>
</li>
<li class="nav-item dropdown has-megamenu">
<a class="nav-link dropdown-toggle tog buttn nb" href="../about/" data-bs-toggle="dropdown" >About </a>
<div class="dropdown-menu megamenu lour pos" role="menu">
<div class="row g-3 lour ">
<div class="col-lg-3 col-3 lour ">
<div class="col-megamenu lour ">
<br>
<br>
<ul class="list-unstyled lour">
<li><a href="../about/about-cate.html">About CATE</a></li>
<br>
<li><a href="../about/sub-projects.html">Sub-Projects</a></li>
</ul>
</div>
</div>
<div class="col-lg-3 col-3">
<div class="col-megamenu">
<br>
<br>
<ul class="list-unstyled">
<li><a href="../about/faq.html">FAQ</a></li>
</ul>
</div>
</div>
<div class="col-lg-3 col-3">
<div class="col-megamenu">
<br><br>
<ul class="list-unstyled">
<li><a href="../about/contact.html">Contact</a></li>
</ul>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</li>
</ul>
</div>
</div>
</nav></div></div></div></div>
</header>
<body>
<div class="container" style="height:5rem;"></div>
<div class=" text-center" style="padding:15%; background-color: #4054b4; width:100%; ">
<h1 style="color:white; font-size: 300% !important;"> Terms Of Service </h1>
</div> </div>
<div class="column">
<div class="w3-container">
<b> Last Updated: 16/10/21 </b>
<p> 'You' refers to the site user. </p>
<p> You may link to any page of this site without permission ,but you should not use Iframes to display CATE pages on your own site. </p>
<p>You may distribute screenshots of our site as long as you do not make any profit from it </p>
<p>You may not use any images on our page for your own uses without permission. The only exceptions to this are using our logo when referring to CATE in a post and within screenshots. </p>
<p> You use any information on this site at your own risk and we are not liable for any harm ,including financial and emotional, that may arise from the sites use. Whilst CATE tries to be as accurate as possible we cannot confirm that the information on this site is up-to-date, accurate or reliable. This site is not ment to be a substitution for legal advice and you should go to a trained professional if the need arises. </p>
<p> We are not liable for any third party sites that we may link to and have no control over what they display and do. Please use the links at your own risk. </p>
<br>
</div></div>
</body>
<footer>
<div class="w3-container ">
<hr>
<p>Disclaimer: I'm not a professional, just an enthusiast . This information is not meant to be as a replacement for legal advice nor used legally. The information is only meant to be used for awareness and CATE are not responsible for any damages or harm that may come of this information.</p>
<div class="container text-center" style="display:inline-block; width:100%;"><a href="../PP.html"> Privacy Policy </a>|
<a href="../TOS.html"> Terms Of Service </a>|
<a href="../Sitemap.html"> Sitemap</a></div> <br><div class="text-center">
<a style="color:black;" href="https://www.facebook.com/CanineAccessToEducation/"><i class="bi bi-facebook fa-3x" ></i></a> <a style="color:black;" href="https://www.instagram.com/cate.uk/" > <i class="bi bi-instagram fa-3x"> </i></a></div>
</footer>
</html>