-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
263 lines (236 loc) · 14.6 KB
/
Copy pathindex.html
File metadata and controls
263 lines (236 loc) · 14.6 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
<!DOCTYPE HTML>
<!--[if lt IE 8]><html class="no-js oldIE" lang="en-US"><![endif]-->
<!--[if IE 8]><html class="no-js lt-ie9" lang="en-US"><![endif]-->
<!--[if IE 9]><html class="no-js ie9" lang="en-US"><![endif]-->
<!--[if (gt IE 9)|!(IE)]><!-->
<html lang="en-US" class="no-js not-ie">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>MIT CSAIL | Accessibility of Mobile Apps</title>
<meta name="description" content="Accessible+ | an accessible website template that complies to Section 508 and WCAG 2.0 AA standards" />
<meta name="keywords" content="" />
<link rel="shortcut icon" href="images/favicon.ico" />
<link rel="stylesheet" href="styles/main.css">
<link rel="stylesheet" type="text/css" href="vendor/slick-1.5.7/slick.css" />
<link rel="stylesheet" type="text/css" href="vendor/slick-1.5.7/slick-theme.css" />
<link rel="stylesheet" href="vendor/share/4.0/styles/sharewidget-4.0.css" />
<link href="vendor/rwdTable/1.0/css/rwdtable-core.css" rel="stylesheet">
<link rel="stylesheet" href="vendor/jqueryui/themes/base/jquery-ui.css">
<link rel="stylesheet" href="vendor/globalassets/styles/widgets/tooltips.css">
<link rel="stylesheet" href="vendor/globalassets/styles/widgets/dropdowns.css">
<link rel="stylesheet" href="styles/portfolio.css">
<link rel="stylesheet" href="styles/features.css">
<link rel="stylesheet" href="styles/contact.css">
<link rel="stylesheet" href="styles/style.css" title="default">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<!-- Accessibility Menu -->
<link href="accessibility-menu/accessibilitymenu.css" type="text/css" rel="stylesheet" />
<link href='https://fonts.googleapis.com/css?family=Catamaran:400,200,700' rel='stylesheet' type='text/css'>
<script src="vendor/modernizr/modernizr.js"></script>
<script src="vendor/jquery/jquery.js"></script>
<script src="vendor/jqueryui/ui/jquery-ui.js"></script>
<script src="vendor/bootstrap/3.3.1/js/bootstrap.min.js"></script>
<script src="vendor/globalassets/scripts/assets.core.js"></script>
<!-- Begin Cookie Consent plugin by Silktide - http://silktide.com/cookieconsent -->
<script type="text/javascript">
window.cookieconsent_options = {
"message": "This website uses cookies to store your accessibility preferences. No personal / identifying information is stored.",
"dismiss": "Dismiss",
"learnMore": "",
"link": null,
"theme": "dark-bottom"
};
</script>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/1.0.9/cookieconsent.min.js"></script>
<!-- End Cookie Consent plugin -->
</head>
<body>
<header role="banner">
<nav class="navbar navbar-default navbar-fixed-top" style="">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div id="myNavbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="our_mission.html">Our Mission</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button"
aria-haspopup="true" aria-expanded="false">Accessibility Resources
<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="what_is_mobile_accessibility.html">What is Native Mobile Accessibility?</a></li>
<li><a href="mobile_accessibility_legislation.html">Native Mobile Accessibility Legislation</a></li>
<li><a href="mobile_accessibility_guidelines.html">Native Mobile Accessibility
Guidelines</a></li>
<li role="separator" class="divider"></li>
<li class="dropdown-header">Native Mobile Accessibility Tutorials</li>
<li><a href="mobile_ui_tips.html">Mobile UI Recommendations</a></li>
<li><a href="a11y_ios.html">A11y for iOS</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button"
aria-haspopup="true" aria-expanded="false">AMA Library
<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="ama_library_overview.html">Overview</a></li>
<li><a href="tutorial_sitemap.html">Tutorial</a></li>
<li><a href="https://github.com/ama-csail/ama-android" target="_blank">Source
Code on Github</a></li>
</ul>
</li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
</header>
<!-- begin Main -->
<main role="main" aria-label="main section" id="main-content">
<!-- The example code below will create a two column grid with a medium breakpoint -->
<section id="page-title" class="bottomMargin50">
<div class="container">
<div class="row">
<div class="col-sm-6">
<h1><strong>Accessibility of Mobile Apps</strong></h1>
<h4>A CSAIL Project @ MIT</h4>
<hr>
<p><strong>Helping Developers Make Accessible Mobile Apps</strong></p>
<ul>
<li>Native Mobile Accessibility Guidelines, Legislation and Resources</li>
<li>Accessible UI Recommendations</li>
<li>iOS and Android Accessibility API Tutorials and Techniques</li>
<li>AMA Library for extending Android App Accessibility</li>
</ul>
</div>
<div class="col-sm-6 text-center">
<img src="images/MobileAccessibility-Header.png" width="100%" style="border-radius: 25px;"
alt="Mobile Accessibility Graphic">
</div>
</div>
</div>
</section>
<section id="boxes" role="features" class="alternate ">
<div class="row">
<div class="col-md-4">
<div class="featured-box noborder">
<!-- add .transparent for no background color -->
<a href="our_mission.html" class="btn buttonRound blue"><span aria-hidden="true"><i class="fa fa-universal-access"></i></span><span class="sr-only">Universal-Access Icon</span></a>
<h4>Our Mission</h4>
<p>We hope to transform native mobile development for accessibility by providing resources and tools for developers and designers.</p>
</div>
</div>
<div class="col-md-4">
<div class="featured-box noborder">
<!-- add .transparent for no background color -->
<a href="about.html" class="btn buttonRound blue"><span aria-hidden="true"><i class="fa fa-users"></i></span><span class="sr-only">Users Icon</span></a>
<h4>Our Team</h4>
<p>We are four computer science undergraduate students at MIT with a passion for accessibility and UI design, specifically in the areas of Android and iOS.</p>
</div>
</div>
<div class="col-md-4">
<div class="featured-box noborder">
<!-- add .transparent for no background color -->
<a href="ama_library_overview.html" class="btn buttonRound blue"><span aria-hidden="true"><i class="fa fa-code"></i></span><span class="sr-only">HTML Tag Icon</span></a>
<h4>Open Source</h4>
<p>All parts of this project are open source and available to all developers. We hope to encourage innovation in accessible design for a better world.</p>
</div>
</div>
</div>
</section>
<section role="Action bar" class="">
<div class="ActionBarDiv">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="ActionBarText">
"The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect."
<br><strong>-Tim Berners-Lee, W3C Director and inventor of the World Wide Web</strong>
</div>
</div>
</div>
</div>
</div>
</section>
<!--container-->
<section class="alternate bottomMargin50">
<div class="container">
<header class="text-center">
<h2>Designed to be used with a <strong>keyboard</strong></h2>
<p class="lead">All actionable controls are hand-picked to support keyboard usage</p>
</header>
<div class="row">
<div class="col-md-8 col-sm-12">
<h4><strong>WCAG 2.0 AA</strong></h4>
<p>"Web Content Accessibility Guidelines (WCAG) are part of a series of web accessibility guidelines published by the Web Accessibility Initiative (WAI) of the World Wide Web Consortium (W3C), the main international standards organization for the internet. They consist of a set of guidelines for making content accessible, primarily for people with disabilities, but also for all user agents, including highly limited devices, such as mobile phones..." (source: <a href="https://en.wikipedia.org/wiki/Web_Content_Accessibility_Guidelines" target="_blank">Wikipedia</a>).</p>
<h4><strong>Section 508</strong></h4>
<p class="dropcap">"...Section 508 was enacted to eliminate barriers in information technology, to make available new opportunities for people with disabilities, and to encourage development of technologies that will help achieve these goals..." (source: <a href="https://en.wikipedia.org/wiki/Section_508_Amendment_to_the_Rehabilitation_Act_of_1973" target="_blank">Wikipedia</a>).</p>
</div>
<div class="col-md-4 col-sm-12">
<h4>Accessible<strong>+</strong></h4>
<div id="accordion-container" class="accordion-light">
<h3>Accessibility Helper Menu</h3>
<div>Choose accessibility preferences in the menu to the left. Your choices will be stored in your web browsers cache.</div>
<h3>Compliant HTML</h3>
<div>The template has been thoroughly tested and is compatible with both WCAG 2.0 AA and Section 508.</div>
</div>
</div>
</div>
</div>
</section>
<section class="bottomMargin50">
<div class="container">
<header class="text-center">
<h2>Collaborators</h2>
</header>
<div class="row text-center">
<div class="col-md-4 col-sm-6">
<a href="http://dig.csail.mit.edu" target="_blank"><img class="notClients" src="images/dig.png" alt="MIT CSAIL Decentralized Information Group logo" height="100px"/></a>
</div>
<div class="col-md-4 col-sm-6">
<a href="http://bridgingapps.org/" target="_blank"><img class="notClients" src="images/BridgingApps.png" alt="Bridging Apps logo" height="100px"/></a>
</div>
<div class="col-md-4 col-sm-12">
<a href="https://ux.mit.edu" target="_blank"><img class="notClients" src="images/uxmit.png" alt="MIT UX logo" height="100px" /></a>
</div>
</div>
</div>
</section>
</main>
<a href="#" class="scrollToTop" alt="Scroll To Top"><span class="sr-only">Scroll To Top</span></a>
<!-- begin footer-->
<footer class="footer" role="contentinfo">
<div class="container">
<p><small>Copyright © 2016 AMA Project | Decentralized Information Group | CSAIL | MIT | Cambridge, MA. Template Designed by <a href="http://shakedwebdesign.com/" target="_blank">Sharon Shaked</a>.</small></p>
</div>
</footer>
<!-- end footer -->
<!-- build:js scripts/main.js -->
<!--<script data-main="scripts/main" src="vendor/requirejs/require.js"></script>-->
<!-- endbuild -->
<script src="vendor/globalassets/scripts/assets.responsive.js"></script>
<script src="vendor/share/4.0/js/sharewidget-4.0.js"></script>
<script type="text/javascript" src="vendor/slick-1.5.7/slick.min.js"></script>
<script src="vendor/back-to-top/main.js"></script>
<script type="text/javascript" src="accessibility-menu/accessibilitymenu.js" data-language="eng" data-oemsource="accessible+" data-sign="classic"></script>
<script>
$(function() {
$('#accordion-container').accordion();
});
</script>
<script type="text/javascript">
$( document ).ready(function() {
$(".accessibilityimage").attr("src","images/icon-accessibility.png");
$(".accessibilityimage").attr("height","70");
});
</script>
</body>
</html>