-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathindex.html
86 lines (81 loc) · 4.56 KB
/
index.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
<!DOCTYPE html>
<!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en" dir="ltr">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<!-- Web Experience Toolkit (WET) / Boîte à outils de l'expérience Web (BOEW) wet-boew.github.io/wet-boew/License-en.html / wet-boew.github.io/wet-boew/Licence-fr.html -->
<title>ESDC / IT Accessibility office</title>
<meta content="width=device-width,initial-scale=1" name="viewport">
<!-- Meta data -->
<meta name="description"
content="IT Accessibility Office provides adaptive technology and advocate for inclusiveness of people with disabilities in the workplace.">
<!-- Meta data-->
<!-- Load closure template scripts -->
<script src="https://www.canada.ca/etc/designs/canada/cdts/gcweb/rn/cdts/compiled/soyutils.js"></script>
<script src="https://www.canada.ca/etc/designs/canada/cdts/gcweb/rn/cdts/compiled/wet-en.js"></script>
<!-- Write closure template -->
<script>
document.write(wet.builder.refTop({
"isApplication": true
}));
</script>
</head>
<body vocab="https://schema.org/" typeof="WebPage">
<div id="def-top">
</div>
<!-- Write closure template -->
<script>
var defTop = document.getElementById("def-top");
defTop.outerHTML = wet.builder.appTop({
"appName": [{
"text": "ESDC / IT Accessibility office",
"href": "./index.html"
}],
"breadcrumbs" : [{
"title": "Home",
"href" : "./index.html"
}],
"lngLinks": [{
"lang": "fr",
"href": "./index-fr.html",
"text": "Français"
}],
"menuPath": "./ajax/menu-en.html"
});
</script>
<main role="main" property="mainContentOfPage" class="container">
<h1 property="name" id="wb-cont">IT Accessibility Office</h1>
<p>The IT Accessibility Office (<abbr title="IT Accessibility Office">ITAO</abbr>) remains to be a provider of adaptive technology and an advocate for inclusiveness of people with disabilities in the workplace. We are demonstrated leaders, committed to our accessibility mandate, continuing to provide support to employees with disabilities. In accordance with the Accessible Canada Act and in collaboration with our partners in central agencies, we recommend internationally recognized standards, guidelines and best practices.</p>
<p>Our services span over topics such as procurement, training, awareness, product assessments, as well as expert advice on Accessible Information and Communication Technology (<abbr title=" Information and Communication Technology">ICT</abbr>).</p>
<section>
<h2>Main sections of our site</h2>
<div class="row wb-eqht gc-srvinfo">
<section class="col-md-6">
<h3><a href="./services/index.html">Services</a></h3>
<p>These services include adaptive technology support, coaching and product assessments.</p>
</section>
<section class="col-md-6">
<h3><a href="./learning/index.html">Learning</a></h3>
<p>Training sessions introducing federal accessibility standards and guidelines and courses to help employees increase their knowledge of accessibility and better meet the needs of their internal and external clients.</p>
</section>
<section class="col-md-6">
<h3><a href="./resources/index.html">Resources and Tools</a></h3>
<p>A myriad of lists and information pertaining to various aspects of accessibility (software, compliance, design, etc.). Inspect each section to find any pertinent content to your needs or interests.</p>
</section>
<!-- <section class="col-md-6">
<h3><a href="./projects/index.html">Projects and Partners</a></h3>
<p>This section of our site has not been created yet. Stay tuned for awesome accessibility information.</p>
</section> -->
</div>
</section>
<div id="def-preFooter"></div>
<script src="./scripts/preFooter.min.js"></script>
</main>
<div id="def-footer"></div>
<script src="./scripts/appFooter.min.js"></script>
<script src="./scripts/refFooter.min.js"></script>
<script src="./scripts/bati-itao.min.js"></script>
</body>
</html>