Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
IDI-62: First draft of "Workshops" page (child of About, no direct nav)
Browse files Browse the repository at this point in the history
  • Loading branch information
acheetham committed May 23, 2012
1 parent 7fa1679 commit c54ec1b
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 17 deletions.
2 changes: 1 addition & 1 deletion about.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
<p>The Inclusive Design Institute is committed to building a knowledge community that can address the important goal of digital inclusion within Ontario, throughout Canada and globally. There are several associated programs that help to develop the human capacity to sustain this important agenda:
<ul>
<li><a href="http://www.ocadu.ca/programs/graduate_studies/inclusive_design.htm">Masters of Design in Inclusive Design at OCAD University</a></li>
<li>Inclusive Design Workshops in Digital Inclusion</li>
<li><a href="workshops">Inclusive Design Institute Workshops</a></li>
<li><a href="http://groups.google.com/group/stsgrad/browse_thread/thread/33719c327a1e7ed8">Postdoctoral positions within the Inclusive Design Institute</a></li>
</ul>
</p>
Expand Down
12 changes: 0 additions & 12 deletions education.php

This file was deleted.

11 changes: 7 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1240,12 +1240,10 @@ ol.letters li {
/* People page styles */
.idi-people h2,
.idi-about h2,
.idi-cluster h2 {
.idi-cluster h2,
.idi-workshops h2 {
font-style: italic;
color: #3FB66C;
}
.idi-about h2,
.idi-people h2 {
margin-bottom: .5em;
}
.idi-about-tagline {
Expand Down Expand Up @@ -1766,3 +1764,8 @@ a.idi-project-link {
.fl-theme-uio-bw a.idi-project-logo {
background-image: none;
}

/* Workshops page */
.idi-workshops-sidebar {
margin-top: 6em;
}
44 changes: 44 additions & 0 deletions workshops.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
<?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 and real-time 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>The workshops will begin September 2012. Each workshop is 32 to 40 hours in length over a 4 to 6 week period. Workshop hours will be scheduled to accommodate participant requirements and a workshop will be initiated once there are at least 20 registrants. Each workshop will have no more than 30 registrants. Registration is $650.00 per workshop. </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(); ?>

0 comments on commit c54ec1b

Please sign in to comment.