-
Notifications
You must be signed in to change notification settings - Fork 7
/
accessibility.html
74 lines (66 loc) · 4.11 KB
/
accessibility.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="The Lagrangian Ocean Analysis team at Utrecht University uses and develops the OceanParcels framework to investigate how ocean currents move 'stuff' around">
<meta property="og:image" content="http://oceanparcels.org/images/parcelslogo_large.png">
<meta property="twitter:image" content="http://oceanparcels.org/images/parcelslogo_large.png">
<meta name="author" content="The OceanParcels team">
<title>Accessibility on the OceanParcels website</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Font Awesome icons -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link rel="stylesheet" href="vendor/academicons/css/academicons.min.css"/>
<!-- syntax highlighting for Python and Bash -->
<link href="vendor/prism/prism.css" rel="stylesheet" />
<script src="vendor/prism/prism.js"></script>
<!-- Custom styles for this template -->
<link href="css/modern-business.css" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('set', 'anonymizeIp', true)
ga('create', 'UA-96368922-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<nav class="navbar fixed-top navbar-expand-lg navbar-dark bg-dark fixed-top">
<div class="container">
<a class="navbar-brand" href="index.html"><img src="images/parcelslogo_inverse.png" height="30px"> Ocean<b>Parcels</b></a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
</div>
</nav>
<div class="container">
<br>
<h2> Accessibility on the OceanParcels website</h2>
The OceanParcels Website has not been formally assessed for compliance against Web Content Accessibility Guidelines (WCAG). The software providers (Imperial College and Utrecht University) have undertaken a lot of usability improvements to the pages to improve the experience for users with disabilities and visual impairments. The Website is considered to be partially conformant with WCAG 2.1 AA standards,. Partially conformant means that some parts of the content do not conform to the accessibility standards. We will do our best to address all reasonable requests regarding this website and its use. Please <a href="https://www.uu.nl/staff/EvanSebille"> contact me</a>. I endeavour to respond within 7 days.
<br>
<h3> Last updated</h3>
This page was updated last on 10-11-2020.
</div>
<!-- Footer -->
<footer class="py-5 bg-dark">
<div class="container">
<div class="row">
<ul id="footerul">
<li id="footerli"><a id="footera" href="accessibility.html">Accessibility</a></li>
<li id="footerli"><a id="footera" href="cookie-policy.html">Cookie policy</a></li>
<li id="footerli"><a id="footera" href="utrechtteam.html">Utrecht Team</a></li>
</ul>
</div>
<p class="m-0 text-center text-white">
Copyright © OceanParcels project, 2020<br>
<small>Based on the <a href ="https://github.com/StartBootstrap/startbootstrap-modern-business/tree/master">Modern Business</a> theme, distributed by <a href="https://startbootstrap.com/template-overviews/modern-business/">Start Bootstrap</a> under an MIT license</small>
</p>
</div>
</footer>
</body>
</html>