This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
workshops.php
43 lines (34 loc) · 3.33 KB
/
workshops.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
<?php
/*
Template Name: Workshops
*/
?>
<?php get_header(); ?>
<div class="fl-centered fl-col-mixed fl-site-wrapper">
<div class="fl-col-fixed fl-force-left idi-workshops-sidebar">
<?php get_template_part("contact-info"); ?>
</div>
<div id="content" class="fl-col-flex idi-workshops idi-one-column">
<h2>Inclusive Design Institute Workshops</h2>
<p>Are you working to comply with the Accessibility for Ontarians with Disabilities Act (AODA) Information and Communication Standard? Do you need practical, up-to-date, technical training and support in addressing the goals of the standard? The following workshops provide more than awareness and general principles. Participants will receive practical, hands-on experience and knowledge in addressing technical accessibility barriers and in meeting the requirements of the AODA. Participants will be equipped with resources, tools and references needed to create accessible information and communication systems and practices whether it is a Web service, mobile application, kiosk, online application, form, game, video, animation or interactive map. </p>
<p>Participants also have the option of taking their difficult accessibility problems (Web sites, applications, kiosks, etc.) to regularly scheduled inclusive design clinics for personal attention and assistance.</p>
<ol>
<li>Introduction to inclusive Information and Communication system design and development – an introduction to inclusive user experience methods, interoperability standards and supportive authoring and development tools to create accessible content and applications.</li>
<li>Accessible Digital Office Documents – practical hands-on workshop in creating compliant, accessible digital office documents in a variety of formats</li>
<li>Understanding Web Accessibility – a practical primer in complying to the W3C Web Content Accessibility Guidelines 2.0</li>
<li>Accessible Web Applications – how to create accessible interactive applications</li>
<li>Accessible Mobile Applications – how to create accessible mobile applications on a variety of mobile platforms</li>
<li>Captioning – a primer in post-production captioning </li>
<li>Description – a primer in post-production and real-time description of video and other visual elements</li>
<li>Accessible Kiosks – how to develop accessible kiosks </li>
<li>Accessible Way-finding and Geolocation – creating accessible maps, wayfinding and geolocation applications </li>
<li>Personalized Interfaces and Content – how to address accessibility by personalizing online services and content</li>
<li>Accessible hardware and Rapid Prototyping – how to use rapid prototyping technologies to address accessibility barriers</li>
<li>HTML5 and Accessible Gaming – how to create accessible games using HTML5</li>
<li>Inclusive User Experience Design- a workshop for designers in inclusive design methods</li>
</ol>
<p>To learn more about Inclusive Design Institute workshops visit the <a href="http://idrc.ocadu.ca/index.php/workshops-aamp-trainings/82-aoda/434-participate">Inclusive Design Research Centre's workshop offerings</a> and <a href="http://websavvy.idrc.ocadu.ca">WebSavvy accessibility assessment services</a> pages.</p>
<p>For more information and to register for a course please contact <a href="mailto:idi@ocadu.ca">idi@ocadu.ca</a>.</p>
</div>
</div>
<?php get_footer(); ?>